Skip to content

EMU v1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@GoosiferIO GoosiferIO released this 18 Sep 00:05
· 120 commits to main since this release
8b1f173

Bugs fixed

  • Removed list-recyclingbenefit from the API. I couldn't reproduce the correct values.
  • Renamed list-totalprofits to list-zoovalue.
  • CTRL + M should be working again.
  • All commands should work again when compiled from source. They broke originally because I reworked how the memory pointers were accessed.
  • Fixed the /resource include path from absolute to relative.
  • num-hungryguests now returning expected value.
  • Now using freopen_s to address the compiler warning.
  • Addressed 'double' to 'float' compiler warning.
  • Addressed /LTCG linker compiler performance warning.

Update(s)

  • README.md updated to include changes to command list.