summaryrefslogtreecommitdiffstats
path: root/core/io/config_file.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Merge pull request #68450 from KoBeWi/bracket_escapistRémi Verschelde2023-01-121-2/+2
|\
| * Allow to escape closing brackets in CFG tagskobewi2022-11-091-2/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-0/+26
* Fix saving section-less keys in `ConfigFile`Danil Alexeev2022-06-071-5/+8
* Add a new HashMap implementationreduz2022-05-121-12/+15
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-28/+17
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Project feature warning systemAaron Franke2021-11-241-1/+3
* Quote and escape ConfigFile keys when necessaryHaoyu Qiu2021-08-281-1/+1
* Implement error return documetationreduz2021-08-241-0/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Add a "keep" import mode to keep files as-is and export them.Juan Linietsky2021-03-221-0/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+18
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-26/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* ConfigFile: Improve error messages and complete docsRémi Verschelde2020-03-051-9/+9
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-1/+2
* Add ConfigFile::parse()Pedro J. Estébanez2020-02-101-4/+21
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added a method to erase section key in ConfigFileGianlluca2019-10-071-0/+8
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-5/+2
* Add encrypted files support to ConfigFileVasiliy Makarov2019-06-271-2/+92
* Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-4/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* make ConfigFile sections orderedKarroffel2017-11-041-5/+5
* make ConfigFile use OrderedHashMapKarroffel2017-11-031-8/+8
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Suppress error messages when using ConfigFile::get_value and a default is givenBojidar Marinov2017-03-211-2/+7
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-71/+57
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-9/+9
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-0/+5