Endgame-Analyzer/src
Maximilian Keßler 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
..
check_games.cpp reformat code 2023-11-16 16:20:04 +01:00
command_line_interface.cpp bugfix: parse score goal 2024-06-05 17:34:45 +02:00
download.cpp intoduce CLI option to reduce memory consumption 2024-02-08 22:08:44 +01:00
game_interface.cpp Fix bug when reverting to turn 1 in recursive mode 2024-03-17 11:16:04 +01:00
hanabi_types.cpp improve output 2024-01-13 03:39:53 +01:00
main.cpp improve return codes 2024-01-13 14:37:16 +01:00
make_state.cpp intoduce CLI option to reduce memory consumption 2024-02-08 22:08:44 +01:00
parse_game.cpp Use C++17 to support older compilers 2024-01-14 18:04:27 +01:00
seed_search.cpp Fix: Allow user to strikeout 2024-03-15 14:57:38 +01:00
state_explorer.cpp Add option to list all actions, even unreasonable ones 2024-03-05 22:51:54 +01:00
test.cpp reformat code 2023-11-16 16:20:04 +01:00
version.cpp.in add missing files for version generation 2024-02-05 22:28:15 +01:00