release-20.8
Fixed memory leak
* Updated test assets * Removed winmm.lib as dependency, it seems not needed and on uwp it is not supported anymore (??) * Changed XInput dependency to Xinputuap.lib which seems to be the most recent bullshit MS change and will probably break on CI
Added a new test project that creates an entire ezGameApplication in a test, lets it run and then does image comparison. This makes it easy to test complicated engine functionality. First test creates about 30.000 game objects and renders them for a few frames, then takes a screenshot.
Fixed Prefab reloading (#162)
Use better texture for flare in lighting scene.
Replaced murmurhash by xxHash for string hashing (#284)