Merged with 67df3a57c927 |
|
More...
|
almost 15 years ago
|
Moved rsvg import checking to main pychess file |
|
More...
|
almost 15 years ago
|
PyChess requires Python 2.5 |
|
More...
|
almost 15 years ago
|
Catch rsvg import error. |
|
More...
|
almost 15 years ago
|
Added draw unittests |
|
More...
|
almost 15 years ago
|
Put FRC movegen tests in a new unittest. |
|
More...
|
almost 15 years ago
|
Use locale?s appropriate date representation in test too. |
|
More...
|
almost 15 years ago
|
Merged with d582e5f6457a |
|
More...
|
almost 15 years ago
|
Fixed bug where a second Human -> ICPlayer takeback offer, after the first was accepted, wouldn't propagate through to the ICPlayer |
|
More...
|
almost 15 years ago
|
Fix ini_kings and ini_rooks initialization in FRC |
|
More...
|
almost 15 years ago
|
Added more offer handling debugging log output and removed unnecessary ICPlayer.lastPly class attribute |
|
More...
|
almost 15 years ago
|
Merged with 8799a74c72da |
|
More...
|
almost 15 years ago
|
Fixed issue 548 (GameModel <-> CECPEngine race), issue 549 (GameModel.run <-> GameModel.undoMoves race), issue 550 (UCIEngine player crashes due to synchronization problems), issue 551 (UCIEngine analysis mode synchronization problems), and made sure that we don't send more than {CECP,UCI}Engine.hurry() per move which crashes many engines. |
|
More...
|
almost 15 years ago
|
Fixed incorrect number of undo moves in message dialogs for LOCAL vs LOCAL games |
|
More...
|
almost 15 years ago
|
Fixed fischerandom move list engine analysis SAN parsing bug that caused an eventual ZeroDivisionError in BoardView when the board tried to apply a hint arrow for an invalid castling recommendation like 'g1g1' |
|
More...
|
almost 15 years ago
|
Made locked board state consistent with changes in revision 9b7cf127dcc3 that made piece unselected when clicked a second time and made last active piece the new selected piece after a piece drag that doesn't move the piece |
|
More...
|
almost 15 years ago
|
Fixed "UnboundLocalError: local variable 'flag' referenced before assignment" crash |
|
More...
|
almost 15 years ago
|
Fixed regression from rev 32df4b5f48e6 (pre-move support) that caused the board to leave both pieces unselected when, in unlocked board state, the user clicked (press+release) one piece and then clicked a different piece. |
|
More...
|
almost 15 years ago
|
Fixed undo in 1 ply LOCAL vs LOCAL game that ended displaying "Undo 2 moves?" and trying to undo 2 moves |
|
More...
|
almost 15 years ago
|
Merged with revision 9b8bc19f0840 |
|
More...
|
almost 15 years ago
|
Fixed regressions in revision f251949dc0 and revision 71540db0a6 that caused abort and adjourn offers from FICS opponents to auto end game without an offer. |
|
More...
|
almost 15 years ago
|
Fixed FICS takeback crash and the wrong ply being sent in subsequent takeback offers |
|
More...
|
almost 15 years ago
|
FICS: Got Actions > Pause and Actions > Resume working again |
|
More...
|
almost 15 years ago
|
FICS: Relay message to user when someone declines their offer (via MessageDialog) and notify opponents when we've declined their offer |
|
More...
|
almost 15 years ago
|
Fixed bug where multiple offer dialogs were shown for the same offer if more than one FICS game was played |
|
More...
|
almost 15 years ago
|
Fixed bug where hints weren't being cleared after Undo |
|
More...
|
almost 15 years ago
|
Hardened and extended Offer.py, made offer handling easier to debug, and did some niggling variable renaming |
|
More...
|
almost 15 years ago
|
Fixed unit test case failure regression from revision d84ae950f540 |
|
More...
|
almost 15 years ago
|
Merged with 87f1b9c9921d |
|
More...
|
almost 15 years ago
|
Merged with b4bf1ee5b50e |
|
More...
|
almost 15 years ago
|