X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=e448a2a4a032c9acfab7e82865cb17338830cc4b;hp=aae3085faa7e0c29a161f54a2a53a5251b4dcc82;hb=refs%2Fheads%2F201604-Fischer;hpb=3d228b20abc8b692cc42cc3d5c57686269de2279 diff --git a/changelog b/changelog index aae3085..e448a2a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,27 @@ +2015-12-13 Daigo Moriwaki + + * [shogi-server] Enhance capability of Floodgate configuration file + - New parameter: Max_Moves, defined in the CSA protocol + ex. set Max_Moves 256 + - New parameter: Least_Time_Per_Move, defined in the CSA protocol + ex. set Least_Time_Per_Move 0 + - Proposed messages distributed to each player upon starting a new + game will include Max_Moves as well as Least_Time_Per_Move. + - CSA files produced by the server will include settings of + Max_Moves and Least_Time_Per_Move in comment lines as follows: + 'Max_Moves:256 + 'Least_Time_Per_Move:0 + - The official Shogi-server on wdoor.c.u-tokyo.ac.jp will + be running with different parameters, depending on game names. + a) Max_Moves will be 256 for floodgate-600-10 games; + otherwise, 0. + b) Least_Time_Per_Move will be 0 for floodgate-600-10 games; + otherwise 1. + (Closes: #35839) + * [shogi-server] shogi_server/pairing.rb: + - LeastDiff attempts more trials, depending of a number of players + to be matched, top achieve more optimized matching combinations. + 2015-11-27 Daigo Moriwaki * [shogi-server] shogi_server/time_clock.rb: @@ -19,6 +43,12 @@ http://www.sgtpepper.net/hyspro/diary/20150214.html. - Added a companion R script: histogram.R +2015-02-01 Daigo Moriwaki + + * [shogi-server] + - shogi_server/login.rb: When players are logged in, log their + player_id if they have it. + 2015-01-20 Daigo Moriwaki * [mk_rate]