New materials have been added! See the list below for more details.
Updated documentation to include link to demo website.
Changing the layer view filter will now update the layer edit filter to match.
Updated web demo project to 1.21.5
Added easier access to the advanced mode options.
Added menu to manually check for updates.
Replace pan/zoom tool with point and click tool
New material filters have been added. Try the pointer tool!
Code cleanup, optimization, and bug fixes:
Fix bug where super long change log messages would make the "would you like to update?" box so big that you can't actually get out of it without closing the program.
Optimize material select window when searching for materials
Optimize material picker form when searching for materials
Optimize shadow rendering (At least 20x faster!)
Optimize regular rendering (At least 6 times faster!)
Fixed bug where projects loaded from pxproj file wouldn't have the correct texture orientation.
Removed ImageSharp support for Resx since we never use it.
Switch textures.resx to use dynamically loaded image paths to make it easier to update the list of texture/materials without circular dependency issues.
Fix bug79: PanZoomSettings should persist between render phases.