godot/modules
Aaron Franke 577f3ccaf9 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.

(cherry picked from commit ff97c97c93)
2018-04-14 23:20:03 +02:00
..
bullet Fixed leak in BulletPhysicsServer 2018-03-29 00:24:09 +02:00
dds Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
enet [DOCS] NetworkedMultiplayerENet 2018-03-03 01:55:27 +01:00
etc Properly resize textures so they can be ETC compressed, fixes #15139 2018-01-12 11:46:42 -03:00
freetype Disable FreeType SIMD in HTML5 builds 2018-04-14 21:15:37 +02:00
gdnative NativeScript: Fix initialization in wrong scope 2018-03-02 02:08:50 +01:00
gdscript completed-signal is emitted by all GDScriptFunctionStates of a coroutine now, allowing to yield for completion of a function with more than one yield inside. 2018-04-14 20:42:44 +02:00
gridmap GridMap: fix next/prev plane text, fix meta not found 2018-04-14 20:10:02 +02: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
mobile_vr doc: Update version string for 3.0.2 2018-02-27 13:57:10 +01:00
mono Replace float with real_t, default Vectors, other misc C# improvements 2018-04-14 23:20:03 +02:00
ogg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
openssl Remove debugging prints related to the asset library 2018-02-19 22:13:46 +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: Update version string for 3.0.2 2018-02-27 13:57:10 +01:00
squish Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
stb_vorbis Fix silent failure of importing OGG Vorbis files 2018-03-29 00:11:46 +02: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: Update version string for 3.0.2 2018-02-27 13:57:10 +01:00
tinyexr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script doc: Update version string for 3.0.2 2018-02-27 13:57:10 +01:00
vorbis Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
webm Update libwebm 2018-03-29 00:06:05 +02:00
webp 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
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00