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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-1
/
+1
*
[FileAccess] Implement `resize` method.
bruvzg
2024-04-12
1
-0
/
+1
*
[Export] Use relative file base offset for embedded PCK.
bruvzg
2024-03-06
1
-1
/
+2
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
1
-2
/
+7
*
PCK file path improvements
jpcerrone
2023-05-22
1
-2
/
+3
*
Restore FileAccess.close method.
bruvzg
2023-02-16
1
-0
/
+2
*
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
*
Add override keywords to DirAccess derived classes
Marcel Admiraal
2022-08-02
1
-19
/
+19
*
Add override keywords to FileAccess derived classes
Marcel Admiraal
2022-08-02
1
-18
/
+18
*
Clean up Hash Functions
reduz
2022-06-20
1
-2
/
+2
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-17
/
+14
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
1
-1
/
+0
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-16
/
+12
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Merge pull request #48889 from Calinou/file-rename-endian-swap
Rémi Verschelde
2021-06-03
1
-1
/
+1
|
\
|
*
Rename File's `endian_swap` to `big_endian`
Hugo Locurcio
2021-05-20
1
-1
/
+1
*
|
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
|
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
2021-05-22
1
-0
/
+4
|
/
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-11
/
+11
*
Separate set.h from map.h
Bartłomiej T. Listwon
2021-04-14
1
-0
/
+1
*
Merge pull request #38844 from hbina/patch-5
Rémi Verschelde
2021-02-25
1
-1
/
+1
|
\
|
*
Avoid copying vector in constructor of PathMD5
Hanif Ariffin
2020-05-18
1
-1
/
+1
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Merge pull request #40748 from RandomShaper/improve_packed_fs_api
Rémi Verschelde
2020-11-10
1
-0
/
+24
|
\
\
|
*
|
Improve/fix packed data API
Pedro J. Estébanez
2020-07-27
1
-0
/
+24
*
|
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
|
|
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-2
/
+12
*
|
|
added load resource pack with offset feature
Yilin Ma
2020-09-02
1
-3
/
+3
|
/
/
*
/
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-1
/
+1
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-11
/
+8
*
Revert "Made possible to specify where to dump the contents when loading a "....
Rémi Verschelde
2020-04-20
1
-3
/
+3
*
Made possible to specify where to dump the contents when loading a ".pck" file
Michael Alexsander
2020-04-16
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
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
-0
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Add flag to control the replacement of files by ProjectSettings.load_resource...
Florian Kothmeier
2019-09-25
1
-4
/
+4
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-0
/
+2
*
Fix code style issues
Rémi Verschelde
2019-01-26
1
-1
/
+0
*
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-21
1
-0
/
+3
[next]