X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=8198022fd5bb52601986286d8349568da5ef500d;hp=95af1ef24f70a17fc9a7d65977bf68ff2d60f17e;hb=7353c183ca018cacf980a191bf188549a290fbef;hpb=756e4372c5b0b439c2b1221ab27c8e763c2bfc6d diff --git a/changelog b/changelog index 95af1ef..8198022 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,18 @@ +2015-01-17 Daigo Moriwaki + + * [shogi-server] + - shogi-server, shogi_server/{command,game_result,player}.rb: + The change at 2014-10-13 was not worked as expected. Reworked. + A player, attempting to login with the current live player + stalling for more than a day, can forcibly override the current + player. + +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] @@ -19,6 +34,12 @@ has now been fixed. Thanks to Hiraoka-san for debugging. +2014-12-18 Daigo Moriwaki + + * utils/eval_graph.rb: + - Gnuplot 4.6.6 drew evaluation-value lines with a dashed style. + This issue has now been addressed so that solid lines are used. + 2014-11-30 Daigo Moriwaki * [mk_html] @@ -51,6 +72,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]