• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
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. 时间 作者
cad7f29 2008-11-07 16:15:03 beatles

Implemented Swiss pairing.

fc03dd7 2008-11-07 16:15:00 beatles

Forgot to add a bug number

43af21c 2008-11-07 16:14:51 beatles

Debugged History

95f223f 2008-11-07 16:14:46 beatles

Record Floodgate games' history

81a58c7 2008-10-26 20:08:01 beatles

* Changed white's line color back to dark-grean.
* Time is start from +- 3000 (max Y axis)
* Changed `read' api, which will be called by index.cgi

728a789 2008-10-19 23:02:29 beatles

Did some refactorings.

d272f8a 2008-10-19 23:02:28 beatles

Care about the byoyomi case where the consumed time should be zero.

2a4e954 2008-10-19 20:42:35 beatles

* [utils/eval_graph.rb]
- Display time control graphs as well.
Thanks to Nishimura-san for this idea.

194503d 2008-10-14 20:48:49 beatles

Use Thrift (RPC) instead of executing directly a command to generate image files.

b5c4f51 2008-10-14 20:48:48 beatles

Initialize the random seed

23a694d 2008-10-14 20:48:46 beatles

More verbose logging

9551a1c 2008-10-12 13:10:25 beatles

When a game draws, the server may crash. This issue has been fixed.

998c84e 2008-10-08 23:09:28 beatles

Not have milliseconds logged.

e4189dd 2008-10-08 22:54:27 beatles

* [shogi-server]
- Ruby 1.8.7 (or later) must be used. Ruby 1.8.6 is not supported.
- Daemon mode is available.
- shogi_server/piece_ky.rb is again merged with
shogi_server/piece.rb, then has been removed.
- Added a test case, TC_usi.rb.

251cbce 2008-10-08 22:38:20 beatles

* Added TC_usi.rb.
* Sorted by file name.

c450d29 2008-10-08 22:38:19 beatles

Initial file

9e6dc72 2008-10-08 22:38:19 beatles

Removed deprecated test cases.

399d560 2008-10-08 22:38:18 beatles

Fixed a bug. League::save has been deprecated.

d1a3859 2008-10-08 22:38:18 beatles

Back to Marshal for deep copy.
* previous implementatoin was wrong.
* No longer need to avoid Marshal since only the files related with Floodgate
are reloaded.

e3532fa 2008-10-07 22:11:51 beatles

Debugged the daemon mode

a21a12b 2008-10-07 22:09:10 beatles

players.yaml is now read only. The server no longer writes last_game_win data to it. It will be written in another file (in future).

6165fe6 2008-10-06 12:51:36 beatles

Debugged Floodgate

a9ea3b0 2008-10-06 00:05:13 beatles

Debugging Floodgate

7c4369d 2008-10-05 18:19:20 beatles

Refactored shogi_server/pairing.rb

0e172c6 2008-10-05 18:19:19 beatles

Applied Kaneko's patch

030eb1e 2008-10-03 00:05:26 beatles

* No loger use Dependencies.rb in Rails.
* Debugged write thread termination.

c96f64a 2008-10-02 13:04:11 beatles

Refactored.

57e0084 2008-10-02 00:03:50 beatles

Under debugging

b1d88a1 2008-08-15 20:09:23 beatles

Added Usi implementation.

1971c7a 2008-08-10 00:31:56 beatles

My works so far