• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

shogi-server source


RSS
Révision l'heure Auteur
a0bc16b dlshogi 2020-09-06 11:58:23 TadaoYamaoka

kifファイルを分割して出力

13bf789 2020-09-06 11:34:45 TadaoYamaoka

add log_to_kifu.py

494bac5 2020-05-02 11:05:26 TadaoYamaoka

CSAプロトコルのfloodgate拡張をオプションにした

56ecfed 2020-04-28 21:34:33 TadaoYamaoka

mateが+のみの場合、評価値が正しく表示されないバグ修正

b5a2589 2020-04-27 21:00:44 TadaoYamaoka

gamename廃止
ponder stopでresignを返した場合に投了するバグ修正
infoにdepthがない場合CSAコメントが出力されないバグ修正
PVが1手のみの場合CSAコメントが出力されないバグ修正

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

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

b7c423c 2015-12-13 18:59:20 Daigo Moriwaki

Merge branch '201512-leastdiff'

3b47d94 2015-12-13 18:58:21 Daigo Moriwaki

[shogi-server] shogi_server/pairing.rb: Attempt more trials

LeastDiff attempts more trials, depending of a number of players to be matched.

08ed007 2015-12-13 17:55:14 Daigo Moriwaki

Merge branch '201512-maxmoves'

61b4add 2015-12-13 17:53:04 Daigo Moriwaki

[shogi-server] Enhance capability of Floodgate configuration file

- New parameter: Max_Moves, defined in the CSA protocol
ex. set Max_Moves 256
- New parameter: Least_Time_Per_Move, defined in the CSA protocol
ex. set Least_Time_Per_Move 0
- Proposed messages distributed to each player upon starting a new
game will include Max_Moves as well as Least_Time_Per_Move.
- CSA files produced by the server will include settings of
Max_Moves and Least_Time_Per_Move in comment lines as follows:
'Max_Moves:256
'Least_Time_Per_Move:0
- The official Shogi-server on wdoor.c.u-tokyo.ac.jp will
be running with different parameters, depending on game names.
a) Max_Moves will be 256 for floodgate-600-10 games;
otherwise, 0.
b) Least_Time_Per_Move will be 0 for floodgate-600-10 games;
otherwise 1.
(Closes: #35839)

e4a84fa 2015-12-12 13:09:11 Daigo Moriwaki

Merge branch '201512-timeclock'

3d228b2 201512-timeclock 2015-11-27 23:40:28 Daigo Moriwaki

Fix #35795: A time consumed could be -1

* [shogi-server] shogi_server/time_clock.rb:
- A time consumed could be -1.
* The start time of a move is captured after sending a move to a
player of the next turn at the end of the giant lock
* The end time of the move is captured at the exact time when the
server receives it before the giant lock
Therefore, end_time < start_time is possible when a player returns a
move instantly.
Thanks to Tomoyuki Kaneko for reporting this issue.
(Closes: #35795)

1b34076 2015-02-14 17:40:28 Daigo Moriwaki

util/statistics.rb: Updated to investigate floodgate-600-10 games.

eb50791 20150201 2015-02-01 11:33:09 Daigo Moriwaki

Adjust sleep intervals to get more stable test results

e9200e8 2015-02-01 11:32:31 Daigo Moriwaki

[shogi-server] - shogi_server/login.rb: When players are logged in, log their player_id if they have it.

6f9da8d 2015-02-01 10:55:53 Daigo Moriwaki

Update the revision