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
/
drivers
/
unix
/
file_access_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Resource UIDs
reduz
2021-07-24
1
-1
/
+1
*
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-06-07
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
-15
/
+15
*
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
-0
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+18
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-23
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-0
/
+1
*
Disable file descriptor sharing with subprocs.
Fabio Alessandrelli
2019-10-07
1
-4
/
+23
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-11
/
+12
*
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-21
1
-2
/
+11
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+2
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-2
/
+19
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-1
/
+1
*
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
-5
/
+4
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-24
1
-6
/
+1
*
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
1
-16
/
+0
*
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-16
1
-0
/
+16
*
Fix for large .pck files
Gustav Lund
2018-05-03
1
-3
/
+3
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
*
Added File.get_path and File.get_path_absolute functions
Marcelo Fernandez
2018-03-13
1
-0
/
+11
*
fix buffer write performance on Windows and Unix
Marcin Zawiejski
2018-02-04
1
-0
/
+5
*
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
/
+6
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
Fix x11 exported executables not getting the +x flag
Marcelo Fernandez
2017-09-17
1
-0
/
+9
*
Fix EOF in wav file importer
Hein-Pieter van Braam
2017-09-07
1
-4
/
+2
*
Fix UNIX file open
Hein-Pieter van Braam
2017-09-05
1
-9
/
+8
*
Make UNIX file access more correct
Hein-Pieter van Braam
2017-09-04
1
-23
/
+65
*
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
-78
/
+66
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
-Add visible IO errors when closing a file fails due to it being locked (most...
Juan Linietsky
2016-06-13
1
-0
/
+5
*
-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...
Juan Linietsky
2016-01-10
1
-0
/
+2
*
Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...
Juan Linietsky
2016-01-02
1
-1
/
+1
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
HTML5 exporter seems to be fully functional
Juan Linietsky
2015-09-12
1
-1
/
+5
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
Corrected behaviour of File.READ_WRITE mode (fixes #378)
Bil Bas (Spooner)
2015-02-16
1
-1
/
+1
[next]