OSDN Git Service

Merge remote-tracking branch 'origin/master' into wdoor-stable
authorDaigo Moriwaki <daigo@debian.org>
Sun, 13 Dec 2015 12:25:14 +0000 (21:25 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sun, 13 Dec 2015 12:25:14 +0000 (21:25 +0900)
Conflicts:
changelog

1  2 
changelog

diff --cc changelog
+++ b/changelog
@@@ -1,9 -1,24 +1,30 @@@
+ 2015-11-27  Daigo Moriwaki <daigo at debian dot org>
+       * [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 <daigo at debian dot org>
+       * 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 <daigo at debian dot org>
 +
 +      * [shogi-server]
 +        - shogi_server/login.rb: When players are logged in, log their
 +          player_id if they have it.
 +
  2015-01-20  Daigo Moriwaki <daigo at debian dot org>
  
        * [mk_rate]