OSDN Git Service

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