OSDN Git Service

79c5f05983ca2eb09dde1e485844baf583d27813
[shogi-server/shogi-server.git] / changelog
1 2006-08-13  Daigo Moriwaki <daigo at debian dot org>
2
3         * [mk_rate]
4           - Fix a bug. Now it can see black/white players in a csa file.
5         * [shogi-server]
6           - Add a space in the output of %%RATING.
7
8 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
9
10         * [mk_rate] Record numbers of win/loss games.
11         * Add mk_html, which genrates html from players.haml
12         * Fix test/test_board.rb. Now it works. 
13         * Add test/TC_ALL.rb to run all test cases.
14         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
15           rated player.
16
17 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
18         
19         * Add mk_rate, which calculate rating scores.
20
21 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
22
23         * Change the style of a comment line on the rated game.
24
25 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
26
27         * Change the player id, which is now <name>+<hash_of_the_trip>.
28         * Fix the max length of the login name with a trip.
29         * Add a comment line about the rated game status in the CSA file.
30         * Remove the rating system, which will be calculated by another
31           program.
32
33 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
34
35         * Add a command, %%RATING, to show a ranking sorted by rates.
36
37 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
38
39         * Add a simple rating system.
40
41 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
42
43         * Add a @move_counter in Board class, which is used by Shogi Viewer
44           CGI.
45
46 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
47
48         * Jishogi kachi declaration did not work. This bug has been fixed.
49           Add debug lines to show a jishogi state.
50
51 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
52
53         * Support CSA Protocol Version 1.1.
54         * Change the declaration of Jishogi 1.1.
55
56 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
57
58         * Kifu logs are always written in separate files.
59         * Add a test case, test/TC_functional.rb
60         * Some refactorings.
61