Version 1.26.1v1.26.1
commit6a84fb8e27b4c886113d9758b9dd39972770bb1b
authorgonmf <gonmf@sapo.pt>
Sun, 16 Apr 2023 19:16:45 +0000 (16 20:16 +0100)
committergonmf <gonmf@sapo.pt>
Sun, 16 Apr 2023 19:16:45 +0000 (16 20:16 +0100)
tree724c4fb22a0d801d004cc0162842828280bdbcf8
parent8ed333016ab35d9715b7bbd075936a0e56f8df4b
Version 1.26.1
Add own twogtp implementation.
Small bug fixes to comments, log and SGF filenames, and compiler
warnings.
36 files changed:
LICENSE
README
README.md
src/Makefile
src/README
src/dragon.c
src/file_io.c
src/flog.c
src/game_record.c
src/inc/flog.h
src/inc/version.h
src/pat_weights/main.c
src/sgf.c
src/twogtp/README [new file with mode: 0644]
src/twogtp/main.c [new file with mode: 0644]
twogtp/.gitignore [deleted file]
twogtp/README
twogtp/analyze.sh [deleted file]
twogtp/clean.sh [deleted file]
twogtp/gnugo_13x13.sh [deleted file]
twogtp/gnugo_19x19.sh [deleted file]
twogtp/gnugo_9x9.sh [deleted file]
twogtp/michi-c_9x9.sh [deleted file]
twogtp/self_play_13x13.sh
twogtp/self_play_19x19.sh
twogtp/self_play_9x9.sh
twogtp/self_play_timed_13x13.sh [new file with mode: 0755]
twogtp/self_play_timed_19x19.sh [new file with mode: 0644]
twogtp/self_play_timed_9x9.sh [new file with mode: 0755]
twogtp/stop.sh [deleted file]
twogtp/timed_self_play_13x13.sh [deleted file]
twogtp/timed_self_play_19x19.sh [deleted file]
twogtp/timed_self_play_9x9.sh [deleted file]
twogtp/vs_gnugo_13x13.sh [new file with mode: 0755]
twogtp/vs_gnugo_19x19.sh [new file with mode: 0755]
twogtp/vs_gnugo_9x9.sh [new file with mode: 0755]