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
*
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
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-28
1
-4
/
+7
*
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
-110
/
+94
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-0
/
+28
*
-some changes by okam
Juan Linietsky
2015-06-30
1
-1
/
+3
*
Making Godot Easier to Use..
Juan Linietsky
2014-05-24
1
-0
/
+5
*
-Added OpenSSL and HTTPS support
Juan Linietsky
2014-04-28
1
-26
/
+97
*
-Added google play services (needed for some stuff)
Juan Linietsky
2014-04-14
1
-0
/
+217