OSDN Git Service

* [shogi-server]
authordaigo <beatles@users.sourceforge.jp>
Fri, 2 Jul 2010 02:57:56 +0000 (11:57 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Thu, 8 Jul 2010 12:54:22 +0000 (21:54 +0900)
commit3f009a5ec519ab0cb5f27de8aca96d1ad2e88ed6
tree3aef266e364f21f7123ea78bc71785f889693ed4
parent79a2333cd6a75b0b0bfebb04be8c86ba2f5a6418
* [shogi-server]
  - A new command line option:
      --floodgate-names GameStringA[,GameStringB[,...]]
  - Floodgate time configuration file:
    You need to set starting times of floodgate groups in
    configuration files under the top directory. Each floodgat
    e group requires a correspoding configuration file named
    "<game_name>.conf". The file will be re-read once just after a
    game starts.
changelog
floodgate-0-240.conf.sample [new file with mode: 0644]
shogi-server
shogi_server/league/floodgate.rb
shogi_server/league/floodgate_thread.rb [new file with mode: 0644]
test/TC_ALL.rb
test/TC_floodgate_next_time_generator.rb
test/TC_floodgate_thread.rb [new file with mode: 0644]