summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_cache.cpp
AgeCommit message (Expand)Author
2022-12-10Fix `GDScriptCache::clear()` crash when clearing packed scenesAdam Scott
2022-12-10Fix `GDScriptCache` to not remove scripts/scenes individually when clearingAdam Scott
2022-12-07Add missing packed scene cache clear inside `GDScriptCache::clear()`Adam Scott
2022-12-06Move GDScript uninitialization to `GDScriptLanguage::finalize()`Adam Scott
2022-11-28Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_fileRémi Verschelde
2022-11-28Add PackedScene::reload_from_file() overrideAdam Scott
2022-11-27Fix cyclic reference base being loaded but not valid (which is ok)Adam Scott
2022-11-25Fix singleton scene cyclic loadingAdam Scott
2022-11-22Merge pull request #68987 from adamscott/fix-godot#61386-autoload-scenes-impl...Rémi Verschelde
2022-11-21[godot#61386] Fix autoload scenes implicit typesAdam Scott
2022-11-21[godot#68971] Fetch cached scene if it exists in `GDScriptCache`Adam Scott
2022-11-20Merge pull request #68929 from adamscott/add-rename-checkRémi Verschelde
2022-11-20Add move_script check before executing logicAdam Scott
2022-11-20GDScript: Cache scripts after parse errorrune-scape
2022-11-20Fix empty text in editorrune-scape
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-13GDScript compiler subclass bugfixesRune
2022-09-24Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORERindbee
2022-09-11Fix for recurring check in gdscript_cach.cppVoylin
2022-07-07Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-01-22GDScript cache crashfix.K. S. Ernest (iFire) Lee
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Revert "Fix auto reload scripts on external change"Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09Merge pull request #49473 from cptchuckles/fix-auto-reload-scriptsRémi Verschelde
2021-10-06GDScript: Set status on parsing steps beforehandGeorge Marques
2021-09-11Avoid crash after a parsing error in GDScriptPedro J. Estébanez
2021-09-02Fix auto reload scripts on external changeJonathan Gollnick
2021-08-16Fix crash when failing to load script from cachePouleyKetchoupp
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-09GDScript: Fix MutexLock usage, fixes Clang 6 compatRémi Verschelde
2020-08-23GDScript: Use pointer instead of references in cacheGeorge Marques
2020-08-17GDScript: Fix crash when superclass file is non-existentGeorge Marques
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Add GDScript cache singletonGeorge Marques