summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* GDScript: Enable compression on exportGeorge Marques2024-02-088-42/+88
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-0821-115/+954
* Merge pull request #86999 from AThousandShips/init_noteRémi Verschelde2024-02-081-2/+4
|\
| * Improve error message when a GDScript instance fails to be constructedA Thousand Ships2024-01-091-2/+4
* | Merge pull request #87124 from rsubtil/bugfix-warn_as_errRémi Verschelde2024-02-081-1/+1
|\ \
| * | Simplify script paths to ensure proper resource path checksRicardo Subtil2024-01-121-1/+1
* | | Merge pull request #88071 from Calinou/gdscript-nodepath-autocomplete-fix-ide...Rémi Verschelde2024-02-081-3/+11
|\ \ \
| * | | Fix NodePath autocompletion to ensure paths are quoted when requiredHugo Locurcio2024-02-071-3/+11
* | | | Fix autocompletion for enum members in the core classesYuri Rubinsky2024-02-071-54/+115
|/ / /
* | | Fix various typos with codespellRémi Verschelde2024-02-072-3/+3
* | | Merge pull request #87939 from dalexeev/gds-add-is-not-operatorRémi Verschelde2024-02-073-1/+44
|\ \ \
| * | | GDScript: Add `is not` operatorDanil Alexeev2024-02-043-1/+44
* | | | Merge pull request #87783 from AThousandShips/utility_errRémi Verschelde2024-02-071-1/+4
|\ \ \ \
| * | | | Make `GDScriptUtilityCallable` return call error when method is invalidA Thousand Ships2024-01-311-1/+4
| |/ / /
* | | | Merge pull request #87941 from AThousandShips/num_fixRémi Verschelde2024-02-051-0/+14
|\ \ \ \
| * | | | [GDScript] Prevent running `String` number functions on invalid literalA Thousand Ships2024-02-041-0/+14
| |/ / /
* / / / 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`Danil Alexeev2024-01-212-16/+38
* | | | Merge pull request #86823 from dalexeev/gds-utility-func-as-callableRémi Verschelde2024-01-305-19/+218
|\ \ \ \
| * | | | GDScript: Allow utility functions to be used as `Callable`Danil Alexeev2024-01-055-19/+218
* | | | | 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)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 highlightingDanil Alexeev2023-12-141-33/+50
* | | | | | Merge pull request #83220 from dalexeev/gds-highlight-code-regionsRémi Verschelde2024-01-302-25/+34
|\ \ \ \ \ \
| * | | | | | GDScript: Highlight code region commentsDanil Alexeev2024-01-252-25/+34
* | | | | | | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-2914-306/+15
* | | | | | | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-295-28/+28
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-295-28/+28
| |/ / / / / /
* / / / / / / Better hide internal properties from usersYuri Sizov2024-01-291-3/+9
|/ / / / / /
* | | | | | Merge pull request #85239 from HolonProduction/global-class-property-locationYuri Sizov2024-01-251-4/+56
|\ \ \ \ \ \
| * | | | | | Handle global classes when resolving property locationHolonProduction2024-01-241-4/+56
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #85224 from HolonProduction/identifier-type-prefer-annotatedYuri Sizov2024-01-243-22/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prefer identifiers annotated type if assigned type is incompatible to itHolonProduction2024-01-173-22/+39
* | | | | | Merge pull request #86730 from reduz/64-bit-cowdataRémi Verschelde2024-01-192-2/+2
|\ \ \ \ \ \
| * | | | | | Promote CowData to 64 bitsJuan Linietsky2024-01-192-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #87294 from vnen/allow-free-callableRémi Verschelde2024-01-183-1/+15
|\ \ \ \ \ \
| * | | | | | Allow `free()` to be used as CallableGeorge Marques2024-01-183-1/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #87293 from YuriSizov/editor-theme-a-rehashed-follow-upRémi Verschelde2024-01-181-1/+2
|\ \ \ \ \ \
| * | | | | | Improve editor theme generation after the refactorYuri Sizov2024-01-171-1/+2
| |/ / / / /
* | | | | | Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...Rémi Verschelde2024-01-1814-15/+306
|\ \ \ \ \ \
| * | | | | | Add UID support to GDScript fileskobewi2024-01-1714-15/+306
| |/ / / / /
* | | | | | Merge pull request #85215 from HolonProduction/type-from-property-class-nameRémi Verschelde2024-01-182-4/+26
|\ \ \ \ \ \
| * | | | | | Handle global classes when resolving type from `PropertyInfo`HolonProduction2024-01-172-4/+26
* | | | | | | Merge pull request #87286 from akien-mga/fix-preprocessor-if-ENABLED-checksYuri Sizov2024-01-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #87278 from HolonProduction/give-those-autoloads-an-upgradeYuri Sizov2024-01-171-16/+30
|\ \ \ \ \ \ \
| * | | | | | | Handle GDScript in `_type_from_variant` for autocompletionHolonProduction2024-01-161-16/+30
| |/ / / / / /