index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
file_access_pack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix use-after-free in `FileAccess::exists`
Mikael Hermansson
2024-08-09
1
-0
/
+4
*
[Export] Use relative file base offset for embedded PCK.
bruvzg
2024-03-06
1
-0
/
+7
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
Fix FileAccessPack::get_buffer will update pos past the length of file
jsjtxietian
2023-12-10
1
-1
/
+1
|
/
*
PCK file path improvements
jpcerrone
2023-05-22
1
-3
/
+4
*
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+1
*
Restore FileAccess.close method.
bruvzg
2023-02-16
1
-0
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
1
-1
/
+1
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Improve embedded PCK loading and exporting.
bruvzg
2022-04-20
1
-15
/
+53
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
1
-4
/
+0
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-2
/
+12
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-53
/
+16
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
Merge pull request #48889 from Calinou/file-rename-endian-swap
Rémi Verschelde
2021-06-03
1
-3
/
+3
|
\
|
*
Rename File's `endian_swap` to `big_endian`
Hugo Locurcio
2021-05-20
1
-3
/
+3
*
|
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
|
/
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-19
/
+17
*
Allow nullptr with zero length in FileAccess get_buffer
Alex Hirsch
2021-03-16
1
-1
/
+1
*
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-03-09
1
-0
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Merge pull request #40748 from RandomShaper/improve_packed_fs_api
Rémi Verschelde
2020-11-10
1
-6
/
+24
|
\
|
*
Improve/fix packed data API
Pedro J. Estébanez
2020-07-27
1
-6
/
+24
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
|
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-4
/
+61
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
|
added load resource pack with offset feature
Yilin Ma
2020-09-02
1
-4
/
+13
|
/
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-7
/
+7
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+21
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-51
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Revert "Made possible to specify where to dump the contents when loading a "....
Rémi Verschelde
2020-04-20
1
-23
/
+4
*
Made possible to specify where to dump the contents when loading a ".pck" file
Michael Alexsander
2020-04-16
1
-4
/
+23
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
1
-1
/
+1
*
PCK: Set VERSION_PATCH in header, factor out header magic
Joost Heitbrink
2020-01-06
1
-9
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
[next]