Skip to content

Commit

Permalink
prepare v0.9i
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfPenguin committed Oct 1, 2017
1 parent 76881f4 commit 4161607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from configobj import ConfigObj, ConfigObjError, DuplicateError

# picochess version
version = '09h'
version = '09i'

evt_queue = queue.Queue()
dispatch_queue = queue.Queue()
Expand Down

3 comments on commit 4161607

@djdekker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Jürgen,
Since v0.9h PicoChess feels less responsive on my DGTPi, which is especially noticeable in bullet games. After carrying out the computer's move, the player's clock does not immediately start counting, but the computer's move remains on the clock for approx. 0.5 second. Not a long time, but very noticeable... So I'm finding myself carrying out my moves too fast, triggering the "Set pieces" message. Could the clock stop displaying the computer's move immediately after this move has been carried out?
Greetings,
DJ

@LocutusOfPenguin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi DirkJan,

send me such log file, pls

@LocutusOfPenguin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i opened a new issue to not forget this:
#250

Please sign in to comment.