|
6d276c99ac
|
Add Android touch handler.
|
2023-04-22 21:17:00 +08:00 |
|
|
72a93721f9
|
Fix race condition for the shared evaluator when any active input handler is threaded.
|
2023-04-22 21:16:17 +08:00 |
|
|
a1fd420493
|
Fix error handling in PDT evaluator.
|
2023-04-22 21:09:53 +08:00 |
|
|
d72afaa75b
|
Code cleanup.
|
2023-04-22 21:08:06 +08:00 |
|
|
2784544884
|
Fix memory leak from object pools.
0.7.0-rc0
|
2023-04-21 12:18:29 +08:00 |
|
|
c39a02a1c2
|
Fix event priority. (2)
|
2023-04-21 00:56:58 +08:00 |
|
|
4c397ab2f7
|
Switch serialization mode to text mode.
|
2023-04-21 00:03:13 +08:00 |
|
|
6b3a9c9f0a
|
Fix event priority.
|
2023-04-20 20:05:59 +08:00 |
|
|
1c1560f17f
|
Fix transition clipping.
|
2023-04-20 19:47:35 +08:00 |
|
|
0699bc5614
|
Code cleanup.
|
2023-04-20 19:47:10 +08:00 |
|
|
d86da00258
|
Fix unexpected shared vector references.
|
2023-04-20 19:46:46 +08:00 |
|
|
d1ad68debe
|
Share realtime relative motion nodes across state clones.
|
2023-04-20 19:45:25 +08:00 |
|
|
b937285a74
|
Fix polysec not generating mesh if body not specified.
|
2023-04-20 19:40:50 +08:00 |
|
|
69fe03475b
|
Fix mesh.color not working on polysec .
|
2023-04-20 19:40:12 +08:00 |
|
|
e5956f2b34
|
Fix position anchoring. (2)
|
2023-04-20 14:31:49 +08:00 |
|
|
fdb4ab55a3
|
(Amend to 61b72107 )
|
2023-04-20 14:31:03 +08:00 |
|
|
e30df8bdbc
|
Fix pre-graphical update not ended within a frame.
|
2023-04-20 14:29:50 +08:00 |
|
|
251b7bc352
|
Matches root transform with tag.
|
2023-04-20 11:37:19 +08:00 |
|
|
61b72107ae
|
Pull up TransformHandler .
|
2023-04-20 11:36:38 +08:00 |
|
|
d6208f19fb
|
Fix position anchoring.
|
2023-04-20 00:21:39 +08:00 |
|
|
93d9fdd4b8
|
Code cleanup.
|
2023-04-20 00:20:28 +08:00 |
|
|
8670482c04
|
Implement new transition.
|
2023-04-20 00:18:49 +08:00 |
|
|
d2b71e41c9
|
Fix CubicBezier algorithm.
|
2023-04-20 00:15:06 +08:00 |
|
|
29a8ac2136
|
Code cleanup.
|
2023-04-19 15:33:45 +08:00 |
|
|
a9fc5130bb
|
Move BeatTime to separate file.
|
2023-04-19 15:33:17 +08:00 |
|
|
b51c7d2352
|
Add chart compatibility handler.
|
2023-04-19 15:32:16 +08:00 |
|
|
56fd0936bb
|
Fix the recycle of RMV.
|
2023-04-19 13:56:13 +08:00 |
|
|
2b3898655f
|
Re-implement relative motion.
|
2023-04-19 13:54:35 +08:00 |
|
|
1b30d3e62c
|
Code cleanup.
|
2023-04-19 13:52:55 +08:00 |
|
|
bdbb1fcb07
|
Optimize GC caused by playing motions.
|
2023-04-19 13:49:55 +08:00 |
|
|
659f2165ff
|
Remove motion lerper. Reconstruct RMV and motion node. Add motion node pool.
|
2023-04-19 13:48:06 +08:00 |
|
|
a5439430fb
|
Fix the position of the head anchors of tracks.
|
2023-04-19 13:33:41 +08:00 |
|
|
0f683e403c
|
Resets object on return instead of on rent.
|
2023-04-19 13:32:06 +08:00 |
|
|
cf6a7a795b
|
Code cleanup.
|
2023-04-19 13:31:17 +08:00 |
|
|
f664708165
|
Optimize GC for motion string parsing.
|
2023-04-18 10:10:11 +08:00 |
|
|
a7be55f2b0
|
(Amend to f4411629 )
|
2023-04-18 10:05:14 +08:00 |
|
|
398cec1fc5
|
Code cleanup.
|
2023-04-18 09:47:37 +08:00 |
|
|
a8b9ba0af4
|
Loads ruleset before chart loading.
|
2023-04-18 09:47:07 +08:00 |
|
|
f54564c567
|
Unify VecPtComp with Vec1 , and VecPt with Vec2 .
|
2023-04-18 09:45:46 +08:00 |
|
|
a2c5850fcd
|
Optimize GC while prehandling.
|
2023-04-18 09:35:37 +08:00 |
|
|
f4411629e4
|
Obsolete transition and rate, and add end time for relative motion node.
|
2023-04-18 09:33:47 +08:00 |
|
|
17d620ff0c
|
Fix error on element/property list is null. (2)
|
2023-04-14 20:32:00 +08:00 |
|
|
5887b1267a
|
Fix relative node interpolation.
|
2023-04-14 14:47:07 +08:00 |
|
|
400723d83b
|
Make parameters of relative node optional.
|
2023-04-14 14:46:03 +08:00 |
|
|
07babcb0ff
|
Fix position and rotation of track anchors not set.
|
2023-04-14 14:39:48 +08:00 |
|
|
f7bfe07660
|
Fix multiple init calls on skin components.
|
2023-04-14 14:32:31 +08:00 |
|
|
3690adf5dd
|
Add component linesec .
|
2023-04-14 14:31:08 +08:00 |
|
|
48349b598d
|
Separate PolygonSGO to individual file.
|
2023-04-14 14:29:17 +08:00 |
|
|
d6e3d3ad00
|
Make clip field in JudgeDefinition dynamic.
|
2023-04-09 22:13:50 +08:00 |
|
|
c57c82bdd1
|
Add progress tracking for chart loading.
|
2023-04-09 22:11:29 +08:00 |
|