9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
save/load starting FEN if needed More... almost 17 years ago
cleanup More... almost 17 years ago
typo More... almost 17 years ago
added Upside-down variant More... almost 17 years ago
Made buttons in TaskerManager 1px higher. In some themes 29px would look strange. More... almost 17 years ago
fixed Guest login to FICS More... almost 17 years ago
Cleaned up the Player API. This should fix some engine hangs, but as you see initing players spread quite a bit. I've tested most things I could test of, but there might be more problems. More... almost 17 years ago
Added some extra errorchecking to gstreamer.py and LBoard.py More... almost 17 years ago
Made simple AN use the format g7h8=q instead of g7h8q This seams to be the way fics wants it, and I at least gnuchess and pychess cecp engines are fine with it also. More... almost 17 years ago
Made TimeSeal use a self.writebuf to ensure '\n's are handled correctly. This is because using 'print >> client, "lala"' seams to split the call up to multiple .write calls. More... almost 17 years ago
Moved logmessage from FingerManager from stdout to log More... almost 17 years ago
Added ErrorManger to spot "Command not founds" Previously, errors could go nearly unmentioned by. More... almost 17 years ago
Fixed the invalid password error on fics. More... almost 17 years ago
Added a little comment, after forgetting what this fics attribute meant. More... almost 17 years ago
Made Taskers look a little better, when scaled. More... almost 17 years ago
Made LogDialog not replace bad unicode with a questionmark, but with a \x byte indication. This gives better info when writing bytes, like we do in timeseal. More... almost 17 years ago
fixed a nasty castling bug in fischerandom More... almost 17 years ago
fixed PyChess's own fischerandom More... almost 17 years ago
updated movegen unittest to test FRC too More... almost 17 years ago
decoupled fischerandom's simulateMove code from normal More... almost 17 years ago
handle not standard castling start positions More... almost 17 years ago
handle get_rgba_colormap() return None case More... almost 17 years ago
* Fixed docking items to the TopDock * Fixed highlightarea being invisible with rgba More... almost 17 years ago
Made PyDock use real transparency when available and semi transparency when not. I haven't tested on a computer with real transparency support yet, but I intend to do so soon. The semi transparency looks a little strange on my machine (visual flicker behind the startbuttons things). Is this just my Xdriver, or am I doing something wrong? More... almost 17 years ago
Removed debug message More... almost 17 years ago
Oops, this should have been in the previous commit :) More... almost 17 years ago
Ported ChatWindow from gdl to PyDock, so it now actually can open. More... almost 17 years ago
Removed the pychess searchdepth limit More... almost 17 years ago
You shouldn't be able to move opponent pieces, even while your own targeting piece is selected. More... almost 17 years ago
Fixed an oops More... almost 17 years ago