Commit Graph

1 Commits

Author SHA1 Message Date
scamiv a8ec56b5a4 feat(timeline): integrate timeline functionality into game client
- Added TimelineController to manage timeline events and state.
- Introduced TimelinePanel for user interaction with the timeline.
- Implemented LruCache for efficient storage of timeline records.
- Enhanced Transport and GameRenderer to support timeline features.
- Updated various layers to respond to timeline events, ensuring synchronization with game state.
- Added support for seeking and jumping within the timeline, improving user experience during gameplay.

This commit lays the groundwork for a more interactive and responsive timeline feature in the game client.
2026-02-20 20:11:51 +01:00