.. |
doc_classes
|
Mass rename classes in the cscript module.
|
2022-07-12 19:55:21 +02:00 |
editor
|
Separate syntax highlighting options.
|
2022-07-13 00:09:59 +02: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
|
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
|
Now Vector4, Vector4i, Projection, PoolVector4Array, PoolVector4iArray, are built in variant types. Also reordered the Variant's Type enum, renamed _RID in it to RID, fixed a few smaller issues and removed some very old compat code.
|
2022-08-16 21:55:56 +02:00 |
cscript_function.cpp
|
Removed yield from cscript.
|
2022-07-13 00:38:23 +02:00 |
cscript_function.h
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
cscript_functions.cpp
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +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 Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
cscript_parser.h
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
cscript_tokenizer.cpp
|
Moved container related classes in core under a new containers directory.
|
2022-08-17 12:53:49 +02:00 |
cscript_tokenizer.h
|
Moved Variant related classes under a variant folder in core.
|
2022-08-17 13:17:12 +02:00 |
cscript.cpp
|
Did the same change to cscript aswell.
|
2022-07-29 23:07:19 +02:00 |
cscript.h
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +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
|
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 |