Skip to content

Commit 654195f

Browse files
committed
Update readme for release 414.
1 parent 7664bfb commit 654195f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
D2DX is a project for running classic Diablo II/LoD on modern PCs, with enhancements that honor the original look and feel. Play in a window or in fullscreen, glitch-free, with (or without) enhancements like widescreen and anti-aliasing.
44

5-
Version 0.99.413
5+
Version 0.99.414
66

77
## Mission statement
88
- Turn the game into a well behaved DirectX 11 title on Windows 10 (7, 8 and 8.1 are also supported).
@@ -59,6 +59,11 @@ Windowed/fullscreen mode can be switched at any time by pressing ALT-Enter.
5959

6060
### Command-line options
6161

62+
Disable mouse cursor clipping
63+
```
64+
-dxnoclipcursor
65+
```
66+
6267
Hide the "D2DX" logo on the title screen
6368
```
6469
-dxnologo
@@ -124,6 +129,14 @@ This project uses the following third party libraries:
124129

125130
## Release history
126131

132+
### 0.99.414
133+
- The mouse cursor is now confined to the game window by default. Disable with -dxnoclipcursor.
134+
- Finish AA implementation, giving improved quality.
135+
- Reverted behavior: the mouse cursor will now "jump" when opening inventory like in the unmodded game. This avoids the character suddenly changing movement direction if holding LMB while opening the inventory.
136+
- Fix issue where D2DX was not able to turn off XP (etc) compatibility mode.
137+
- Fix issue where D2DX used the DX 10.1 feature level by default even on better GPUs.
138+
- Fix misc bugs.
139+
127140
### 0.99.413
128141
- Turn off XP compatibility mode for the game executables. It is not necessary with D2DX and causes issues like graphics corruption.
129142
- Fix initial window size erroneously being 640x480 during intro FMVs.

0 commit comments

Comments
 (0)