OSDN Git Service

shogi_server/{game,time_clock}.rb: Adds variations of thinking time calculation:...
[shogi-server/shogi-server.git] / changelog
index 8b31f4b..428124a 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+2013-04-07  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - shogi_server/{game,time_clock}.rb:
+           Adds variations of thinking time calculation: ChessClock
+           (current) and StopWatchClock (new).
+           StopWatchClock, which is usually used at official games of human
+           professional players, is a clock where thiking time less than a
+           miniute is regarded as zero.
+           To select StopWatchClock, use a special game name with "060"
+           byoyomi time. ex. "gamename_1500_060".
+
 2013-03-31  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
@@ -5,6 +17,7 @@
            The new_buoy_game parameter is now optional. If it is not
            supplied, Shogi-server generates a new buoy game name from
            source_game.
+         - command.rb: More elaborate error messages for the %%GAME command.
 
 2013-02-23  Daigo Moriwaki <daigo at debian dot org>