summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolorMax Hilbrunner2022-08-202-1/+179
|\
| * Add documentation for all annotationsYuri Sizov2022-08-192-1/+179
* | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methodsYuri Sizov2022-08-192-0/+48
|\ \
| * | Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-182-0/+48
| |/
* | Merge pull request #63326 from MewPurPur/binary-highlighting-fixMax Hilbrunner2022-08-191-22/+47
|\ \ | |/ |/|
| * Improve binary operator highlightingVolTer2022-08-141-22/+47
* | Merge pull request #62934 from Xwdit/script_doc_arg_def_varRémi Verschelde2022-08-101-1/+3
|\ \
| * | Fix script documentation method argument default valuesXwdit2022-08-101-1/+3
* | | Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_typeRémi Verschelde2022-08-101-1/+5
|\ \ \
| * | | Fixed incorrect type display of function argument in GDScript editor tooltipsXwdit2022-08-101-1/+5
| |/ /
* / / Fixed incorrect type display of void return in GDScript editor tooltipsXwdit2022-08-101-1/+7
|/ /
* | Prevent global functions from overriding completion of subscriptYuri Rubinsky2022-08-101-33/+33
* | Merge pull request #64099 from A-Lamia/lsp_uri_path_fixesRémi Verschelde2022-08-082-4/+4
|\ \
| * | fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...Lamia2022-08-082-4/+4
* | | Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-36/+36
* | | Merge pull request #64076 from raulsntos/doc-fixesRémi Verschelde2022-08-081-0/+5
|\ \ \
| * | | Add `@GDScript.type_exists` documentationRaul Santos2022-08-081-0/+5
* | | | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-0/+34
| |/ / |/| |
* | | Merge pull request #64046 from AntonioDell/bugfix/63715-infer-preloaded-const...Rémi Verschelde2022-08-084-1/+11
|\ \ \ | |/ / |/| |
| * | fix(gdscript): Infer type from preload constAntonio Dell'Annunziata2022-08-074-1/+11
* | | Merge pull request #63919 from Faless/scons/4.x_easy_depsRémi Verschelde2022-08-071-0/+1
|\ \ \ | |/ / |/| |
| * | [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-0/+1
* | | Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde2022-08-061-12/+30
|\ \ \ | |/ / |/| |
| * | Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-12/+30
* | | Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde2022-08-021-2/+3
|\ \ \ | |/ / |/| |
| * | Variant memory poolslawnjelly2022-07-041-2/+3
* | | Merge pull request #55450 from Calinou/script-editor-improve-light-theme-synt...Rémi Verschelde2022-08-011-5/+5
|\ \ \
| * | | Improve script editor's light theme syntax colors for better readabilityHugo Locurcio2022-07-311-5/+5
* | | | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-313-0/+3
|/ / /
* | | Swap arguments of ResourceSaver.save()kobewi2022-07-292-2/+2
* | | Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde2022-07-291-2/+2
|\ \ \
| * | | Move editor paths into the EditorPaths classAaron Franke2022-07-291-2/+2
* | | | Merge pull request #63595 from reduz/remove-signal-connect-bindsRémi Verschelde2022-07-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* | | | fix(gdscript): Fix infinite loop on type inferernce from super method callsAntonio Dell'Annunziata2022-07-291-5/+10
|/ / /
* | | Merge pull request #63049 from Faless/mp/4.x_as_moduleRémi Verschelde2022-07-2812-66/+47
|\ \ \
| * | | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-2612-66/+47
* | | | fix(gdscript): Fix out of bounds crash after reloading member variablesAntonio Dell'Annunziata2022-07-281-2/+2
* | | | Merge pull request #63560 from V-Sekai/named_global_crashfixRémi Verschelde2022-07-281-0/+1
|\ \ \ \
| * | | | Prevent hard crash in GDScriptVM when a named global can not be found.SaracenOne2022-07-271-0/+1
* | | | | inconsistent str() error fixEdward2022-07-271-0/+1
* | | | | LSP: Sanitizes protocol URI `file:///c%3A` in file pathLamia2022-07-281-1/+3
* | | | | Merge pull request #63325 from EIRTeam/typed_array_fixRémi Verschelde2022-07-271-1/+1
|\ \ \ \ \
| * | | | | Fix typed array returns returning the incorrect contained typeÁlex Román Núñez2022-07-221-1/+1
| |/ / / /
* | / / / Split up editor export code into multiple filesAaron Franke2022-07-261-1/+1
| |/ / / |/| | |
* | | | Fix Vector4 parse errorkobewi2022-07-261-2/+2
* | | | Code quality: Fix header guards consistencyRémi Verschelde2022-07-2512-28/+28
* | | | Merge pull request #63219 from reduz/implement-vector4-projectionRémi Verschelde2022-07-256-0/+51
|\ \ \ \
| * | | | Implement Vector4, Vector4i, Projectionreduz2022-07-236-0/+51
| |/ / /
* / / / Fix missing method qualifiers in script docXwdit2022-07-241-0/+5
|/ / /