OSDN Git Service

[mk_game_results] Flush after each output line.
[shogi-server/shogi-server.git] / changelog
index 428124a..b5686ac 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,18 @@
+2013-11-04  Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+         - Added a new option, --ignore, which is imported from
+           mk_rate-from-grep.
+       * [mk_game_results]
+         - Flush after each output line.
+
+2013-09-08  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - shogi_server/{game,time_clock}.rb:
+           When StopWatchClock is used, "Time_Unit:" of starting messages
+           in CSA protocol supplies "1min".
+
 2013-04-07  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
            source_game.
          - command.rb: More elaborate error messages for the %%GAME command.
 
+2013-03-20  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - New pairing algorithm: ShogiServer::Pairing::LeastDiff
+           This pairing algorithm aims to minimize the total differences of
+           matching players' rates. It also includes penalyties when a match
+           is same as the previous one or a match is between human players.
+           It is based on a discussion with Yamashita-san on
+           http://www.sgtpepper.net/kaneko/diary/20120511.html.
+
 2013-02-23  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]