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
2020-11-21
GDScript: Add typed iterate instructions
George Marques
2020-11-21
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
GDScript: Add speficic set/get instructions
George Marques
2020-11-21
GDScript: Add faster operator for known types
George Marques
2020-11-21
GDScript: Gather instructions arguments beforehand
George Marques
2020-11-21
GDScript: Split Function code into multiple files
George Marques
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-13
GDScript: Fix native class not set with inheritance
George Marques
2020-11-11
Refactor variant built-in methods yet again.
reduz
2020-11-10
Minor clamp and float fixes
Aaron Franke
2020-11-10
Fix completion for built-in load function
Gustav
2020-11-10
Merge pull request #43423 from Calinou/doc-assert-avoid-side-effects
Rémi Verschelde
2020-11-09
Variant: Sync docs with new constructors, fixups after #43403
Rémi Verschelde
2020-11-09
Clarify that code in `assert()` should avoid side effects
Hugo Locurcio
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
Refactored variant setters/getters
reduz
2020-11-06
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-05
Merge pull request #42724 from theoway/error_message_fix_call_recursive
Rémi Verschelde
2020-11-03
Merge pull request #41516 from Lunatoid/allow-object-new
Rémi Verschelde
2020-10-25
Optimize SVG using `svgcleaner --multipass`
Hugo Locurcio
2020-10-23
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
2020-10-20
Merge pull request #42943 from vnen/gdscript-local-scope-fix
Rémi Verschelde
2020-10-20
Merge pull request #41983 from ThakeeNathees/array-const-folding-bug-fix
George Marques
2020-10-20
GDScript: Fix handling of scope for local variables
George Marques
2020-10-20
GDScript: Add initialization for the language before debug tests
George Marques
2020-10-19
Merge pull request #42067 from ThakeeNathees/for-loop-stack-overriden-fix
George Marques
2020-10-17
Fixes the misleading error message for call_recursive method for TreeItems
Umang Kalra
2020-10-14
Link the Random number generation tutorial in the class reference
Hugo Locurcio
2020-10-08
Merge pull request #41881 from ThakeeNathees/crash-on-builtin-constructor
George Marques
2020-10-04
Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xref
Rémi Verschelde
2020-10-03
Switch from recursion to iterative for backfilling colour regions
Paulb23
2020-10-02
Fixed padding bug of sprintf function
Serhat
2020-10-01
Merge pull request #41829 from RandomShaper/fix_40353
Rémi Verschelde
2020-09-30
Cross-reference GDScript `load` and `ResourceLoader.load` in classref
Andrii Doroshenko (Xrayez)
2020-09-26
Avoid infinite loop in GDScript at shutdown
Pedro J. Estébanez
2020-09-24
Improve documentation related to printing error/warning messages
Hugo Locurcio
2020-09-18
Merge pull request #41930 from RandomShaper/fix_gdscript_leaks
Rémi Verschelde
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-09-18
GDScript: for loop override stack variable bug fix
Thakee Nathees
2020-09-14
Several documentation improvements
Danil Alexeev
2020-09-11
Array/Dictinoary no more reduced to array/dictionary variant
Thakee Nathees
2020-09-10
Ensure cyclic dependencies between scripts are broken at exit
Pedro J. Estébanez
2020-09-10
Prevent cyclic reference between script and its members
Pedro J. Estébanez
2020-09-09
GDScript: Fix MutexLock usage, fixes Clang 6 compat
Rémi Verschelde
2020-09-08
Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix
Rémi Verschelde
2020-09-08
GDScript crash on builtin type constructor fix
Thakee Nathees
2020-09-07
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
[next]