1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a "hishotori" table to the results panel when a basho tournament is being played More... almost 24 years ago
Added friendless.util More... almost 24 years ago
Initial checkin. More... almost 24 years ago
Added myself :-) More... almost 24 years ago
Commented out some debug println's. More... almost 24 years ago
Removed turns parameter from takeTurn() method. Added a getGUIComponent() method, a JLabel displaying status info. Board initialization has been moved to the Game class. Sending of other player's move has been moved to the RemotePlayerProxy class. More... almost 24 years ago
Removed turns parameter from takeTurn() method. Added the getGUIComponent() method. The player uses the ButtonPanel for input. More... almost 24 years ago
Moved large portions of the code into the Game, GamePanel and ButtonPanel classes. Adapted the rest of the code to work with these changes. More... almost 24 years ago
Updated for ButtonPanel. Button label is know (id+1) instead of (id/2+1). More... almost 24 years ago
Removed turns parameter from takeTurn() method. Added getGUIComponent() method. More... almost 24 years ago
Added a default getGUIComponent implementation. More... almost 24 years ago
Added Charlie More... almost 24 years ago
Made some methods protected instead of public. More... almost 24 years ago
New player with new strategy. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Changed use of remote.RemotePlayer (which is obsolete) to player.RemotePlayer. More... almost 24 years ago
Commented out the setInitialBoard method, not used yet. More... almost 24 years ago
Now takes care of sending/receiving initial board position and of transmitting/receiving all moves. More... almost 24 years ago
Removed some debug println's. More... almost 24 years ago
Added some thread to improve user experience. This also makes future multi-player enhancments easier. More... almost 24 years ago
Added chat function More... almost 24 years ago
Added id for chat message More... almost 24 years ago
Removed dependency on remote package. More... almost 24 years ago
Add turns parameter to takeTurn method. More... almost 24 years ago
New files for configuring registries. More... almost 24 years ago
Reflect the new realities. More... almost 24 years ago
Updated version number and some credits. More... almost 24 years ago
Added keys to support player registries. More... almost 24 years ago
Took out the static part of PlayerWrappers which maintained the list of players. Replaced it with a set of PlayerRegistry implementations. HumanPlayerRegistry reads a list of peoples names and optional icons, and creates a HumanPlayerWrapper for each. RobotPlayerRegistry keeps a list of all the robot players by looking in the file robots.txt. RemotePlayerRegistry reads a list of player names and host port pairs from a file, but does nothing with them because multiple remote connections are not supported yet. Made some other changes cleaning up PlayerWrappers. More... almost 24 years ago
New pictures for human players. More... almost 24 years ago