summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|\ \