Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 年之前 |
Pedro J. Estébanez
|
46bfe4452f
Fix object leaks caused by unfulfilled yields
|
5 年之前 |
Pedro J. Estébanez
|
c427334393
Fix leaked objects when game ends with yields in progress
|
5 年之前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年之前 |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 年之前 |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 年之前 |
George Marques
|
4d960efafc
GDScript: Remove self static reference and create one on calls
|
5 年之前 |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 年之前 |
Bojidar Marinov
|
dc4455d819
Validate instances of objects before trying to check their type in GDScript
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
Rémi Verschelde
|
425ec6914c
Revert "Forbid implicit type conversion in GDScript"
|
6 年之前 |
George Marques
|
d0b08342b8
GDScript: Forbid implicit type conversion
|
6 年之前 |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
6 年之前 |
Hein-Pieter van Braam
|
d308eb091a
Fix many asan and ubsan reported issues
|
6 年之前 |
George Marques
|
31433ae8e4
GDScript: check for underscore prefix when type-checking
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Pedro J. Estébanez
|
06b6cea62e
Fix crash on signal/resume to dangling target
|
6 年之前 |
Pedro J. Estébanez
|
b499537e68
Revert "Fix crash on signal/resume to dangling target"
|
6 年之前 |
Pedro J. Estébanez
|
54bdc1e1f6
Fix crash on signal/resume to dangling target
|
6 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 年之前 |
George Marques
|
4b974a36b7
GDScript: Allow `is` operator to test built-in types
|
7 年之前 |
George Marques
|
4b18c4e448
Add typed instructions to GDScript
|
7 年之前 |
George Marques
|
743053734f
Add static type checks in the parser
|
7 年之前 |
Yasha Borevich
|
30317296af
Fix memory leak in GDScript during infinnity loops with yields
|
7 年之前 |
Fabio Alessandrelli
|
1400f6fdc4
Refactor RPCMode enum and checks
|
7 年之前 |
Max Hilbrunner
|
4c69a495c9
Revert "RPCMode refactor, more sync modes"
|
7 年之前 |
Fabio Alessandrelli
|
9de4ffde61
Refactor RPCMode enum and checks
|
7 年之前 |
George Marques
|
decf178033
Enable autoload in editor
|
7 年之前 |
Lars Kokemohr
|
3dfef37628
completed-signal is emitted by all GDScriptFunctionStates of a coroutine now, allowing to yield for completion of a function with more than one yield inside.
|
7 年之前 |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 年之前 |