summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #66759 from Chaosus/gds_fix_param_completionYuri Rubinsky2022-10-031-1/+2
|\
| * Fix completion of parameters in function call (2)Yuri Rubinsky2022-10-021-1/+2
* | Merge pull request #66709 from MewPurPur/fix-unary-operators-being-STILL-brokenRémi Verschelde2022-10-031-26/+35
|\ \ | |/ |/|
| * Fix more highlighting bugsVolTer2022-10-021-26/+35
* | Merge pull request #64717 from Chaosus/gds_fix_param_completionYuri Rubinsky2022-09-301-0/+4
|\ \ | |/ |/|
| * Fix completion of parameters in function callYuri Rubinsky2022-09-301-0/+4
* | Fix typos with codespellRémi Verschelde2022-09-301-1/+1
|/
* Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-301-1/+1
|\
| * SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* | Document `print_stack()` and `get_stack()` requiring a debugger connectionHugo Locurcio2022-09-281-2/+4
* | Merge pull request #65074 from MewPurPur/booleans-highlighting-fixRémi Verschelde2022-09-271-27/+25
|\ \ | |/ |/|
| * Add missing values to binary operator highlighter check exceptionsVolTer2022-08-311-27/+25
* | Merge pull request #66366 from asmaloney/script-fix-redundant-ifRémi Verschelde2022-09-261-1/+1
|\ \
| * | Remove redundant "if" condition in GDScriptCompiler::_parse_function()Andy Maloney2022-09-241-1/+1
* | | Fix out of sync when the script is edited externally via lspRindbee2022-09-251-0/+1
* | | Merge pull request #63224 from Rindbee/update-GDScript-cacheRémi Verschelde2022-09-253-6/+12
|\ \ \
| * | | Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORERindbee2022-09-243-6/+12
| |/ /
* / / Prevent null crash when datatype not resolvedFrancois Belair2022-09-231-1/+1
|/ /
* | Merge pull request #62411 from willnationsdev/gdres-gdscriptRémi Verschelde2022-09-182-29/+82
|\ \
| * | Add GDScript resource export.willnationsdev2022-09-172-29/+82
* | | Spelling correction: change "no" to "not"I Woithe2022-09-171-1/+1
|/ /
* | 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