summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2018-04-24Fix Ctrl+click on @GDScript constantsPeter Folkins
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-20Added GDScript NodePath highlightingPaulb23
2018-04-20Added GDScript function definition highlightingPaulb23
2018-04-20GDScript highlighter now remembers previous statePaulb23
2018-04-20Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb23
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-09Merge pull request #18040 from Paulb23/color_region_cacheRémi Verschelde
2018-04-08Merge pull request #16556 from aragar/masterJuan Linietsky
2018-04-07Fixed color regions and added local color region cachePaulb23
2018-04-04Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighterPaulb23
2018-04-04Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde
2018-04-03Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-03-15Merge pull request #17291 from Warlaan/masterHein-Pieter van Braam
2018-03-15Fix script template on `_ready` behaviorPoommetee Ketson
2018-03-14completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...Lars Kokemohr
2018-03-04fix enum from preloaded script in exportx1212
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-24Removed whitespaces around arguments of functions.anakimluke
2018-02-21Fix typos with codespellluz.paz
2018-02-19Merge pull request #15852 from poke1024/color_hsvRémi Verschelde
2018-02-19Merge pull request #15933 from x1212/fix_preload_in_exportsRémi Verschelde
2018-02-19Merge pull request #16173 from vnen/gdscript-argumentsRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-14fix spurious error messages during autocomplete and validatex1212
2018-02-14Merge pull request #16176 from vnen/gdscript-default-argsRémi Verschelde
2018-02-11For-in loop variable added to autocompletionRado'sPC\aRaGaR
2018-02-05Allow exporting arrays of resources in GDScriptBojidar Marinov
2018-02-02GDScriptParser: Remove debug prints.Andreas Haas
2018-01-30Show default values in docs for GDScript built-in functionsGeorge Marques
2018-01-30Add argument count check for some GDScript functionsGeorge Marques
2018-01-27GDScript: generalize lerpBernhard Liebl
2018-01-25doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-21GDScript: always call ResourceLoader::load() in non-completion modeBernhard Liebl
2018-01-20Allow shadowing class members with local variables in GDScript, closes #15896Juan Linietsky
2018-01-18Merge pull request #15849 from poke1024/preload-completionRémi Verschelde
2018-01-18Suppress errors on autocompletion for preload()Bernhard Liebl
2018-01-18Add Color.from_hsv()Bernhard Liebl
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18GDScript: fix autocompletion for preload() (issue 15766)Bernhard Liebl
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15089 from poke1024/funcref-warnRémi Verschelde