Commit History

Author SHA1 Message Date
  Adam Scott e86e15571f [godot#68971] Fetch cached scene if it exists in `GDScriptCache` 2 years ago
  Rémi Verschelde 190226098b Merge pull request #68929 from adamscott/add-rename-check 2 years ago
  Adam Scott 98ceb7ecf5 Add move_script check before executing logic 2 years ago
  rune-scape 5ef971da1a GDScript: Cache scripts after parse error 2 years ago
  rune-scape a6410878db Fix empty text in editor 2 years ago
  Adam Scott 5704055d30 Fix cyclic references in GDScript 2.0 2 years ago
  Rune bce6f1792e GDScript compiler subclass bugfixes 2 years ago
  Rindbee f1a4041f52 Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE 3 years ago
  Voylin e5814c3f81 Fix for recurring check in gdscript_cach.cpp 2 years ago
  bruvzg 0c5431644d Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 3 years ago
  reduz 45af29da80 Add a new HashSet template 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  bruvzg 9381acb6a4 Make FileAccess and DirAccess classes reference counted. 3 years ago
  K. S. Ernest (iFire) Lee b69b526b7c GDScript cache crashfix. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Rémi Verschelde f19a1e28c8 Revert "Fix auto reload scripts on external change" 3 years ago
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 3 years ago
  Rémi Verschelde 1a8741aaca Merge pull request #49473 from cptchuckles/fix-auto-reload-scripts 3 years ago
  George Marques dfe3a2fad0 GDScript: Set status on parsing steps beforehand 3 years ago
  Pedro J. Estébanez 10c9c2ccd4 Avoid crash after a parsing error in GDScript 4 years ago
  Jonathan Gollnick b0c807c75a Fix auto reload scripts on external change 4 years ago
  PouleyKetchoupp 9973bf93ed Fix crash when failing to load script from cache 4 years ago
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
  Rémi Verschelde 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
  Marcel Admiraal da5d7db610 Rename File::get_len() get_length() 4 years ago
  Pedro J. Estébanez 469fa47e06 Make all file access 64-bit (uint64_t) 6 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Rémi Verschelde 1c881c973b GDScript: Fix MutexLock usage, fixes Clang 6 compat 4 years ago
  George Marques d36d7e2a1c GDScript: Use pointer instead of references in cache 5 years ago