X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=changelog;h=2e21e18035b6f1ece0abb53bb1dce2463d01dee7;hb=c363dd32f38189ade222b5cc730f830e6734c7c2;hp=2142a8abe926fd5477aa1c1af5cd5889e6df957d;hpb=eb5079160801fd1eb26f0c28a54e216a3afc9501;p=shogi-server%2Fshogi-server.git diff --git a/changelog b/changelog index 2142a8a..2e21e18 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,24 @@ +2015-11-27 Daigo Moriwaki + + * [shogi-server] shogi_server/time_clock.rb: + - A time consumed could be -1. + * The start time of a move is captured after sending a move to a + player of the next turn at the end of the giant lock + * The end time of the move is captured at the exact time when the + server receives it before the giant lock + Therefore, end_time < start_time is possible when a player returns a + move instantly. + Thanks to Tomoyuki Kaneko for reporting this issue. + (Closes: #35795) + +2015-02-14 Daigo Moriwaki + + * util/statistics.rb: + - Updated to investigate floodgate-600-10 games. + Consult the result at + http://www.sgtpepper.net/hyspro/diary/20150214.html. + - Added a companion R script: histogram.R + 2015-02-01 Daigo Moriwaki * [shogi-server]