Skip to content

v2.2.0

Compare
Choose a tag to compare
@rquinio rquinio released this 03 Jul 17:56
· 40 commits to master since this release

This release adds governments support, as well as file watchers on mod files.

UI:

  • Add government dropdown
  • Add some tooltips to UI controls

Engine:

  • Implement override logic for religious and merchant special sprites
  • Add file watchers to mod content, in order to auto-refresh in case of changes
  • Add some safeties to .mod file parsing
  • Add unhandled exceptions handlers in application

Code re-factoring:

  • Upgrade dependencies and use NuGet to retrieve them
  • Switch DDS lib from DevIL to CSharpImageLibrary
  • Generate .pdb to always have line numbers for exceptions
  • Use Costura.Fody to embed dependencies in assembly