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