OSDN Git Service

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