Commit Graph

10192 Commits

Author SHA1 Message Date
Aster Jian
21ddb94b52 Add resource load and save functions for animations. 2014-04-09 22:24:33 +08:00
Aster Jian
fc2ce2f3de Save enum type with string. 2014-04-09 22:24:31 +08:00
Aster Jian
3dfe01a3f0 Save event frame to xml, Remove binary load and save function in animation classes. 2014-04-09 22:24:30 +08:00
Aster Jian
48c3868a79 Remove child object animation, add load and save function. 2014-04-09 22:24:28 +08:00
Aster Jian
0de5de0678 Remove ignore network update, add animated network attribute check. 2014-04-09 22:24:26 +08:00
aster2013
dcbd1a3d7c Ignore network update when update animations. 2014-04-09 22:24:24 +08:00
aster2013
4a3ed4117a Refactor animation system, add AttributeAnimationInstance. 2014-04-09 22:24:22 +08:00
aster2013
64bba43ac7 Add missing header file. 2014-04-09 22:24:21 +08:00
aster2013
d453ef6daf Add object animation, add load and save functions. 2014-04-09 22:24:19 +08:00
aster2013
496fb3e74e Refactor AttributeAnimation. 2014-04-09 22:24:17 +08:00
aster2013
da7936dd68 Add attribute animation sample in StaticScene. 2014-04-09 22:24:15 +08:00
aster2013
2eff0e1144 Add attribute animation. 2014-04-09 22:24:14 +08:00
aster2013
5fd7363201 Add Animatable class. 2014-04-09 22:24:12 +08:00
Lasse Öörni
504d6a5137 Minor edits of the contribution checklist documentation. 2014-04-09 17:19:39 +03:00
Yao Wei Tjong 姚伟忠
756c2943cb Add logic to perform a copy to clipboard using Ctrl+C combo. 2014-04-09 21:01:07 +08:00
Lasse Öörni
914dc798d4 Fix missing update of octree in headless mode, so that graphics raycasts work properly and animations are updated. 2014-04-09 15:51:58 +03:00
Yao Wei Tjong 姚伟忠
6298a15bf5 Cleanup to remove unused header file after the Console enhancement.
[ci skip]
2014-04-09 20:40:42 +08:00
urho3d-travis-ci
a8bd6264df Travis CI: API documentation update at 2014-04-09 09:35:51 UTC.
[ci package]
2014-04-09 09:35:51 +00:00
Yao Wei Tjong 姚伟忠
3748375f67 Enhance Console class to support multiple command line interpreterers. 2014-04-09 17:13:04 +08:00
Yao Wei Tjong 姚伟忠
3e942ec7fc Fix ScriptSubscribeToEvent to deal with multi handler of same event.
This fix is needed to make 26_ConsoleInput.lua sample works as expected.
2014-04-09 16:54:18 +08:00
urho3d-travis-ci
22c0671db5 Travis CI: API documentation update at 2014-04-08 06:23:29 UTC.
[ci package]
2014-04-08 06:23:29 +00:00
Yao Wei Tjong 姚伟忠
6da0cb3995 Add mechanism to copy the selected rows to clipboard. Use in console.
Closes #289.
2014-04-08 13:59:00 +08:00
Yao Wei Tjong 姚伟忠
f3f6e66f90 Assign proper log level when sending E_LOGMESSAGE event. 2014-04-08 12:35:10 +08:00
Yao Wei Tjong 姚伟忠
b504e9f2c6 Fix competing command line interpreters issue in Editor. 2014-04-08 12:17:44 +08:00
Yao Wei Tjong 姚伟忠
20b4929b4e Fix console row container's height calculation. 2014-04-08 11:59:54 +08:00
urho3d-travis-ci
8fd0ec75e1 Travis CI: API documentation update at 2014-04-07 20:38:52 UTC.
[ci package]
2014-04-07 20:38:53 +00:00
Lasse Öörni
1239a6f771 Update console's row container height when setting its style, so that the rows are also shown without calling SetNumRows() explictly. 2014-04-07 23:11:28 +03:00
Lasse Öörni
4e34e9f52a Async SystemCommand & SystemRun. Closes #290. 2014-04-07 23:10:30 +03:00
Lasse Öörni
e01bacb657 Fix compile & crash in Console::HandlePostUpdate() if there was no rows to be printed. 2014-04-07 21:07:03 +03:00
urho3d-travis-ci
5c4d23496f Travis CI: API documentation update at 2014-04-07 16:19:39 UTC.
[ci package]
2014-04-07 16:19:39 +00:00
Yao Wei Tjong 姚伟忠
ddf5aa772c Fixed typo in height calculation for accomodating displayed rows. 2014-04-07 23:55:03 +08:00
Yao Wei Tjong 姚伟忠
5730660a80 Use ListView as row container for the Console class. Closes #298. 2014-04-07 23:30:45 +08:00
Yao Wei Tjong 姚伟忠
a897ef1651 Add null check to catch faulty MessageBox window layout. 2014-04-07 14:46:42 +08:00
Yao Wei Tjong 姚伟忠
214a527da3 Fix WriteRaw() to log print with the correct log level on Android. 2014-04-07 14:35:18 +08:00
Yao Wei Tjong 姚伟忠
a2a4690945 Fix document reference's title. 2014-04-05 22:44:19 +08:00
urho3d-travis-ci
2349b6e119 Travis CI: API documentation update at 2014-04-05 14:23:24 UTC.
[ci package]
2014-04-05 14:23:24 +00:00
Lasse Öörni
9066f6873d Merge remote-tracking branch 'remotes/origin/transformspace' 2014-04-05 16:59:24 +03:00
Yao Wei Tjong 姚伟忠
1f879a084d Cleanup the documentation on build options. 2014-04-05 11:59:35 +08:00
Yao Wei Tjong 姚伟忠
a5e6ef597a Fix wrong compiler definition prefix. 2014-04-05 10:38:45 +08:00
Lasse Öörni
c8fe21f06a Revert "Fixes to sceneless renderpath on OpenGL." to fix crash on minimize on Android. 2014-04-05 01:07:28 +03:00
Lasse Öörni
39d733ae11 Added note that Node::Translate() in local mode disregards scale to keep movement speed independent. Removed test variable from 04_StaticScene.as. 2014-04-04 22:57:46 +03:00
Yao Wei Tjong 姚伟忠
901e471c53 Hide build options specific to Urho3D project from external project. 2014-04-05 02:11:00 +08:00
Yao Wei Tjong 姚伟忠
d274b190da Fix MinGW build and external project build. 2014-04-05 01:34:48 +08:00
Yao Wei Tjong 姚伟忠
46285baf97 Refactor build scripts to group Urho3D specific build option.
Initial support of project configuration and generation via cmake-gui.
2014-04-05 00:20:56 +08:00
Yao Wei Tjong 姚伟忠
d37ff60001 Correct data type for spawn object counting variable. 2014-04-04 12:18:29 +08:00
Lasse Öörni
180c8d6bda EditorSpawn.as formatting. Allow to spawn binary prefabs. Refactored common node instantiation code. Fixed performance problems with spawning objects with skeletal hierarchy. 2014-04-04 00:54:08 +03:00
Lasse Öörni
67d603d8e5 Node transform space refactoring. Translate(), Rotate() and LookAt() functions take a transform space (local, parent or world). Translate() has a behavior change: default space is local, as that is most often used in eg. camera movement, and is consistent with the default for rotations (the earlier fixedAxis = false was same as local space). The redundant TranslateRelative() function is removed. Add RotateAround() function, which allows rotating around a pivot in either local, parent or world space. Closes #295. 2014-04-03 22:36:29 +03:00
Lasse Öörni
a70848e464 Fix Lua postupdate handler not being called. 2014-04-03 22:34:18 +03:00
urho3d-travis-ci
1f0ece1d46 Travis CI: API documentation update at 2014-04-03 10:56:57 UTC.
[ci package]
2014-04-03 10:56:57 +00:00
Lasse Öörni
42265071a3 Added a multiplier+addition for depth bias on OpenGL ES platforms. Increased default constant depth bias of lights. 2014-04-03 11:22:40 +03:00