Commit Graph

10 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
c4da4ece5c Added splash screen, icons. 2010-08-27 05:59:20 -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
a090beb2e6 Implemented drop downs. 2010-08-23 20:32:59 -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