Skip to content

v0.3.4

Latest
Compare
Choose a tag to compare
@HybridEidolon HybridEidolon released this 08 Jun 00:13

v0.3.4

Fixed

  • Fixed a crash where systems running Windows XP may be unable to parse wide strings from memory. (@stephencwillis)
  • Fixed an issue where the stack trace emitted from the Lua error handler would emit the stack from the error handler's context rather than the context of the traced call. (@stephencwillis)
  • Save and restore the FPU state when entering Lua code rather than initializing the FPU at launch. This fixes a bug where Recons would occasionally fail to leave their spawning state and be stuck untargetable in mid-air, and possibly other subtle arithmetic bugs.