Commit Graph

  • 20edf417ce Fix LuaJIT search path which was broken after v2.0.3 update. Yao Wei Tjong 姚伟忠 2014-03-27 14:09:40 +0800
  • c52d2e35d5 Delay call Drawable2D::GetVertices. aster2013 2014-03-27 13:25:53 +0800
  • 252375abc1 Add material compare in Drawable2D. aster2013 2014-03-27 12:08:08 +0800
  • efca7e4554 Travis CI: API documentation update at 2014-03-26 18:38:49 UTC. [ci package] urho3d-travis-ci 2014-03-26 18:38:49 +0000
  • 18217a0fdd Added UI hover start/end events. Lasse Öörni 2014-03-26 20:07:24 +0200
  • 0354d3a2f2 Add visibility checking in DrawableProxy2D. aster2013 2014-03-26 20:59:27 +0800
  • d67bea9ddc Travis CI: API documentation update at 2014-03-26 10:39:58 UTC. [ci package] urho3d-travis-ci 2014-03-26 10:39:58 +0000
  • ed59f76e1c Restore .gitignore in Source/Android/assets. Lasse Öörni 2014-03-26 12:22:05 +0200
  • 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. Lasse Öörni 2014-03-26 12:18:07 +0200
  • 16605301bc Reorganize Editor & NinjaSnowWar resources into subdirectories. Lasse Öörni 2014-03-26 11:57:56 +0200
  • 3b6736ec6f Change blend mode in sun.pex.[ci skip] aster2013 2014-03-26 12:46:35 +0800
  • 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. aster2013 2014-03-26 12:35:15 +0800
  • 077df45dc0 Reorder functions in DrawableProxy2D. aster2013 2014-03-26 11:56:31 +0800
  • d444df2c22 Update documentation.[ci skip] aster2013 2014-03-26 11:53:57 +0800
  • f6c96c2f9f Simplify 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
  • 0a1d2ea259 Default-construct math objects to zero or identity to unify C++ / AngelScript / Lua behavior. Closes #279. Lasse Öörni 2014-03-25 22:34:03 +0200
  • 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. Lasse Öörni 2014-03-25 21:35:34 +0200
  • 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. Lasse Öörni 2014-03-25 20:31:47 +0200
  • a6b66ab23a Fix crash when a 2D drawable is removed from scene. Added icons for 2D helper subsystems. Lasse Öörni 2014-03-25 19:29:38 +0200
  • 95ec049a0b For Travis CI - fix Raspberry Pi package build. [ci package] Yao Wei Tjong 姚伟忠 2014-03-26 00:05:57 +0800
  • 5dfd057148 Travis CI: API documentation update at 2014-03-25 13:24:21 UTC. [ci package] urho3d-travis-ci 2014-03-25 13:24:21 +0000
  • 623fab0e16 Fix CompareDrawable2Ds. aster2013 2014-03-25 20:24:31 +0800
  • f45976832d Send event when drag is cancelled. Lasse Öörni 2014-03-25 14:24:15 +0200
  • 00a1c50b16 Merge remote-tracking branch 'remotes/friesencr/ui-esc-cancel-drag' Lasse Öörni 2014-03-25 13:33:32 +0200
  • 60ef5aa6bf Add DRAWABLE_2D. aster2013 2014-03-25 18:28:40 +0800
  • 5957f7bcc3 Chanage update geometry in main thread. aster2013 2014-03-25 18:10:59 +0800
  • eb565b81ad Escape cancels ui dragging Chris Friesen 2014-03-25 01:27:45 -0500
  • e7d829277d Remove AddListener call. [ci skip] aster2013 2014-03-25 14:01:00 +0800
  • a32334d230 Fix bounding box calculate in ParticleEmitter2D, use dummy bounding box in DrawableProxy2D. aster2013 2014-03-25 13:58:10 +0800
  • d7a3b4336d Use index buffer in DrawableProxy2D. aster2013 2014-03-25 13:23:01 +0800
  • c31637ed43 Add batch rendering for all 2D objects. aster2013 2014-03-25 12:48:17 +0800
  • 33312cf5bb Fix the Drawable2D sorting expression. Yao Wei Tjong 姚伟忠 2014-03-25 12:38:39 +0800
  • 6360e0b357 Fix TestScene.lua sample code to use trigger property. Yao Wei Tjong 姚伟忠 2014-03-25 12:15:47 +0800
  • 6f893483a1 Add RPM and DEB package generator for Raspberry Pi package build. Yao Wei Tjong 姚伟忠 2014-03-25 01:21:00 +0800
  • 1d3329c4aa Apply world transform to vertices. aster2013 2014-03-25 12:13:43 +0800
  • 43147fbe1d Convert MaterialCache2D to a component. [ci skip] aster2013 2014-03-25 12:09:57 +0800
  • 4a34818c25 Add DrawableProxy2D.[ci skip] aster2013 2014-03-25 11:52:28 +0800
  • 66e3d4bc0d Remove Constraint2D editor icons.[ci skip] aster2013 2014-03-25 11:39:39 +0800
  • bea3ec1c76 Remove z value, use layer order to sort Drawable2D. aster2013 2014-03-25 11:31:27 +0800
  • 7ed5c55c87 rename ParticleModel2D to ParticleEffect2D in AttributeEditor.as. aster2013 2014-03-25 11:15:41 +0800
  • 970baf9697 Add setting to use camera position instead of zoom on mwheel Chris Friesen 2014-03-24 21:32:16 -0500
  • 260d03d77c Travis CI: API documentation update at 2014-03-25 01:17:31 UTC. [ci package] urho3d-travis-ci 2014-03-25 01:17:32 +0000
  • 83aba1d30e Added 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
  • d274e71dd7 Fixed Ninja Snow Wars Objects xml to use Is Trigger. Alex Parlett 2014-03-24 21:55:42 +0000
  • 6f21f8bc69 Merge branch 'sdl-update' Lasse Öörni 2014-03-24 23:37:22 +0200
  • 7c06e19965 Fix scripts which referred to the phantom attribute. Lasse Öörni 2014-03-24 23:35:51 +0200
  • a22a24c0e4 Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics. Alex Parlett 2014-03-24 20:44:34 +0000
  • 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. Lasse Öörni 2014-03-24 22:16:48 +0200
  • 19559ef3d9 Dragdrop nodes to a SplinePath component to add as control points. Lasse Öörni 2014-03-24 21:15:44 +0200
  • a55b29615c Travis CI: API documentation update at 2014-03-24 04:25:12 UTC. [ci package] urho3d-travis-ci 2014-03-24 04:25:12 +0000
  • ff0d806587 Rename ParticleModel2D to ParticleEffect2D. aster2013 2014-03-24 12:09:51 +0800
  • 9f2d8e072d Remove LuaJIT specific definition as it is not needed. Yao Wei Tjong 姚伟忠 2014-03-22 20:14:05 +0800
  • 47de869259 Rectify a copy paste error on abort message for RPI. [ci skip] Yao Wei Tjong 姚伟忠 2014-03-22 19:28:45 +0800
  • 106da642ae For Travis CI - make Raspberry Pi CI build as mandatory to pass. [ci package] Yao Wei Tjong 姚伟忠 2014-03-22 15:18:40 +0800
  • c45d7b4f73 Work around AngelScript memory leak. Thanks to 299299. Closes #271. Lasse Öörni 2014-03-21 17:42:22 +0200
  • 591c8800b6 Minor fix for SDL build on Raspberry Pi platform. Yao Wei Tjong 姚伟忠 2014-03-21 21:55:36 +0800
  • ed1f820f9b For Travis CI - workaround FindALSA cmake module bug on Ubuntu 12.04. Yao Wei Tjong 姚伟忠 2014-03-21 21:03:33 +0800
  • dd1cbc9499 For Travis CI - attempt to perform CI build for Raspberry Pi platform. Yao Wei Tjong 姚伟忠 2014-03-21 20:35:59 +0800
  • bc5730680b Fixed SDL build on MinGW. Lasse Öörni 2014-03-21 14:27:08 +0200
  • 8ee9792c79 Travis CI: API documentation update at 2014-03-21 12:07:41 UTC. [ci package] urho3d-travis-ci 2014-03-21 12:07:42 +0000
  • 6f3a79eda3 Fix SDL keyboard event sending on X11. Lasse Öörni 2014-03-21 13:35:25 +0200
  • 882f4da62e Added 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
  • f52bdfeb5b Add new line at end of file.[ci skip] aster2013 2014-03-21 18:04:18 +0800
  • 9fa07b4af5 Add new line at end of file.[ci skip] aster2013 2014-03-21 17:58:01 +0800
  • fc0e65a8d9 Add Lua and AngelScript binding. aster2013 2014-03-21 17:48:30 +0800
  • a411d7db39 Add More constraint type. [ci skip] aster2013 2014-03-21 17:47:59 +0800
  • 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] aster2013 2014-03-21 17:47:30 +0800
  • 408cbdf2be Update SDL version in the documentation. Lasse Öörni 2014-03-21 02:47:36 +0200
  • 9cd40fb07f Revert attribute animation. It will be added in a new branch. aster2013 2014-03-21 10:44:18 +0800
  • 52aa369f5d Android 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
  • 365e0a7ed2 Fixed conflict. Removed nonexistent file from SDL CMakeLists.txt. Lasse Öörni 2014-03-21 01:48:52 +0200
  • 1439b1c4be Merge SDL 2.0.3. Lasse Öörni 2014-03-21 01:10:51 +0200
  • 6037d1160f Travis CI: API documentation update at 2014-03-20 20:38:47 UTC. [ci package] urho3d-travis-ci 2014-03-20 20:38:47 +0000
  • 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. Lasse Öörni 2014-03-20 20:16:30 +0200
  • 29e930d495 Add commend and use shared ptr for attribute animation. [ci skip] aster2013 2014-03-20 22:32:49 +0800
  • b1b9c34c11 Add simple attribute animation system, and change StaticScene to test it. aster2013 2014-03-20 22:22:15 +0800
  • 82c8d45b59 Revert 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
  • 3d282f2c21 Travis CI: API documentation update at 2014-03-20 11:14:08 UTC. [ci package] urho3d-travis-ci 2014-03-20 11:14:08 +0000
  • 1f90e248e9 Add Lua binding for Constraint2D. aster2013 2014-03-20 18:51:57 +0800
  • d96310f82e Add more Constraint2D. [ci skip] aster2013 2014-03-20 18:51:08 +0800
  • a13c04053c Fix the logic to suppress all warnings for iOS CI build. [ci skip] Yao Wei Tjong 姚伟忠 2014-03-20 16:07:59 +0800
  • 212630c588 For Travis CI - script clean up. [ci skip] Yao Wei Tjong 姚伟忠 2014-03-20 15:30:38 +0800
  • a44291b557 Fix gravity and rotation in ParticleEmitter2D. aster2013 2014-03-20 14:47:24 +0800
  • a9056d90f4 Fix build script to include Urho3D.apk only for Urho3D project. [ci package] Yao Wei Tjong 姚伟忠 2014-03-20 14:24:52 +0800
  • 41549655ce Build both armeabi and armeabi-v7a ABIs when packaging for Android. Yao Wei Tjong 姚伟忠 2014-03-19 23:53:34 +0800
  • 86ae9190a7 Fix particle emitter, add radial particle in sample. aster2013 2014-03-19 23:09:10 +0800
  • bceb1a9c61 Updated to LuaJIT 2.0.3. Closes #266. Yao Wei Tjong 姚伟忠 2014-03-19 19:54:25 +0800
  • 12e6bcf4e0 Fixed typo and improved SoundSynthesis example comments. Lasse Öörni 2014-03-19 13:43:55 +0200
  • e8c550a98f Added documentation for the sound streaming feature. Lasse Öörni 2014-03-19 12:28:11 +0200
  • a06e4238b3 Simplify sound stream code and improve the SoundSynthesis sample. Closes #257. Lasse Öörni 2014-03-19 12:15:14 +0200
  • 2eb966714a Add greenspiral particle file.[ci skip] aster2013 2014-03-19 16:18:08 +0800
  • 6e5d43a56b Replace plist particle file with Staring extension particle system (pex). aster2013 2014-03-19 16:11:02 +0800
  • 4e2285b5b3 Add URHO3D_API to BufferedSoundStream. [ci skip] aster2013 2014-03-19 16:04:54 +0800
  • 31f5d921d7 Travis CI: API documentation update at 2014-03-19 07:39:45 UTC. [ci package] urho3d-travis-ci 2014-03-19 07:39:45 +0000
  • 1cc8f2b82b Added 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
  • acb993e4ba Abstract 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
  • 4bf765d711 Removed SDL hack to get window handle for Direct3D9. Instead use SDL builtin functionality. Lasse Öörni 2014-03-18 19:37:18 +0200
  • c1fbbd9628 Fix interpolation of the decoder buffer when it loops. Lasse Öörni 2014-03-18 15:40:12 +0200
  • b00c0bd471 Travis CI: API documentation update at 2014-03-18 13:40:46 UTC. [ci package] urho3d-travis-ci 2014-03-18 13:40:47 +0000
  • 8bf5af9261 Added note that tangents are needed for normal mapping. Clean up SoundSource decoder handling to prepare for application-supplied sound stream. Lasse Öörni 2014-03-18 15:20:19 +0200