X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=bdd04c4dd9394869553f5166c661289f264863b6;hp=95af1ef24f70a17fc9a7d65977bf68ff2d60f17e;hb=bd613d3156ecfa2d87ef9c2a228bbce479baf615;hpb=756e4372c5b0b439c2b1221ab27c8e763c2bfc6d diff --git a/changelog b/changelog index 95af1ef..bdd04c4 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +2015-01-12 Daigo Moriwaki + + * [shogi-server] + - shogi_server.rb: Follow an API change in a upstream class: + LogDevice.previous_period_end + 2014-12-27 Daigo Moriwaki * [shogi-server] @@ -51,6 +57,30 @@ 'black_rate:Test_sente+275876e34cf609db118f3d84b799a790:2763.0 'white_rate:Test_gote+275876e34cf609db118f3d84b799a790:2345.0 +2014-10-12 Daigo Moriwaki + + * [shogi_server] + - New feature: max moves + - New command line option: --max-moves n + When a game with the n-th move played does not end, make the + game a draw (default 256 in compliance with CSA Protocol V1.2 + or later). Setting 0 disables this feature for + CSA Protocol V1.1.2 or before. + - Players will receive a new message, "#MAX_MOVES", upon an end + of such a game: + #MAX_MOVES + #CENSORED + - A new log summary type, "max_moves", has been assigned for games + drawing with max moves. + 'summary:max_moves:name_sente draw:name_gote draw + - Least time per move: + - New command line option: --least-time-per-move n + This option specifies a least time in second per move, which + is 0 second by default, meaning that a decimal + fraction of time for a move will be truncated in compliance + with CSA Protocol V1.2 or later. + Set 1 for CSA Protocol V1.1.2 or before. + 2014-07-19 Daigo Moriwaki * [mk_rate]