-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Part 3 of json reports. Next level down from factions to regions to objects. This implements writing out the basic object data, but not the data related to units within the object. * Fix a bug where unit tests were not idempotent due to the fact that the RNG was being seeded with the time the test was run. * To fix this , added an overriddable function pointer that the unit tests can use to ensure the same sequence of random numbers each time. * Got rid of remaining (direct) Alists in faction. (skills and items are still using SkillList and ItemList) * converted markets & products in aregion to std::vector
- Loading branch information
Showing
39 changed files
with
950 additions
and
918 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.