• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


RSS
Rev. Zeit Autor
7b931a6 2008-08-10 00:31:55 beatles

Added a new accessor: Board#teban

b8d3500 2008-08-10 00:31:54 beatles

File.expand_path should be peformed before File.directory? check

ff2c0b2 2008-07-01 00:18:46 beatles

$logger may or may not be a file

2f3d8d7 2008-07-01 00:09:47 beatles

* [shogi-server]
- Added a new option --player-log-dir, which allows users to log
messages that are received or sent to the wire.

85d13bc 2008-06-28 21:56:32 beatles

- If a player, including a monitor, stuck at the time of sending
messages to the wire, which means that the giant lock was locked,
it might have prevented other players from processing until
timeout occurred. This issue has been fixed. (Closes #12555)

ccd953e 2008-06-28 16:17:16 beatles

Forgot to add the case number

9c7e207 2008-06-28 16:15:42 beatles

* [shogi-server]
- A rating comment line is now written before the first move in a
record file instead of after the last move, which allows other
applications watching a game to recognize players in the middle
of the game.

7a706a0 2008-06-28 11:05:09 beatles

Do not raise in the case of invalid arguments

d311945 2008-06-28 10:56:29 beatles

* [shogi-server]
- Pairing players might not have shuffled players because of
poor shuffling algorithm. This issue has been fixed.
(Closes: #12661)

031c5fc 2008-06-26 00:27:11 beatles

[players_graph.rb]
- Check invalid arguments. (Closes: #12856)

672bf79 2008-06-23 23:34:51 beatles

regular expressoin is available for matching player name

1b42465 2008-06-23 23:19:47 beatles

Added a new option: --fixed-rate and --fixed-rate-player whose rate always results in that rate.

6b77575 2008-06-07 01:24:25 beatles

Applied r247 changes for the test cases (spliting hte file).
Not yet completed. I will keep on woring.

c81f26d 2008-06-07 00:28:11 beatles

[shogi-server]
- The source has been splited to multiple sub files.
- The program now depends on rubygems and activesupport.
- The program can reload the source files on the flight, by
sending a HUP signal to the server.
- The server log will be rotated daily.

48ba13e 2008-05-19 00:05:29 beatles

* [shogi-server]
- Last game results (win or lose) of x1 players were not
available on the next game. This issue has been fixed.
Thanks to Tomoyuki Kaneko for debugging.
- For draw games, "'rating" line in a .csa file was
wrong (meaningless). This issue has been fixed.
- Factored out GameResult classes

f6432a9 2008-05-19 00:05:28 beatles

Followed the directory tree change caused by the repository's move from CVS to Subversion

84e0c3c 2008-05-18 18:11:13 beatles

Set svn properties $ svn propset svn:keywords 'Id Author Date Rev'

c753ea3 2008-05-16 23:43:13 beatles

Removed the test file

4a23a15 2008-05-16 23:41:34 beatles

The utility programs have been moved under 'shogi-server'

eb4ee74 2008-05-16 23:40:28 beatles

new directory

030a504 2008-05-16 22:06:45 beatles

Test commit to see if a commit mail is sent.

8a942b5 2008-05-16 21:51:06 beatles

Test commit to see if a commit mail is sent.

d8ce2e5 2008-05-16 21:22:32 beatles

* [news]
- The repository has been converted from CVS to Subversion.


91e0200 2008-05-16 21:20:14 beatles

Changed the directory name

9658ecd 2008-05-16 21:19:56 beatles

Changing the directory name

7be62c8 2008-05-16 21:14:36 beatles

The 'test' directory has been moved under 'shogi-server'

674240c 2008-05-14 10:52:45 beatles

- Give default values to BasicPlayer, which fixed undefined
method error in Pairing.

32fa6e4 2008-05-14 10:22:33 beatles

* [shogi-server]
- Floodgate's thread could cause an error when players.yaml was
cleared by another program (mk_rate). This issue has been
fixed.

e6d943c 2008-05-11 13:01:21 beatles

Use a system method to encode URLs

2547705 2008-05-10 23:05:07 tkaneko

do not use delete_least_rate_player, since it seemed cause an error "undefined method <=> for nil:NilClass" in paring in floodgatemode around 2008-05-10 22:30