summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* Fix compiler warnings in GDScript moduleGeorge Marques2018-10-061-10/+19
* Revert cause of #22794Mariusz Chwalba2018-10-061-5/+5
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-032-14/+14
* Fix various Clang 7 warnings about unused stuffRémi Verschelde2018-10-012-2/+1
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-292-10/+0
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-2/+2
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-274-2/+17
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-1/+1
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-3/+0
* Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]Rémi Verschelde2018-09-272-2/+2
* GDScript: Revert extra deletion when creating instanceGeorge Marques2018-09-191-4/+1
* GDScript: Error on empty blocks at the end of fileGeorge Marques2018-09-191-2/+6
* GDScript: Fix autocompletion inference after `is` checkGeorge Marques2018-09-191-0/+1
* GDScript: Fix infinite loop in autocompleteGeorge Marques2018-09-191-4/+8
* GDScript: Forbid enum values to shadow constantsGeorge Marques2018-09-191-0/+20
* GDScript: Fix autocomplete crash when searching default valuesGeorge Marques2018-09-191-1/+1
* GDScript: Allow Object constants to be used with qualifierGeorge Marques2018-09-191-3/+15
* GDScript: Fix stack address test in compilerGeorge Marques2018-09-191-8/+8
* Merge pull request #22165 from DualMatrix/atan2_plain_wrongRémi Verschelde2018-09-171-1/+1
|\
| * Fixed argument names being swapped for atan2DualMatrix2018-09-161-1/+1
* | test for depreciacion warnings only on debug buildsMariusz Chwalba2018-09-161-0/+2
|/
* Add GDScript slave keyword deprecation warning.Fabio Alessandrelli2018-09-153-0/+7
* Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli2018-09-151-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-155-14/+19
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-135-15/+15
|\
| * Misc. typosluz.paz2018-09-125-15/+15
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1212-47/+46
|/
* Fix crash when extending non-existing GDScript fileRémi Verschelde2018-09-101-11/+2
* Fixed scientific notaion not highlighting correctly, issue 21435Paulb232018-09-081-2/+2
* Fixed return type for get_stack() function callWiggleWizard2018-09-051-1/+1
* Merge pull request #21449 from vnen/gdscript-builtin-isRémi Verschelde2018-08-275-3/+75
|\
| * GDScript: Allow `is` operator to test built-in typesGeorge Marques2018-08-265-3/+75
* | Merge pull request #21369 from Noshyaar/exportflagRémi Verschelde2018-08-271-2/+3
|\ \
| * | Deprecating bit flags export with no hint textPoommetee Ketson2018-08-241-2/+3
* | | Merge pull request #21450 from vnen/gdscript-type-spaceRémi Verschelde2018-08-271-7/+7
|\ \ \
| * | | GDScript: Remove space before colon on type hintsGeorge Marques2018-08-261-7/+7
| | |/ | |/|
* / | Fixes several resource leaks in ...Crazy-P2018-08-262-4/+31
|/ /
* / Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-246-48/+5
|/
* GDScript: Ignore unused arguments/local vars that start with _George Marques2018-08-211-5/+7
* GDScript: Show warning messages only on debuggerGeorge Marques2018-08-211-3/+5
* GDScript: Fix undefined behavior on GDScriptTokenizerBufferGeorge Marques2018-08-211-2/+8
* GDScript: Forbid invalid identifiers in match bindingsGeorge Marques2018-08-211-4/+12
* GDSCript: Fix cyclic class dependency detectionGeorge Marques2018-08-211-2/+4
* Highlight multiline strings as strings instead of commentsHugo Locurcio2018-08-191-1/+1
* Fix error spam from loading script class iconsWill Nations2018-08-151-1/+1
* Add custom icons to script classes.Will Nations2018-08-144-2/+35
* Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-142-23/+32
|\
| * Fix case where exported properties value is lostIgnacio Etcheverry2018-07-292-23/+32