nathan
|
d7b0604d93
Made Angelscript work on the Emscripten build. Not thoroughly tested!!!
|
9 лет назад |
Lasse Öörni
|
6afb1bb164
Remove the uint overloads of Min() & Max() for now as they could lead to AngelScript ambiguous overload errors if the script author is not careful.
|
10 лет назад |
Lasse Öörni
|
d9a295a595
Re-enable the unsigned/signed mismatch warning. Code cleanup.
|
10 лет назад |
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.
|
10 лет назад |
Lasse Öörni
|
45572769c6
Merge remote-tracking branch 'TheComet93/matrix2'
|
10 лет назад |
TheComet
|
2281162d7a
Adding AngelScript bindings for Vector2::Angle()
|
10 лет назад |
TheComet
|
a42299202c
Adding AngelScript bindings for Matrix2
|
10 лет назад |
Mike3D
|
dcdcccd541
Added missing AS bindings for Quaternion
|
10 лет назад |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 лет назад |
Lasse Öörni
|
eff2c913e8
Remove defined_ bool from Rect & Sphere. Closes #986.
|
10 лет назад |
Jukka Jylänki
|
fbd07ac39c
Remove BoundingBox::defined_ boolean and instead have min = INF and max = -INF denote the case when a bounding box is degenerate. This helps reduce branching and SSE'ifying BoundingBox. SSE optimize some hot BoundingBox functions.
|
10 лет назад |
Yao Wei Tjong 姚伟忠
|
8652de217d
Rename Source/Urho3D/Script to Source/Urho3D/AngelScript.
|
10 лет назад |