OSDN Git Service

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