Age | Commit message (Collapse) | Author |
|
TODO: sort the locales for simpler tests.
|
|
To try it out. May not keep.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enemy lords can co-exist at sea.
Cannot Pillage at sea.
Shipwreck if unfed at sea.
|
|
Still needs a huge overhaul.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be improved
|
|
|
|
|
|
|
|
|
|
|
|
There are 28 lords, so packing multiple bits per lord into one word won't work.
Most lords will never be on the map, so carrying around their asset/force/routed data
is wasteful. Use map structures instead, since at most 6 lords will be on the map
at once, and at most 13 on the map + calendar.
|
|
|
|
|
|
|
|
|
|
|
|
|