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-12-10
Use pointer parameters in Variant function pointers
George Marques
2020-12-08
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-06
Fix base script not initialized properly in some cases
PouleyKetchoupp
2020-12-03
Merge pull request #43328 from gvekan/better-keyword-completion
Rémi Verschelde
2020-12-03
Merge pull request #44011 from KoBeWi/red_roses_minus_blue_violets
Rémi Verschelde
2020-12-03
Fix subtracting colors and quats
Tomasz Chabora
2020-12-03
Merge pull request #43959 from dalexeev/gds-doc
Rémi Verschelde
2020-12-03
Add bracket or space to some keyword completions
Gustav
2020-12-02
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix
George Marques
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-01
Several edits to the GDScript docs
Danil Alexeev
2020-11-30
Merge pull request #43992 from vnen/variant-internal-object-set
Rémi Verschelde
2020-11-30
Merge pull request #43504 from AndreaCatania/gds_fix_2
Rémi Verschelde
2020-11-30
Fix VariantInternal initialization and setting of object
George Marques
2020-11-30
GDScript: Don't construct ref values in compiler
George Marques
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-28
GDScript default argument override bug fix
Thakee Nathees
2020-11-28
Implement proper error print, Fixes a crash when no error messages are genera...
AndreaCatania
2020-11-27
Merge pull request #43500 from AndreaCatania/gds_fixes
Rémi Verschelde
2020-11-27
Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix
Rémi Verschelde
2020-11-27
Merge pull request #43226 from mateosss/unreachable-prop-crash
George Marques
2020-11-27
GDScript range function typecheck bug fixed
Thakee Nathees
2020-11-26
Unregister GDScriptFunctionState class
George Marques
2020-11-26
Merge pull request #43895 from vnen/gdscript-operators-fix
Rémi Verschelde
2020-11-26
Merge pull request #43894 from vnen/gdscript-some-fixes
Rémi Verschelde
2020-11-26
GDScript: Improve handling of operators
George Marques
2020-11-26
GDScript: Don't clear depended parsers too soon
George Marques
2020-11-26
GDScript: Give an error if dependency can't be parsed
George Marques
2020-11-25
fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlber
Jordan Schidlowsky
2020-11-25
Merge pull request #43856 from vnen/gdscript-some-fixes
Rémi Verschelde
2020-11-25
GDScript: Fix return of cast expression on compilation
George Marques
2020-11-25
GDScript: Fix range() being treated as array when optimized out
George Marques
2020-11-25
GDScript: Fix mishandling of stack pointers
George Marques
2020-11-21
GDScript: Add faster instruction for validated constructor
George Marques
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
Fixes crash when returns .
Andrea Catania
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
[next]