Skip to content

64-bit mode, x3 speed boost, bug fixes

Compare
Choose a tag to compare
@Prevter Prevter released this 30 Jun 14:41
· 92 commits to master since this release
1522162
  • Fixed bug which occured when you pressed stop button, while program downloads wear values. Progress bar didn't stop as you pressed.
  • Fixed rare bug that would crash app, trying to log to many things in log file
  • LINQ and Lists were thrown out for use of arrays to improve speed (x3 boost)
  • Implemented OpenCL kernel. You can't use it yet, but you can test your GPU typing "gpupower" in main window and pressing GPU Test button.
  • App is now x64 platform only. This helped to improve speed.
  • If you accidently deleted itemData.json, app would redownload it and tell you to restart.
  • No crashes if program couldn't check for updates
  • F2 button now opens Utilities page on project website which contains IEEE754 calculator and combination calculator
  • All DLLs are now packed inside of exe (excluding FloatCore.dll)