OSDN Git Service

Moved TestPairing class to test/TC_pairing.rb.
[shogi-server/shogi-server.git] / changelog
index 9de6c6e..61140dc 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,4 +1,17 @@
+2009-12-20 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - shogi_server/player.rb: Added new methods: is_human? and
+           is_computer?. 
+           A human player is recommened to use a name ending with '_human'.  
+           ex. 'hoge_human', 'hoge_human@p1'
+         - shogi_server/pairing.rb: Added a new class:
+           StartGameWithoutHumans, which tries to make pairs trying to
+           avoid a human-human match. This is now enabled instread of the
+           previous class: StartGame.
+
 2009-12-04 Daigo Moriwaki <daigo at debian dot org>
+
        * [shogi-server]
          - The HUP signal is not supported by Ruby on Windows.