index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
xml_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-2
/
+2
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-2
/
+0
*
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-5
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Implement SVG in OT support.
bruvzg
2022-11-04
1
-22
/
+47
*
Fix parsing of XML CDATA and add test cases
Haoyu Qiu
2022-09-09
1
-1
/
+1
*
Implement XMLParser.get_current_line()
kobewi
2022-07-05
1
-24
/
+22
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-3
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Fix XMLParser behavior for comments and premature endings
Haoyu Qiu
2021-05-18
1
-34
/
+65
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Add support for numeric XML entities to XMLParser
Henry Conklin
2021-02-14
1
-64
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-2
/
+2
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-3
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-33
/
+62
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-24
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Fixes XMLParser leak when open multiple times
Haoyu Qiu
2020-01-20
1
-0
/
+8
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+2
*
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-3
/
+1
|
\
|
*
Fix always true/false values
qarmin
2019-06-20
1
-3
/
+1
*
|
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
|
/
*
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
-1
/
+3
*
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
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-7
/
+7
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-187
/
+146
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-17
/
+17
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-17
/
+17
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
Add missing argument names in GDScript bindings
Rémi Verschelde
2015-12-28
1
-6
/
+6
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
[next]