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
/
windows
/
file_access_windows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
FileAccessWindows: Add missing share.h include
Rémi Verschelde
2021-08-10
1
-0
/
+1
*
FileAccessWindows: Cosmetic improvements
Max Hilbrunner
2021-08-09
1
-4
/
+9
*
Fix Windows platform file access
Max Hilbrunner
2021-08-09
1
-5
/
+3
*
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
-0
/
+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
-16
/
+16
*
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
-25
/
+32
*
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
-25
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-8
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Handle missing file properly when checking for case mismatch
PouleyKetchoupp
2019-11-10
1
-1
/
+1
*
FileAccessWindows: Add errno include for MinGW
Rémi Verschelde
2019-08-21
1
-0
/
+1
*
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-21
1
-3
/
+10
*
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-2
/
+3
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+1
*
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-15
1
-2
/
+2
*
Fix errors when attempting to set UNIX permissions when unavailable
Hugo Locurcio
2019-06-03
1
-3
/
+1
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-0
/
+10
*
Fix File opened with READ_WRITE on Windows
Chaosus
2019-04-05
1
-0
/
+33
*
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
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-2
/
+2
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-12
/
+8
*
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
1
-20
/
+0
*
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-08-10
1
-0
/
+20
|
\
|
*
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-16
1
-0
/
+20
*
|
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-3
/
+3
|
/
*
Fix delay in rename_error windows save loop, should be 100msec, not 1sec
Robin Hübner
2018-05-03
1
-1
/
+1
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
*
Fix case mismatch check on Windows
Rémi Verschelde
2018-04-18
1
-9
/
+12
*
Test and warn of case mismatch on Windows
Juan Linietsky
2018-04-18
1
-0
/
+18
*
Trigger IO error only after exhausting attempts
Tom Dobbelaere
2018-04-03
1
-4
/
+7
*
Added File.get_path and File.get_path_absolute functions
Marcelo Fernandez
2018-03-13
1
-5
/
+17
*
fix buffer write performance on Windows and Unix
Marcin Zawiejski
2018-02-04
1
-0
/
+5
*
Add a proper error when safe save fails.
Juan Linietsky
2018-02-02
1
-0
/
+3
*
Attempt renaming multiple times on safe file save, and make the behavior opti...
Juan Linietsky
2018-01-12
1
-14
/
+25
*
Fixed problem with missing uninitialized last byte on waveform trip, closes #...
Juan Linietsky
2018-01-05
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
/
+6
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-3
/
+3
*
Remove assignment and declarations in if statements
Hein-Pieter van Braam
2017-09-08
1
-1
/
+2
[next]