summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-102-3/+1
|\
| * Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-3/+1
* | doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-3/+3
* | Merge pull request #34067 from bojidar-bg/32370-retype-messageRémi Verschelde2019-12-041-1/+6
|\ \
| * | Make error when accidentially redeclaring a variable's type clearerBojidar Marinov2019-12-021-1/+6
* | | Mention that `int()` can be used as an alternative to `floor()`Hugo Locurcio2019-12-031-2/+3
| |/ |/|
* | Add docs for is_equal_approx on structuresAaron Franke2019-11-301-2/+2
* | Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere432019-11-301-1/+1
* | Document how to bypass the unused argument/variable warning in messageHugo Locurcio2019-11-271-5/+3
* | Remove type hint from the @GDScript class documentationHugo Locurcio2019-11-261-3/+3
* | Added missing documentation for yield()Zak Stam2019-11-251-0/+20
* | Fix typos with codespellRémi Verschelde2019-11-222-4/+4
* | Make the script templates' blank lines conform with the official style guideMichael Alexsander2019-11-171-0/+3
* | Parser: Check all the arguments of the ternary operatorlupoDharkael2019-11-151-0/+2
* | Merge pull request #32966 from ffaristocrat/fix-hex-parsingRémi Verschelde2019-11-121-3/+4
|\ \
| * | Fixes #32963 by correctly parsing bin/hex literalsMicheál Keane2019-11-121-3/+4
* | | Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-111-2/+1
* | | Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-2/+1
| |/ |/|
* | Add setting to exclude addons from script warningsmashumafi2019-11-072-0/+4
* | Merge pull request #33257 from aaronfranke/printrawRémi Verschelde2019-11-071-0/+1
|\ \
| * | Document behavior of printrawAaron Franke2019-11-021-0/+1
* | | Merge pull request #33266 from Xrayez/inst2dict-original-pathRémi Verschelde2019-11-041-1/+1
|\ \ \
| * | | Use GDScript resource path over script path for `inst2dict`Andrii Doroshenko (Xrayez)2019-11-021-1/+1
| |/ /
* / / Fix Color8 GDScript documentationAaron Franke2019-11-021-1/+1
|/ /
* | GDScript: validate instance before accessing it on errorGeorge Marques2019-11-011-2/+2
* | GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques2019-11-011-2/+2
* | Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)2019-10-311-0/+1
* | Fixed leak in gdscript when creating empty WeakRefPouleyKetchoupp2019-10-291-1/+2
* | Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde2019-10-254-77/+102
|\ \
| * | Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-254-77/+102
* | | Merge pull request #32919 from vnen/gdscript-unused-argsRémi Verschelde2019-10-221-5/+17
|\ \ \
| * | | Fix wrong counting of function argument usageGeorge Marques2019-10-191-5/+17
* | | | Merge pull request #32903 from madmiraal/fix-27649-part9Rémi Verschelde2019-10-221-7/+3
|\ \ \ \
| * | | | Remove duplicate valid value check in gdscript_tokenizer.cpp.Marcel Admiraal2019-10-181-7/+3
| |/ / /
* | | | Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltonsRémi Verschelde2019-10-221-5/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix autocompletion for singletonsEbbDrop2019-10-171-5/+4
| |/ /
* / / GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques2019-10-191-1/+7
|/ /
* / Small fixes to redundand code, copy paste bugsqarmin2019-10-142-4/+2
|/
* fix #32588 crash in language serverHaSa10022019-10-111-1/+1
* Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
* Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde2019-10-092-1/+52
|\
| * lsp: Send godot class tree to clientsGeequlim2019-10-092-1/+52
* | lsp: Fix signature of void returned functions in native methodsGeequlim2019-10-091-1/+5
|/
* Fixed some obvious typos in error messagesnoname14772019-10-051-4/+4
* Format documentations to markdown only when neededgeequlim2019-10-054-74/+82
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-046-5/+58
* Fix enumeration value of SymbolKind.geequlim2019-10-043-52/+65
* Merge pull request #32517 from GodotExplorer/gdscript-lspRémi Verschelde2019-10-037-6/+101
|\
| * Implement DocumentLink of GDScript LSP Servergeequlim2019-10-037-4/+99
| * Fix codeblock formating to markdowngeequlim2019-10-031-2/+2