Pedro J. Estébanez
|
469fa47e06
Make all file access 64-bit (uint64_t)
|
6 years ago |
Alex Hirsch
|
c28428fe4d
Allow nullptr with zero length in FileAccess get_buffer
|
4 years ago |
Alex Hirsch
|
cdf3099c68
Add parameter checkes to FileAccess get_buffer functions
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
5 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Marcel Admiraal
|
f0db13502a
Remove duplicate WARN_PRINT macro.
|
6 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
PouleyKetchoupp
|
90b6062ebb
Handle missing file properly when checking for case mismatch
|
6 years ago |
Rémi Verschelde
|
e797ae4704
FileAccessWindows: Add errno include for MinGW
|
6 years ago |
PouleyKetchoupp
|
b49226e085
Support for file not found in ConfigFile::Load and handle a few specific cases
|
6 years ago |
Rémi Verschelde
|
d3153c28f0
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
|
6 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Rémi Verschelde
|
68735d2a88
Fix compilation warnings in JS and Windows builds
|
6 years ago |
Hugo Locurcio
|
cbd31d9f0b
Fix errors when attempting to set UNIX permissions when unavailable
|
6 years ago |
Juan Linietsky
|
cd4449e7ab
Add FileAccess::set_unix_permissions for Unix platforms
|
6 years ago |
Chaosus
|
8d12dfa24d
Fix File opened with READ_WRITE on Windows
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 years ago |
Dualtagh Murray
|
b902a2f2a7
Fixing warnings generated by MSVC
|
7 years ago |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
7 years ago |
Juan Linietsky
|
ea3d997f9d
Revert "added get_creation_time function for gdscript"
|
7 years ago |
Juan Linietsky
|
275e0d5ee4
Merge pull request #18914 from notwarp/master
|
7 years ago |
Rémi Verschelde
|
7c9f7452f4
Style: Format code with clang-format 6.0.1
|
7 years ago |
Daniele Giuliani
|
d315b0fb8a
added get_creation_time function for gdscript
|
7 years ago |
Robin Hübner
|
caa887f317
Fix delay in rename_error windows save loop, should be 100msec, not 1sec
|
7 years ago |