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-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-02
Merge pull request #54346 from mhilbrunner/used-what-instead-of-what
Rémi Verschelde
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-28
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
Improve GDScript indentation error message
Max Hilbrunner
2021-10-25
Refactored Node3D rotation modes
reduz
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-19
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-18
Fix incorrect debug check for setters
Benjamin Navarro
2021-10-17
Fix name used instead of doc for GDScript signals
opl-
2021-10-15
Merge pull request #53856 from vnen/gdscript-setter-crash
Rémi Verschelde
2021-10-15
GDScript: Avoid crash if missing setter signature
George Marques
2021-10-15
Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant
Rémi Verschelde
2021-10-15
GDScript: Fix inferred typed array marked as constant
George Marques
2021-10-14
GDScript: Fix typing for await expression
George Marques
2021-10-14
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
GDScript: Properly return value with await on non-coroutine
George Marques
2021-10-14
GDScript: Make sure calls don't use return when not needed
George Marques
2021-10-14
Merge pull request #53807 from vnen/dont-share-arrays-and-dicts
Rémi Verschelde
2021-10-14
Zero Dictionary and Array variants when changing type with reset
George Marques
2021-10-14
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-13
GDScript: Access outer scope classes
Brian Semrau
2021-10-12
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-11
Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletion
Yuri Roubinsky
2021-10-11
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
Merge pull request #53430 from DavidSichma/typed_safe_setter
George Marques
2021-10-11
Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix
George Marques
2021-10-11
Remove redundant String operation from GDScript enum exports
Yuri Sizov
2021-10-09
Enhance and cleanup stringify for Vector
mashumafi
2021-10-08
Only emit typed member setters if safe to do so
David Sichma
2021-10-08
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
Merge pull request #53536 from Faless/mp/4.x_rpc_config
Max Hilbrunner
2021-10-08
Merge pull request #53336 from briansemrau/gdscript-i'm-not-my-own-local-class
George Marques
2021-10-08
[Net] Rename RPCConfig.sync to call_local.
Fabio Alessandrelli
2021-10-07
GDScript: Use getter return type for the property type
George Marques
2021-10-07
Merge pull request #53422 from KoBeWi/add_LUA_to_Godot
Rémi Verschelde
2021-10-07
GDScript: Fix method ptrcall on release
George Marques
2021-10-07
Change print_line() to use any number of Variants
kobewi
2021-10-07
Merge pull request #53494 from mhilbrunner/stop-drop-and-dont-lie
Rémi Verschelde
2021-10-06
GDScript: Set status on parsing steps beforehand
George Marques
2021-10-06
Fix outdated no_call_local, use call_remote
Max Hilbrunner
2021-10-06
Merge pull request #53479 from vnen/gdscript-subscript-object-self
Rémi Verschelde
2021-10-06
Merge pull request #53478 from vnen/gdscript-avoid-hard-inference
Rémi Verschelde
2021-10-06
GDScript: Allow subscript on self and object types
George Marques
[next]