diff --git a/README.md b/README.md index 6330208..02e5513 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ D2DX is a Glide-wrapper and mod that makes the classic Diablo II/LoD run well on modern PCs, while honoring the original look and feel of the game. Play in a window or in fullscreen, glitch-free, with or without enhancements like widescreen, true high framerate and anti-aliasing. -Version 0.99.527b +Version 0.99.529 **WANT TO HELP OUT?** Take the one-question game version poll: https://strawpoll.com/w4y72p4f6 @@ -90,6 +90,10 @@ D2DX is free software, but if you enjoy the project and want to buy me a coffee, ## Recent release history +### 0.99.529 + - Add motion prediction for 1.09d, complete except for hovering text (it's coming). + - Fix low fps in the menus for 1.09d. + ### 0.99.527b - Add 'filtering' option in cfg file, which allows using bilinear filtering or Catmull-Rom for scaling the game, for those who prefer the softer look over the default integer-scale/sharp-bilinear. diff --git a/src/d2dx/d2dx.rc b/src/d2dx/d2dx.rc index 246e2d0..93f878f 100644 --- a/src/d2dx/d2dx.rc +++ b/src/d2dx/d2dx.rc @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "Bolrog" VALUE "FileDescription", "Glide wrapper for D2" - VALUE "FileVersion", "0.99.330.0" + VALUE "FileVersion", "0.99.529.0" VALUE "InternalName", "d2dx.dll" VALUE "LegalCopyright", "Copyright (C) 2021" VALUE "OriginalFilename", "d2dx.dll" VALUE "ProductName", "D2DX" - VALUE "ProductVersion", "0.99.511.0" + VALUE "ProductVersion", "0.99.529.0" END END BLOCK "VarFileInfo"