pandemonium_engine/modules/cscript
2022-08-21 00:40:49 +02:00
..
doc_classes Re-extracted class docs. 2022-08-21 00:40:49 +02:00
editor Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
icons
config.py Fixed remaining issues and added cscript to the build. 2022-07-12 22:58:44 +02:00
cscript_compiler.cpp Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
cscript_compiler.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
cscript_editor.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
cscript_function.cpp Removed yield from cscript. 2022-07-13 00:38:23 +02:00
cscript_function.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
cscript_functions.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
cscript_functions.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
cscript_parser.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
cscript_parser.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
cscript_tokenizer.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
cscript_tokenizer.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
cscript.cpp Removed additional direct script rpc mode query when sending rpcs, in order to simplify that codepath as much as possible. Also removed the remote, remotesync etc. keywords from gdscript, as now they won't work anymore. Node's rpc_config() method should be used instead of marking methods with keywords in scripts. 2022-08-19 01:19:33 +02:00
cscript.h Removed additional direct script rpc mode query when sending rpcs, in order to simplify that codepath as much as possible. Also removed the remote, remotesync etc. keywords from gdscript, as now they won't work anymore. Node's rpc_config() method should be used instead of marking methods with keywords in scripts. 2022-08-19 01:19:33 +02:00
register_types.cpp Removed yield from cscript. 2022-07-13 00:38:23 +02:00
register_types.h Mass rename classes in the cscript module. 2022-07-12 19:55:21 +02:00
SCsub