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_compressed.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+1
|
\
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Reduce code duplication in FileAccess
BlueCube3310
2024-09-01
1
-35
/
+4
*
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
1
-2
/
+30
*
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-7
/
+1
|
\
|
*
Use String.repeat() in more places
VolTer
2023-05-01
1
-7
/
+1
*
|
Restore FileAccess.close method.
bruvzg
2023-02-16
1
-0
/
+4
|
/
*
Merge pull request #70726 from heppocogne/Fix-open_compressed-get_path
Rémi Verschelde
2023-01-10
1
-0
/
+16
|
\
|
*
Fix `get_path()` is not working when files are opend with `open_compressed`
heppocogne
2022-12-30
1
-0
/
+16
*
|
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
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
1
-8
/
+3
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-4
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-28
/
+23
*
Fix decompression functions not returning errcodes
Ricardo Subtil
2022-02-18
1
-7
/
+11
*
Merge pull request #53434 from Faless/io/4.x_file_access_compressed
Rémi Verschelde
2022-01-06
1
-2
/
+2
|
\
|
*
[File] Fix FileAccessCompressed::get_buffer return value.
Fabio Alessandrelli
2021-10-05
1
-2
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-12
1
-1
/
+1
|
/
*
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
-17
/
+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
-2
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Quick fix to incorrect error messages when writing to compressed or encrypted...
Andy Savage
2020-12-15
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-12
/
+21
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-31
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-19
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Fixes crash when resource file is corrupted
Haoyu Qiu
2020-02-11
1
-3
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-13
/
+13
*
Fixed EOF flag not resetting on seek back
TGRCDev
2019-08-05
1
-1
/
+2
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-0
/
+13
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-18
/
+17
*
Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file
elasota
2018-09-13
1
-1
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+3
*
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
1
-9
/
+0
*
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-16
1
-0
/
+9
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-12
/
+12
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-0
/
+7
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
[next]