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
/
xml_parser.cpp
Age
Commit message (
Expand
)
Author
2023-01-19
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-04
Implement SVG in OT support.
bruvzg
2022-09-09
Fix parsing of XML CDATA and add test cases
Haoyu Qiu
2022-07-05
Implement XMLParser.get_current_line()
kobewi
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-18
Fix XMLParser behavior for comments and premature endings
Haoyu Qiu
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-14
Add support for numeric XML entities to XMLParser
Henry Conklin
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-05-19
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
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-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-20
Fixes XMLParser leak when open multiple times
Haoyu Qiu
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-06-20
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
Fix always true/false values
qarmin
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
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-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-01
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-20
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
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-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
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-12-28
Add missing argument names in GDScript bindings
Rémi Verschelde
2015-04-18
Updated copyright year in all headers
Juan Linietsky
2014-12-16
xml_parser: check array length index before accessing the array.
orbitcowboy
2014-12-15
Small batch of fixes
Juan Linietsky
2014-02-15
-project settings are saved when changed
Juan Linietsky
2014-02-09
GODOT IS OPEN SOURCE
Juan Linietsky