godot/modules
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
..
basis_universal basis_universal: Update to upstream commit from Apr 16, 2021 2021-05-07 17:26:11 +02:00
bmp Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
bullet Style: Cleanup uses of double spaces between words 2021-06-07 11:03:08 +02:00
camera Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
csg Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
cvtt Modernize atomics 2021-02-18 17:12:46 +01:00
dds Improve resource load cache 2021-02-11 15:44:28 -03:00
denoise Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
enet Fix typos with codespell 2021-05-20 12:38:56 +02:00
etcpak Import: Cleanup and optimize etcpak compression method 2021-04-16 17:08:36 +02:00
fbx Style: Cleanup uses of double spaces between words 2021-06-07 11:03:08 +02:00
freetype Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative Merge pull request #49221 from Faless/mp/4.x_rpc_refactor 2021-06-07 17:00:08 +02:00
gdnavigation Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
gdscript Merge pull request #49279 from Calinou/rename-string-is-abs-path-method 2021-06-11 15:58:16 +02:00
glslang Implement shader caching 2021-05-31 10:13:09 +02:00
gltf Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gridmap Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
hdr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jpg Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
jsonrpc Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
lightmapper_rd Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
mbedtls Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
meshoptimizer Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
minimp3 Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
mobile_vr Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
mono Reformat structure string operators 2021-06-11 10:53:20 -04:00
ogg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
opensimplex Add support for generating noise images with an offset. 2021-05-20 08:20:23 -07:00
opus Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pvr Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
raycast Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
regex Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
squish Import: Cleanup and optimize etcpak compression method 2021-04-16 17:08:36 +02:00
stb_vorbis Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
svg Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
text_server_adv [CTL] Improve font fallback order selection. 2021-06-10 22:25:32 +03:00
text_server_fb [CTL] Improve font fallback order selection. 2021-06-10 22:25:32 +03:00
tga Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
theora Style: Cleanup uses of double spaces between words 2021-06-07 11:03:08 +02:00
tinyexr Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
upnp miniupnpc: Update to version 2.2.2 2021-03-16 10:54:38 +01:00
vhacd Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
visual_script Let var2str display StringName with correct sigil 2021-06-10 16:30:28 -05:00
vorbis Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webm Remove server platform 2021-06-01 16:27:54 +02:00
webp Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
webrtc Fix typos with codespell 2021-05-20 12:38:56 +02:00
websocket Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
webxr Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
xatlas_unwrap Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
modules_builders.py Enable support for C++ modules tests 2020-07-26 17:41:46 +03:00
register_module_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-05-05 11:44:29 +02:00