summaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp
AgeCommit message (Expand)Author
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
2016-01-02Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-09-12HTML5 exporter seems to be fully functionalJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-02-16Corrected behaviour of File.READ_WRITE mode (fixes #378)Bil Bas (Spooner)
2014-09-153D Physics Rework, Other StuffJuan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky