Commit History

Author SHA1 Message Date
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 10 months ago
  Rémi Verschelde d15de6f264 Merge pull request #96292 from AThousandShips/null_check_ref_fix 11 months ago
  BlueCube3310 205a10e0ae Reduce code duplication in FileAccess 1 year ago
  A Thousand Ships 194bdde947 Cleanup of raw `nullptr` checks with `Ref` 1 year ago
  bruvzg 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 2 years ago
  bruvzg bc95b0b171 Restore FileAccess.close method. 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  bruvzg 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2 years ago
  kobewi 9f2dc68279 Replace File/Directory with FileAccess/DirAccess 3 years ago
  bruvzg d2ebac3a30 Remove or make private `FileAccess` `close()` methods. 3 years ago
  bruvzg 4bf99f4af2 Narrow FileAccess scope to prevent deadlocks. 3 years ago
  bruvzg 9381acb6a4 Make FileAccess and DirAccess classes reference counted. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Rémi Verschelde 01d5c463be FileAccess: Don't err in `store_buffer` with buffer of size 0 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 8247667a3e Core: Drop custom `copymem`/`zeromem` defines 4 years ago
  Alex Hirsch c28428fe4d Allow nullptr with zero length in FileAccess get_buffer 4 years ago
  Alex Hirsch cdf3099c68 Add parameter checkes to FileAccess get_buffer functions 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Andy Savage c65f097ebd Quick fix to incorrect error messages when writing to compressed or encrypted files. 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  bruvzg f043eabdd8 Adds PCK encryption support (using script encryption key for export). 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Rémi Verschelde dec10dd776 Merge pull request #32051 from qarmin/some_error_explanation 6 years ago