summaryrefslogtreecommitdiffstats
path: root/drivers/unix/file_access_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement Resource UIDsreduz2021-07-241-1/+1
* FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde2021-06-071-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-15/+15
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-23/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
* Disable file descriptor sharing with subprocs.Fabio Alessandrelli2019-10-071-4/+23
* Added some obvious errors explanationsqarmin2019-09-251-11/+12
* Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-2/+11
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-2/+19
* Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-5/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-6/+1
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-16/+0
* added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+16
* Fix for large .pck filesGustav Lund2018-05-031-3/+3
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-131-0/+11
* fix buffer write performance on Windows and UnixMarcin Zawiejski2018-02-041-0/+5
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Extract logging logicRuslan Mustakov2017-09-251-0/+6
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-171-0/+9
* Fix EOF in wav file importerHein-Pieter van Braam2017-09-071-4/+2
* Fix UNIX file openHein-Pieter van Braam2017-09-051-9/+8
* Make UNIX file access more correctHein-Pieter van Braam2017-09-041-23/+65
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-78/+66
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-131-0/+5
* -Added a new mode, WRITE_READ to File, to recover compatibility with old proj...Juan Linietsky2016-01-101-0/+2
* Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky2016-01-021-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* HTML5 exporter seems to be fully functionalJuan Linietsky2015-09-121-1/+5
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Corrected behaviour of File.READ_WRITE mode (fixes #378)Bil Bas (Spooner)2015-02-161-1/+1