| Commit message (Expand) | Author | Age | Files | Lines |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -9/+18 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+3 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -26/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -2/+2 |
* | ConfigFile: Improve error messages and complete docs | Rémi Verschelde | 2020-03-05 | 1 | -9/+9 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -4/+4 |
* | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky | 2020-02-11 | 1 | -1/+2 |
* | Add ConfigFile::parse() | Pedro J. Estébanez | 2020-02-10 | 1 | -4/+21 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Added a method to erase section key in ConfigFile | Gianlluca | 2019-10-07 | 1 | -0/+8 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -1/+1 |
* | Support for file not found in ConfigFile::Load and handle a few specific cases | PouleyKetchoupp | 2019-08-21 | 1 | -1/+1 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -5/+2 |
* | Add encrypted files support to ConfigFile | Vasiliy Makarov | 2019-06-27 | 1 | -2/+92 |
* | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin | 2019-06-03 | 1 | -4/+0 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+4 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | make ConfigFile sections ordered | Karroffel | 2017-11-04 | 1 | -5/+5 |
* | make ConfigFile use OrderedHashMap | Karroffel | 2017-11-03 | 1 | -8/+8 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -3/+3 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | Suppress error messages when using ConfigFile::get_value and a default is given | Bojidar Marinov | 2017-03-21 | 1 | -2/+7 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -71/+57 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -9/+9 |
* | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 1 | -0/+5 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -4/+4 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -8/+8 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | classref: Directory and ConfigFile | Rémi Verschelde | 2016-05-12 | 1 | -1/+1 |
* | -fix stray file left open when parsing configuration, closes #3299 | Juan Linietsky | 2016-01-10 | 1 | -1/+3 |
* | make sure file is closed if something fails | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
* | -Use simpler methods for parsing simple tags, fixes #3274 | Juan Linietsky | 2016-01-08 | 1 | -1/+1 |
* | -fix bugs related to parsing config files with new variantparser, closes #324... | Juan Linietsky | 2016-01-07 | 1 | -0/+4 |
* | Added default value param to ConfigFile.get_value() | Ignacio Etcheverry | 2016-01-01 | 1 | -4/+4 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-31 | 1 | -1/+1 |
|\ |
|
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -1/+1 |
* | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | 2015-12-31 | 1 | -558/+27 |
|/ |
|
* | Fixes problem parsing config files using ConfigFile | Juan Linietsky | 2015-05-12 | 1 | -0/+2 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
* | Fix CppCheck 'duplicateExpression' warning | Boris Egorov | 2014-11-07 | 1 | -1/+1 |
* | -Much improvement to baked light baker | Juan Linietsky | 2014-10-27 | 1 | -2/+5 |
* | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+744 |