urho3d-travis-ci
d67bea9ddc
Travis CI: API documentation update at 2014-03-26 10:39:58 UTC.
...
[ci package]
2014-03-26 10:39:58 +00:00
Lasse Öörni
ed59f76e1c
Restore .gitignore in Source/Android/assets.
2014-03-26 12:22:05 +02:00
Lasse Öörni
e8fdf7a7d8
Fix DrawableProxy2D check for large indices: vertex count needs to be over 0xffff. Do not attempt to precache instanced or shadowed pointlight shaders on OpenGL ES.
2014-03-26 12:18:07 +02:00
Lasse Öörni
16605301bc
Reorganize Editor & NinjaSnowWar resources into subdirectories.
2014-03-26 11:57:56 +02:00
aster2013
3b6736ec6f
Change blend mode in sun.pex.[ci skip]
2014-03-26 12:46:35 +08:00
aster2013
5b47ba268d
Fix ConstraintMotor2D, refactor all Constraint2D classes.
2014-03-26 12:36:16 +08:00
aster2013
077df45dc0
Reorder functions in DrawableProxy2D.
2014-03-26 12:36:15 +08:00
aster2013
d444df2c22
Update documentation.[ci skip]
2014-03-26 12:36:14 +08:00
Lasse Öörni
f6c96c2f9f
Simplify defining Vector2,3,4::ZERO. Consistency for the up direction parameter name in Node::LookAt() & Quaternion::FromLookRotation().
2014-03-26 00:30:03 +02:00
Lasse Öörni
0a1d2ea259
Default-construct math objects to zero or identity to unify C++ / AngelScript / Lua behavior. Closes #279 .
2014-03-25 22:34:03 +02:00
Lasse Öörni
31ce69b490
DrawableProxy2D operation fixes. Should fix crashes with worker threads and sprite flickering. Note that there is no frustum culling for Drawable2D's, as the vertex buffer for all of them is generated at once, and culling would be problematic for multiple views. Closes #252 .
2014-03-25 21:35:34 +02:00
Lasse Öörni
de8396f0c4
Ensure StaticSprite2D calculates its local boundingbox correctly, then transforms it to world space. Remove DrawableProxy2D searching for a camera node, as that is unreliable. Instead a large bounding box (similar to SkyBox) is set for it.
2014-03-25 20:32:50 +02:00
Lasse Öörni
a6b66ab23a
Fix crash when a 2D drawable is removed from scene.
...
Added icons for 2D helper subsystems.
2014-03-25 19:29:38 +02:00
Yao Wei Tjong 姚伟忠
95ec049a0b
For Travis CI - fix Raspberry Pi package build. [ci package]
2014-03-26 00:05:57 +08:00
urho3d-travis-ci
5dfd057148
Travis CI: API documentation update at 2014-03-25 13:24:21 UTC.
...
[ci package]
2014-03-25 13:24:21 +00:00
aster2013
623fab0e16
Fix CompareDrawable2Ds.
2014-03-25 20:25:35 +08:00
Lasse Öörni
f45976832d
Send event when drag is cancelled.
2014-03-25 14:24:15 +02:00
Lasse Öörni
00a1c50b16
Merge remote-tracking branch 'remotes/friesencr/ui-esc-cancel-drag'
2014-03-25 13:33:32 +02:00
aster2013
60ef5aa6bf
Add DRAWABLE_2D.
2014-03-25 18:28:40 +08:00
aster2013
5957f7bcc3
Chanage update geometry in main thread.
2014-03-25 18:10:59 +08:00
Chris Friesen
eb565b81ad
Escape cancels ui dragging
2014-03-25 01:30:06 -05:00
aster2013
e7d829277d
Remove AddListener call. [ci skip]
2014-03-25 14:01:00 +08:00
aster2013
a32334d230
Fix bounding box calculate in ParticleEmitter2D, use dummy bounding box in DrawableProxy2D.
2014-03-25 13:58:10 +08:00
aster2013
d7a3b4336d
Use index buffer in DrawableProxy2D.
2014-03-25 13:23:01 +08:00
aster2013
c31637ed43
Add batch rendering for all 2D objects.
2014-03-25 12:51:10 +08:00
Yao Wei Tjong 姚伟忠
33312cf5bb
Fix the Drawable2D sorting expression.
2014-03-25 12:38:39 +08:00
Yao Wei Tjong 姚伟忠
6360e0b357
Fix TestScene.lua sample code to use trigger property.
2014-03-25 12:18:25 +08:00
Yao Wei Tjong 姚伟忠
6f893483a1
Add RPM and DEB package generator for Raspberry Pi package build.
2014-03-25 12:17:51 +08:00
aster2013
1d3329c4aa
Apply world transform to vertices.
2014-03-25 12:13:43 +08:00
aster2013
43147fbe1d
Convert MaterialCache2D to a component. [ci skip]
2014-03-25 12:09:57 +08:00
aster2013
4a34818c25
Add DrawableProxy2D.[ci skip]
2014-03-25 11:52:28 +08:00
aster2013
66e3d4bc0d
Remove Constraint2D editor icons.[ci skip]
2014-03-25 11:39:39 +08:00
aster2013
bea3ec1c76
Remove z value, use layer order to sort Drawable2D.
2014-03-25 11:31:27 +08:00
aster2013
7ed5c55c87
rename ParticleModel2D to ParticleEffect2D in AttributeEditor.as.
2014-03-25 11:15:41 +08:00
Chris Friesen
970baf9697
Add setting to use camera position instead of zoom on mwheel
2014-03-24 21:32:16 -05:00
urho3d-travis-ci
260d03d77c
Travis CI: API documentation update at 2014-03-25 01:17:31 UTC.
...
[ci package]
2014-03-25 01:17:32 +00:00
Lasse Öörni
83aba1d30e
Added CharEntry event to LineEdit for manipulation of the chars that are being inserted into the edited text.
2014-03-25 01:49:12 +02:00
Alex Parlett
d274e71dd7
Fixed Ninja Snow Wars Objects xml to use Is Trigger.
...
Updated Physic Events to use P_TRIGGER instead of P_PHANTOM this will require a change in anything using the old Phantom event code in client applications.
2014-03-24 21:55:42 +00:00
Lasse Öörni
6f21f8bc69
Merge branch 'sdl-update'
2014-03-24 23:37:22 +02:00
Lasse Öörni
7c06e19965
Fix scripts which referred to the phantom attribute.
2014-03-24 23:35:51 +02:00
Alex Parlett
a22a24c0e4
Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics.
2014-03-24 20:44:34 +00:00
Lasse Öörni
0246ae607f
Improve Camera documentation. To avoid potential confusion, disable auto aspect ratio mode from Camera if aspect ratio is set explicitly, or if the Vector2 form of Camera::SetOrthoSize() is used.
2014-03-24 22:16:48 +02:00
Lasse Öörni
19559ef3d9
Dragdrop nodes to a SplinePath component to add as control points.
2014-03-24 21:15:44 +02:00
urho3d-travis-ci
a55b29615c
Travis CI: API documentation update at 2014-03-24 04:25:12 UTC.
...
[ci package]
2014-03-24 04:25:12 +00:00
aster2013
ff0d806587
Rename ParticleModel2D to ParticleEffect2D.
2014-03-24 12:09:51 +08:00
Yao Wei Tjong 姚伟忠
9f2d8e072d
Remove LuaJIT specific definition as it is not needed.
...
Since we are not installing LuaJIT directly but leave it in Urho3D's Bin directory, it should not be necessary to alter the search path to include LUA_XROOT (in v2.0.2) or LUA_ROOT (in v2.0.3). Similarly because of that, we also do not need to care about LuaJIT new support for MULTILIB.
This change should remove the incorrectly included hardcoded-value in the Urho3D.pc for the Raspberry Pi platform as well.
2014-03-22 20:22:21 +08:00
Yao Wei Tjong 姚伟忠
47de869259
Rectify a copy paste error on abort message for RPI. [ci skip]
2014-03-22 19:28:45 +08:00
Yao Wei Tjong 姚伟忠
106da642ae
For Travis CI - make Raspberry Pi CI build as mandatory to pass.
...
[ci package]
2014-03-22 15:18:40 +08:00
Lasse Öörni
c45d7b4f73
Work around AngelScript memory leak. Thanks to 299299. Closes #271 .
2014-03-21 17:43:04 +02:00
Yao Wei Tjong 姚伟忠
591c8800b6
Minor fix for SDL build on Raspberry Pi platform.
2014-03-21 23:05:12 +08:00