summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-27Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]Rémi Verschelde
2018-09-19GDScript: Revert extra deletion when creating instanceGeorge Marques
2018-09-19GDScript: Error on empty blocks at the end of fileGeorge Marques
2018-09-19GDScript: Fix autocompletion inference after `is` checkGeorge Marques
2018-09-19GDScript: Fix infinite loop in autocompleteGeorge Marques
2018-09-19GDScript: Forbid enum values to shadow constantsGeorge Marques
2018-09-19GDScript: Fix autocomplete crash when searching default valuesGeorge Marques
2018-09-19GDScript: Allow Object constants to be used with qualifierGeorge Marques
2018-09-19GDScript: Fix stack address test in compilerGeorge Marques
2018-09-17Merge pull request #22165 from DualMatrix/atan2_plain_wrongRémi Verschelde
2018-09-16Fixed argument names being swapped for atan2DualMatrix
2018-09-16test for depreciacion warnings only on debug buildsMariusz Chwalba
2018-09-15Add GDScript slave keyword deprecation warning.Fabio Alessandrelli
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Fix crash when extending non-existing GDScript fileRémi Verschelde
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-09-05Fixed return type for get_stack() function callWiggleWizard
2018-08-27Merge pull request #21449 from vnen/gdscript-builtin-isRémi Verschelde
2018-08-27Merge pull request #21369 from Noshyaar/exportflagRémi Verschelde
2018-08-27Merge pull request #21450 from vnen/gdscript-type-spaceRémi Verschelde
2018-08-26GDScript: Remove space before colon on type hintsGeorge Marques
2018-08-26GDScript: Allow `is` operator to test built-in typesGeorge Marques
2018-08-26Fixes several resource leaks in ...Crazy-P
2018-08-24Deprecating bit flags export with no hint textPoommetee Ketson
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21GDScript: Ignore unused arguments/local vars that start with _George Marques
2018-08-21GDScript: Show warning messages only on debuggerGeorge Marques
2018-08-21GDScript: Fix undefined behavior on GDScriptTokenizerBufferGeorge Marques
2018-08-21GDScript: Forbid invalid identifiers in match bindingsGeorge Marques
2018-08-21GDSCript: Fix cyclic class dependency detectionGeorge Marques
2018-08-19Highlight multiline strings as strings instead of commentsHugo Locurcio
2018-08-15Fix error spam from loading script class iconsWill Nations
2018-08-14Add custom icons to script classes.Will Nations
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
2018-08-13Remove usage console spamChaosus
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-29Fix case where exported properties value is lostIgnacio Etcheverry
2018-07-26GDScript: Fix parse error in string formattingGeorge Marques
2018-07-25GDScript: Add type inference syntax for function argumentsGeorge Marques