9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged with 67df3a57c927
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Merged with 8799a74c72da
MattTheCat
as Matthew Gatto
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.
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Fixed incorrect number of undo moves in message dialogs for LOCAL vs LOCAL games
MattTheCat
as Matthew Gatto
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'
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Fixed "UnboundLocalError: local variable 'flag' referenced before assignment" crash
MattTheCat
as Matthew Gatto
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.
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Merged with revision 9b8bc19f0840
MattTheCat
as Matthew Gatto
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.
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Fixed FICS takeback crash and the wrong ply being sent in subsequent takeback offers
MattTheCat
as Matthew Gatto
More... almost 15 years ago
FICS: Got Actions > Pause and Actions > Resume working again
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
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
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Fixed bug where hints weren't being cleared after Undo
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Hardened and extended Offer.py, made offer handling easier to debug, and did some niggling variable renaming
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Fixed unit test case failure regression from revision d84ae950f540
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Merged with 87f1b9c9921d
MattTheCat
as Matthew Gatto
More... almost 15 years ago
Merged with b4bf1ee5b50e More... almost 15 years ago