Commit Graph

80 Commits

Author SHA1 Message Date
1a2824453f
improve CLI documentation 2024-06-14 11:20:13 +02:00
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
90f27bb26d
Fix bug when reverting to turn 1 in recursive mode 2024-03-17 11:16:04 +01:00
b966475045
Fix: Allow user to strikeout 2024-03-15 14:57:38 +01:00
60c405fa20
Add option to list all actions, even unreasonable ones 2024-03-05 22:51:54 +01:00
fd4f080d07
Add shell option to auto-evaluate all game actions 2024-03-05 22:46:51 +01:00
3dafee21dd
fix interactive option 2024-02-09 16:39:02 +01:00
afb6fee540
intoduce CLI option to reduce memory consumption 2024-02-08 22:08:44 +01:00
3985ffaac4
fix type 2024-02-06 21:06:58 +01:00
80290a85f9
add missing files for version generation 2024-02-05 22:28:15 +01:00
7699b20498
CMake: Fix version generation: regenare on every build 2024-02-05 19:17:26 +01:00
742266fe82
Include version information into program 2024-02-03 13:21:58 +01:00
62aabe17f5
fix sort order 2024-02-01 22:26:24 +01:00
863baf3acd
consider playing trash at 8 clues 2024-01-17 18:22:20 +01:00
e7793907bf
remove ranges header 2024-01-14 18:34:00 +01:00
191e74e45f
Use C++17 to support older compilers 2024-01-14 18:04:27 +01:00
d6474bb19d
improve return codes 2024-01-13 14:37:16 +01:00
b30024d5a3
improve output 2024-01-13 03:39:53 +01:00
84b95e7214
expand getting actions: include non-reasonable actions on request 2024-01-13 00:48:57 +01:00
35b78cb4db
Implement option to list all actions in replay 2024-01-12 23:21:58 +01:00
27a45561e7
remove redundant ; 2024-01-12 19:07:48 +01:00
6143d199de
remove constexpr 2024-01-12 19:06:01 +01:00
11043d51c8
remove unneccessary prints 2024-01-12 15:19:22 +01:00
e18937c599
Revert "add card orders to deck"
This reverts commit 8b42819704.
2024-01-12 14:51:13 +01:00
8b42819704
add card orders to deck 2024-01-09 15:07:14 +01:00
486e459c68
handle CS games on download 2024-01-09 02:21:01 +01:00
930ba9b408
game_state: support clue starved variants 2024-01-09 01:10:19 +01:00
c7eac217a8
Implement missing output operator 2023-11-24 16:11:36 +01:00
934345e076
fix clue modifier 2023-11-20 20:04:53 +01:00
50ddeff59a
more consistent wording in output 2023-11-17 09:28:31 +01:00
ea881c5e6a
reformat code 2023-11-16 16:20:04 +01:00
43b4bec7c6
simplify functions 2023-11-16 16:03:42 +01:00
04e071c97c
use own header for producing state to reduce compilation time 2023-11-16 15:55:19 +01:00
9887d104b8
better interface for cli 2023-11-16 15:14:31 +01:00
7dc9d41aa7
pass by const& 2023-11-16 15:06:45 +01:00
f0257a1292
fix: CLI argument name 2023-11-15 23:25:30 +01:00
bdc65411ae
simplify types 2023-11-15 23:23:21 +01:00
6e0e88b97a
clean up imports 2023-11-15 23:07:39 +01:00
3244213daa
Split GameState into multiple files
This now allows to import a light-weight header containing
the abstract interface separately from the templated header
that manages the actual backtracking, thus speeding up compilation.
2023-11-15 22:58:09 +01:00
4b427c40f9
Code cleanup: split download into parsing + downloads 2023-11-15 21:47:50 +01:00
6ce692a06f
improve program output and CLI documentation 2023-11-15 16:53:49 +01:00
ac4cf5e797
Fix unique ids to allow for discarded / lost cards 2023-11-14 14:32:49 +01:00
d3328725c7
better output in case of too short replays 2023-11-12 18:32:19 +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
3f69d0ac71
rename file 2023-11-12 14:58:25 +01:00
6f5419b2d8
fix find_card_in_hand function: respect different representation of trash 2023-11-11 23:30:01 +01:00
0a8facb585
better output: display when draw pile size not feasible 2023-11-11 22:57:09 +01:00
a615733350
Fix: Correctly handle bombing of cards and reverting thereof 2023-11-11 22:52:28 +01:00
5308eeaf6e
rework moving forward/backward in game 2023-11-11 22:32:30 +01:00
6190040c25
fix assertions 2023-11-11 13:29:55 +01:00