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_encrypted.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
*
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
1
-4
/
+37
*
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
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-4
/
+4
*
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
-20
/
+4
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-4
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-13
/
+11
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-06-07
1
-0
/
+1
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-11
/
+11
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-21
/
+20
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+1
*
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
-1
/
+3
*
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
-3
/
+3
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-28
/
+45
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+14
*
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
-33
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-9
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-6
/
+6
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-6
/
+6
*
|
Implemented get_path() & get_path_absolute() for FileAccessEncrypted
PouleyKetchoupp
2019-09-07
1
-0
/
+16
|
/
*
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-3
/
+2
*
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-07-02
1
-23
/
+13
*
Fix errors when attempting to set UNIX permissions when unavailable
Hugo Locurcio
2019-06-03
1
-2
/
+2
*
FileAccessEncrypted: Be more explicit on decryption failure
Rémi Verschelde
2019-05-29
1
-0
/
+1
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-0
/
+10
*
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
-2
/
+2
*
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
-6
/
+0
*
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-08-10
1
-0
/
+6
|
\
|
*
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-16
1
-0
/
+6
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-6
/
+6
|
/
*
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
-6
/
+6
*
Remove junk output
Ruslan Mustakov
2017-10-13
1
-2
/
+2
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-0
/
+6
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-2
/
+2
[next]