pandemonium_engine/modules/cscript
2024-07-18 11:13:26 +02:00
..
doc_classes
editor File copyright header updates pt5. 2023-12-17 23:07:28 +01:00
icons
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