0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make JAvailableSeats paint all of the space allocated to it with the background color before painting the squares. More... almost 13 years ago
Remove the "TexasHoldEmButton" class. This had been a temporary fix to properly center text in a standard JogreButton, but that functionality was fixed in JogreButton, so this isn't needed anymore. (and had a syntax bug that caused builds to fail.) More... almost 13 years ago
Fix bug 3146983. When checking for isSupportedGame() in webapp, this now checks full strings rather than just searching for a sub-string. The old code, for example, would find "go" in the game key "octagon". More... over 13 years ago
Fix JogreButton to fill the entire size given to it by the layout manager and not just the minimum size to surround the text. Automatically center the text in a JogreButton. Add support for changing the font used in a JogreButton. More... almost 14 years ago
Adding tests of Texas Hold'Em server model. This was used to verify fix of the bug with handling players who go all-in. More... about 14 years ago
Fixing bugs in handling players who go all in. More... about 14 years ago
Fixing a bug whereby the server wouldn't allow bids if the game was configured for a raise limit of "blind limit". The server & the clients had different views of whether the minimum bid as the blind or double the blind, resulting in the first bid of the game being rejected. More... about 14 years ago
Updating Dominos graphics to properly create & handle rotation of dominoes. Deleting extraneous vertical oriented graphics that aren't needed anymore. More... over 14 years ago
Changing the ratings system to allow games to install their own custom ratings. The standard ELO ratings system is the default but a game's ServerController can provide an alternate one. More... over 14 years ago
Fix Null Pointer exception when trying to send a message to a client that has logged off. More... over 14 years ago
Fixing Bug 2822624, where the "Game Over" glass panel stayed up on the screen for spectators even when the next game started. More... almost 15 years ago
Adding additional check to newRatings to avoid divide by 0 error that can happen if asked for new ratings where only 1 player is given. More... almost 15 years ago
Fix the new JogreTitlePanel to be better style. More... almost 15 years ago
Added section describing the new table.orientation property. More... almost 15 years ago
Add support for a "table.orientation" parameter in the game.properties file. This parameter allows selection between a portrait & landscape layout of the table frame. More... almost 15 years ago
Fix bug in Abstrac to draw the initial borders with the correct color. More... almost 15 years ago
Removing commented out code More... almost 15 years ago
Fixing bug 1635327 where Battleship would aways place a chat message reporting "Enemy Carrier Hit" for misses. More... almost 15 years ago
Add tests for ELO ratings system, including for more than 2 players. More... almost 15 years ago
Add rating systems for games of more than 2 players. More... almost 15 years ago
Fixing typos. More... almost 15 years ago
Moving customization info for Ninety Nine from the rules file into customization.txt More... almost 15 years ago
Moving customization info for Grand Prix Jumping from the rules file into customization.txt More... almost 15 years ago
Moving customization info for Chinese Checkers from the rules file into customization.txt More... almost 15 years ago
Moving customization info for Car Tricks from the rules file into customization.txt More... almost 15 years ago
Moving customization info for Camelot from the rules file into customization.txt More... almost 15 years ago
Adding a generic customization description file. Moving customization description for Abstrac from rules file into customization file. More... almost 15 years ago
Adding more unit tests to Dominos More... almost 15 years ago
Add unit tests for Dominoes. More... almost 15 years ago
Fix Dominos icon to have transparent pixels instead of white in the corners. More... almost 15 years ago