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
*
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
*
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
-5
/
+5
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+0
*
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
1
-1
/
+0
*
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-16
1
-0
/
+1
*
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
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-0
/
+1
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
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
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-49
/
+34
*
Fixed dir access return value, changed it to Error like all other funcs
Juan Linietsky
2017-01-14
1
-1
/
+1
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
-Changed Godot exit to be clean.
Juan Linietsky
2015-04-20
1
-0
/
+4
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
New option to show/hide hidden files
rollenrolm
2015-03-21
1
-0
/
+1
*
Small Issues & Maintenance
Juan Linietsky
2014-08-01
1
-3
/
+31
*
Add DirAccess:dir_exist api
marynate
2014-05-25
1
-0
/
+1
*
-fixed export templates not loading/exporting on Windows
Juan Linietsky
2014-02-13
1
-6
/
+9
[next]