summaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp
AgeCommit message (Expand)Author
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-01Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio
2021-07-24Implement Resource UIDsreduz
2021-06-07FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-03-16Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-07Disable file descriptor sharing with subprocs.Fabio Alessandrelli
2019-09-25Added some obvious errors explanationsqarmin
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-02-27Fix -Wsign-compare warnings.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-05-16added get_creation_time function for gdscriptDaniele Giuliani
2018-05-03Fix for large .pck filesGustav Lund
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-03-13Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez
2018-02-04fix buffer write performance on Windows and UnixMarcin Zawiejski
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-25Extract logging logicRuslan Mustakov
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez
2017-09-07Fix EOF in wav file importerHein-Pieter van Braam
2017-09-05Fix UNIX file openHein-Pieter van Braam
2017-09-04Make UNIX file access more correctHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-06-13-Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky
2016-01-10-Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky