aster2013
f9107d4fed
Add scene attribute animation update event.
2014-04-12 13:55:03 +08:00
aster2013
f8bce6a56e
Move wrap mode out of ObjectAnimation.h.[ci skip]
2014-04-12 13:26:41 +08:00
aster2013
afaa9c7702
Demonstrate usage of spline interpolated animation, and set animation to node's world position(animation only attribute).
2014-04-12 13:12:29 +08:00
aster2013
21a14f12e5
Add closed spline end point's tangent calculate.[ci skip]
2014-04-12 12:17:34 +08:00
urho3d-travis-ci
60b09d480a
Travis CI: API documentation update at 2014-04-12 03:33:38 UTC.
...
[ci package]
2014-04-12 03:33:38 +00:00
aster2013
97a1ab4267
Rename InterpolationMethod to InterpMethod, avoid conflict with Spline class, Add animated only attribute support, like Node's world position attribute.
2014-04-12 11:17:04 +08:00
aster2013
1c2d24b55d
Allow load and save interpolation method and spline tension to file.
2014-04-12 00:21:08 +08:00
aster2013
eb7cce7b4d
Add new line at end of file.[ci skip]
2014-04-12 00:02:40 +08:00
aster2013
2d9a7b2915
Add cardinal spline interpolation for AttributeAnimation.
2014-04-11 23:54:40 +08:00
aster2013
802af0c21b
Refactor AttributeAnimation, make IntVector2 and IntRect interpolatable.
2014-04-11 22:52:19 +08:00
aster
098d75bad2
Update Docs/Reference.dox. [ci skip]
2014-04-11 15:53:52 +08:00
Yao Wei Tjong 姚伟忠
cea3743ea7
Filesystem class also captures stderr when executing console command.
...
Turn on SDL filesystem support for Linux platform.
2014-04-11 14:56:36 +08:00
urho3d-travis-ci
1cec91b50a
Travis CI: API documentation update at 2014-04-11 05:58:52 UTC.
...
[ci package]
2014-04-11 05:58:52 +00:00
Aster Jian
b7917af4fd
Revert "Remove wrap mode default value."
...
This reverts commit 3f832eb5d0
.
2014-04-11 13:38:54 +08:00
Aster Jian
dfbaee4563
Add attribute animation doc.[ci skip]
2014-04-11 12:54:50 +08:00
Aster Jian
3f832eb5d0
Remove wrap mode default value.
2014-04-11 12:54:49 +08:00
Yao Wei Tjong 姚伟忠
5ce5be8d66
Enhance FileSystem class to also able to execute console command.
2014-04-11 12:44:20 +08:00
Aster Jian
2c18a1ca65
Add AttributeAnimationInfo class, add more comment for animation class, use XMLElement::SetVariant/GetVariant save attribute animation frame value.
2014-04-11 09:43:55 +08:00
urho3d-travis-ci
740547e488
Travis CI: API documentation update at 2014-04-10 13:59:31 UTC.
...
[ci package]
2014-04-10 13:59:32 +00:00
Yao Wei Tjong 姚伟忠
8939179787
Refactor to use small case for xml tag and attribute names.
...
It is for consistency sake with existing code base. Exclude tag and attribute names from external XML declaration.
This commit may break user-created Urho2D XML resources.
2014-04-10 21:33:56 +08:00
Yao Wei Tjong 姚伟忠
41df6dc2e0
Expose Color constants in AngelScript. Use them in sample app.
2014-04-10 17:42:45 +08:00
Aster Jian
0fef66f780
Minor fix animation bug.[ci skip]
2014-04-10 15:21:23 +08:00
Aster Jian
caf6f1b35a
Move wrap mode out of AttributeAnimation.
2014-04-10 14:43:39 +08:00
urho3d-travis-ci
891aa80bb7
Travis CI: API documentation update at 2014-04-10 06:28:34 UTC.
...
[ci package]
2014-04-10 06:28:34 +00:00
Aster Jian
0b9ff78dcc
Change cycle mode to wrap mode in AttributeAnimation, add ONCE mode make can play animation then auto remove it. remove PINGPONG mode (now PINGPONG mode is just for sprite animation).
2014-04-10 13:34:21 +08:00
Aster Jian
9a51eef182
Fix GetFloat bug.
2014-04-10 13:10:15 +08:00
Aster Jian
448874b245
Add animation speed parameter.
2014-04-10 12:35:07 +08:00
Aster Jian
270a49d09f
Refix issue #256.[ci skip]
2014-04-10 12:35:07 +08:00
Yao Wei Tjong 姚伟忠
6c7db54e4b
Console remembers the last used interpreter if there are more than one.
...
Editor persists the last used command interpreter in configuration file.
2014-04-10 12:29:55 +08:00
aster2013
d2f9db942a
Add LightAnimation in AngelScript.[ci skip]
2014-04-09 23:17:45 +08:00
aster2013
58b66ac3d2
Add LightAnimation sample in Lua.[ci skip]
2014-04-09 23:10:18 +08:00
aster2013
00b57c1231
Add LightAnimation sample, revert StaticScene.
2014-04-09 23:01:39 +08:00
aster2013
afddbaef76
Fix Node.pkg merge error.
2014-04-09 22:33:16 +08:00
aster2013
a2197916a7
Update LuaIntegration sample.
2014-04-09 22:24:52 +08:00
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