Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 2 | -3/+3 |
|\ | |||||
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 2 | -3/+3 |
| | | |||||
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 2 | -10/+99 |
|\| | |||||
| * | Merge pull request #98099 from dalexeev/pot-gen-add-comment-support | Thaddeus Crews | 2024-11-15 | 2 | -10/+99 |
| |\ | | | | | | | | | | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments | ||||
| | * | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments | Danil Alexeev | 2024-10-13 | 2 | -10/+99 |
| | | | |||||
* | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 6 | -12/+12 |
| | | | |||||
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 1 | -1/+3 |
|\| | | |||||
| * | | Merge pull request #98169 from HolonProduction/only-highlight-exposed | Thaddeus Crews | 2024-10-24 | 1 | -1/+3 |
| |\ \ | | | | | | | | | | | | | GDScript: Don't highlight unexposed classes | ||||
| | * | | GDScript: Don't highlight unexposed classes | HolonProduction | 2024-10-14 | 1 | -1/+3 |
| | |/ | |||||
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 1 | -1/+1 |
|\| | | |||||
| * | | [Core] Fix sorting of `Dictionary` keys | A Thousand Ships | 2024-10-18 | 1 | -1/+1 |
| |/ | | | | | | | `StringName` keys were sorted as `StringName` which is unstable. | ||||
* / | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 6 | -0/+12 |
|/ | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| | |||||
* | [Editor] Expose more editor settings to documentation | A Thousand Ships | 2024-09-12 | 1 | -0/+1 |
| | | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | ||||
* | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -16/+75 |
| | |||||
* | StringName Dictionary keys | rune-scape | 2024-08-29 | 1 | -1/+1 |
| | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead | ||||
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -1/+1 |
| | |||||
* | GDScript: Add support for `atr` and `atr_n` to POT generator | Danil Alexeev | 2024-05-14 | 2 | -4/+6 |
| | |||||
* | Merge pull request #89738 from dalexeev/gds-docgen-improve-non-constant | Rémi Verschelde | 2024-04-23 | 2 | -13/+36 |
|\ | | | | | | | GDScript: Improve DocGen for non-constant expressions | ||||
| * | GDScript: Improve DocGen for non-constant expressions | Danil Alexeev | 2024-03-21 | 2 | -13/+36 |
| | | |||||
* | | GDScript: Fix highlighting escapes in multiline raw strings | Danil Alexeev | 2024-04-09 | 2 | -18/+28 |
| | | |||||
* | | GDScript: Fix `for` expression is highlighted as type | Danil Alexeev | 2024-03-18 | 1 | -9/+23 |
|/ | |||||
* | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -1/+1 |
| | |||||
* | GDScript: Fix type highlighting after whitespace | Danil Alexeev | 2024-02-26 | 1 | -6/+8 |
| | |||||
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -0/+16 |
| | |||||
* | Expose a method to get gravity for any physics body | Aaron Franke | 2024-01-30 | 2 | -8/+2 |
| | |||||
* | Merge pull request #87421 from dalexeev/gds-docgen-use-autoload-singleton-name | Rémi Verschelde | 2024-01-30 | 2 | -16/+38 |
|\ | | | | | | | GDScript: Use autoload singleton name in `GDScriptDocGen` | ||||
| * | GDScript: Use autoload singleton name in `GDScriptDocGen` | Danil Alexeev | 2024-01-21 | 2 | -16/+38 |
| | | |||||
* | | Merge pull request #86471 from dalexeev/gds-fix-pot-gen-skips-some-nodes-2 | Rémi Verschelde | 2024-01-30 | 2 | -58/+52 |
|\ \ | | | | | | | | | | GDScript: Fix POT generator skips some nodes (part 2) | ||||
| * | | GDScript: Fix POT generator skips some nodes (part 2) | Danil Alexeev | 2023-12-23 | 2 | -58/+52 |
| | | | |||||
* | | | Merge pull request #86176 from dalexeev/gds-fix-type-highlighting | Rémi Verschelde | 2024-01-30 | 1 | -33/+50 |
|\ \ \ | | | | | | | | | | | | | GDScript: Fix type highlighting | ||||
| * | | | GDScript: Fix type highlighting | Danil Alexeev | 2023-12-14 | 1 | -33/+50 |
| | | | | |||||
* | | | | GDScript: Highlight code region comments | Danil Alexeev | 2024-01-25 | 2 | -25/+34 |
| |_|/ |/| | | |||||
* | | | Improve editor theme generation after the refactor | Yuri Sizov | 2024-01-17 | 1 | -1/+2 |
| |/ |/| | |||||
* | | GDScript: Fix POT generator skips some nodes | Danil Alexeev | 2023-12-13 | 2 | -52/+73 |
|/ | |||||
* | Change container_element_type to vector container | Thaddeus Crews | 2023-12-05 | 2 | -3/+3 |
| | |||||
* | Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cpp | ryanabx | 2023-10-23 | 1 | -1/+1 |
| | |||||
* | Code Editor: Fix regression with using doc comments for code regions | Danil Alexeev | 2023-10-13 | 1 | -0/+2 |
| | |||||
* | Merge pull request #83049 from ↵ | Rémi Verschelde | 2023-10-10 | 1 | -1/+2 |
|\ | | | | | | | | | | | dalexeev/gds-docgen-fix-return-metatype-regression GDScript DocGen: Fix regression with return metatypes | ||||
| * | GDScript DocGen: Fix regression with return metatypes | Danil Alexeev | 2023-10-09 | 1 | -1/+2 |
| | | |||||
* | | Highlight doc comments in a different color | Danil Alexeev | 2023-10-08 | 1 | -3/+13 |
|/ | |||||
* | Merge pull request #82326 from adeneve/gdscript_dict_highlighter_fix | Rémi Verschelde | 2023-10-05 | 1 | -11/+25 |
|\ | | | | | | | Fix for GDScriptHighlighter dictionaries as function arguments | ||||
| * | Fix for gdscript_highlighter dictionaries as arguments | Andrew de Neve | 2023-10-05 | 1 | -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-values | Rémi Verschelde | 2023-10-05 | 2 | -12/+124 |
|\ \ | | | | | | | | | | GDScript DocGen: Fix and improve appearance of metatypes and values | ||||
| * | | GDScript DocGen: Fix and improve appearance of metatypes and values | Danil Alexeev | 2023-09-21 | 2 | -12/+124 |
| |/ | |||||
* | | GDScript: Improve highlighting of types | Danil Alexeev | 2023-10-03 | 1 | -7/+15 |
| | | |||||
* | | Merge pull request #78573 from dalexeev/editor-create-script-class-name | Rémi Verschelde | 2023-09-25 | 8 | -13/+19 |
|\ \ | |/ |/| | | | Editor: Remove unused Class Name field from Create Script dialog | ||||
| * | Editor: Remove unused Class Name field from Create Script dialog | Danil Alexeev | 2023-09-12 | 8 | -13/+19 |
| | | |||||
* | | Merge pull request #74995 from dalexeev/gds-r-strings | Rémi Verschelde | 2023-09-20 | 2 | -8/+36 |
|\ \ | | | | | | | | | | GDScript: Add raw string literals (r-strings) | ||||
| * | | GDScript: Add raw string literals (r-strings) | Danil Alexeev | 2023-09-11 | 2 | -8/+36 |
| |/ |