summaryrefslogtreecommitdiffstats
path: root/core/os/file_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* wrong double quote output with .csv fixedAlf Kraus2020-12-111-1/+1
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-2/+2
* Merge pull request #40748 from RandomShaper/improve_packed_fs_apiRémi Verschelde2020-11-101-3/+7
|\
| * Improve/fix packed data APIPedro J. Estébanez2020-07-271-3/+7
* | 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-4/+4
|/
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-11/+11
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-22/+42
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-72/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-10/+2
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* 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