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
/
pck_packer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-7
/
+34
|
\
|
*
Add ability for PCK patches to remove files
Juan
2024-11-11
1
-7
/
+34
*
|
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
|
/
*
Clarify PCK path argument in `PCKPacker.pck_start`
Rynzier
2024-09-23
1
-6
/
+6
*
Remove nondeterminism in pck_packer
David Nikdel
2023-09-03
1
-2
/
+2
*
PCK file path improvements
jpcerrone
2023-05-22
1
-1
/
+3
*
Remove (or make verbose only) various debug prints.
bruvzg
2023-03-20
1
-4
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-1
/
+1
*
Fixes engine crashes caused by the user failing to initialize PCKPacker with ...
Nong Van Tinh
2022-10-19
1
-0
/
+2
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
1
-3
/
+4
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-2
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-35
/
+16
*
Print every file exported with `PCKPacker.flush()`s verbose parameter
Hugo Locurcio
2022-02-25
1
-4
/
+1
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix divide by zero in pck_packer
Paulb23
2021-11-17
1
-1
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
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
-1
/
+1
*
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
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-45
/
+146
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-16
/
+16
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-5
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Fix potential divisions by 0 reported by MSVC
Rémi Verschelde
2020-03-21
1
-1
/
+1
*
Fixes leak when pck_start multiple times
Haoyu Qiu
2020-01-20
1
-0
/
+4
*
PCK: Set VERSION_PATCH in header, factor out header magic
Joost Heitbrink
2020-01-06
1
-5
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make some arguments in PCKPacker methods optional
Hugo Locurcio
2019-12-07
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+1
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-3
/
+4
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-4
/
+1
*
Fixed possible crash in pck_packer.cpp due to wrong memory freeing.
Ivan Ponomarev
2019-01-22
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
PCKPacker:pck_start(): Update version
Max Hilbrunner
2018-04-19
1
-4
/
+4
*
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
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-4
/
+4
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
[next]