- Fixed the utopia angel formatted kingdom parsing which had an issue detecting the last "section" of the formatted data.
- Updated project pom deployment info to start deploying stuff to sourceforge.
- Updated all calendar objects to pull down calendar dates with GMT timezones.
- Updated the military calculator to obey the precision parameter instead of the hardcoded 1 point precision (even though that is what precision was set to and defaults to).
- Updated survey parser to parse angel intel as well now.
- Fixed an issue with the cb+som combo calculator where in certain cases if it was off by one where the 1 put it 1 point over the maximum value, it failed to find it even though 1 point deviations are allowed.
- Updated the synchronization server to have a configurable number of databases and defaults to using 3 (wol, tournament, and genesis).
- Added some angel data to add in parsing support for angel data thus making this product easier to use by people.
- Made modifications so that provinces are now stored and retrieved as well now. Slight alteration to the schema.
- Fixed the toString in Race such that it now works correctly as it should and anything that wanted the display name is it was should have been using the getDisplayName() instead of the toString().