Lasse Öörni
|
0378b245a9
Use __sincosf on OSX.
|
9 år sedan |
Lasse Öörni
|
b16fc6493b
Add a function SinCos() which uses sincosf on GCC for optimized billboardset update, and falls back to separate sinf & cosf calls elsewhere. Todo: add for other cases.
|
9 år sedan |
Lasse Öörni
|
d9a295a595
Re-enable the unsigned/signed mismatch warning. Code cleanup.
|
9 år sedan |
Lasse Öörni
|
039542e91c
Warning, compile & script binding fixes related to MathDefs.h. Use multiple template parameters where necessary to allow e.g. Min() or Max() with mixed int and unsigned values. Silence repeated warnings in MathDefs.h on MSVC.
|
9 år sedan |
TheComet
|
f8760c8e5a
Trig functions are now templated
|
9 år sedan |
TheComet
|
62d8143aa3
Template versions of math functions
|
9 år sedan |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 år sedan |
Lasse Öörni
|
e7b492b307
Fix integer overflow in the Random(int) functions when the range is large.
|
10 år sedan |
Lasse Öörni
|
ed39940b2e
Added float <> half-float conversion functions.
|
10 år sedan |
Lasse Öörni
|
52885a22c4
Clean up Spline code, add support for Catmull-Rom interpolation of other values than Vector3, and fix out of bounds array access in Catmull-Rom interpolation. Add linear interpolation mode. Add script bindings of new interpolation mode enums. Closes #772. Closes #773.
|
10 år sedan |
Yao Wei Tjong 姚伟忠
|
fa77a456f8
Reformat Urho3D source files to get rid of the indents on empty lines.
|
10 år sedan |
Lasse Öörni
|
cc8eb57eba
Workaround for GCC optimization of IsNan, thanks to reattiva. Closes #655.
|
11 år sedan |
Lasse Öörni
|
bb2ebf7568
Bump copyright to 2015.
|
11 år sedan |
Yao Wei Tjong 姚伟忠
|
b51e419c88
Change impl. file to include the header file from corresponding subdir.
|
11 år sedan |
Yao Wei Tjong 姚伟忠
|
bcf7c94ec8
Rename Source/Engine to Source/Urho3D.
|
11 år sedan |