Commit Graph

10202 Commits

Author SHA1 Message Date
aster2013
3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. 2014-04-09 22:24:50 +08:00
Aster Jian
ce7f6a6a41 Fix stack index error.[ci skip] 2014-04-09 22:24:49 +08:00
Aster Jian
1b200184d2 Fix attribute bug. 2014-04-09 22:24:47 +08:00
Aster Jian
76efdc19bf Finish Anglescript animation API. 2014-04-09 22:24:45 +08:00
Aster Jian
ded9dd547b Add Angelscript API. 2014-04-09 22:24:44 +08:00
Aster Jian
9a9b79fd8e Add animation Lua API. 2014-04-09 22:24:42 +08:00
Aster Jian
1bc6f0820e Add template variant. 2014-04-09 22:24:40 +08:00
Aster Jian
80bd29a18d Add Lua object attribute set and get function. 2014-04-09 22:24:38 +08:00
Aster Jian
b224e7cfcc Minor fixed. 2014-04-09 22:24:37 +08:00
Aster Jian
5805f7027c Add get Lua attribute name in C++, not finish.[ci skip] 2014-04-09 22:24:35 +08:00
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