v2.2.0
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