Saturday, March 25, 2017

FMod - v2.8.8

Yesterday I released Abiathar v2.8.8, which fixes a couple little things:

  • Generating patches no longer crashes when the patcher program is absent from the output directory.
  • The event bus is faster, since it doesn't have to search all extensions for event handlers every time.
I also eradicated a lot of IIf usages from the codebase in favor of the inline If structure, which doesn't involve a function call and doesn't do unnecessary boxing.

No comments:

Post a Comment