SpaceWarpDev / SpaceWarp

A C# modding API for KSP2
MIT License
91 stars 38 forks source link

Modularization #248

Closed cheese3660 closed 1 year ago

cheese3660 commented 1 year ago

This splits spacewarp up into multiple modules

  1. SpaceWarp.Core
  2. SpaceWarp.Game
  3. SpaceWarp.Sound
  4. SpaceWarp.UI
  5. SpaceWarp.VersionChecking And turns the original SpaceWarp.dll into a shim that only has type forwarders It has been tested w/ lazy orbit boosted What needs to be done after this
  6. Fix nuget package generation
  7. Stop hardcoding the spacewarp plugin version again (msbuild is wack)
  8. Implement roslyn and the like for GameData/Mods loaded mods