summaryrefslogtreecommitdiffstats
path: root/core/os/file_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added some obvious errors explanationsqarmin2019-09-251-5/+5
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-22/+18
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+4
* Fix always true/false valuesqarmin2019-06-201-4/+2
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-0/+23
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-3/+29
* Add function to get String from FileAccessGeorge Marques2019-03-031-0/+17
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Removed error message arriving whenever csv file changedChaosus2018-12-161-1/+2
* FileAccess::store_csv_line() don't added unnecessary double quotes.allkhor2018-11-221-1/+1
* Add store_csv_line method for FileKanabenki2018-11-161-3/+25
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+1
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-1/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-13/+0
* Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+13
|\
| * added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+13
* | Fix #20564 HDR import failUnknown2018-07-311-1/+0
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
|/
* Mono: Allow loading `mscorlib` from resources.bruvzg2018-01-311-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky2017-12-271-0/+31
* Faster FileAccess::get_line()poke10242017-12-161-1/+54
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* Extract logging logicRuslan Mustakov2017-09-251-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* Fix cvs files freezing the editor when a double quote is not closedMarcelo Fernandez2017-07-251-0/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-3/+3
* -Added .hdr format supportJuan Linietsky2017-05-281-0/+21
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-2/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-157/+127
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-2/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-171-0/+33
* -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-131-0/+2
* Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov2016-04-161-1/+3
* remove trailing whitespaceHubert Jarosz2016-03-091-45/+45
* File: Added delimiter to get_csv_linetmt2016-01-281-2/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Making Godot Easier to Use..Juan Linietsky2014-05-241-1/+1
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-1/+23