summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2017-05-18Merge pull request #8798 from RandomShaper/gdfs-ext-checkRémi Verschelde
2017-05-17Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-08Fix #8674, and rename a few things for clarityBojidar Marinov
2017-04-26Changed indent type settingsPaulb23
2017-04-25Honoring the Indent setting for gdscriptRamesh Ravone
2017-04-24fixed a bug where saving a GDScript file crashed the editorKarroffel
2017-04-24Merge pull request #8444 from magyar123/pr-complete-pathsRémi Verschelde
2017-04-24Merge pull request #8420 from magyar123/pr-script-files-as-baseRémi Verschelde
2017-04-24re-added MultiScriptKarroffel
2017-04-18Added autocomplete for file paths in the script editormbalint12
2017-04-18Added support for space indentationPaulb23
2017-04-15Added the ability to select files as base when creating scriptsmbalint12
2017-04-08Fixup #8123, seems like I forgot a few thingsBojidar Marinov
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-05Fix typo in Parser Error messagecurtisxk38
2017-04-01Add '$' to token namesSaggi Mizrahi
2017-03-24Merge pull request #8123 from bojidar-bg/gdscript-inline-block-indentRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-23Make inline blocks in GDScript more pythonicBojidar Marinov
2017-03-21Merge pull request #8095 from RandomShaper/fix-yield-crashRémi Verschelde
2017-03-21Fix random crashes when using yield()Pedro J. Estébanez
2017-03-17Fixed typo in gdscript autocompletion.mbalint12
2017-03-13Skip asserts on non-debug builds at compiler levelPedro J. Estébanez
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-02-28Merge pull request #7878 from RebelliousX/elseRémi Verschelde
2017-02-28Inf and NaN support added to GDScript.Saracen
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-26Merge pull request #7851 from shlomif/fix-some-compilation-warningsRémi Verschelde
2017-02-26Merge pull request #7809 from hpvb/fix-6798Rémi Verschelde
2017-02-21Fix some compilation warnings.Shlomi Fish
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-16Correct hash behavior for floating point numbersHein-Pieter van Braam
2017-02-16Allow preload to accept a const string.Hein-Pieter van Braam
2017-02-15-begin of export work, not done yetJuan Linietsky
2017-02-13Remove bounds check when resuming from yield.Hein-Pieter van Braam
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-04Fix parsing bug which causes range(variable) to crash the enginelonesurvivor
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-23Merge pull request #7583 from karroffel/wildcardRémi Verschelde
2017-01-20made _ a special token in GDScriptkarroffel
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn
2017-01-15Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde