Age | Commit message (Expand) | Author |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-20 | Improve embedded PCK loading and exporting. | bruvzg |
2022-04-12 | Remove or make private `FileAccess` `close()` methods. | bruvzg |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-06-03 | Merge pull request #48889 from Calinou/file-rename-endian-swap | Rémi Verschelde |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-20 | Rename File's `endian_swap` to `big_endian` | Hugo Locurcio |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-03-16 | Allow nullptr with zero length in FileAccess get_buffer | Alex Hirsch |
2021-03-09 | Add parameter checkes to FileAccess get_buffer functions | Alex Hirsch |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-10 | Merge pull request #40748 from RandomShaper/improve_packed_fs_api | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-02 | added load resource pack with offset feature | Yilin Ma |
2020-07-27 | Improve/fix packed data API | Pedro J. Estébanez |
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-20 | Revert "Made possible to specify where to dump the contents when loading a ".... | Rémi Verschelde |
2020-04-16 | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-01-06 | PCK: Set VERSION_PATCH in header, factor out header magic | Joost Heitbrink |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-03 | Fix small memory leak in PackedSourcePCK::try_open_pack | qarmin |
2019-09-25 | Merge pull request #32291 from Dragoncraft89/add_load_resource_flag | Rémi Verschelde |
2019-09-25 | Add flag to control the replacement of files by ProjectSettings.load_resource... | Florian Kothmeier |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-17 | DirAccessPack: Fix dir_exists and file_exists for res:// paths | Rémi Verschelde |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-07-03 | Add embedded PCK option to PC platforms | Pedro J. Estébanez |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-08 | User more correct plus file on get_current_dir. | Juan Linietsky |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |