summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_cache.cpp
AgeCommit message (Expand)Author
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