OSDN Git Service

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