Auto-Build Release e01b3f59f7
Pre-release
Pre-release
github-actions
released this
18 Nov 00:15
·
9 commits
to master
since this release
333 put vehicles in their own module (#335) * Move Vehicles up a namespace, out of Objects * Create FrEee.Vehicles project * Fix a bunch of code broken by moving concrete vehicle type classes to a separate module. There's still some to fix but I think Design and Hull will be need to migrated to the same or another module as well for that. * Add VehicleFactory * Reorganize some things * Add HullFactory * Add DesignFactory * Fix a few simple crashes * Move WeaponPlatform to correct namespace * Mark vehicles project as private assets * Fix compile errors in unit tests caused by referencing newly hidden code * Fix more unit tests * Fix compile errors in winforms, clean up some stuff