summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2020-11-30Fix VariantInternal initialization and setting of objectGeorge Marques
2020-11-30GDScript: Don't construct ref values in compilerGeorge Marques
2020-11-30Fix missing function hintsGustav
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-28GDScript default argument override bug fixThakee Nathees
2020-11-28Implement proper error print, Fixes a crash when no error messages are genera...AndreaCatania
2020-11-27Merge pull request #43500 from AndreaCatania/gds_fixesRémi Verschelde
2020-11-27Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fixRémi Verschelde
2020-11-27Merge pull request #43226 from mateosss/unreachable-prop-crashGeorge Marques
2020-11-27GDScript range function typecheck bug fixedThakee Nathees
2020-11-26Unregister GDScriptFunctionState classGeorge Marques
2020-11-26Merge pull request #43895 from vnen/gdscript-operators-fixRémi Verschelde
2020-11-26Merge pull request #43894 from vnen/gdscript-some-fixesRémi Verschelde
2020-11-26GDScript: Improve handling of operatorsGeorge Marques
2020-11-26GDScript: Don't clear depended parsers too soonGeorge Marques
2020-11-26GDScript: Give an error if dependency can't be parsedGeorge Marques
2020-11-26GDScript: Refactor builtin functionsGeorge Marques
2020-11-25fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlberJordan Schidlowsky
2020-11-25Merge pull request #43856 from vnen/gdscript-some-fixesRémi Verschelde
2020-11-25GDScript: Fix return of cast expression on compilationGeorge Marques
2020-11-25GDScript: Fix range() being treated as array when optimized outGeorge Marques
2020-11-25GDScript: Fix mishandling of stack pointersGeorge Marques
2020-11-21GDScript: Add faster instruction for validated constructorGeorge Marques
2020-11-21GDScript: Add typed iterate instructionsGeorge Marques
2020-11-21GDScript: Add faster call instructions for builtin methodsGeorge Marques
2020-11-21GDScript: Add faster call instructions for native methodsGeorge Marques
2020-11-21GDScript: Add speficic set/get instructionsGeorge Marques
2020-11-21GDScript: Add faster operator for known typesGeorge Marques
2020-11-21GDScript: Gather instructions arguments beforehandGeorge Marques
2020-11-21GDScript: Split Function code into multiple filesGeorge Marques
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-13Fixes crash when returns .Andrea Catania
2020-11-13GDScript: Fix native class not set with inheritanceGeorge Marques
2020-11-11Refactor variant built-in methods yet again.reduz
2020-11-10Minor clamp and float fixesAaron Franke
2020-11-10Fix completion for built-in load functionGustav
2020-11-10Merge pull request #43423 from Calinou/doc-assert-avoid-side-effectsRémi Verschelde
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-09Clarify that code in `assert()` should avoid side effectsHugo Locurcio
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07Refactored variant setters/gettersreduz
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-11-05Merge pull request #42724 from theoway/error_message_fix_call_recursiveRémi Verschelde
2020-11-03Merge pull request #41516 from Lunatoid/allow-object-newRémi Verschelde
2020-10-30Fix crash due to unreachable code in propertiesMateo de Mayo
2020-10-29Fix crash by adding nullcheck for uninitialized constantsMateo de Mayo
2020-10-25Optimize SVG using `svgcleaner --multipass`Hugo Locurcio
2020-10-23Shows ColorRect in Color constants autocompletionYuri Roubinsky