Skip to content

v2.0.0

Latest

Choose a tag to compare

@jefgodesky jefgodesky released this 01 Aug 16:51
  • Folder structure reorganized. Instead of one folder for generated ships and another for generated captains, we create one folder for each ship and place the ship and its captain together in that folder.
  • We also create actual actor for each specialty crew feature. Instead of just telling you that this ship has a strict bosun, we generate a bosun. The folder now contains the ship, the captain, and each of the specialty crew members generated in the process.
  • Updated API
    • rollShip is removed; everything is now handled in a single generateShip method.
    • Parameters and return values for generateShip and openGenerateShipDialog have changed.
  • Codebase has been completely rewritten with greater modularity and 91% test coverage to make future changes easier.