summaryrefslogtreecommitdiffstats
path: root/core/io/config_file.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Type renames:Juan Linietsky2017-01-111-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-8/+8
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* classref: Directory and ConfigFileRémi Verschelde2016-05-121-1/+1
* -fix stray file left open when parsing configuration, closes #3299Juan Linietsky2016-01-101-1/+3
* make sure file is closed if something failsJuan Linietsky2016-01-101-0/+2
* -Use simpler methods for parsing simple tags, fixes #3274Juan Linietsky2016-01-081-1/+1
* -fix bugs related to parsing config files with new variantparser, closes #324...Juan Linietsky2016-01-071-0/+4
* Added default value param to ConfigFile.get_value()Ignacio Etcheverry2016-01-011-4/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-311-1/+1
|\
| * Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-1/+1
* | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-558/+27
|/
* Fixes problem parsing config files using ConfigFileJuan Linietsky2015-05-121-0/+2
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Fix CppCheck 'duplicateExpression' warningBoris Egorov2014-11-071-1/+1
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-2/+5
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+744