252375abc1Add material compare in Drawable2D.
aster2013
2014-03-27 12:08:08 +0800
efca7e4554Travis CI: API documentation update at 2014-03-26 18:38:49 UTC. [ci package]
urho3d-travis-ci
2014-03-26 18:38:49 +0000
18217a0fddAdded UI hover start/end events.
Lasse Öörni
2014-03-26 20:07:24 +0200
0354d3a2f2Add visibility checking in DrawableProxy2D.
aster2013
2014-03-26 20:59:27 +0800
d67bea9ddcTravis CI: API documentation update at 2014-03-26 10:39:58 UTC. [ci package]
urho3d-travis-ci
2014-03-26 10:39:58 +0000
ed59f76e1cRestore .gitignore in Source/Android/assets.
Lasse Öörni
2014-03-26 12:22:05 +0200
e8fdf7a7d8Fix 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.
Lasse Öörni
2014-03-26 12:18:07 +0200
16605301bcReorganize Editor & NinjaSnowWar resources into subdirectories.
Lasse Öörni
2014-03-26 11:57:56 +0200
3b6736ec6fChange blend mode in sun.pex.[ci skip]
aster2013
2014-03-26 12:46:35 +0800
5b47ba268dFix ConstraintMotor2D, refactor all Constraint2D classes.
aster2013
2014-03-26 12:35:15 +0800
077df45dc0Reorder functions in DrawableProxy2D.
aster2013
2014-03-26 11:56:31 +0800
f6c96c2f9fSimplify defining Vector2,3,4::ZERO. Consistency for the up direction parameter name in Node::LookAt() & Quaternion::FromLookRotation().
Lasse Öörni
2014-03-26 00:30:03 +0200
0a1d2ea259Default-construct math objects to zero or identity to unify C++ / AngelScript / Lua behavior. Closes#279.
Lasse Öörni
2014-03-25 22:34:03 +0200
31ce69b490DrawableProxy2D 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.
Lasse Öörni
2014-03-25 21:35:34 +0200
de8396f0c4Ensure 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.
Lasse Öörni
2014-03-25 20:31:47 +0200
a6b66ab23aFix crash when a 2D drawable is removed from scene. Added icons for 2D helper subsystems.
Lasse Öörni
2014-03-25 19:29:38 +0200
95ec049a0bFor Travis CI - fix Raspberry Pi package build. [ci package]
Yao Wei Tjong 姚伟忠
2014-03-26 00:05:57 +0800
5dfd057148Travis CI: API documentation update at 2014-03-25 13:24:21 UTC. [ci package]
urho3d-travis-ci
2014-03-25 13:24:21 +0000
bea3ec1c76Remove z value, use layer order to sort Drawable2D.
aster2013
2014-03-25 11:31:27 +0800
7ed5c55c87rename ParticleModel2D to ParticleEffect2D in AttributeEditor.as.
aster2013
2014-03-25 11:15:41 +0800
970baf9697Add setting to use camera position instead of zoom on mwheel
Chris Friesen
2014-03-24 21:32:16 -0500
260d03d77cTravis CI: API documentation update at 2014-03-25 01:17:31 UTC. [ci package]
urho3d-travis-ci
2014-03-25 01:17:32 +0000
83aba1d30eAdded CharEntry event to LineEdit for manipulation of the chars that are being inserted into the edited text.
Lasse Öörni
2014-03-25 01:48:49 +0200
d274e71dd7Fixed Ninja Snow Wars Objects xml to use Is Trigger.
Alex Parlett
2014-03-24 21:55:42 +0000
6f21f8bc69Merge branch 'sdl-update'
Lasse Öörni
2014-03-24 23:37:22 +0200
7c06e19965Fix scripts which referred to the phantom attribute.
Lasse Öörni
2014-03-24 23:35:51 +0200
a22a24c0e4Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics.
Alex Parlett
2014-03-24 20:44:34 +0000
0246ae607fImprove 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.
Lasse Öörni
2014-03-24 22:16:48 +0200
19559ef3d9Dragdrop nodes to a SplinePath component to add as control points.
Lasse Öörni
2014-03-24 21:15:44 +0200
a55b29615cTravis CI: API documentation update at 2014-03-24 04:25:12 UTC. [ci package]
urho3d-travis-ci
2014-03-24 04:25:12 +0000
ff0d806587Rename ParticleModel2D to ParticleEffect2D.
aster2013
2014-03-24 12:09:51 +0800
9f2d8e072dRemove LuaJIT specific definition as it is not needed.
Yao Wei Tjong 姚伟忠
2014-03-22 20:14:05 +0800
47de869259Rectify a copy paste error on abort message for RPI. [ci skip]
Yao Wei Tjong 姚伟忠
2014-03-22 19:28:45 +0800
106da642aeFor Travis CI - make Raspberry Pi CI build as mandatory to pass. [ci package]
Yao Wei Tjong 姚伟忠
2014-03-22 15:18:40 +0800
c45d7b4f73Work around AngelScript memory leak. Thanks to 299299. Closes#271.
Lasse Öörni
2014-03-21 17:42:22 +0200
591c8800b6Minor fix for SDL build on Raspberry Pi platform.
Yao Wei Tjong 姚伟忠
2014-03-21 21:55:36 +0800
ed1f820f9bFor Travis CI - workaround FindALSA cmake module bug on Ubuntu 12.04.
Yao Wei Tjong 姚伟忠
2014-03-21 21:03:33 +0800
dd1cbc9499For Travis CI - attempt to perform CI build for Raspberry Pi platform.
Yao Wei Tjong 姚伟忠
2014-03-21 20:35:59 +0800
bc5730680bFixed SDL build on MinGW.
Lasse Öörni
2014-03-21 14:27:08 +0200
8ee9792c79Travis CI: API documentation update at 2014-03-21 12:07:41 UTC. [ci package]
urho3d-travis-ci
2014-03-21 12:07:42 +0000
6f3a79eda3Fix SDL keyboard event sending on X11.
Lasse Öörni
2014-03-21 13:35:25 +0200
882f4da62eAdded quad rendering missing elapsed time parameter fix from szamq. Also add delta time parameter to batch rendering. Closes#272.
Lasse Öörni
2014-03-21 13:22:45 +0200
f52bdfeb5bAdd new line at end of file.[ci skip]
aster2013
2014-03-21 18:04:18 +0800
9fa07b4af5Add new line at end of file.[ci skip]
aster2013
2014-03-21 17:58:01 +0800
fc0e65a8d9Add Lua and AngelScript binding.
aster2013
2014-03-21 17:48:30 +0800
a411d7db39Add More constraint type. [ci skip]
aster2013
2014-03-21 17:47:59 +0800
408cbdf2beUpdate SDL version in the documentation.
Lasse Öörni
2014-03-21 02:47:36 +0200
9cd40fb07fRevert attribute animation. It will be added in a new branch.
aster2013
2014-03-21 10:44:18 +0800
52aa369f5dAndroid fixes. Bump required Android SDK required for compiling to 12 due to SDL joystick code. Removed the activity finish request code, as SDLActivity should now cleanly wait for the native thread to exit.
Lasse Öörni
2014-03-21 02:46:42 +0200
365e0a7ed2Fixed conflict. Removed nonexistent file from SDL CMakeLists.txt.
Lasse Öörni
2014-03-21 01:48:52 +0200
1439b1c4beMerge SDL 2.0.3.
Lasse Öörni
2014-03-21 01:10:51 +0200
6037d1160fTravis CI: API documentation update at 2014-03-20 20:38:47 UTC. [ci package]
urho3d-travis-ci
2014-03-20 20:38:47 +0000
26ef946badAdd possibility to decouple BorderImage border UV size from screen size. Closes#269.
Lasse Öörni
2014-03-20 20:16:30 +0200
29e930d495Add commend and use shared ptr for attribute animation. [ci skip]
aster2013
2014-03-20 22:32:49 +0800
b1b9c34c11Add simple attribute animation system, and change StaticScene to test it.
aster2013
2014-03-20 22:22:15 +0800
82c8d45b59Revert back the condition as the issue is with Travis CI OSX build env. [ci skip]
Yao Wei Tjong 姚伟忠
2014-03-20 21:49:31 +0800
3d282f2c21Travis CI: API documentation update at 2014-03-20 11:14:08 UTC. [ci package]
urho3d-travis-ci
2014-03-20 11:14:08 +0000
1f90e248e9Add Lua binding for Constraint2D.
aster2013
2014-03-20 18:51:57 +0800
d96310f82eAdd more Constraint2D. [ci skip]
aster2013
2014-03-20 18:51:08 +0800
a13c04053cFix the logic to suppress all warnings for iOS CI build. [ci skip]
Yao Wei Tjong 姚伟忠
2014-03-20 16:07:59 +0800
212630c588For Travis CI - script clean up. [ci skip]
Yao Wei Tjong 姚伟忠
2014-03-20 15:30:38 +0800
a44291b557Fix gravity and rotation in ParticleEmitter2D.
aster2013
2014-03-20 14:47:24 +0800
a9056d90f4Fix build script to include Urho3D.apk only for Urho3D project. [ci package]
Yao Wei Tjong 姚伟忠
2014-03-20 14:24:52 +0800
41549655ceBuild both armeabi and armeabi-v7a ABIs when packaging for Android.
Yao Wei Tjong 姚伟忠
2014-03-19 23:53:34 +0800
6e5d43a56bReplace plist particle file with Staring extension particle system (pex).
aster2013
2014-03-19 16:11:02 +0800
4e2285b5b3Add URHO3D_API to BufferedSoundStream. [ci skip]
aster2013
2014-03-19 16:04:54 +0800
31f5d921d7Travis CI: API documentation update at 2014-03-19 07:39:45 UTC. [ci package]
urho3d-travis-ci
2014-03-19 07:39:45 +0000
1cc8f2b82bAdded BufferedSoundStream class and sound synthesis C++ example. Removed SharedArrayPtr DynamicCast() as it made no sense; replaced with ReinterpretCast().
Lasse Öörni
2014-03-19 02:15:13 +0200
acb993e4baAbstract Ogg Vorbis sound decoding into the SoundStream class. Note: the SoundStream class is deliberately not exposed to scripts, as it requires low-level data access and is used from the sound mixing thread.
Lasse Öörni
2014-03-19 00:11:20 +0200
4bf765d711Removed SDL hack to get window handle for Direct3D9. Instead use SDL builtin functionality.
Lasse Öörni
2014-03-18 19:37:18 +0200
c1fbbd9628Fix interpolation of the decoder buffer when it loops.
Lasse Öörni
2014-03-18 15:40:12 +0200
b00c0bd471Travis CI: API documentation update at 2014-03-18 13:40:46 UTC. [ci package]
urho3d-travis-ci
2014-03-18 13:40:47 +0000