godot/core
Aaron Franke 554c776e08
Reformat structure string operators
The order of numbers is not changed except for Transform2D. All logic is done inside of their structures (and not in Variant).

For the number of decimals printed, they now use String::num_real which works best with real_t, except for Color which is fixed at 4 decimals (this is a reliable number of float digits when converting from 16-bpc so it seems like a good choice)
2021-06-11 10:53:20 -04:00
..
config Merge pull request #49279 from Calinou/rename-string-is-abs-path-method 2021-06-11 15:58:16 +02:00
crypto Style: Apply clang-tidy's readability-braces-around-statements 2021-04-05 14:09:59 +02:00
debugger Change behavior of String.right 2021-05-20 23:07:57 +02:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
input Add MOUSE_MODE_CONFINED_HIDDEN 2021-06-03 11:44:28 -04:00
io Merge pull request #34566 from Heikki00/34541_to_json_precision 2021-06-11 15:56:59 +02:00
math Reformat structure string operators 2021-06-11 10:53:20 -04:00
object Merge pull request #49318 from reduz/native-extension 2021-06-07 20:11:41 +02:00
os Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:17 +01:00
string Reformat structure string operators 2021-06-11 10:53:20 -04:00
templates Refactor CommandQueueMT 2021-06-09 13:10:49 -03:00
variant Reformat structure string operators 2021-06-11 10:53:20 -04:00
core_bind.cpp Merge pull request #34566 from Heikki00/34541_to_json_precision 2021-06-11 15:56:59 +02:00
core_bind.h Merge pull request #34566 from Heikki00/34541_to_json_precision 2021-06-11 15:56:59 +02:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
register_core_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Implement shader caching 2021-05-31 10:13:09 +02:00
typedefs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00