pandemonium_engine/modules/cscript
2024-07-18 11:13:26 +02:00
..
doc_classes Updated the links in the docs. 2023-08-29 22:33:15 +02:00
editor File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
icons 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
config.py The CScript module is now disabled by default. It will get re-enabled once it gets finished. 2023-09-06 21:52:30 +02:00
cscript_compiler.cpp File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_compiler.h File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_editor.cpp Tweaks to defaults. 2024-07-18 08:14:27 +02:00
cscript_function.cpp File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_function.h File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_functions.cpp File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_functions.h File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_parser.cpp Also backported the previous change for cscript. 2023-12-20 22:49:11 +01:00
cscript_parser.h File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_tokenizer.cpp File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript_tokenizer.h File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
cscript.cpp Disabled the unused argument warning by default. 2024-07-18 11:13:26 +02:00
cscript.h Added get_global_class_name method to Script. Now GDScriptParser uses this first to determine global class names, instead of parsing the script file again. 2024-02-13 20:09:46 +01:00
register_types.cpp File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
register_types.h File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
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