summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-10-03Merge pull request #66759 from Chaosus/gds_fix_param_completionYuri Rubinsky
2022-10-03Merge pull request #66709 from MewPurPur/fix-unary-operators-being-STILL-brokenRémi Verschelde
2022-10-02Fix more highlighting bugsVolTer
2022-10-02Fix completion of parameters in function call (2)Yuri Rubinsky
2022-09-30Merge pull request #64717 from Chaosus/gds_fix_param_completionYuri Rubinsky
2022-09-30Fix completion of parameters in function callYuri Rubinsky
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-30Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde
2022-09-28Document `print_stack()` and `get_stack()` requiring a debugger connectionHugo Locurcio
2022-09-27Merge pull request #65074 from MewPurPur/booleans-highlighting-fixRémi Verschelde
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-26Merge pull request #66366 from asmaloney/script-fix-redundant-ifRémi Verschelde
2022-09-25Fix out of sync when the script is edited externally via lspRindbee
2022-09-25Merge pull request #63224 from Rindbee/update-GDScript-cacheRémi Verschelde
2022-09-24Remove redundant "if" condition in GDScriptCompiler::_parse_function()Andy Maloney
2022-09-24Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORERindbee
2022-09-23Prevent null crash when datatype not resolvedFrancois Belair
2022-09-18Merge pull request #62411 from willnationsdev/gdres-gdscriptRémi Verschelde
2022-09-17Add GDScript resource export.willnationsdev
2022-09-17Spelling correction: change "no" to "not"I Woithe
2022-09-15Fix GDScript `preload` fails in standalone build unless files are present in ...Abdelhafidh Belalia
2022-09-13Merge pull request #65643 from voylin/fix_recurring_check_in_gdscript_cache.cppRémi Verschelde
2022-09-13Merge pull request #65637 from Jummit/assert-exampleRémi Verschelde
2022-09-12Fix last_modified_time on scriptsYuri Rubinsky
2022-09-11Fix for recurring check in gdscript_cach.cppVoylin
2022-09-11Remove outdated assert exampleJummit
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-09-02Merge pull request #65264 from MewPurPur/all-hail-icon-annotationRémi Verschelde
2022-09-02Remove old syntax for custom class iconVolTer
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
2022-09-01Merge pull request #65135 from reduz/export-customization-pluginsRémi Verschelde
2022-09-01Add support for scene/resource customization in export pluginsJuan Linietsky
2022-09-01Merge pull request #65163 from MewPurPur/reuse-function-logic-for-global-funcsRémi Verschelde
2022-09-01Merge pull request #64444 from timothyqiu/action-completionRémi Verschelde
2022-08-31Fixed a case for global function highlightingVolTer
2022-08-31Merge pull request #63411 from Calinou/improve-null-object-dictionary-printRémi Verschelde
2022-08-31Merge pull request #64130 from A-Lamia/root_uri_decodeRémi Verschelde
2022-08-31Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-upRémi Verschelde
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-08-31Add missing values to binary operator highlighter check exceptionsVolTer
2022-08-31fix: add uri_decode to root_uri #63388Lamia
2022-08-30Fix inferred GDScript enum values not appearing in inspectorAtlinx
2022-08-30Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Follow-up fixes to number highlightingVolTer
2022-08-29Merge pull request #65003 from MewPurPur/fix-number-coloringRémi Verschelde
2022-08-29Fix number highlightingVolTer
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Merge pull request #64651 from MewPurPur/fix-globalfunc-highlightingRémi Verschelde
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky