Age | Commit message (Expand) | Author |
2019-05-02 | Fix slight issues with autocompletion and member lists in GDScript | Bojidar Marinov |
2019-05-01 | Merge pull request #27676 from qarmin/small_fixes_2 | Rémi Verschelde |
2019-04-30 | Merge pull request #24437 from mateusfccp/single_quotes_option | Rémi Verschelde |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-04-05 | Add support for type hints in non-default script editor templates | Hugo Locurcio |
2019-04-04 | Small fixes to static analyzer bugs | qarmin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-16 | Merge pull request #25715 from hpvb/fix-25598 | Rémi Verschelde |
2019-02-08 | Add a maximum recusion depth to _guess_expression_type | Hein-Pieter van Braam |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-15 | GDScript autocomplete: don't carry values when guessing from `is` | George Marques |
2019-01-05 | Fix code completion on nodes in current scene | Timo Schwarzer |
2019-01-03 | Fix segfault when trying to autocomplete in inner classes | Timo Schwarzer |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-18 | Add settings for single-quotes on completion | Mateus Felipe C. C. Pinto |
2018-10-28 | Fix GDScript assuming awareness of whole ClassDB | Pedro J. Estébanez |
2018-10-28 | Unify ClassDB lookups for code completion | Pedro J. Estébanez |
2018-10-23 | Optional getters/setters editor autocomplete | Jakub Grzesik |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-19 | GDScript: Fix autocompletion inference after `is` check | George Marques |
2018-09-19 | GDScript: Fix infinite loop in autocomplete | George Marques |
2018-09-19 | GDScript: Fix autocomplete crash when searching default values | George Marques |
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-26 | GDScript: Remove space before colon on type hints | George Marques |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-19 | Highlight multiline strings as strings instead of comments | Hugo Locurcio |
2018-08-10 | Added system for GDScript warnings | George Marques |
2018-07-31 | Allow some non-integer built-in constants in gdscript | Bernhard Liebl |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-20 | Rewrite code completion | George Marques |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
2018-07-20 | Use type hints to improve completion | George Marques |
2018-07-20 | Add static type checks in the parser | George Marques |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner |
2018-06-12 | Inner classes' functions now appear in the editor's functions panel | Jairo Honorio |
2018-06-11 | Small changes to the comments in the script templates. | Michael Alexsander Silva Dias |
2018-05-23 | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias |
2018-05-17 | Merge pull request #18405 from flashyincceo/gdscript-constants-help | Rémi Verschelde |
2018-05-04 | Merge pull request #18406 from YeldhamDev/script_templates_period | Max Hilbrunner |
2018-05-02 | Changed periods in the script templates. | Michael Alexsander Silva Dias |
2018-05-02 | Merge pull request #18452 from flashyincceo/enum-no-class | Rémi Verschelde |
2018-05-02 | Merge pull request #18531 from KidRigger/issue5972 | Rémi Verschelde |