Commit Graph

11 Commits

Author SHA1 Message Date
2388c57d5e
bugfix: parse score goal
Boost parses uint8_t as chars, not as numbers,
so 'unsigned int' is used for parsing instead.
2024-06-05 17:34:45 +02:00
afb6fee540
intoduce CLI option to reduce memory consumption 2024-02-08 22:08:44 +01:00
742266fe82
Include version information into program 2024-02-03 13:21:58 +01:00
d6474bb19d
improve return codes 2024-01-13 14:37:16 +01:00
35b78cb4db
Implement option to list all actions in replay 2024-01-12 23:21:58 +01:00
ea881c5e6a
reformat code 2023-11-16 16:20:04 +01:00
7dc9d41aa7
pass by const& 2023-11-16 15:06:45 +01:00
6e0e88b97a
clean up imports 2023-11-15 23:07:39 +01:00
6ce692a06f
improve program output and CLI documentation 2023-11-15 16:53:49 +01:00
88cfbe21f3
set clue modifier to 0 by default 2023-11-14 13:13:49 +01:00
32af52ae9e
Rework CLI
This should cover all use cases / exceptions now and is in a reasonably
good code state.
2023-11-12 17:30:44 +01:00