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
2021-09-15
Add more integration tests to the GDScript test suite
Hugo Locurcio
2021-09-15
Merge pull request #52706 from vnen/gdscript-ternary-operator-crash
Rémi Verschelde
2021-09-15
Merge pull request #52705 from vnen/gdscript-error-unary-no-arg
Rémi Verschelde
2021-09-15
GDScript: Show error when missing expression after ternary else
George Marques
2021-09-15
Merge pull request #50456 from Blackiris/fix-extends-parent-relative
George Marques
2021-09-15
GDScript: Show error on unary operators without argument
George Marques
2021-09-15
Merge pull request #49765 from Blackiris/fix-assignment-with-operator-on-type...
George Marques
2021-09-15
Merge pull request #52582 from jmb462/Prevent-non-explicit-inferring-paramete...
Rémi Verschelde
2021-09-15
GDScript: Allow string keys on Lua-style dictionaries
George Marques
2021-09-15
Merge pull request #48029 from Calinou/gdscript-add-integration-tests
Rémi Verschelde
2021-09-14
Merge pull request #51094 from RandomShaper/error_cast_freed_object
Rémi Verschelde
2021-09-14
Complain if casting a freed object in a debug session
Pedro J. Estébanez
2021-09-14
Add dozens of new integration tests to the GDScript test suite
Hugo Locurcio
2021-09-13
Fix an undefined behaviour
ThreeRhinosInAnElephantCostume
2021-09-13
Merge pull request #52362 from vnen/gdscript-lambda-completion-crash
Rémi Verschelde
2021-09-13
Merge pull request #52632 from vnen/autoload-global-script-class-conflict
Rémi Verschelde
2021-09-13
Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix
Rémi Verschelde
2021-09-13
Fix GDScript test cases
George Marques
2021-09-13
Merge pull request #52100 from vnen/gdscript-access-outer-constants
Rémi Verschelde
2021-09-13
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Rémi Verschelde
2021-09-13
Disallow class names to be the same as global names
George Marques
2021-09-11
Prevent non explicit inferring parameter from null
jmb462
2021-09-11
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-09-10
GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
ZuBsPaCe
2021-09-10
Merge pull request #52063 from KoBeWi/double_comma_of_doom
George Marques
2021-09-10
Merge pull request #49897 from Blackiris/fix-dollar-point-crash-on-editor
George Marques
2021-09-10
Merge pull request #51456 from SaracenOne/super_init_fix
George Marques
2021-09-10
Fix crash with consecutive commas in Dictionary
kobewi
2021-09-10
Merge pull request #51593 from KoBeWi/if
George Marques
2021-09-10
Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze
George Marques
2021-09-07
Merge pull request #52267 from williamd67/lookup-symbol-builtin-functions
Max Hilbrunner
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-05
Fix extends with relative path to parent script
Julien Nguyen
2021-09-03
Merge pull request #52329 from ZuBsPaCe/gdscript-unused-private-class-variabl...
Max Hilbrunner
2021-09-03
GDScript: Count usages of member variables.
ZuBsPaCe
2021-09-03
Added tests for expression matching
ThreeRhinosInAnElephantCostume
2021-09-02
GDScript: Do not complete lambda arguments from parent class
George Marques
2021-09-02
Check for GDScript member and class naming conflicts in a variety of conditions.
SaracenOne
2021-09-01
GDScript: Fix loading of interdependent autoloads
George Marques
2021-08-30
Merge pull request #52240 from Rubonnek/rename-rel-path
Juan Linietsky
2021-08-30
Show help for built-in functions (@GlobalScope)
William Deurwaarder
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-30
[GDScript] [Net] Allow mixing rpc annotation paramters.
Fabio Alessandrelli
2021-08-30
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-28
Merge pull request #52085 from williamd67/fix-await-without-argument
Hugo Locurcio
2021-08-28
Merge pull request #52164 from mhilbrunner/gd-style-fixup
Max Hilbrunner
2021-08-28
Print error message when await is not followed by signal or coroutine
William Deurwaarder
2021-08-27
Merge pull request #52122 from V-Sekai/autoload_list
K. S. Ernest (iFire) Lee
2021-08-27
GDScript test style fix
Max Hilbrunner
2021-08-27
Merge pull request #52090 from balloonpopper/bug52060
Max Hilbrunner
[next]