index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
config_file.cpp
Age
Commit message (
Expand
)
Author
2023-01-12
Merge pull request #68450 from KoBeWi/bracket_escapist
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-09
Allow to escape closing brackets in CFG tags
kobewi
2022-09-01
Add support for scene/resource customization in export plugins
Juan Linietsky
2022-06-07
Fix saving section-less keys in `ConfigFile`
Danil Alexeev
2022-05-12
Add a new HashMap implementation
reduz
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-24
Project feature warning system
Aaron Franke
2021-08-28
Quote and escape ConfigFile keys when necessary
Haoyu Qiu
2021-08-24
Implement error return documetation
reduz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-03-22
Add a "keep" import mode to keep files as-is and export them.
Juan Linietsky
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-05
ConfigFile: Improve error messages and complete docs
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Rewritten StreamTexture for better code reuse, added basis universal support
Juan Linietsky
2020-02-10
Add ConfigFile::parse()
Pedro J. Estébanez
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-07
Added a method to erase section key in ConfigFile
Gianlluca
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-21
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-06-27
Add encrypted files support to ConfigFile
Vasiliy Makarov
2019-06-03
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-04
make ConfigFile sections ordered
Karroffel
2017-11-03
make ConfigFile use OrderedHashMap
Karroffel
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-21
Suppress error messages when using ConfigFile::get_value and a default is given
Bojidar Marinov
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-01
Lot of work in new importer, importing textures now works.
Juan Linietsky
2017-01-11
Type renames:
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
[next]