Rémi Verschelde
|
95131e6f23
Fix warnings on release builds (not DEBUG_ENABLED)
|
6 years ago |
Rémi Verschelde
|
bca2d3ad40
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
George Marques
|
4b974a36b7
GDScript: Allow `is` operator to test built-in types
|
7 years ago |
George Marques
|
aeb0b3114d
GDScript: Fix type detection on Object typed assign
|
7 years ago |
George Marques
|
1ac9c0fe3a
GDScript: Allow strict conversion when assigning typed variables
|
7 years ago |
George Marques
|
cd6ad5462c
GDScript: Fix returned value of get_default_argument_count()
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
George Marques
|
4b18c4e448
Add typed instructions to GDScript
|
7 years ago |
George Marques
|
743053734f
Add static type checks in the parser
|
7 years ago |
Yasha Borevich
|
30317296af
Fix memory leak in GDScript during infinnity loops with yields
|
7 years ago |
Fabio Alessandrelli
|
1400f6fdc4
Refactor RPCMode enum and checks
|
7 years ago |
Max Hilbrunner
|
4c69a495c9
Revert "RPCMode refactor, more sync modes"
|
7 years ago |
Fabio Alessandrelli
|
9de4ffde61
Refactor RPCMode enum and checks
|
7 years ago |
Juan Linietsky
|
47d4a011d8
Merge pull request #18545 from vnen/editor-autoload
|
7 years ago |
Brian Richardson
|
9149b11973
Fix a crash when trying to run Godot debugger on a release build.
|
7 years ago |
George Marques
|
decf178033
Enable autoload in editor
|
7 years ago |
Hugo Locurcio
|
1c419531a0
Change ".." punctuation for "..." in editor strings (#16507)
|
7 years ago |
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 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
3db1c6a6f5
Merge pull request #15089 from poke1024/funcref-warn
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Bernhard Liebl
|
29f7f48c42
Warn about funcref creation
|
7 years ago |
Rémi Verschelde
|
8f25a2dc11
Cleanup some #if 0'd code
|
7 years ago |
Rémi Verschelde
|
a845411454
Style: Re-apply clang-format over recent invalid additions
|
7 years ago |
Juan Linietsky
|
dcab01618a
Fixed is_playing funtion (was reporting wrong), closes #13928
|
7 years ago |
Rémi Verschelde
|
13c2ff9320
Style: Apply new clang-format 5.0 style to all files
|
7 years ago |
Rémi Verschelde
|
4cfc29611e
GDScript: Refactor "GD" class prefix to "GDScript"
|
7 years ago |