OSDN Git Service

Changed log messages and levels.
[shogi-server/shogi-server.git] / test /
2013-12-07 Daigo MoriwakiEnhanced syntax of Floodgate time configuration file...
2013-12-07 Daigo MoriwakiSimplify estimated rate of unrated players (less memory).
2013-12-07 Daigo Moriwaki* [shogi-server]
2013-11-23 Daigo Moriwaki test/TC_floodgate.rb Improved randomness check so...
2013-11-22 Daigo MoriwakiMerge remote-tracking branch 'origin/wdoor-stable'
2013-11-04 Daigo MoriwakiMerge branch '201303-yamashita_matching' into wdoor...
2013-09-07 Daigo MoriwakiMerge branch 'wdoor-stable-fork' into wdoor-stable
2013-04-07 Daigo Moriwakishogi_server/{game,time_clock}.rb: Adds variations...
2013-03-31 Daigo MoriwakiFollowed the change of the error message format.
2013-03-31 Daigo MoriwakiImproted %%FORK command.
2013-03-24 Daigo MoriwakiFixed a bug which was found in a long test.
2013-03-20 Daigo Moriwaki[shogi-server] New pairing algorithm: ShogiServer:...
2013-03-17 Daigo MoriwakiImproved %%FORK command. Thinking times of each move...
2013-02-24 Daigo MoriwakiImplemented a new command: %%FORK copy
2012-12-30 Daigo MoriwakiBackported 87d145bd1f1a14a33f5f6fbc78b63a1952f1ca90... 20121229
2012-12-30 Daigo MoriwakiBackported a5c94012656902e73e00f46e7a4c7004b24d4578...
2012-12-28 Daigo MoriwakiApplied a patch from the wdoor-stable branch: Improved...
2012-12-28 Daigo MoriwakiMerge branch 'human_vs_human' into wdoor-stable
2012-12-28 Daigo Moriwaki- shogi_server/pairing.rb:
2012-01-07 Daigo MoriwakiAdded a new test file for shogi_server/compatible.rb
2012-01-07 Daigo Moriwakitest/TC_league.rb failed with Ruby 1.8.7. This issue...
2012-01-07 Daigo Moriwakitest/TC_uchifuzume.rb did not run with Ruby 1.8.7....
2012-01-07 Daigo MoriwakiMerge branch 'master' of git.sourceforge.jp:/gitroot...
2012-01-06 Daigo Moriwaki[shogi-server] test/TC_logger.rb depeneded on a specifi...
2012-01-01 Daigo Moriwakishogi_server/floodgate.rb: Generating next time around...
2012-01-01 Daigo MoriwakiAdded more test cases for new year.
2011-12-12 Daigo MoriwakiSupport Ruby 1.9.3.
2011-12-12 Daigo MoriwakiImproved robustness of test/benchmark.rb.
2011-12-04 Daigo MoriwakiFixed test cases in TC_floodgate_next_time_generator.rb
2011-12-04 Daigo MoriwakiFixed test cases for TC_floodgate_history.rb
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-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 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...
2010-09-18 daigoFixed a bug #23245.
2010-09-05 daigoEnhanced the CSA Login mode to accept a turn preference.
2010-09-05 daigoAdded some test cases.
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 daigoSupport multiple clients to test.
2010-08-03 daigoAdded test cases.
2010-07-25 daigoProvided a test case for Logger.logdev.mkdir_for()
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-24 daigoResolved merge conflict
2010-07-17 daigo* [shogi-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-05-10 Daigo MoriwakiImproved performance and stability of tests.
2010-05-08 Daigo MoriwakiAdded a benchmark program.
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 Moriwaki* [shogi-server]
2010-01-15 Daigo MoriwakiProposal implementation of a new command called MONITOR...
2009-12-26 beatles* [shogi-server]
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-11-15 beatlesAdded a new feature, LoggingObserver, which logs a...
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.
2009-08-09 beatles* Starting a buoy game by %%GAME caused an server error.
2009-08-08 beatlesRemoved a debug line.
2009-08-06 beatles* The counter of a buoy game is decremented before...
2009-07-29 beatlesForgot to add them at r338
2009-07-29 beatlesExperimantal implementation for specified games, codena...
2009-07-29 beatles* [shogi-server]
2009-06-18 beatlesAdded a test case for Floodgate::History
2009-06-17 beatlesAdded more test cases.
2009-06-15 beatles* [shogi-server]
2009-06-14 beatles* [shogi-server]
2009-02-01 beatles* [shogi-server]
2009-01-13 beatlesForgot to add this file.
2009-01-13 beatlesApplied the changes at r315 [mk_rate] to the test cases.
2009-01-13 beatles* [shogi_server]
2008-11-30 beatlesPieces in hands are correctly recognized now.
2008-11-30 beatlesRefactoring. Moved a method from the test case to board...
next