• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

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


Commit MetaInfo

Revisionc7be3b92690592458d6ae51c7366e0100f0b1f3b (tree)
Time2020-12-12 20:52:54
AuthorTadaoYamaoka <tadaoyamaoka@gmai...>
CommiterTadaoYamaoka

Log Message

開始局面対応

Change Summary

Incremental Difference

--- a/bin/usiToCsa.rb
+++ b/bin/usiToCsa.rb
@@ -303,6 +303,9 @@ class BridgeState
303303 @byoyomi = $1.to_i * 1000
304304 when /^Increment:(\d+)/
305305 @increment = $1.to_i * 1000
306+ when /^([\+\-]\d{4}\w{2}),T(\d+)/
307+ csa = $1
308+ @csaToUsi.next(csa)
306309 end
307310 end
308311