godot/modules
Aaron Franke ff97c97c93 Replace float with real_t, default Vectors, other misc C# improvements
Replace float with real_t in most files, defined at the top of each file via using. Objects such as Vector3 now accept doubles as inputs, and convert to real_t internally. I've added default Vectors such as Vector3.Zero. Other misc C# improvements such as Mathf.RoundToInt(). Color continues to use float only because high precision is not needed for 8-bit color math and to keep things simple. Everything seems to compile and work fine, but testing is requested, as this is the first time I've ever contributed to Godot.
2018-03-22 21:53:21 -05:00
..
bullet doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
dds Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
enet doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
etc Properly resize textures so they can be ETC compressed, fixes #15139 2018-01-12 11:46:42 -03:00
freetype Support colored font 2018-01-16 22:56:54 +09:00
gdnative doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
gdscript doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
gridmap doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
hdr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
jpg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mbedtls Allow building with system wide mbedtls on X11 2018-02-14 01:34:25 +01:00
mobile_vr doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
mono Replace float with real_t, default Vectors, other misc C# improvements 2018-03-22 21:53:21 -05:00
ogg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
opus Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pvr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
recast Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
regex doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
squish Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
stb_vorbis doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
svg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tga Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thekla_unwrap Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
theora doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
tinyexr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
vorbis Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
webm doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
webp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
websocket Fix typos with codespell 2018-02-21 19:46:06 +01:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub - Improves portability in joystick buttons enum 2018-01-24 19:12:54 -03:00