George Marques
|
5d6e853806
New GDScript tokenizer and parser
|
5 years ago |
Marcel Admiraal
|
26fcf2b04c
Add override keywords.
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Thakee Nathees
|
c2ab35bdde
fixed: saving gdscript with cyclic inheritance crash the editor
|
5 years ago |
Pedro J. Estébanez
|
46bfe4452f
Fix object leaks caused by unfulfilled yields
|
5 years ago |
Juan Linietsky
|
5d4dc2d45c
Add ability to bind typed arrays to script API
|
5 years ago |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Rémi Verschelde
|
5002f6de84
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
|
5 years ago |
Fabio Alessandrelli
|
b8ddaf9c33
Refactor ScriptDebugger.
|
5 years ago |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 years ago |
Andrea Catania
|
33ae58710b
Generates the rpc and rset info for exported GDScript.
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
George Marques
|
4d960efafc
GDScript: Remove self static reference and create one on calls
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Andrea Catania
|
eb07e87981
Optmized data sent during RPC and RSet calls.
|
5 years ago |
ChibiDenDen
|
86aa12e806
Keep a weak reference to orphan subclasses to reuse on class reload
|
5 years ago |
Dani Frank
|
d6f10cd08e
Add fully_qualified_name for GDScript class
|
5 years ago |
George Marques
|
7d4fc79eb3
Add GDScript warning for standalone expression
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Geequlim
|
ed7ed52151
Parse more informations for code completion
|
6 years ago |
Rémi Verschelde
|
d6176db271
Unexpose subclasses of ResourceFormatLoader and -Saver
|
6 years ago |
Rémi Verschelde
|
b9dc2e7e4d
Merge pull request #28099 from lupoDharkael/fix-completion
|
6 years ago |
Rémi Verschelde
|
defd960276
Merge pull request #27886 from LeonardMeagher2/obj_to_string
|
6 years ago |
Leonard Meagher
|
f7eb426e2e
Allow overriding how scripted objects are converted to strings
|
6 years ago |