• 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
8560e7f 2017-09-02 20:22:27 Daigo Moriwaki

[shogi-server] [mk_game_results] Change schema to add number of moves

The format of an internal game result summary file, '00LIST',
has been changed to add number of moves of a game, which would be of
help for a script calculating rating scores.
(Closes #37491)

5ab1c0e 2017-09-02 20:14:43 Daigo Moriwaki

[shogi-server] Write more game results in record files

As the CSA Record Format standard states, "%TIME_UP" and
"%SENNICHITE" are now recorded in CSA files when a game ends for
timed up or sennichite respectively.
(Closes #37490)

da06093 2017-02-26 14:32:57 Daigo Moriwaki

Fix #37023: utils/csa-filter.rb: Allow csa-filter.rb to filter games by a winner or loser

New command lines, --winner <player> or --loser <player>, are now
supported to supply extra filtering conditions. Note that each
filter is combined as AND condition.

bb0d452 2016-12-11 13:23:12 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

bda0cbd 2016-12-11 13:22:05 Daigo Moriwaki

Fix Dockerfile

e46d84a 2016-12-11 13:06:18 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

92cf1b6 2016-12-11 13:05:56 Daigo Moriwaki

Update Revision to 20161211.

3c568f3 2016-12-11 13:03:26 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

86b89d7 2016-12-09 21:15:41 Daigo Moriwaki

Fix #36855: Allow util/statistics.rb to set a filtering condition of found files

Regarding util/statistics.rb, add a new command line option,
--filter regexp, to process files that are matched with a regexp.
It would make it easier to calculate statistics of certain games.

ce94a8d 2016-11-26 19:03:49 Daigo Moriwaki

Remove a debug message

a383924 2016-11-26 19:01:41 Daigo Moriwaki

Correct Dockerfile so that it creates directories properly

7f8ed35 2016-11-26 18:12:54 Daigo Moriwaki

Correct Docker's repository name

a8d6c15 2016-11-26 18:02:22 Daigo Moriwaki

Fix #36822: Build a Docker image for Shogi-server

990d522 2016-11-26 18:01:39 Daigo Moriwaki

Fix #36821: Allow to customize maximum lenght of a login indentifier

6cc96f8 2016-06-09 19:57:54 dragon-fruit

・思考エンジン終了時に明示的にquitを送るように修正。

・終了時、サーバーと、エンジンを明示的にクローズするように修正

・Max_Movesで引き分けた時のCENSOREDコマンドへ対応

15f1589 2016-06-02 20:26:58 dragon-fruit

ponderhit直後にbestmoveが発生すると評価値、読み筋をサーバーに送っていなかったので修正

e42ac88 2016-06-02 20:20:26 dragon-fruit

切れ負け対応。go ponder時に思考エンジンに送る残り時間に直前の思考時間を考慮させるように修正

3a099cb 2016-06-02 20:16:24 dragon-fruit

Support Fischer time control.

570f8d4 2016-06-02 20:04:43 dragon-fruit

最新ソースの取り込み https://github.com/HiraokaTakuya/shogi-server/commit/41ea27693a522043a753190679507ead5ec537a3

1d37e9a 2016-06-02 20:03:03 dragon-fruit

最新ソースの取り込み https://osdn.jp/users/sunfish-shogi/pf/shogi-server/scm/commits/5eb99949bff04a04a31757152ebfa237e38210e8

1899be1 20160409 2016-04-09 13:03:38 Daigo Moriwaki

Remove a debug message

73ae355 2016-04-09 11:36:39 Daigo Moriwaki

Bump up the revision to 20160409.

5f63a86 2016-04-09 11:31:46 Daigo Moriwaki

Correct test cases to follow the changes for Fischer

90cd7a5 2016-04-09 11:23:27 Daigo Moriwaki

utils/eval_graph.rb: Support Fischer time control.

9c4be91 2016-04-03 18:55:16 Daigo Moriwaki

Fix some lint warnings

f128a5d 2016-04-03 18:53:05 Daigo Moriwaki

Fix #36230: Support Fischer Time Control

a6cb7fd 201604-Fischer 2015-12-13 21:30:38 Daigo Moriwaki

Merge branch 'wdoor-stable'

a0947c4 20151213 2015-12-13 21:28:20 Daigo Moriwaki

Merge branch 'master' into wdoor-stable

Conflicts:
shogi_server.rb

c363dd3 2015-12-13 21:25:14 Daigo Moriwaki

Merge remote-tracking branch 'origin/master' into wdoor-stable

Conflicts:
changelog

0c29075 2015-12-13 20:23:08 Daigo Moriwaki

Improve changelog