Commit graph

268 commits

Author SHA1 Message Date
Mikulas Florek
687582a2f5 play animation controller in editor without game mode running 2017-05-13 12:13:38 +02:00
Mikulas Florek
78c30df55c fixed uninitialized members - possible crash 2017-05-13 11:49:57 +02:00
Mikulas Florek
7c697ee690 fixed animation event removal 2017-05-11 23:28:32 +02:00
Mikulas Florek
84f7a93bd7 fixed adding new animation events 2017-05-11 23:16:09 +02:00
Mikulas Florek
ae00ca4e8c removing animation system constants 2017-05-10 22:43:49 +02:00
Mikulas Florek
b3e28c0471 autocomplete expressions in ordinary edges, not just entry edges 2017-05-10 22:28:31 +02:00
Mikulas Florek
aad6e74482 fixed crash when removing an entity which is child and parent at the same time 2017-05-02 18:06:29 +02:00
Mikulas Florek
62ed3d77a7 improved anim events UI 2017-04-28 10:56:33 +02:00
Mikulas Florek
1afc1c2a33 update node instances when animation set is changed - closes #1126 2017-04-24 10:19:33 +02:00
Mikulas Florek
2f92d3a09f nonwalkable area has different color in debug view; fixed one side of debug cube incorrectly oriented 2017-04-18 15:33:44 +02:00
Mikulas Florek
30c63bb67e animation system - apply controller set 2017-04-18 12:34:44 +02:00
Mikulas Florek
46059918c1 fixed crash when playing anim graph with incorrect condition 2017-04-12 11:48:56 +02:00
Mikulas Florek
35508dbb92 max root rotation speed 2017-04-07 13:45:00 +02:00
Mikulas Florek
14dc689b0c fixed animation playing of the last frame; Lua API - setTimeMultiplier; fixed getting root motion in nav from animation 2017-04-07 12:48:53 +02:00
Mikulas Florek
34ad5ce56d fixed crash when removing entry edge in anim graph 2017-04-06 19:41:41 +02:00
Mikulas Florek
a2b09cf2ec fixed unary minus in anim system's expressions; get root motion in nav from anim 2017-04-06 19:12:53 +02:00
Mikulas Florek
fd635206bc dont update controllers and animables if game is paused - fixes #1058 2017-04-05 16:00:38 +02:00
Mikulas Florek
f8b2f73fd6 fixed animation set serialization 2017-03-24 00:54:03 +01:00
Mikulas Florek
145eb846f8 anim sets - closes #1048 2017-03-23 01:07:16 +01:00
Mikulas Florek
2e98dff0b3 fixed crash when dragging animation editor; fixed crash when trying to instantiate null prefab 2017-03-19 21:54:13 +01:00
Mikulas Florek
a105bfe5d8 fixed crash when draggin animation editor; fixed broked scene when deleting an entity not created from prefab 2017-03-19 17:06:17 +01:00
Mikulas Florek
297c0971e3 fixed crash when trying to set anim controller input before the controller is initialized 2017-02-27 13:45:25 +01:00
Mikulas Florek
47281816d0 fixed crash when reloading a shared anim controller 2017-02-26 23:33:56 +01:00
Mikulas Florek
abb46860cc shared animation controllers 2017-02-15 16:49:12 +01:00
Mikulas Florek
4e9aa91381 fixed animation with single frame 2017-01-28 01:06:28 +01:00
Mikulas Florek
3378666739 scene versioning 2017-01-24 16:56:42 +01:00
Mikulas Florek
b797d628dc entity GUIDs - closes #1074 2017-01-03 17:04:09 +01:00
Mikulas Florek
bee52d7d60 cleanup; script properties are set when executing serialized editor commands 2016-12-14 17:02:30 +01:00
Mikulas Florek
0247b351a0 text format - prefabs 2016-12-14 17:02:30 +01:00
Mikulas Florek
c727a9376c text format 2016-12-14 17:02:30 +01:00
Mikulas Florek
ccea4f1f0c cleanup - closes #1054 2016-12-09 10:58:15 +01:00
Mikulas Florek
36c7f8e340 fixed skipping the last frame of animation 2016-12-02 22:40:39 +01:00
Mikulas Florek
c135785345 fixed crash when reloading shader 2016-12-02 15:57:43 +01:00
Mikulas Florek
4a72895381 expressions - finishing() - closes #1049 2016-11-28 16:14:44 +01:00
Mikulas Florek
e816e39e77 1D blend debugging 2016-11-27 01:23:43 +01:00
Mikulas Florek
4d89c6b7fd blend1d - drop slot
remember universe's path after game mode is turned off
fixed crash when using animation system with no inputs
2016-11-27 00:28:59 +01:00
Mikulas Florek
4b8b7305f1 Fixed linux build 2016-11-27 00:12:47 +01:00
Mikulas Florek
08757081fd blend 1D node - closes #1050 2016-11-25 17:15:54 +01:00
Mikulas Florek
e4d3bc7be9 probe generator uses camera in slot probe 2016-11-24 21:21:02 +01:00
Mikulas Florek
341261aced deserialize controller shape 2016-11-24 13:08:21 +01:00
Mikulas Florek
41f4dd3dc3 fixed dll build 2016-11-24 00:01:41 +01:00
Mikulas Florek
730f07c286 animation system - sound event 2016-11-23 17:03:29 +01:00
Mikulas Florek
e4ec163203 support for user animation events 2016-11-23 10:41:16 +01:00
Mikulas Florek
ad849fcad1 root can have different orientation than the rest 2016-11-23 00:12:41 +01:00
Mikulas Florek
677d6dc37e expressions - not operator priority fixed; new on loop property; new controller menu item 2016-11-22 17:54:23 +01:00
Mikulas Florek
3819fab098 fixed root_rotation_input during deserialization 2016-11-22 16:26:53 +01:00
Mikulas Florek
87431d3c1f animation editor drag&drop; root motion fixed 2016-11-22 15:06:44 +01:00
Mikulas Florek
009f7148e8 cleanup 2016-11-22 12:33:46 +01:00
Mikulas Florek
1a929b7d72 entry nodes - closes #1041 2016-11-22 01:17:03 +01:00
Mikulas Florek
f49d469107 root motion rotation - closes #961 2016-11-21 13:33:40 +01:00