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-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-30
Fix missing function hints
Gustav
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-26
GDScript: Refactor builtin functions
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
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-30
Fix crash due to unreachable code in properties
Mateo de Mayo
2020-10-29
Fix crash by adding nullcheck for uninitialized constants
Mateo de Mayo
2020-10-25
Optimize SVG using `svgcleaner --multipass`
Hugo Locurcio
2020-10-23
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
[prev]
[next]