summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-05Merge pull request #19637 from dragmz/19548Max Hilbrunner
2018-07-04Merge pull request #18966 from chanon/new-debug-printMax Hilbrunner
2018-07-03Merge pull request #19828 from jjay/fix_yield_leakMax Hilbrunner
2018-07-03Merge pull request #18976 from chanon/new-get-stackMax Hilbrunner
2018-07-03Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner
2018-06-28Fix memory leak in GDScript during infinnity loops with yieldsYasha Borevich
2018-06-18Fix onready vars / vars accessing class members if _ready / _init not presentMarcin Zawiejski
2018-06-18Add proper type information to array propertyBojidar Marinov
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb23
2018-06-13Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde
2018-06-12Add support for tutorial links to makerst.pyrobojumper
2018-06-12Inner classes' functions now appear in the editor's functions panelJairo Honorio
2018-06-11Small changes to the comments in the script templates.Michael Alexsander Silva Dias
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
2018-05-28Enable singletons to be recognized as constant expressionsGeorge Marques
2018-05-28add new print_debug method which shows source and line numberchanon
2018-05-26New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-24Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias
2018-05-23Fix positive operator in GDScript compilerGeorge Marques
2018-05-17add new get_stack function to get GDScript stack trace as arraychanon
2018-05-17Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde
2018-05-14Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky
2018-05-10Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde
2018-05-07Merge pull request #16106 from poke1024/gdscript-lerpJuan Linietsky
2018-05-07Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky
2018-05-04Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner
2018-05-03Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde
2018-05-02Changed periods in the script templates.Michael Alexsander Silva Dias
2018-05-02Merge pull request #18553 from bzztbomb/fix/stack_underflow_when_debuggin_in_...Rémi Verschelde
2018-05-02Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde
2018-05-02Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde
2018-05-01Fix a crash when trying to run Godot debugger on a release build.Brian Richardson
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde
2018-05-01Enable autoload in editorGeorge Marques
2018-05-01Fix enums without class name not opening docs pagePeter Folkins
2018-05-01Adds keywords to autocomplete predictions.Anish
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