Commit Graph

88 Commits

Author SHA1 Message Date
1b6b02ef5a expose Head mechanism for bot player 2026-02-20 07:04:14 -08:00
dc87100e91 impl Copy for Vector types 2026-02-20 07:03:44 -08:00
224a873d89 un-unify setting event to name fields 2026-02-13 10:06:47 -08:00
3cf39032cc const trey float convert 2026-02-13 10:05:25 -08:00
0c896f3ee1 doc RunPrepareEvent 2026-02-13 07:21:32 -08:00
17edf88e05 un-unify camera event to name fields 2026-02-13 07:17:40 -08:00
42e91e3627 v0.8.1 serializer 2025-12-15 15:09:51 -08:00
f9c5ef7b44 Implement Serializer (#3)
Add an algorithm to generate a bot file from a set of timelines.

Reviewed-on: #3
Co-authored-by: Rhys Lloyd <krakow20@gmail.com>
Co-committed-by: Rhys Lloyd <krakow20@gmail.com>
2025-12-15 23:09:21 +00:00
b9aaf9d30f v0.8.0 drop itertools 2025-12-15 15:07:49 -08:00
8b365a0579 explicitly note that timelines must be sorted 2025-12-15 14:52:37 -08:00
71685468b6 reexport binrw::Error and make it appear in fn signatures 2025-12-15 14:48:43 -08:00
9ace707bbb refactor tests 2025-12-15 14:41:41 -08:00
7cb66719b0 add InvalidBlockId error 2025-12-15 14:41:24 -08:00
27aa3fb5d1 drop itertools dep (temporarily) 2025-12-15 14:30:07 -08:00
a6c10eab21 use correct trait bound 2025-12-14 11:42:44 -08:00
4ef063a474 merge impl blocks 2025-12-13 10:58:53 -08:00
03b5b8c239 v0.7.0 fix RunClear 2025-12-13 08:39:43 -08:00
488ce55990 fix RunClear 2025-12-13 08:37:56 -08:00
fe98210d10 v0.6.0 fix RunEvent 2025-12-13 08:05:25 -08:00
2eb282dfe2 update deps 2025-12-13 08:05:02 -08:00
c8ec986a2b Fix RunEvent (#2)
It was really wrong!

Reviewed-on: #2
Co-authored-by: Rhys Lloyd <krakow20@gmail.com>
Co-committed-by: Rhys Lloyd <krakow20@gmail.com>
2025-12-13 15:57:26 +00:00
a6ce331682 un-nest example code 2025-12-09 16:05:09 -08:00
6a6849ec79 update readme 2025-11-06 13:09:14 -08:00
8b52f0765f tweak test to remove cfg macro 2025-11-06 10:39:06 -08:00
8030308310 update readme 2025-11-06 10:20:35 -08:00
67bb41fa5e FileHeader::block_timelines_info 2025-11-06 10:20:35 -08:00
7659e941b9 read_offline_to_block + read_realtime_to_block 2025-11-06 10:08:27 -08:00
fd9ddd9ca8 v0.5.4 asymmetric Timed Ord 2025-11-06 16:37:17 +01:00
7f86d0edaf allow Ord comparison between different inner Timed types 2025-11-06 16:36:25 +01:00
6021177364 reduce verbosity in readme (feature is enabled by default) 2025-11-05 16:10:14 -08:00
eb26ba0593 move FileHeader magic 2025-11-05 15:01:48 -08:00
d4e94ab0da binrw tech 2025-11-05 10:56:41 -08:00
cdbb5e6b01 v0.5.3 tweak inner types + add more documentation 2025-11-05 10:56:41 -08:00
240a8798cd document more 2025-11-05 10:56:40 -08:00
7e0cb86a32 BlockInfo extends Range 2025-11-05 10:36:54 -08:00
9fdaf34df3 BlockPosition struct never used in a public interface 2025-11-05 10:24:31 -08:00
cc67966743 unused derives 2025-11-05 10:24:31 -08:00
9af3f4e6cf v0.5.2 derive more traits + relax Timed Ord 2025-11-05 09:56:24 -08:00
95b8fb2d95 add #[derive(Debug,Clone)] to everything 2025-11-05 09:54:08 -08:00
503710aa95 impl PartialEq & PartialOrd for all Timed events 2025-11-05 09:49:46 -08:00
fd59928644 v0.5.1 update deps 2025-11-05 09:29:54 -08:00
873ea5e9da update deps 2025-11-05 09:29:19 -08:00
f3768af543 v0.5.0 refactor 2025-11-05 09:26:43 -08:00
91d1ba68d4 refactor 2025-11-05 09:04:10 -08:00
3a13ae1642 v0.4.0 support multiple bonuses 2025-11-03 18:59:42 +01:00
f21b5f8c40 support multiple bonuses 2025-11-03 18:57:14 +01:00
bd6cb65a37 v0.3.1 derives for enums 2025-09-21 02:26:36 -07:00
fd6b9453f4 derives for enums 2025-09-21 02:26:04 -07:00
00f0419574 pedantry 2025-03-23 18:38:12 -07:00
a6e96d88ab todo: make and test writing files 2025-03-23 15:26:25 -07:00