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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
6
-1
/
+116
*
Merge pull request #19637 from dragmz/19548
Max Hilbrunner
2018-07-05
1
-1
/
+1
|
\
|
*
Fix onready vars / vars accessing class members if _ready / _init not present
Marcin Zawiejski
2018-06-18
1
-1
/
+1
*
|
Merge pull request #18966 from chanon/new-debug-print
Max Hilbrunner
2018-07-04
2
-0
/
+27
|
\
\
|
*
|
add new print_debug method which shows source and line number
chanon
2018-05-28
2
-0
/
+27
*
|
|
Merge pull request #19828 from jjay/fix_yield_leak
Max Hilbrunner
2018-07-03
2
-11
/
+11
|
\
\
\
|
*
|
|
Fix memory leak in GDScript during infinnity loops with yields
Yasha Borevich
2018-06-28
2
-11
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #18976 from chanon/new-get-stack
Max Hilbrunner
2018-07-03
2
-0
/
+23
|
\
\
\
|
*
|
|
add new get_stack function to get GDScript stack trace as array
chanon
2018-05-17
2
-0
/
+23
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #19251 from YeldhamDev/script_templates_changes
Max Hilbrunner
2018-07-03
1
-12
/
+12
|
\
\
\
|
*
|
|
Small changes to the comments in the script templates.
Michael Alexsander Silva Dias
2018-06-11
1
-12
/
+12
*
|
|
|
Add proper type information to array property
Bojidar Marinov
2018-06-18
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Removed duplicate default colours and removed GDScriptHighligher colours from...
Paulb23
2018-06-13
1
-2
/
+18
*
|
|
Merge pull request #19526 from robojumper/fix_tutorials
Rémi Verschelde
2018-06-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Add support for tutorial links to makerst.py
robojumper
2018-06-12
1
-1
/
+1
|
|
/
/
*
/
/
Inner classes' functions now appear in the editor's functions panel
Jairo Honorio
2018-06-12
1
-0
/
+7
|
/
/
*
|
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-1
/
+1
*
|
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
4
-2
/
+48
*
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
6
-30
/
+22
*
|
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
8
-70
/
+32
*
|
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-29
8
-32
/
+70
|
\
\
|
*
|
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
4
-2
/
+48
|
*
|
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
6
-30
/
+22
*
|
|
Enable singletons to be recognized as constant expressions
George Marques
2018-05-28
1
-0
/
+8
|
/
/
*
|
Merge pull request #19131 from YeldhamDev/connection_comment_capitalize
Max Hilbrunner
2018-05-24
1
-1
/
+1
|
\
\
|
*
|
Capitalized comments of methods created by the Connect Signal dialog.
Michael Alexsander Silva Dias
2018-05-23
1
-1
/
+1
|
|
/
*
/
Fix positive operator in GDScript compiler
George Marques
2018-05-23
1
-0
/
+3
|
/
*
Merge pull request #18405 from flashyincceo/gdscript-constants-help
Rémi Verschelde
2018-05-17
1
-0
/
+7
|
\
|
*
Fix Ctrl+click on @GDScript constants
Peter Folkins
2018-04-24
1
-0
/
+7
*
|
Merge pull request #18545 from vnen/editor-autoload
Juan Linietsky
2018-05-14
6
-2
/
+65
|
\
\
|
*
|
Enable autoload in editor
George Marques
2018-05-01
6
-2
/
+65
|
|
/
*
|
Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes
Rémi Verschelde
2018-05-10
4
-8
/
+84
|
\
\
|
*
|
Added GDScript NodePath highlighting
Paulb23
2018-04-20
2
-1
/
+14
|
*
|
Added GDScript function definition highlighting
Paulb23
2018-04-20
2
-1
/
+11
|
*
|
GDScript highlighter now remembers previous state
Paulb23
2018-04-20
2
-6
/
+56
|
*
|
Exclude GDScriptSyntaxHighlighter from non-tool builds
Paulb23
2018-04-20
4
-1
/
+4
*
|
|
Merge pull request #16106 from poke1024/gdscript-lerp
Juan Linietsky
2018-05-07
1
-4
/
+18
|
\
\
\
|
*
|
|
GDScript: generalize lerp
Bernhard Liebl
2018-01-27
1
-4
/
+18
*
|
|
|
Add is_instance_valid() method to GDScript, ending more than a decade of pain.
Juan Linietsky
2018-05-07
2
-1
/
+18
*
|
|
|
Merge pull request #18406 from YeldhamDev/script_templates_period
Max Hilbrunner
2018-05-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Changed periods in the script templates.
Michael Alexsander Silva Dias
2018-05-02
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export
Rémi Verschelde
2018-05-03
1
-30
/
+28
|
\
\
\
\
|
*
|
|
|
Allow exporting arrays of resources in GDScript
Bojidar Marinov
2018-02-05
1
-30
/
+28
*
|
|
|
|
Merge pull request #18553 from bzztbomb/fix/stack_underflow_when_debuggin_in_...
Rémi Verschelde
2018-05-02
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix a crash when trying to run Godot debugger on a release build.
Brian Richardson
2018-05-01
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #18452 from flashyincceo/enum-no-class
Rémi Verschelde
2018-05-02
1
-0
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix enums without class name not opening docs page
Peter Folkins
2018-05-01
1
-0
/
+12
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #18531 from KidRigger/issue5972
Rémi Verschelde
2018-05-02
1
-0
/
+7
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Adds keywords to autocomplete predictions.
Anish
2018-05-01
1
-0
/
+7
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var
Rémi Verschelde
2018-05-01
1
-2
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]