pandemonium_engine/modules/cscript
2022-08-23 13:09:56 +02:00
..
doc_classes Re-extracted the class docs. 2022-08-23 13:09:12 +02:00
editor Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
icons
config.py
cscript_compiler.cpp
cscript_compiler.h
cscript_editor.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
cscript_function.cpp
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
cscript_parser.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
cscript_parser.h
cscript_tokenizer.cpp
cscript_tokenizer.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
cscript.cpp Now the return value discarded warning is disabled by default in gdscript and cscript. 2022-08-23 13:09:56 +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
register_types.h
SCsub Added a new cscript module. It's a copy of gdscript, and it's build is disabled for now. I plan to experiment with it to have a scripting language that's syntax is as close to c (c++) as possible. 2022-07-12 12:20:34 +02:00