Commit Graph

10192 Commits

Author SHA1 Message Date
Lasse Öörni
3b1c7ef054 Added contributor. 2014-06-17 15:58:02 +03:00
Lasse Öörni
f1f66425d8 Merge pull request #389 from ninjastone/master
TransformSpace was ignored in Node::LookAt
2014-06-17 15:52:25 +03:00
ninjastone
66c66fa444 TransformSpace was ignored in Node::LookAt 2014-06-17 21:33:40 +09:00
aster
6cf4fded98 Add set relative, scaled, sorted. 2014-06-17 12:31:53 +08:00
Lasse Öörni
ce97cba5c1 Use FromAxes() in Quaternion::FromLookRotation() to fix problem with negative coordinates. Fixes #388. 2014-06-17 00:09:17 +03:00
Lasse Öörni
6231acffdc ParticleEffect live reload support. 2014-06-16 23:22:09 +03:00
Lasse Öörni
542fa82595 Update documentation. Remove unneeded friend class definition. 2014-06-16 23:02:45 +03:00
Lasse Öörni
1a633c4a18 Restore file serialization attributes to ParticleEmitter so that its state is preserved exactly. Hide the period timers from the editor. 2014-06-16 22:52:35 +03:00
Lasse Öörni
90729b57ca As ParticleEmitter is now considerably more lightweight with its attributes, NinjaSnowWar no longer needs to use a remote event to create synced particle effects; instead they can just be replicated through the scene sync. 2014-06-16 22:26:18 +03:00
Aster@中国上海
b3caeb7e2f Remove commented code.[ci skip] 2014-06-16 19:15:21 +08:00
Aster@中国上海
10c64544e6 Use particle effect in Editor. comment Load/Save particle data. 2014-06-16 18:57:06 +08:00
Aster@中国上海
ba92dccbb0 Use particle effect in NinjaSnowWar.as 2014-06-16 18:43:52 +08:00
Aster@中国上海
7616457c21 Fix some functions name, add AS binding. 2014-06-16 18:38:55 +08:00
Aster@中国上海
6bcc980119 Refactor ParticleEmitter class and add Lua API. 2014-06-16 13:28:54 +08:00
Aster@中国上海
cd5eef22ae Move data to ParticleEffect. 2014-06-16 12:41:03 +08:00
Aster@中国上海
80ce8a2a7c Add ParticleEffect class. 2014-06-16 12:15:27 +08:00
Aster@中国上海
08cabb3582 fix typo. 2014-06-14 22:58:34 +08:00
Aster@中国上海
ed94403b83 Code refactoring. 2014-06-13 13:32:33 +08:00
Chris Friesen
3614519d1c Defer loading of ui until after 1 frame 2014-06-11 23:00:30 -05:00
Lasse Öörni
f3b537d11b In Application class, use SDL_iPhoneSetAnimationCallback on iOS instead of running a blocking main loop. Closes #381. 2014-06-12 01:05:29 +03:00
Yao Wei Tjong 姚伟忠
11c41c64bc Reinstate the Assimp fix for Raspberry Pi build.
Remove unsupported GCC attribute to suppress the warnings when building Assimp library (commit: 50556078d6).
2014-06-11 14:34:00 +08:00
Yao Wei Tjong 姚伟忠
f15c75d2ef For Travis CI - attempt to perform CI build using multiple build jobs. 2014-06-11 13:13:57 +08:00
Lasse Öörni
94462fc5a0 Ensure a texture is not left in "no GPU object" state if reloading from a file fails. Closes #379. 2014-06-10 13:57:12 +03:00
Yao Wei Tjong 姚伟忠
888e13305c Skip documentation build for iOS 64-bit when packaging in CI build.
Closes #380.
Force a binary packaging now [ci package].
2014-06-10 16:53:09 +08:00
Yao Wei Tjong 姚伟忠
a6a0a6d802 Fix native debug configuration build of Assimp using MinGW compiler.
By removing the CMAKE_CROSSCOMPILING condition check, the workaround is now applied for both native and cross-compiling cases.
2014-06-10 12:23:08 +08:00
Chris Friesen
d7ef12315c Filtering resource dir only shows relavant folders 2014-06-09 22:05:59 -05:00
Lasse Öörni
1229b6cf1d Instead of reverting to windowed if exact resolution match not found, use closest matching fullscreen resolution in Graphics::SetMode(). 2014-06-10 00:02:11 +03:00
Lasse Öörni
f1ec4c8a18 Ensure that manually created textures with an assigned name, but no actual file to back their contents, will recreate the GPU object after device loss and set data lost state. 2014-06-09 23:45:45 +03:00
Lasse Öörni
066781bf85 Fix ResourceCache::ReloadResource() header comment. 2014-06-09 23:26:22 +03:00
Lasse Öörni
001d57171b Add saving of assimp embedded textures to AssetImporter. Note that assimp itself does not yet support textures from inside FBX files. Closes #375. 2014-06-09 20:46:20 +03:00
Lasse Öörni
ce33db54a2 Add external resource path with top priority in the editor. 2014-06-09 13:06:15 +03:00
Yao Wei Tjong 姚伟忠
5ef68ad15b Merge branch 'fix_android_crash' into master. 2014-06-09 13:23:18 +08:00
Yao Wei Tjong 姚伟忠
9ad3d26a4b Tag the changes and add null check for pollInputDevices() also. 2014-06-09 13:20:23 +08:00
Yao Wei Tjong 姚伟忠
6d7f211d2b First check if doxygen is installed before attempting to update doc.
[ci skip]
2014-06-09 12:57:25 +08:00
StevenZhang
a35d7bdb53 fix android crash on some devices (e.g. Tmall Magic Box). 2014-06-08 18:15:49 +08:00
Chris Friesen
eb3247eb2d Add resource directories to resource browser filters 2014-06-07 14:44:02 -05:00
urho3d-travis-ci
4800408aed Travis CI: API documentation update at 2014-06-07 14:21:10 UTC.
[ci package]
2014-06-07 14:21:10 +00:00
Aster@中国上海
fae8e81d54 Add 2D suffix to 2D transform functions, now please use SetPosition2D etc. 2014-06-07 21:29:49 +08:00
Lasse Öörni
dd657eab8d Update assimp to newest git revision. 2014-06-07 15:57:34 +03:00
Lasse Öörni
1bfe8d306e Merge remote-tracking branch 'remotes/mike3d/master' 2014-06-06 22:48:20 +03:00
Lasse Öörni
425ca7b0f7 Use the drive letter and path of the .bat file in executable invocations. Fix UpdateDocument.bat to work with spaces in the pathname. Closes #376. 2014-06-06 22:42:17 +03:00
Mike3D
7118ecc89b Urho2D documentation update 2014-06-06 20:03:44 +02:00
Aster@中国上海
9ec20d0987 Remove SetTemporary in child nodes.[ci skip] 2014-06-06 20:23:51 +08:00
Chris Friesen
0b55413484 Only build resource database when it has been initialized 2014-06-06 06:39:17 -05:00
Aster@中国上海
0cd556cc04 Make root node temporary.[ci skip] 2014-06-06 15:50:17 +08:00
urho3d-travis-ci
deec4ef512 Travis CI: API documentation update at 2014-06-06 05:39:49 UTC.
[ci package]
2014-06-06 05:39:49 +00:00
Aster@中国上海
318e388777 Add LoopMode2D to control animation loop mode, make spriter animation sample in force loop mode. 2014-06-06 13:07:15 +08:00
Chris Friesen
5ca610a3f6 Fix editor warnings 2014-06-05 22:45:40 -05:00
Chris Friesen
f4a6d7beba Improved editor assign material action 2014-06-05 22:35:16 -05:00
Chris Friesen
22e4cd9bee Rebuild resource browser database when changing resource path 2014-06-05 17:09:01 -05:00