Commit History

Author SHA1 Message Date
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  nikitalita af548ee8e9 Fix FileAccessZip() causing a stack overflow 2 years ago
  kobewi 9f2dc68279 Replace File/Directory with FileAccess/DirAccess 2 years ago
  bruvzg d2ebac3a30 Remove or make private `FileAccess` `close()` methods. 3 years ago
  bruvzg 9381acb6a4 Make FileAccess and DirAccess classes reference counted. 3 years ago
  bruvzg c69e0d16bc Fix multiple missing UTF-8 decoding. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Aaron Franke 7e51e4cb84 Fix some LGTM errors of "Multiplication result converted to larger type" 3 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
  Zae a65dac3fa7 Fix duplicate close files when deconstructing ZipArchive 4 years ago
  Pedro J. Estébanez 469fa47e06 Make all file access 64-bit (uint64_t) 6 years ago
  Rémi Verschelde fcbf7145fe Merge pull request #42337 from zaevi/fix-zip-open-twice 4 years ago
  Zae f403e62df1 Fix zip file opening twice 4 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
  Aaron Franke 02161aad5a Remove empty lines around braces with the formatting script 4 years ago
  bruvzg f043eabdd8 Adds PCK encryption support (using script encryption key for export). 5 years ago
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 years ago
  Yilin Ma c524d50444 added load resource pack with offset feature 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 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
  Rémi Verschelde 515fe0f29b Revert "Made possible to specify where to dump the contents when loading a ".pck" file" 5 years ago
  Michael Alexsander 3c261e0dfa Made possible to specify where to dump the contents when loading a ".pck" file 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 28fcc5e25a Merge pull request #32291 from Dragoncraft89/add_load_resource_flag 5 years ago