summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Fix GDScript `preload` fails in standalone build unless files are present in ...Abdelhafidh Belalia2022-09-151-1/+1
* Merge pull request #65643 from voylin/fix_recurring_check_in_gdscript_cache.cppRémi Verschelde2022-09-131-3/+1
|\
| * Fix for recurring check in gdscript_cach.cppVoylin2022-09-111-3/+1
* | Merge pull request #65637 from Jummit/assert-exampleRémi Verschelde2022-09-131-2/+2
|\ \
| * | Remove outdated assert exampleJummit2022-09-111-2/+2
| |/
* / Fix last_modified_time on scriptsYuri Rubinsky2022-09-121-2/+4
|/
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-2/+2
* Merge pull request #65264 from MewPurPur/all-hail-icon-annotationRémi Verschelde2022-09-021-11/+0
|\
| * Remove old syntax for custom class iconVolTer2022-09-021-11/+0
* | Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-022-3/+3
* | Merge pull request #65135 from reduz/export-customization-pluginsRémi Verschelde2022-09-011-0/+2
|\ \ | |/ |/|
| * Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-0/+2
* | Merge pull request #65163 from MewPurPur/reuse-function-logic-for-global-funcsRémi Verschelde2022-09-011-3/+13
|\ \
| * | Fixed a case for global function highlightingVolTer2022-08-311-3/+13
* | | Merge pull request #64444 from timothyqiu/action-completionRémi Verschelde2022-09-011-2/+7
|\ \ \ | |/ / |/| |
| * | Fix action name completion for `Input`Haoyu Qiu2022-08-151-2/+7
* | | Merge pull request #63411 from Calinou/improve-null-object-dictionary-printRémi Verschelde2022-08-313-3/+3
|\ \ \
| * | | Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-313-3/+3
| | |/ | |/|
* | | Merge pull request #64130 from A-Lamia/root_uri_decodeRémi Verschelde2022-08-311-3/+3
|\ \ \
| * | | fix: add uri_decode to root_uri #63388Lamia2022-08-311-3/+3
| |/ /
* | | Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-upRémi Verschelde2022-08-311-0/+1
|\ \ \ | |/ / |/| |
| * | Fix inferred GDScript enum values not appearing in inspectorAtlinx2022-08-301-0/+1
* | | Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-304-10/+10
|\ \ \
| * | | Rename String `plus_file` to `path_join`Aaron Franke2022-08-294-10/+10
| |/ /
* / / Follow-up fixes to number highlightingVolTer2022-08-291-14/+15
|/ /
* | Merge pull request #65003 from MewPurPur/fix-number-coloringRémi Verschelde2022-08-291-50/+56
|\ \
| * | Fix number highlightingVolTer2022-08-291-50/+56
* | | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-4/+4
|\ \ \ | |/ / |/| |
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* | | Merge pull request #64651 from MewPurPur/fix-globalfunc-highlightingRémi Verschelde2022-08-272-3/+31
|\ \ \ | |/ / |/| |
| * | Added highlighting color for GDScript and GlobalScope functionsVolTer2022-08-252-3/+31
* | | Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-262-9/+9
|\ \ \
| * | | Rename `str2var` to `str_to_var` and similarMicky2022-08-262-9/+9
* | | | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-262-2/+2
|/ / /
* | | Merge pull request #64857 from MewPurPur/tweak-stringname-colorRémi Verschelde2022-08-251-2/+2
|\ \ \ | |/ / |/| |
| * | Tweaked StringName highlighting colorVolTer2022-08-251-2/+2
* | | Replace Array return types with TypedArray 3kobewi2022-08-242-2/+6
|/ /
* | Replace Array return types with TypedArraykobewi2022-08-222-3/+3
* | 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