Commit Graph

10202 Commits

Author SHA1 Message Date
Lasse Öörni
4bf765d711 Removed SDL hack to get window handle for Direct3D9. Instead use SDL builtin functionality. 2014-03-18 19:37:18 +02:00
Lasse Öörni
c1fbbd9628 Fix interpolation of the decoder buffer when it loops. 2014-03-18 15:41:09 +02:00
urho3d-travis-ci
b00c0bd471 Travis CI: API documentation update at 2014-03-18 13:40:46 UTC.
[ci package]
2014-03-18 13:40:47 +00:00
Lasse Öörni
8bf5af9261 Added note that tangents are needed for normal mapping. Clean up SoundSource decoder handling to prepare for application-supplied sound stream. 2014-03-18 15:20:19 +02:00
aster2013
0b495f5938 Missing editor icons for 2D components.[ci skip] 2014-03-18 19:06:22 +08:00
aster2013
2d6d3e64f5 Add Urho2DPhysicsRope Lua and AngelScript sample. [ci skip] 2014-03-18 18:50:09 +08:00
aster2013
4146f77ec2 Add Constraint2D Lua and AngelScript binding. [ci skip] 2014-03-18 18:49:38 +08:00
aster2013
c7153fd67d Add Urho2DPhysicsRope sample.[ci skip] 2014-03-18 18:43:00 +08:00
aster2013
b417a3a2b0 Add Constraint2D classes. 2014-03-18 18:39:32 +08:00
Yao Wei Tjong 姚伟忠
1e8c8c76bf Add end-of-line character on last line. [ci skip] 2014-03-18 16:36:48 +08:00
Yao Wei Tjong 姚伟忠
10cbd8deed Add a simple Android samples launcher activity.
The launcher activity will only be shown when there are actually more samples built into the deployed apk. If no other samples then the launcher will just launch Urho3DPlayer without prompting. Otherwise a list view is presented in the launcher activity to let user to choose which sample library to be loaded.
Due to unloading of shared library is not supported from Java side, currently once a sample library is being loaded, the launcher cannot unload the library and let user to choose other samples. Until a workaround is found, user would have to perform a long pressed on a home button, close the app, and restart it again from scratch.
2014-03-18 16:33:27 +08:00
Yao Wei Tjong 姚伟忠
2404505ff7 Minor typo fix for documentation. [ci skip] 2014-03-18 13:47:10 +08:00
Lasse Öörni
94e0a11a4b To avoid performance loss in complex scenes when the scene root is selected, avoid debug draw recursing from the root onwards. 2014-03-18 00:03:49 +02:00
Lasse Öörni
c93591f1d9 Merge pull request #263 from alexparlett/feature/editor-debug-hierachy
Editor Hierarchy Debug Rendering
2014-03-17 23:53:30 +02:00
Alex Parlett
7fd022f8d4 Editor will now draw the debug rendering for the entire hierarchy of the selected node. 2014-03-17 21:49:15 +00:00
Lasse Öörni
ff391f125e Show the true local ID's in the editor even though they are "ugly" (starting from 16777216), because these are the values that should be entered as a node ID attribute. 2014-03-17 23:22:25 +02:00
Lasse Öörni
a5f17dc794 Reimport torus & teapot with tangents. 2014-03-17 21:43:55 +02:00
urho3d-travis-ci
d5ad30b3ed Travis CI: API documentation update at 2014-03-17 16:22:50 UTC.
[ci package]
2014-03-17 16:22:50 +00:00
Lasse Öörni
480594e7a4 Added focusOnShow -property to Console to control whether the Console's LineEdit is automatically focused. Default true on desktops and false on mobile devices, to prevent automatically popping up the screen keyboard. 2014-03-17 17:23:46 +02:00
aster2013
e0e7fe8ea5 Add MaterialCache2D, Remove DrawableProxy2D. 2014-03-17 22:23:05 +08:00
aster2013
245dd838dd Merge branch 'master' of https://github.com/urho3d/Urho3D 2014-03-17 22:22:36 +08:00
Lasse Öörni
f2598d47bb Missing editor icons for 2D components. 2014-03-17 15:50:02 +02:00
aster2013
ab66be1eb2 Fix typo. [ci skip] 2014-03-17 19:45:35 +08:00
aster2013
cd41727484 Change comment. [ci skip] 2014-03-17 19:42:17 +08:00
aster2013
906aa96273 Fix ScriptSubscribeToEvent bug when new object with same memory address. 2014-03-17 19:34:01 +08:00
aster2013
3707c984ac Fix point query in PhysicsWorld2D. 2014-03-17 18:16:13 +08:00
urho3d-travis-ci
1b604dd97c Travis CI: API documentation update at 2014-03-17 07:24:29 UTC.
[ci package]
2014-03-17 07:24:29 +00:00
aster2013
7203a04952 Add point query function in PhysicsWorld2D. 2014-03-17 13:56:00 +08:00
urho3d-travis-ci
7c96c13fd0 Travis CI: API documentation update at 2014-03-17 05:44:48 UTC.
[ci package]
2014-03-17 05:44:48 +00:00
aster2013
af02e3fc4a Add query function in PhysicsWorld2D. 2014-03-17 13:28:21 +08:00
aster2013
87df3902da Update Urho2D Documention.[ci skip] 2014-03-17 11:15:32 +08:00
aster2013
b1dca8c19d Add materialUpdatePending in AnimatedSprite2D and ParticleEmitter2D. 2014-03-16 12:22:42 +08:00
urho3d-travis-ci
822af7dfe4 Travis CI: API documentation update at 2014-03-15 21:23:16 UTC.
[ci package]
2014-03-15 21:23:16 +00:00
Lasse Öörni
327c117af1 Fix Urho2D physics classes AngelScript bindings. 2014-03-15 23:08:24 +02:00
Lasse Öörni
1d9d0a5736 Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254. 2014-03-15 18:15:11 +02:00
aster2013
82c0cd6ae2 Add DrawableProxy2D (Not finish, currently on cache material).[ci skip] 2014-03-15 23:06:45 +08:00
aster2013
0d5e70ef46 Force CI build. 2014-03-15 22:10:21 +08:00
aster2013
7871c68130 Add CollisionEdge2D, CollisionChain2D and CollisionPolygon2D (including Lua and AngelScript binding). [ci skip] 2014-03-15 21:46:35 +08:00
Yao Wei Tjong 姚伟忠
8db9061782 For Travis CI - another attempt to reshuffle for better upload grouping.
[ci skip]
2014-03-15 20:47:34 +08:00
urho3d-travis-ci
0a27c02ba5 Travis CI: API documentation update at 2014-03-15 11:38:33 UTC.
[ci package]
2014-03-15 11:38:33 +00:00
Yao Wei Tjong 姚伟忠
a7d43dc67b For Travis CI - reshuffle build matrix to optimise build jobs. 2014-03-15 18:13:46 +08:00
Yao Wei Tjong 姚伟忠
4a061aa451 Add option for console to auto visible on receiving error.
Refactor editor to use the enhancement.
2014-03-15 18:02:09 +08:00
Yao Wei Tjong 姚伟忠
3979aece4e Fix partial init causing Editor to crash when loading 2D physics scene. 2014-03-14 20:59:19 +08:00
Yao Wei Tjong 姚伟忠
4e29e1209b Fix uninitialize member var causing CollissionCircle2D to missbehave. 2014-03-14 20:59:19 +08:00
urho3d-travis-ci
f6cd0f07d7 Travis CI: API documentation update at 2014-03-14 11:42:25 UTC.
[ci package]
2014-03-14 11:42:25 +00:00
Yao Wei Tjong 姚伟忠
2ea6f31f2b Cleanup code as it does not use Scene's attribute anymore. 2014-03-14 17:52:23 +08:00
Yao Wei Tjong 姚伟忠
0115beaad6 Minor refactoring on Urho3D common cmake module for setting GCC cflags.
[ci skip]
2014-03-14 17:49:22 +08:00
Yao Wei Tjong 姚伟忠
f2c5f1573c Minor typo fix on documentation. [ci skip] 2014-03-14 17:49:20 +08:00
aster2013
aa10e2222a Add GetTexture function in Drawable2D.[ci skip] 2014-03-14 17:48:08 +08:00
aster2013
c5c715ee84 Add 2D sprite to physics samples.[ci skip] 2014-03-14 14:03:14 +08:00