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
/
json.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+1
|
\
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-1
/
+1
|
\
|
|
*
[Core] Fix sorting of `Dictionary` keys
A Thousand Ships
2024-10-18
1
-1
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
Ability to convert native engine types to JSON and back.
K. S. Ernest (iFire) Lee
2024-08-29
1
-1
/
+747
*
Rename internal is_ascii_char to is_ascii_alphabet_char
Aaron Franke
2024-04-20
1
-2
/
+2
*
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-4
/
+7
*
Disallow invalid escape sequences in JSON.parse
RedMser
2023-06-30
1
-1
/
+7
*
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-7
/
+1
|
\
|
*
Use String.repeat() in more places
VolTer
2023-05-01
1
-7
/
+1
*
|
Modify JSON.stringify so that it doesn't create unnecessary empty lines from ...
Jakub Mateusz Marcowski
2023-03-07
1
-1
/
+4
|
/
*
Fixes to JSON as resource
Juan Linietsky
2023-01-14
1
-8
/
+25
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add recursion depth check to JSON stringify/parse
RedMser
2022-09-19
1
-8
/
+15
*
Treat JSON as resource files.
Juan Linietsky
2022-09-04
1
-0
/
+86
*
Make JSON methods static
kobewi
2022-08-16
1
-6
/
+17
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-7
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Fix check for the first key in JSON stringify from Dictionary code
Aaron Franke
2021-07-24
1
-1
/
+4
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-3
/
+3
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-36
/
+21
*
Fix json dump and print of circular structure
Haoyu Qiu
2021-06-14
1
-5
/
+16
*
Increase String::num default decimal precision
Heikki Simojoki
2021-05-29
1
-5
/
+14
*
Merge pull request #40804 from naithar/fix/json-parse
Rémi Verschelde
2021-03-23
1
-7
/
+15
|
\
|
*
Core: add EOF check for json parser
Sergey Minakov
2021-02-03
1
-7
/
+15
*
|
JSON parser: add UTF-16 surrogate pairs support.
bruvzg
2021-03-01
1
-0
/
+46
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Create Variant built-in functions.
reduz
2020-11-10
1
-0
/
+32
*
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
-10
/
+10
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
*
issue-40396 - Added missing error strings to JSON parsing when array or objec...
Adam Bates
2020-07-22
1
-0
/
+2
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-9
/
+9
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-16
/
+28
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-43
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-10
/
+25
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-3
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-3
/
+3
*
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
1
-8
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+0
*
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
/
+2
[next]