Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
reduz
|
5288ff538d
Create Variant built-in functions.
|
4 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.
|
5 years ago |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
5 years ago |
Adam Bates
|
8f84dfa91d
issue-40396 - Added missing error strings to JSON parsing when array or object is never closed.
|
5 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
54ac8eaba6
Remove more deprecated methods and code
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
a845411454
Style: Re-apply clang-format over recent invalid additions
|
7 years ago |
Geequlim
|
f7168bf217
Add indent and sort keys support for JSON.print
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
TwistedTwigleg
|
00f6c85928
Synchronize parameter names in definition and declaration
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Karroffel
|
d5071a940d
JSON::parse reports errors on open-ended objects
|
8 years ago |
Geequlim
|
c8e9937e21
Fix error while JSON::parse with empty string
|
8 years ago |
Juan Linietsky
|
e6583117df
Both Array and Dictionary are always in shared mode (removed copy on write).
|
8 years ago |
Juan Linietsky
|
bc26f90581
Type renames:
|
8 years ago |
Juan Linietsky
|
62273e51a2
Moved JSON functions to built-in to_json, parse_json, validate_json
|
8 years ago |