A Thousand Ships
|
684752e75b
Replace error checks against `size` with `is_empty`
|
9 months ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Danil Alexeev
|
eb391d3302
Display `BitField[Enum]` in docs to distinguish from `Enum`
|
1 year ago |
bruvzg
|
db7d8c2d87
[GDExtension] Expose some low level functions and String operators.
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
bruvzg
|
d77902f33a
Implement SVG in OT support.
|
2 years ago |
Haoyu Qiu
|
f5760ed65d
Fix parsing of XML CDATA and add test cases
|
2 years ago |
kobewi
|
415c7dda37
Implement XMLParser.get_current_line()
|
2 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
2 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
2 years ago |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
3 years ago |
Haoyu Qiu
|
549ad70760
Fix XMLParser behavior for comments and premature endings
|
3 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
3 years ago |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
3 years ago |
Henry Conklin
|
c6a911f037
Add support for numeric XML entities to XMLParser
|
3 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
3 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
4 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
4 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
4 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
4 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
4 years ago |
Haoyu Qiu
|
aca0b2a459
Fixes XMLParser leak when open multiple times
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
4 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
5 years ago |
Rémi Verschelde
|
5c66771e3e
Merge pull request #29283 from qarmin/fix_some_always_same_values
|
5 years ago |
qarmin
|
072e40368e
Fix always true/false values
|
5 years ago |