0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add _() to common strings, but not to debug code
anarcat
as Antoine Beaupré
More... over 12 years ago
fix spelling mistake in Garry Fischer's name
anarcat
as Antoine Beaupré
More... over 12 years ago
make test main more accessible
anarcat
as Antoine Beaupré
More... over 12 years ago
make main easier to find
anarcat
as Antoine Beaupré
More... over 12 years ago
make main refresh_gui() loop actually call refresh because the timeout handler fails
anarcat
as Antoine Beaupré
More... over 12 years ago
fix bug with starting the hourglass game properly, along with test
anarcat
as Antoine Beaupré
More... over 12 years ago
fix crash when we cross the sprint threshold the other way (hourglass)
anarcat
as Antoine Beaupré
More... over 12 years ago
reduce test delays
anarcat
as Antoine Beaupré
More... over 12 years ago
fix resize, which was breaking UI for > 2 players
anarcat
as Antoine Beaupré
More... over 12 years ago
add tests for resize and three player games, failing
anarcat
as Antoine Beaupré
More... over 12 years ago
identify the 3 player bug better, it's the UI that disagrees with the game about which clock is current
anarcat
as Antoine Beaupré
More... over 12 years ago
make the 3 player test properly fail
anarcat
as Antoine Beaupré
More... over 12 years ago
make a move routine in the frontend to disambiguate its handling, add a bunch of tests
anarcat
as Antoine Beaupré
More... over 12 years ago
allow the user to reset the same game
anarcat
as Antoine Beaupré
More... over 12 years ago
two more bugs
anarcat
as Antoine Beaupré
More... over 12 years ago
add new test to mark the failure of > 2 players mode
anarcat
as Antoine Beaupré
More... over 12 years ago
fix tests: follow ChessGame -> RegularChessGame rename
anarcat
as Antoine Beaupré
More... over 12 years ago
implement players handling
anarcat
as Antoine Beaupré
More... over 12 years ago
get rid of old new_dialog() code
anarcat
as Antoine Beaupré
More... over 12 years ago
implement icon switching in pause
anarcat
as Antoine Beaupré
More... over 12 years ago
use more stock icons
anarcat
as Antoine Beaupré
More... over 12 years ago
fix tooltips for games
anarcat
as Antoine Beaupré
More... over 12 years ago
remove blitz game, we already have lightning
anarcat
as Antoine Beaupré
More... over 12 years ago
display the board and hourglass game selections in the frontend
anarcat
as Antoine Beaupré
More... over 12 years ago
rewrite dead() with foreach()
anarcat
as Antoine Beaupré
More... over 12 years ago
implement a foreach method for clocks in a game, simplifying fisher code
anarcat
as Antoine Beaupré
More... over 12 years ago
implement time modification outside of new window
anarcat
as Antoine Beaupré
More... over 12 years ago
unbreak timing tests by passing game parameters down through the UI
anarcat
as Antoine Beaupré
More... over 12 years ago
fixup: unbreak tests after setup_clocks API change
anarcat
as Antoine Beaupré
More... over 12 years ago
make settings disabled while they are implemented
anarcat
as Antoine Beaupré
More... over 12 years ago