• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


RSS
Rev. Time Author
de05f55 2011-12-04 14:57:14 Daigo Moriwaki

Fixed assertions.
Fixed 'require' path for Ruby 1.9.3.
Added rate property for MoclPlayer.

e800358 2011-12-04 14:43:31 Daigo Moriwaki

Fixed 'require' path for Ruby 1.9.3.

abaf5a8 2011-12-04 14:42:05 Daigo Moriwaki

Corrected timing issue.

d3ed2b0 2011-12-04 14:30:05 Daigo Moriwaki

Explicit file encoding.

a72c6f9 2011-12-04 14:22:20 Daigo Moriwaki

assertion messages should be String for Ruby 1.9.3

5c5a53f 2011-12-04 14:19:16 Daigo Moriwaki

Corrected the test case: test_instance_game_name

c3c93bd 2011-12-04 14:18:11 Daigo Moriwaki

Array#choice has been changed to Array#sample in Ruby 1.9.3

9c94959 2011-12-03 21:34:42 Daigo Moriwaki

Corrected to be able to test TC_oute_sennichite.rb alone.

44e909c 2011-12-03 21:32:59 Daigo Moriwaki

Corrected to be able to test TC_not_sennichite.rb alone.

3c37a32 2011-12-03 21:19:38 Daigo Moriwaki

Corrected to be able to test TC_jishogi_kachi.rb alone.

cb97d07 2011-12-03 21:18:31 Daigo Moriwaki

Corrected to be able to test TC_functional.rb alone.

f6791ae 2011-12-03 21:10:16 Daigo Moriwaki

Added a new method, Player#wait_write_thread_finish, to have a writer thread finish milder.

933092f 2011-12-03 15:51:57 Daigo Moriwaki

Fixed timestamp format for Ruby 1.9.3.

06d7466 2011-12-03 15:40:49 Daigo Moriwaki

Corrected the library name change for Ruby 1.9.3.

e6cf261 2011-12-03 15:40:12 Daigo Moriwaki

Added magic comment of this file encoding for Ruby 1.9.3.

3305f71 2011-12-03 15:38:01 Daigo Moriwaki

Updated shebang for Ruby 1.9.3.
In Debian the lastest /usr/bin/ruby1.9.1 comes from Ruby 1.9.3.

c2a30ed 2011-12-03 15:36:46 Daigo Moriwaki

Fixed case... when... syntax for Ruby 1.9.3.

b0ba169 20101030 2010-10-30 20:11:39 daigo

- Added a new debug message.
- Added a testing line that is default commened out.

bcba9fe 2010-10-30 20:10:19 daigo

Corrected namespace of GSL::Vector. This line is not reached, though.

498b189 2010-10-06 22:39:22 daigo

- mk_rate: the usage was not updated. (Closes: #23358)

Thanks to Hoki-san to report this issue.

33755af 2010-09-18 11:45:54 daigo

Fixed a bug #23245.

For hadicapped games, wrong initial positions were delivered to players and
monitors. This issue has been fixed. (Closes: #23245)

3c9e658 2010-09-18 11:18:38 daigo

Refactoring: Changed the name of a constant.

10679fb 2010-09-18 11:04:26 daigo

Added a test-time-run target which runs a test for day changes

fd33baf 2010-09-05 23:27:23 daigo

Enhanced the CSA Login mode to accept a turn preference.

Logging in the server with the CSA mode, users are now allowed to
specify a turn preference in an enhanced gamename string which
looks like <gamename>-<time>-<time>-<turn>. The first three
parts are a regular game definition. The last "-<turn>"
part is optional.
+ Without -<turn> (i.e. same as the previous behavior), there
is no turn preference. A user's turn will be defined randomly.
+ <turn> is either "B" for black or "W" for white.

0d66ead 2010-09-05 22:27:55 daigo

Added some test cases.

7d5c3e2 2010-09-05 16:59:33 daigo

Update changelog

0a1c409 2010-09-05 16:56:27 daigo

Enhanced the Buoy feature: Players are allowed to start buoy games with specific turns.

ex. %%GAME buoy_foo-1500-0 +

685d75c 2010-09-04 17:18:47 daigo

Refactored Player#set_sente_from_str().

a49b828 2010-09-04 16:10:35 daigo

Refactored methods: League#find_rival and Game::decide_turns.

3ab2131 2010-09-04 15:06:48 daigo

The Buoy behaivor is changed.

Starting a buoy game, players are notified a starting game
position with the initial position and moves, instread of a
targeting position.