File tree 2 files changed +28
-4
lines changed
2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.102.0 (2024-11-14)
2
+ ============================
3
+
4
+ New features
5
+ ------------
6
+
7
+ - Add motion smoothing to the background of the Arcane Sanctuary.
8
+ - Add motion smoothing to missiles.
9
+
10
+ Bug fixes
11
+ ---------
12
+
13
+ - Don't mute the music when the window is repositioned.
14
+ - Don't let button states get stuck when the window loses focus.
15
+ - Fix video rendering on v1.00—v1.01.
16
+ - Fix animation speed of the cursor on higher frame rates.
17
+ - Fix animation speed of the clouds in the Arreat Summit on higher frame rates.
18
+ - Fix motion smoothing when switching from 25fps to other frame rates (e.g. switching ).
19
+
20
+ Changes
21
+ -------
22
+
23
+ - Allow window scale to be a floating point number.
24
+
1
25
Version 0.101.2 (2024-10-05)
2
26
============================
3
27
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
25
25
//
26
26
27
27
VS_VERSION_INFO VERSIONINFO
28
- FILEVERSION 0,101,2 ,0
29
- PRODUCTVERSION 0,101,2 ,0
28
+ FILEVERSION 0,102,0 ,0
29
+ PRODUCTVERSION 0,102,0 ,0
30
30
FILEFLAGSMASK 0x3fL
31
31
#ifdef _DEBUG
32
32
FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
43
43
BEGIN
44
44
VALUE "CompanyName", "Jarcho"
45
45
VALUE "FileDescription", "Glide wrapper for D2"
46
- VALUE "FileVersion", "0.101.2 .0"
46
+ VALUE "FileVersion", "0.102.0 .0"
47
47
VALUE "InternalName", "d2dx.dll"
48
48
VALUE "LegalCopyright", "Copyright (C) 2023"
49
49
VALUE "OriginalFilename", "d2dx.dll"
50
50
VALUE "ProductName", "D2DX"
51
- VALUE "ProductVersion", "0.101.2 .0"
51
+ VALUE "ProductVersion", "0.102.0 .0"
52
52
END
53
53
END
54
54
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments