index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warnings in GDScript module
George Marques
2018-10-06
1
-10
/
+19
*
Revert cause of #22794
Mariusz Chwalba
2018-10-06
1
-5
/
+5
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-13
/
+11
*
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
1
-0
/
+16
*
GDScript: Fix type detection on Object typed assign
George Marques
2018-07-25
1
-3
/
+14
*
GDScript: Allow strict conversion when assigning typed variables
George Marques
2018-07-25
1
-5
/
+10
*
GDScript: Fix returned value of get_default_argument_count()
George Marques
2018-07-25
1
-1
/
+1
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-2
/
+2
*
Add typed instructions to GDScript
George Marques
2018-07-20
1
-3
/
+220
*
Add static type checks in the parser
George Marques
2018-07-20
1
-0
/
+9
*
Fix memory leak in GDScript during infinnity loops with yields
Yasha Borevich
2018-06-28
1
-10
/
+10
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-1
/
+1
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-1
/
+1
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-1
/
+1
*
Merge pull request #18545 from vnen/editor-autoload
Juan Linietsky
2018-05-14
1
-0
/
+15
|
\
|
*
Enable autoload in editor
George Marques
2018-05-01
1
-0
/
+15
*
|
Fix a crash when trying to run Godot debugger on a release build.
Brian Richardson
2018-05-01
1
-1
/
+1
|
/
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
*
completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...
Lars Kokemohr
2018-03-14
1
-4
/
+16
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15089 from poke1024/funcref-warn
Rémi Verschelde
2018-01-03
1
-1
/
+1
|
\
|
*
Warn about funcref creation
Bernhard Liebl
2017-12-26
1
-1
/
+1
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Cleanup some #if 0'd code
Rémi Verschelde
2017-12-17
1
-0
/
+2
*
Style: Re-apply clang-format over recent invalid additions
Rémi Verschelde
2017-12-10
1
-2
/
+2
*
Fixed is_playing funtion (was reporting wrong), closes #13928
Juan Linietsky
2017-12-07
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-3
/
+3
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+1628