OSDN Git Service

When YSS was not rated on the wdoor mode, wrong rate24 scores
[shogi-server/shogi-server.git] / changelog
index 5f765b3..234791d 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,114 @@
+2008-04-22 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_html]
+         - When YSS was not rated on the wdoor mode, wrong rate24 scores
+           were displayed. This issue has been fixed. Now YSS absence 
+           results in "N/A".
+
+2008-04-21 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+         - The half-life period is now configurable.
+           ex $ ./mk_rate --half-life 14 --half-life-ignore 7 <records>
+
+2008-04-12 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Renamed variables (@id) since they caused Ruby's warning.
+
+2008-04-11 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Improved a way to handle diferred moves (2008-03-24's change),
+           based on Tomoyuki Kaneko's patch.
+
+2008-04-01 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - An incorrect LOGIN crashed the server. This issue has been
+           fixed.
+
+2008-03-24 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Converting characters for comments in moves caused an error. This 
+           issue has been fixed.
+         - If a player moves in the opponent's turn, it is illegal. But the
+           current CSA protocol does not clearly define a way to tell so to 
+           the players. This shogi-server internally keeps such a move in a
+           buffer and replay it when the player of the move gets his/her 
+           turn.
+
+2008-03-16 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Erroneously, Board#to_s's current player was always Black.
+           It caused wrong determination of sennichite since it did not
+           care about the current player of a state. This has been fixed.
+           Thanks Takada-san for reporting this bug.
+
+2008-03-10 Daigo Moriwaki <daigo at debian dot org>
+
+       * [util/players-graph.rb]
+         - Applied Kaneko-san's patch, which also shows expected-rate24
+           rates.
+         - Small PNG gets smaller.
+
+2008-03-08 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_html]
+       - Added an option --wdoor. In this mode, a rate expected at Shogi
+         Club 24 is calculated from YSS's rating (he is 2400 now). 
+
+2008-03-04 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+         - If the computed ratings do not stabilize, then mk_rate aborts.
+             $ ./mk_rate dir && ./mk_rate dir > players.yaml 
+           can avoid rewriting the invalid ratings to the file.
+
+2008-02-23 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - A comment is converted to EUC-JP and then written in a log.
+           Note that this conversion guesses the input encoding. Clients
+           are recommended to send EUC-JP compatible strings to the
+           server.
+
+2008-02-21 Daigo Moriwaki <daigo at debian dot org>
+
+       * [util/players-graph.rb]
+         - Released. Draw a chart for a player's rating score.
+
+2008-02-17 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - An illegal teban specified for Floodgate login could crash the
+           server. This issue has been fixed.
+
+2008-02-16 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Thread.abort_on_exception is now false, meaning that 
+           a thread's abort does not affect the others. 
+         - The uchifuzume check did not generate promoting moves, which
+           could crash the server with illegal moves. This issue has
+           been fixed.
+
+2008-02-14 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Added a new pairing variation, Swiss-like style. Winners at the
+           previous games (his/her point of view, not the server's) are 
+           paired first, and then the others are matched. This is the 
+           default option now.
+         - Pairing classes are located in a separate source file,
+           pairing.rb. The file is 'load'ed each time to be used,
+           meaning that modifying the code will be applied to a running
+           server.
+         - You can specify a single player who will be out of pairing
+           when there are odd players waiting for Floodgate.
+
 2008-02-13 Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]