summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Global class names (and GDScript support for it)Juan Linietsky2018-07-156-1/+116
* Merge pull request #19637 from dragmz/19548Max Hilbrunner2018-07-051-1/+1
|\
| * Fix onready vars / vars accessing class members if _ready / _init not presentMarcin Zawiejski2018-06-181-1/+1
* | Merge pull request #18966 from chanon/new-debug-printMax Hilbrunner2018-07-042-0/+27
|\ \
| * | add new print_debug method which shows source and line numberchanon2018-05-282-0/+27
* | | Merge pull request #19828 from jjay/fix_yield_leakMax Hilbrunner2018-07-032-11/+11
|\ \ \
| * | | Fix memory leak in GDScript during infinnity loops with yieldsYasha Borevich2018-06-282-11/+11
| | |/ | |/|
* | | Merge pull request #18976 from chanon/new-get-stackMax Hilbrunner2018-07-032-0/+23
|\ \ \
| * | | add new get_stack function to get GDScript stack trace as arraychanon2018-05-172-0/+23
| | |/ | |/|
* | | Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner2018-07-031-12/+12
|\ \ \
| * | | Small changes to the comments in the script templates.Michael Alexsander Silva Dias2018-06-111-12/+12
* | | | Add proper type information to array propertyBojidar Marinov2018-06-181-1/+1
| |_|/ |/| |
* | | Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-2/+18
* | | Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde2018-06-131-1/+1
|\ \ \
| * | | Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
| |/ /
* / / Inner classes' functions now appear in the editor's functions panelJairo Honorio2018-06-121-0/+7
|/ /
* | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-294-2/+48
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-296-30/+22
* | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-298-70/+32
* | Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-298-32/+70
|\ \
| * | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-264-2/+48
| * | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-266-30/+22
* | | Enable singletons to be recognized as constant expressionsGeorge Marques2018-05-281-0/+8
|/ /
* | Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner2018-05-241-1/+1
|\ \
| * | Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-231-1/+1
| |/
* / Fix positive operator in GDScript compilerGeorge Marques2018-05-231-0/+3
|/
* Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde2018-05-171-0/+7
|\
| * Fix Ctrl+click on @GDScript constantsPeter Folkins2018-04-241-0/+7
* | Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky2018-05-146-2/+65
|\ \
| * | Enable autoload in editorGeorge Marques2018-05-016-2/+65
| |/
* | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde2018-05-104-8/+84
|\ \
| * | Added GDScript NodePath highlightingPaulb232018-04-202-1/+14
| * | Added GDScript function definition highlightingPaulb232018-04-202-1/+11
| * | GDScript highlighter now remembers previous statePaulb232018-04-202-6/+56
| * | Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb232018-04-204-1/+4
* | | Merge pull request #16106 from poke1024/gdscript-lerpJuan Linietsky2018-05-071-4/+18
|\ \ \
| * | | GDScript: generalize lerpBernhard Liebl2018-01-271-4/+18
* | | | Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-072-1/+18
* | | | Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner2018-05-041-1/+1
|\ \ \ \
| * | | | Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-021-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde2018-05-031-30/+28
|\ \ \ \
| * | | | Allow exporting arrays of resources in GDScriptBojidar Marinov2018-02-051-30/+28
* | | | | Merge pull request #18553 from bzztbomb/fix/stack_underflow_when_debuggin_in_...Rémi Verschelde2018-05-021-1/+1
|\ \ \ \ \
| * | | | | Fix a crash when trying to run Godot debugger on a release build.Brian Richardson2018-05-011-1/+1
* | | | | | Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde2018-05-021-0/+12
|\ \ \ \ \ \
| * | | | | | Fix enums without class name not opening docs pagePeter Folkins2018-05-011-0/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde2018-05-021-0/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Adds keywords to autocomplete predictions.Anish2018-05-011-0/+7
| |/ / / /
* | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-011-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |