summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
|
* Rebrand preambles to RedotSpartan3222024-10-136-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
|
* GDScript: Add support for `atr` and `atr_n` to POT generatorDanil Alexeev2024-05-142-4/+6
|
* Merge pull request #89738 from dalexeev/gds-docgen-improve-non-constantRémi Verschelde2024-04-232-13/+36
|\ | | | | | | GDScript: Improve DocGen for non-constant expressions
| * GDScript: Improve DocGen for non-constant expressionsDanil Alexeev2024-03-212-13/+36
| |
* | GDScript: Fix highlighting escapes in multiline raw stringsDanil Alexeev2024-04-092-18/+28
| |
* | GDScript: Fix `for` expression is highlighted as typeDanil Alexeev2024-03-181-9/+23
|/
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-1/+1
|
* GDScript: Fix type highlighting after whitespaceDanil Alexeev2024-02-261-6/+8
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-0/+16
|
* Expose a method to get gravity for any physics bodyAaron Franke2024-01-302-8/+2
|
* Merge pull request #87421 from dalexeev/gds-docgen-use-autoload-singleton-nameRémi Verschelde2024-01-302-16/+38
|\ | | | | | | GDScript: Use autoload singleton name in `GDScriptDocGen`
| * GDScript: Use autoload singleton name in `GDScriptDocGen`Danil Alexeev2024-01-212-16/+38
| |
* | Merge pull request #86471 from dalexeev/gds-fix-pot-gen-skips-some-nodes-2Rémi Verschelde2024-01-302-58/+52
|\ \ | | | | | | | | | GDScript: Fix POT generator skips some nodes (part 2)
| * | GDScript: Fix POT generator skips some nodes (part 2)Danil Alexeev2023-12-232-58/+52
| | |
* | | Merge pull request #86176 from dalexeev/gds-fix-type-highlightingRémi Verschelde2024-01-301-33/+50
|\ \ \ | | | | | | | | | | | | GDScript: Fix type highlighting
| * | | GDScript: Fix type highlightingDanil Alexeev2023-12-141-33/+50
| | | |
* | | | GDScript: Highlight code region commentsDanil Alexeev2024-01-252-25/+34
| |_|/ |/| |
* | | Improve editor theme generation after the refactorYuri Sizov2024-01-171-1/+2
| |/ |/|
* | GDScript: Fix POT generator skips some nodesDanil Alexeev2023-12-132-52/+73
|/
* Change container_element_type to vector containerThaddeus Crews2023-12-052-3/+3
|
* Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cppryanabx2023-10-231-1/+1
|
* Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-0/+2
|
* Merge pull request #83049 from ↵Rémi Verschelde2023-10-101-1/+2
|\ | | | | | | | | | | dalexeev/gds-docgen-fix-return-metatype-regression GDScript DocGen: Fix regression with return metatypes
| * GDScript DocGen: Fix regression with return metatypesDanil Alexeev2023-10-091-1/+2
| |
* | Highlight doc comments in a different colorDanil Alexeev2023-10-081-3/+13
|/
* Merge pull request #82326 from adeneve/gdscript_dict_highlighter_fixRémi Verschelde2023-10-051-11/+25
|\ | | | | | | Fix for GDScriptHighlighter dictionaries as function arguments
| * Fix for gdscript_highlighter dictionaries as argumentsAndrew de Neve2023-10-051-11/+25
| | | | | | | | | | | | Fix for gdscript_highlighter. When passing a dictionary as a function argument, the dictionary values were being highlighted green as if they were types.
* | Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-valuesRémi Verschelde2023-10-052-12/+124
|\ \ | | | | | | | | | GDScript DocGen: Fix and improve appearance of metatypes and values
| * | GDScript DocGen: Fix and improve appearance of metatypes and valuesDanil Alexeev2023-09-212-12/+124
| |/
* | GDScript: Improve highlighting of typesDanil Alexeev2023-10-031-7/+15
| |
* | Merge pull request #78573 from dalexeev/editor-create-script-class-nameRémi Verschelde2023-09-258-13/+19
|\ \ | |/ |/| | | Editor: Remove unused Class Name field from Create Script dialog
| * Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-128-13/+19
| |
* | Merge pull request #74995 from dalexeev/gds-r-stringsRémi Verschelde2023-09-202-8/+36
|\ \ | | | | | | | | | GDScript: Add raw string literals (r-strings)
| * | GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-112-8/+36
| |/
* / GDScript: Fix POT generator crash on assignee with indexDanil Alexeev2023-09-141-3/+8
|/
* GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-3/+6
|
* Fix highlighting of hex numbers with separatorsMewPurPur2023-08-281-3/+3
|
* GDScript: Improve DocGenDanil Alexeev2023-08-191-70/+123
|
* GDScript: Highlight comment markers (`TODO`, `FIXME`, etc.)Danil Alexeev2023-08-072-35/+119
|
* Merge pull request #80020 from dalexeev/gds-pot-gen-const-stringYuri Sizov2023-08-012-55/+62
|\ | | | | | | GDScript: Add constant string support for POT generator
| * GDScript: Add constant string support for POT generatorDanil Alexeev2023-07-292-55/+62
| |
* | GDScript: Add `@deprecated` and `@experimental` doc comment tagsDanil Alexeev2023-07-081-13/+31
|/
* Fix regression with enum descriptions now showing up in documentation.ocean (they/them)2023-07-021-1/+2
|
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-155-2/+8
| | | | | | | | | | | | | | | | | | | | This applies our existing style guide, and adds a new rule to that style guide for modular components such as platform ports and modules: Includes from the platform port or module ("local" includes) should be listed first in their own block using relative paths, before Godot's "core" includes which use "absolute" (project folder relative) paths, and finally thirdparty includes. Includes in `#ifdef`s come after their relevant section, i.e. the overall structure is: - Local includes * Conditional local includes - Core includes * Conditional core includes - Thirdparty includes * Conditional thirdparty includes
* Fix extraction of chained tr() callsHaoyu Qiu2023-05-271-0/+8
|
* Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATHDavid Snopek2023-05-081-0/+1
|
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-212-0/+313
| | | | | | Removes documentation generation (docgen) from the GDScript compiler to its own file. Adds support for GDScript enums and signal parameters and quite a few other assorted fixes and improvements.
* Add GDScript template to RichTextEffectRedMser2023-04-181-0/+17
|