OSDN Git Service

shogi_server/floodgate.rb: Generating next time around the new year day by reading...
[shogi-server/shogi-server.git] / shogi-server
2011-12-12 Daigo MoriwakiImproved robustness of test/benchmark.rb.
2011-12-03 Daigo MoriwakiAdded a new method, Player#wait_write_thread_finish...
2011-12-03 Daigo MoriwakiUpdated shebang for Ruby 1.9.3.
2010-07-25 daigo- shogi-server: Improved fault tolerance of the server.
2010-07-10 Daigo MoriwakiUpdated usage.
2010-07-08 daigo* [shogi-server]
2010-04-25 daigoAdded a comment for gets_safe()
2009-12-27 beatlesFloodgate games were not started. This issue has been... git-svn
2009-12-26 beatles* [shogi-server]
2009-12-26 beatles- shogi-server, shogi_server/league/floodgate.rb: Chang...
2009-12-04 beatlesTook (a bit) care of Windows platforms.
2009-11-15 beatlesIn a case of the Errno::ECONNRESET error, the error...
2009-07-29 beatlesExperimantal implementation for specified games, codena...
2008-12-14 beatlesValidate a yaml file for floodagte history. If it is...
2008-12-13 beatles* [shogi-server]
2008-12-13 beatles* [shogi-server]
2008-11-30 beatles* Changed the stley of the comment lines to RDoc's...
2008-11-25 beatlesFixed a typo
2008-11-25 beatles* Debugged History.
2008-11-07 beatlesAdded a new command line to specify floodgate_history...
2008-10-14 beatlesInitialize the random seed
2008-10-07 beatlesDebugged the daemon mode
2008-10-07 beatlesplayers.yaml is now read only. The server no longer...
2008-10-05 beatlesRefactored shogi_server/pairing.rb
2008-10-02 beatles* No loger use Dependencies.rb in Rails.
2008-10-01 beatlesUnder debugging
2008-08-09 beatlesFile.expand_path should be peformed before File.directo...
2008-06-30 beatles$logger may or may not be a file
2008-06-30 beatles* [shogi-server]
2008-06-06 beatles[shogi-server]
2008-05-18 beatles* [shogi-server]
2008-05-18 beatlesSet svn properties $ svn propset svn:keywords 'Id Autho...
2008-05-14 beatles- Give default values to BasicPlayer, which fixed undefined
2008-05-14 beatles* [shogi-server]
2008-05-10 tkanekoshow backtrace in case of exception, as suggested by...
2008-05-09 beatles- The server crashed by an undefined method error.
2008-05-09 beatles* [shogi-server]
2008-05-05 beatles* [shogi-server]
2008-04-12 beatlesRenamed variables (@id) since they caused Ruby's warning.
2008-04-11 beatlesImproved a way to handle diferred moves (2008-03-24...
2008-04-01 beatles* [shogi-server]
2008-03-24 beatles* [shogi-server]
2008-03-16 beatlesFixed wrong determination of sennichite.
2008-02-26 beatlesRefactoring
2008-02-26 beatlesRefactoring
2008-02-22 beatlesComments are converted to EUC-JP and then written in...
2008-02-17 beatlesWhen running with the debug mode, Thread.abort_on_excep...
2008-02-17 beatlesAn illegal teban specified for Floodgate login could...
2008-02-16 beatlesFixed a bug in the uchifuzume check.
2008-02-16 beatlesThread.abort_on_exception = false
2008-02-15 beatlesPairing classes are located in a separate source file.
2008-02-14 beatlesAdded a new pairing, Swiss-like style.
2008-02-13 beatlesRandom pairing deletes the player who has ever played...
2008-02-08 beatlesFloodgate's thread 10 sec. Do not show old players.
2008-02-04 beatlesFixed a bug in the --pid-file option
2008-02-04 beatlesFixed a bug that the server failed to start with a...
2008-02-04 beatlesReverted r1.75
2008-02-04 beatlesRefactoring. Ensure that floodgate's scheduling always...
2008-02-03 beatlesFixed a across-day bug for Floodgate.
2008-02-03 beatlesGame names for the Floodgate mode are enhanced.
2008-02-03 beatlesRefactoring. Removed an unused method.
2008-02-02 beatlesAdded Floodgate feature.
2008-01-29 beatlesRefactoring
2007-09-06 beatlesCorrect the Oute-Sennichite detection.
2007-08-22 beatlesSome refactoring
2007-08-22 beatlesThe wrong lock position may cause ThreadError because...
2007-04-22 beatlesShow revision in a start up messeage.
2007-04-21 beatlesImplemented CHALLENGE command
2007-04-01 beatles- Implemented one of the keepalive protocol in CSA...
2007-03-02 beatles* [shogi-server]
2007-02-26 beatlesInitial start of the server failed beacause of empty...
2007-02-26 beatlesFailed to show usage.
2006-11-26 beatlesCorrect r1.59 fix to accept tests in test_board.
2006-11-26 beatlesSente (gote) was able to move gote's (sente's) hand...
2006-11-01 beatlesRefactoring; add 'ShogiServer' namespace.
2006-11-01 beatlesRefactoring. Pretty output.
2006-10-30 beatlesMake players into 'connected' groups for a meaningful...
2006-09-30 beatlesThe CSA mode supports the trip in a password.
2006-09-22 beatlesRefactored the login procedures.
2006-09-15 beatlesRemove the trip in a password.
2006-09-09 beatlesSupport a new command, %%VERSION. It shows the server...
2006-09-08 beatlesRefactoring
2006-09-07 beatles* [shogi-server]
2006-08-16 beatlesAdd a space in the output of %%RATING.
2006-08-14 beatlesFix a bug. Now it can show %%RATING even if it has...
2006-08-14 beatlesFix a typo.
2006-08-14 beatlesQuick fixes.
2006-08-10 beatlesChange the style of a comment line on the rated game.
2006-08-08 beatles* Change the player id, which is now <name>+<hash_of_th...
2006-08-02 beatlesAdd Player#modified_at
2006-07-31 beatles Add a command, %%RATING, to show a ranking sorted...
2006-07-31 beatlesFix a bug.
2006-07-31 beatlesAdd a simple rating system
2006-07-30 beatlesAdd @move_count in Board class, which is used by Shogi...
2006-04-28 beatlesFix a jishogi bug.
2006-04-19 tkanekoceil => floor
2006-04-08 beatlesSupport Protocol Version 1.1
2006-03-10 beatlesKifu logs are always written in separate files. Add...
2006-03-06 tkanekodo not write comment if the file handle has been closed
2006-03-06 tkanekoremoved a space character in recording of a comment...
next