OSDN Git Service

* [shogi-server]
authorDaigo Moriwaki <daigo@debian.org>
Sun, 24 Nov 2013 13:20:19 +0000 (22:20 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sat, 7 Dec 2013 04:23:54 +0000 (13:23 +0900)
commit13a823aebe192a11f1feaad5bb0600d2b637c32a
tree2aee97739ee445cee4ffb1754d858168b6e7fadb
parenta218a00024866da7a502fbebdea53313dea4db8b
* [shogi-server]
  - Added a new pairing method, ShogiServer::ExcludeUnratedPlayers,
    which filters out unrated players.
  - Enhanced syntax of Floodgate time configuration file.
    Now it supports "set pairing_factory <function_name>"; it sets a
    factory function name generating a pairing method which will be
    used in a specific Floodgate game.
    ex. set pairing_factory floodgate_zyunisen
changelog
shogi_server/league/floodgate.rb
shogi_server/league/floodgate_thread.rb
shogi_server/pairing.rb
test/TC_floodgate_next_time_generator.rb
test/TC_pairing.rb