summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2019-12-16Merge pull request #34280 from zaksnet/fix-yield-documentationRémi Verschelde
2019-12-15Updates docs for GDScript built-in functionsHaoyu Qiu
2019-12-13GDScript: Convert values when setting member variablesGeorge Marques
2019-12-13GDScript: Fix type conversion in assignment with operationGeorge Marques
2019-12-13Fix documentation for yieldZak
2019-12-12Merge pull request #34286 from bojidar-bg/31818-cast-autocompleteRémi Verschelde
2019-12-12Fix GDScript autocompletion with `as` or typed variablesBojidar Marinov
2019-12-11Add note in 'load()' docs that the path must be absoluteMichael Alexsander
2019-12-11Merge pull request #34271 from vnen/gdscript-unused-class-variable-disableRémi Verschelde
2019-12-11Merge pull request #33018 from Xrayez/fix-inst2dict-gettersRémi Verschelde
2019-12-11Disable GDScript warning for unused class variable by defaultGeorge Marques
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-06doc: Markup fixes for enums and constantsRémi Verschelde
2019-12-04Merge pull request #34067 from bojidar-bg/32370-retype-messageRémi Verschelde
2019-12-03Mention that `int()` can be used as an alternative to `floor()`Hugo Locurcio
2019-12-02Make error when accidentially redeclaring a variable's type clearerBojidar Marinov
2019-11-30Add docs for is_equal_approx on structuresAaron Franke
2019-11-30Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere43
2019-11-27Document how to bypass the unused argument/variable warning in messageHugo Locurcio
2019-11-26Remove type hint from the @GDScript class documentationHugo Locurcio
2019-11-25Added missing documentation for yield()Zak Stam
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-17Make the script templates' blank lines conform with the official style guideMichael Alexsander
2019-11-15Parser: Check all the arguments of the ternary operatorlupoDharkael
2019-11-12Merge pull request #32966 from ffaristocrat/fix-hex-parsingRémi Verschelde
2019-11-12Fixes #32963 by correctly parsing bin/hex literalsMicheál Keane
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-11-07Add setting to exclude addons from script warningsmashumafi
2019-11-07Merge pull request #33257 from aaronfranke/printrawRémi Verschelde
2019-11-04Merge pull request #33266 from Xrayez/inst2dict-original-pathRémi Verschelde
2019-11-02Use GDScript resource path over script path for `inst2dict`Andrii Doroshenko (Xrayez)
2019-11-02Document behavior of printrawAaron Franke
2019-11-02Fix Color8 GDScript documentationAaron Franke
2019-11-01GDScript: validate instance before accessing it on errorGeorge Marques
2019-11-01GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques
2019-10-31Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)
2019-10-29Fixed leak in gdscript when creating empty WeakRefPouleyKetchoupp
2019-10-25Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde
2019-10-25Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov
2019-10-24Fix `inst2dict` calling to getters to retrieve valueAndrii Doroshenko (Xrayez)
2019-10-22Merge pull request #32919 from vnen/gdscript-unused-argsRémi Verschelde
2019-10-22Merge pull request #32903 from madmiraal/fix-27649-part9Rémi Verschelde
2019-10-22Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltonsRémi Verschelde
2019-10-19GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques
2019-10-19Fix wrong counting of function argument usageGeorge Marques
2019-10-18Remove duplicate valid value check in gdscript_tokenizer.cpp.Marcel Admiraal
2019-10-17Fix autocompletion for singletonsEbbDrop
2019-10-14Small fixes to redundand code, copy paste bugsqarmin