summaryrefslogtreecommitdiffstats
path: root/core/io/xml_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-2/+2
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-2/+0
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement SVG in OT support.bruvzg2022-11-041-22/+47
* Fix parsing of XML CDATA and add test casesHaoyu Qiu2022-09-091-1/+1
* Implement XMLParser.get_current_line()kobewi2022-07-051-24/+22
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Fix XMLParser behavior for comments and premature endingsHaoyu Qiu2021-05-181-34/+65
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Add support for numeric XML entities to XMLParserHenry Conklin2021-02-141-64/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-33/+62
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Fixes XMLParser leak when open multiple timesHaoyu Qiu2020-01-201-0/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-201-3/+1
|\
| * Fix always true/false valuesqarmin2019-06-201-3/+1
* | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-7/+7
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-187/+146
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-17/+17
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-17/+17
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-6/+6
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1