Skip to content

Commit

Permalink
Update readme for release 415.
Browse files Browse the repository at this point in the history
  • Loading branch information
bolrog committed Apr 15, 2021
1 parent 380447b commit ee71677
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

Version 0.99.414
Version 0.99.415

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

### Command-line options

Note: more information about these can be found in the Wiki.

Disable mouse cursor clipping
```
-dxnoclipcursor
Expand All @@ -78,6 +80,11 @@ Windowed/fullscreen mode can be switched at any time by pressing ALT-Enter.
```
-dxnoresmod
```

Disable FPS fix
```
-dxnofpsfix
```

Disable v-sync (may be useful on G-Sync/FreeSync displays)
```
Expand Down Expand Up @@ -129,6 +136,11 @@ This project uses the following third party libraries:

## Release history

### 0.99.415
- Add fps fix that greatly smoothes out frame pacing and mouse cursor movement. Can be disabled with -dxnofpsfix.
- Improve color precision a bit on devices that support 10 bits per channel (this is not HDR, just reduces precision loss from in-game lighting/gamma).
- To improve bug reports, a log file (d2dx_log.txt) will be written to the Diablo II folder.

### 0.99.414
- The mouse cursor is now confined to the game window by default. Disable with -dxnoclipcursor.
- Finish AA implementation, giving improved quality.
Expand Down

0 comments on commit ee71677

Please sign in to comment.