9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented fixes form issue 543 by vollivier42 and matt More... over 15 years ago
update tags More... over 15 years ago
fix parsing fischerandom castling moves More... over 15 years ago
Added extra debug to glock More... over 15 years ago
Fixes Issue 540: "Chess engine options not handled correctly" with patch from William Bell More... over 15 years ago
add corner chess variant, patch by William Bell More... over 15 years ago
Don't end a game in GameModel.end() a second time
MattTheCat
as Matthew Gatto
More... over 15 years ago
Additions to the Action menu action processing logic, so that things like in-game actions in finished games give the user error messages, as well as Undo and Resume in finished FICS games.
MattTheCat
as Matthew Gatto
More... over 15 years ago
Connect to FICS player connection/disconnection to keep Player List tab updated correctly and plug a small memory leak.
MattTheCat
as Matthew Gatto
More... over 15 years ago
Enable Hint Mode for FICS observed games
MattTheCat
as Matthew Gatto
More... over 15 years ago
Redo r1638 so that games being played on FICS aren't accidentally resigned/aborted by closing game tabs of other finished games.
MattTheCat
as Matthew Gatto
More... over 15 years ago
Fixed GUI becoming unresponsive in FICS Lounge Seek Graph tab when hovering a spot on the graph, from issue 530
MattTheCat
as Matthew Gatto
More... over 15 years ago
Fixed Seeks/Challenges tab Accept button not working regression in r1640
MattTheCat
as Matthew Gatto
More... over 15 years ago
Made seeks the user made appear greyed out in the seek list of the "Seeks/Challenges" FICS Lounge tab. Also made these and challenges always sort to the top of the list and made the list scroll to the top when either of them are added to the list.
MattTheCat
as Matthew Gatto
More... over 15 years ago
Cleanups: Fixed indentation, application exit crash, spelling, and variable NameError crash
MattTheCat
as Matthew Gatto
More... over 15 years ago
Fixed bug where closing a FICS game tab (where one of the player is local) doesn't kill the game (and keeps the FICS Lounge locked up). Also, make an abort attempt before resigning.
MattTheCat
as Matthew Gatto
More... over 15 years ago
Fixed crash when undoing moves (an alternative way of arriving at the crash from issue 517).
MattTheCat
as Matthew Gatto
More... over 15 years ago
Fixed discovering hang for protover1 cecp engines and dying uci engines More... over 15 years ago
Back out r1634 which could hang the MainThread if the worker Thread dies.
MattTheCat
as Matthew Gatto
More... over 15 years ago
Redo commit r1633. Fulfill GtkWorker.get()'s guarantee that it will block until the processed function returns (notwithstanding a timeout or cancellation).
MattTheCat
as Matthew Gatto
More... over 15 years ago
Fixed crash due to missing class attribute in GtkWorker
MattTheCat
as Matthew Gatto
More... over 15 years ago
Initial XDG Base Directory Specification support. What was previously ~/.pychessconf now lives at ~/.config/pychess/config and log files will be in ~/.local/share/pychess as per the XDG specification.
MattTheCat
as Matthew Gatto
More... over 15 years ago
fix NameError, patch from tomspur More... over 15 years ago
uniform ':' usage on translatable strings More... over 15 years ago
updated slovenian translations More... over 15 years ago
update template.po and hungarian translation More... over 15 years ago
fix translation string regression More... over 15 years ago
Fix __repr__ string
MattTheCat
as Matthew Gatto
More... over 15 years ago
Convert areas of code that weren't using AddHomePrefix() to use it to make multiple pychess installations easier. NOTE: This moves the location of ~/.pychessconf to ~/.pychess/.pychessconf
MattTheCat
as Matthew Gatto
More... over 15 years ago
Got pgn syntax highlighting working for Enter Game Notation again. More... over 15 years ago