OSDN Git Service

shogi-server/shogi-server.git
2011-12-04 Daigo MoriwakiLog an error for an inappropriate return value of commands.
2011-12-04 Daigo MoriwakiGetBuoyCountCommand did not return expecpted values.
2011-12-04 Daigo MoriwakiFixed assertions.
2011-12-04 Daigo MoriwakiFixed 'require' path for Ruby 1.9.3.
2011-12-04 Daigo MoriwakiCorrected timing issue.
2011-12-04 Daigo MoriwakiExplicit file encoding.
2011-12-04 Daigo Moriwakiassertion messages should be String for Ruby 1.9.3
2011-12-04 Daigo MoriwakiCorrected the test case: test_instance_game_name
2011-12-04 Daigo MoriwakiArray#choice has been changed to Array#sample in Ruby...
2011-12-03 Daigo MoriwakiCorrected to be able to test TC_oute_sennichite.rb...
2011-12-03 Daigo MoriwakiCorrected to be able to test TC_not_sennichite.rb alone.
2011-12-03 Daigo MoriwakiCorrected to be able to test TC_jishogi_kachi.rb alone.
2011-12-03 Daigo MoriwakiCorrected to be able to test TC_functional.rb alone.
2011-12-03 Daigo MoriwakiAdded a new method, Player#wait_write_thread_finish...
2011-12-03 Daigo MoriwakiFixed timestamp format for Ruby 1.9.3.
2011-12-03 Daigo MoriwakiCorrected the library name change for Ruby 1.9.3.
2011-12-03 Daigo MoriwakiAdded magic comment of this file encoding for Ruby...
2011-12-03 Daigo MoriwakiUpdated shebang for Ruby 1.9.3.
2011-12-03 Daigo MoriwakiFixed case... when... syntax for Ruby 1.9.3.
2010-10-30 daigo- Added a new debug message. 20101030
2010-10-30 daigoCorrected namespace of GSL::Vector. This line is not...
2010-10-06 daigo- mk_rate: the usage was not updated. (Closes: #23358)
2010-09-18 daigoFixed a bug #23245.
2010-09-18 daigoRefactoring: Changed the name of a constant.
2010-09-18 daigoAdded a test-time-run target which runs a test for...
2010-09-05 daigoEnhanced the CSA Login mode to accept a turn preference.
2010-09-05 daigoAdded some test cases.
2010-09-05 daigoUpdate changelog
2010-09-05 daigoEnhanced the Buoy feature: Players are allowed to start...
2010-09-04 daigoRefactored Player#set_sente_from_str().
2010-09-04 daigoRefactored methods: League#find_rival and Game::decide_...
2010-09-04 daigoThe Buoy behaivor is changed.
2010-08-05 daigoshogi_server/command.rb: Prevent a possible password...
2010-08-03 daigo../shogi_server/game.rb: mkdir_p will be performed...
2010-08-03 daigo../shogi_server.rb, ../shogi_server/util.rb: Refactored...
2010-08-03 daigoshogi_server/league/floodgate_thread.rb: SetupFloodgate...
2010-08-03 daigoAdded building blocks to test an issue where mtime...
2010-08-03 daigoSupport multiple clients to test.
2010-08-03 daigoAdded test cases.
2010-08-03 daigoConvert syntax: Time::now to Time.now
2010-07-25 daigoProvided a test case for Logger.logdev.mkdir_for()
2010-07-25 daigo- shogi-server: Improved fault tolerance of the server.
2010-07-25 daigoshogi_server.rb: Fixed a race condition in a case of...
2010-07-25 daigoMerge branch 'logger'
2010-07-25 daigo- shogi_server/command.rb: Commands specific to 81Dojo...
2010-07-25 daigo- shogi_server.rb: Refactoring. Added test/TC_logger...
2010-07-25 daigo- shogi_server/command.rb: For an unknown error command...
2010-07-25 daigoAdded new targets to test the server: test-run-daemon...
2010-07-24 daigoResolved merge conflict
2010-07-23 daigo* [shogi-server]
2010-07-17 daigo* [shogi-server]
2010-07-11 daigoshogi_server/league.rb: Improved performance of Persist...
2010-07-11 daigoSet initial values to BasicPlayer's instance variables.
2010-07-10 Daigo MoriwakiUpdated usage.
2010-07-08 daigoAdded a sample command line to run the server.
2010-07-08 daigo* [shogi-server]
2010-06-26 daigoAdded some module functions related to DateTime or...
2010-06-22 Daigo MoriwakiMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-06-19 daigoImproved stability of test results.
2010-06-19 daigoImproved stability of test results.
2010-06-06 Daigo MoriwakiAdded a test case for Floodgate#game_name?
2010-06-06 Daigo MoriwakiRefactored MockLogger class.
2010-06-01 Daigo MoriwakiProvided more test cases for Monitor features.
2010-06-01 Daigo Moriwaki- shogi_server/command.rb: Fixed an issue that MONITOR2...
2010-05-10 Daigo MoriwakiHelp the write_thread to terminate
2010-05-10 Daigo MoriwakiImproved performance and stability of tests.
2010-05-08 Daigo MoriwakiAdded a benchmark program.
2010-05-08 Daigo Moriwaki* [mk_rate]
2010-04-25 daigo- shogi_server/player.rb:
2010-04-25 daigoAdded a comment for gets_safe()
2010-04-13 daigo- shogi_server/command.rb:
2010-03-07 daigo* [shogi-server] Ignore the last move of two sequential...
2010-02-27 Daigo Moriwaki* [shogi-server] The server now provides more accurate...
2010-01-23 Daigo MoriwakiForgot to add this file at the previous commit.
2010-01-23 Daigo Moriwaki* [shogi-server]
2010-01-15 Daigo MoriwakiProposal implementation of a new command called MONITOR...
2010-01-10 Daigo Moriwaki* Converted the repository from Subversion to Git.
2009-12-27 beatlesFloodgate games were not started. This issue has been... git-svn
2009-12-26 beatles* [shogi-server]
2009-12-26 beatlesThe game_name attribute has been moved to the super...
2009-12-26 beatles- shogi-server, shogi_server/league/floodgate.rb: Chang...
2009-12-26 beatlesMoved TestPairing class to test/TC_pairing.rb.
2009-12-26 beatles- shogi_server/pairing.rb: Added a new class: StartGame...
2009-12-26 beatles- shogi_server/player.rb: Added new methods: is_human...
2009-12-04 beatlesTook (a bit) care of Windows platforms.
2009-11-29 beatlesCorrected.
2009-11-25 beatlesAdded a tool to investicate statistics of csa kifu...
2009-11-15 beatles* [mk_rate]
2009-11-15 beatlesAdded a new feature, LoggingObserver, which logs a...
2009-11-15 beatlesCorrected typo
2009-11-15 beatlesIn a case of the Errno::ECONNRESET error, the error...
2009-11-15 beatlesSplit GameResult related classes to shogi_server/game_r...
2009-11-08 beatlesOne more correction.
2009-11-08 beatlesCorrected.
2009-11-08 beatles* [mk_rate]
2009-11-08 beatlesRemoved the deprecated method.
2009-11-04 tkanekospecify size
2009-11-01 beatlesCorrected the expected results.
2009-11-01 beatlestest_not_uchifuzume was not erronously executed. Now...
2009-11-01 beatlesImproved stability of the test result.
next