OSDN Git Service

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