summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #68717 from rune-scape/rune-compiler-regressionYuri Rubinsky2022-11-161-0/+1
|\
| * GDScript Compiler: regression fixRune2022-11-151-0/+1
* | Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errorsRémi Verschelde2022-11-151-1/+1
|\ \
| * | Fix "Treat Warnings as Errors" Project Setting not workingMicky2022-09-051-1/+1
* | | Merge pull request #68663 from Chaosus/gds_fix_completionYuri Rubinsky2022-11-151-61/+63
|\ \ \
| * | | Fix completion popup for the variables created with `get_node` callYuri Rubinsky2022-11-141-61/+63
* | | | Merge pull request #68657 from Sauermann/fix-redundant-initializationRémi Verschelde2022-11-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
| | |/ | |/|
* | | Merge pull request #65712 from Chaosus/gds_fix_completionRémi Verschelde2022-11-141-1/+55
|\ \ \ | |/ / |/| |
| * | Fix completion for variables initialized by `get_node` callYuri Rubinsky2022-09-121-1/+55
* | | GDScript compiler subclass bugfixesRune2022-11-1314-281/+283
* | | Fix named enums to use int64 typeYuri Rubinsky2022-11-083-4/+3
* | | Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...Rémi Verschelde2022-11-025-1/+140
|\ \ \
| * | | GDScript Fix type mismatch in optimized single arg `range`kleonc2022-11-025-1/+140
* | | | Merge pull request #68136 from qarmin/projection_not_equalRémi Verschelde2022-11-024-0/+10
|\ \ \ \
| * | | | Support for checking that Projection is(not) nullRafał Mikrut2022-11-014-0/+10
* | | | | Merge pull request #68040 from adamscott/fix-property-getter-return-typeRémi Verschelde2022-11-021-11/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [godot#68001] Fix property getter with custom return typeAdam Scott2022-10-291-11/+16
| |/ / /
* | | | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-312-3/+3
|\ \ \ \
| * | | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-3/+3
* | | | | Merge pull request #67826 from Chaosus/gds_fix_enumRémi Verschelde2022-10-311-1/+1
|\ \ \ \ \
| * | | | | Fix enum type to use int64_t instead of int in GDScriptYuri Rubinsky2022-10-251-1/+1
* | | | | | Merge pull request #67055 from GuilhermeGSousa/custom-node-exportRémi Verschelde2022-10-311-5/+11
|\ \ \ \ \ \
| * | | | | | Added custom node exportGuilherme Sousa2022-10-141-5/+11
* | | | | | | Merge pull request #68065 from zCubed3/fix_min_max_crashRémi Verschelde2022-10-311-2/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix math utility functions crashing when invalid args passedzCubed32022-10-301-2/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #62695 from Spartan322/relax-constant-assertsRémi Verschelde2022-10-311-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow non-constant string message for assertGeorge L. Albany2022-07-181-2/+2
* | | | | | | Fix built-in script path of GDScriptWei Guo2022-10-252-0/+6
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner2022-10-211-1/+1
|\ \ \ \ \ \
| * | | | | | Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #67100 from Mickeon/doc-peevesMax Hilbrunner2022-10-191-48/+48
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tweak `@GDScript` documentation overallMicky2022-10-181-48/+48
* | | | | | Clarified reason why a resource cannot be loaded.João Martins2022-10-161-1/+7
* | | | | | Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-145-0/+28
| |_|/ / / |/| | | |
* | | | | Merge pull request #67361 from clayjohn/GDScript-unused-return-warningRémi Verschelde2022-10-144-8/+18
|\ \ \ \ \
| * | | | | Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-134-8/+18
| |/ / / /
* / / / / GDScript: fix highlighting '.' after global class nameRune2022-10-112-11/+15
|/ / / /
* | | | Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde2022-10-071-6/+6
* | | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-0717-257/+249
* | | | Fix outdated keywords autocompletionVolTer2022-10-061-3/+3
* | | | Merge pull request #66839 from aaronfranke/editor-prop-hide-sliderRémi Verschelde2022-10-052-2/+2
|\ \ \ \
| * | | | Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke2022-10-032-2/+2
* | | | | Merge pull request #66873 from akien-mga/script-tweak-error-invalid-script-typeRémi Verschelde2022-10-051-2/+2
|\ \ \ \ \
| * | | | | GDScript/C#: Tweak error message for invalid script type for objectRémi Verschelde2022-10-041-2/+2
* | | | | | Merge pull request #66885 from atirut-w/lsp-doc-fixRémi Verschelde2022-10-051-4/+4
|\ \ \ \ \ \
| * | | | | | LSP: Fix GDScript doc commentsAtirut Wattanamongkol2022-10-051-4/+4
| | |/ / / / | |/| | | |
* | | | | | Improve dictionary printing to avoid confusion with arraysHugo Locurcio2022-10-046-9/+9
| |/ / / / |/| | | |
* | | | | Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee2022-10-043-13/+22
|/ / / /
* | | | Merge pull request #66759 from Chaosus/gds_fix_param_completionYuri Rubinsky2022-10-031-1/+2
|\ \ \ \