OSDN Git Service

1739944fe0bb80bba4ce4e6db0deb50c50d83f9d
[shogi-server/shogi-server.git] / changelog
1 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server] Failed to show usage. This issue has been fixed. 
4
5 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
6
7         * [mk_html]
8           - Show groups in the order specified in players.html.
9           - Players who gamed recently have a background color.
10         * [mk_rate]
11           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
12
13 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
14
15         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
16           That move should be illegal. This issue has been fixed.
17
18 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
19
20         * [mk_rate] Skip "abnormal" games, which were finished because of
21           network failure or communication error.  Recently some programs seem
22           to have a lot of tries to connect to the Shogi Server at wdoor for
23           debugging. We should ignore such games for a while to get a meaningful
24           ratings.
25
26 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
27
28         * [mk_rate][mk_html]
29           - Put players into "connected" groups in order to
30             show a correct, meaningful rating. In the group, each player has at
31             least a game with other players.
32           - The format of players.yaml was updated.
33         * [shogi-server] Followed the new format of players.yaml.
34
35 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
36
37         * [mk_rate] Corrected making win_loss_matrix.
38
39 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
40
41         * [mk_rate] players who never win or lose are not rated in order
42           the calculation to complete.
43
44 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
45
46         * [shogi-server] The CSA mode supports the trip in a password.
47
48 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
49
50         * [shogi-server] Refactored the login procedures.
51
52 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
53
54         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
55         * [mk_html] Add CSS to look better.
56
57 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
58
59         * [shogi-server]
60           - Remove the trip in a password. Now the password is hashed.
61         * [mk_rate]
62           - Support @NORATE syntax in a name, which avoids the player is
63             rated.
64
65 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
66
67         * [shogi-server]
68           - Support a new command, %%VERSION. It shows the server's revision#.
69
70 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
71
72         * [shogi-server]
73           - Re-design: trip is now a suffix of the password, not name.
74           - Simplified the output of %%RATING.
75         * [mk_rate]
76           - Support "@" indentificaton in a name; players with same
77             before-@-names are mapped to one.
78
79 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
80
81         * [mk_rate] Fix a bug. It solves the correct rate.
82
83 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
84
85         * [mk_rate] Re-design. 
86           - Correct the equations.
87           - Apply deaccelerated Newton method.
88
89 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
90
91         * [mk_rate]
92           - Fix a bug. Now it can see black/white players in a csa file.
93         * [shogi-server]
94           - Add a space in the output of %%RATING.
95
96 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
97
98         * [mk_rate] Record numbers of win/loss games.
99         * Add mk_html, which generates html from players.yaml
100         * Fix test/test_board.rb. Now it works. 
101         * Add test/TC_ALL.rb to run all test cases.
102         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
103           rated player.
104
105 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
106         
107         * Add mk_rate, which calculate rating scores.
108
109 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
110
111         * Change the style of a comment line on the rated game.
112
113 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
114
115         * Change the player id, which is now <name>+<hash_of_the_trip>.
116         * Fix the max length of the login name with a trip.
117         * Add a comment line about the rated game status in the CSA file.
118         * Remove the rating system, which will be calculated by another
119           program.
120
121 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
122
123         * Add a command, %%RATING, to show a ranking sorted by rates.
124
125 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
126
127         * Add a simple rating system.
128
129 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
130
131         * Add a @move_counter in Board class, which is used by Shogi Viewer
132           CGI.
133
134 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
135
136         * Jishogi kachi declaration did not work. This bug has been fixed.
137           Add debug lines to show a jishogi state.
138
139 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
140
141         * Support CSA Protocol Version 1.1.
142         * Change the declaration of Jishogi 1.1.
143
144 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
145
146         * Kifu logs are always written in separate files.
147         * Add a test case, test/TC_functional.rb
148         * Some refactorings.
149