Commit Graph

17 Commits

Author SHA1 Message Date
Jonathan Bernard
4c915b33f5 Fixed errors due to Game rewrite
* Added a `resources` target to the build to seperate copying needed resources
  to the build folder from actually building the jar.
* Fixed a bug in PlayerListCellRenderer (property access on the wrong object).
* Fixed several bugs in ProfessionalPickup related to team references. The old
  system used integers, 1 or 2, to represent teams. New system uses Game.Team
  enums.
* Fixed a bug in the config loading code. Was trying to wrap an InputStream in a
  `withInputStream` method. Method is actually called `withStrem`
2012-10-11 22:34:59 -05:00
Jonathan Bernard
b3e09493f4 Lots of work towards team and player panels.
Created graphics for player panel.
Fleshed out team and player panels.
2010-08-29 23:29:38 -05:00
Jonathan Bernard
73284c6fea Incremental commit. 2010-08-28 07:21:07 -05:00
Jonathan Bernard
abc8f72beb Merged splash and icons commit. 2010-08-27 06:05:15 -05:00
Jonathan Bernard
c4da4ece5c Added splash screen, icons. 2010-08-27 05:59:20 -05:00
Jonathan Bernard
311e6b8915 Incremental commit. Starting on stat and game tracking. 2010-08-27 04:59:54 -05:00
Jonathan Bernard
cb724eaf51 Small comments. 2010-08-27 03:13:23 -05:00
Jonathan Bernard
1dc9bb2a4a Added multi-select support for the lists. 2010-08-25 09:31:36 -05:00
Jonathan Bernard
06864ccb36 Seperated model from GUI for player lists. 2010-08-25 08:16:50 -05:00
Jonathan Bernard
38c6cb2552 Updated WeightedChooser, players who just sat are chosen last. 2010-08-23 20:33:24 -05:00
Jonathan Bernard
a090beb2e6 Implemented drop downs. 2010-08-23 20:32:59 -05:00
Jonathan Bernard
68e5701f50 Fixed Player.compareTo() to sort by games sat, decreasing. 2010-08-23 20:32:39 -05:00
Jonathan Bernard
5d6f5882de Reorganized odds structure. 2010-07-06 08:07:09 -05:00
Jonathan Bernard
242fbf2e56 Added player chance calculations. In the middle of stream, changing computers. 2010-07-05 23:40:23 -05:00
Jonathan Bernard
2ea56d05c5 Started restructering the project. 2010-07-04 08:01:51 -05:00
Jonathan Bernard
fc4084fb6e Fleshed out GUI. Implemented basic choosing algorithm. 2010-07-03 23:22:02 -05:00
Jonathan Bernard
d9222f394a Initial commit. 2010-07-03 11:32:30 -05:00