File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ Version 0.103.2 (2024-02-19)
2+ ============================
3+
4+ Performance
5+ -----------
6+
7+ * Don't submit draw calls which aren't on the screen. Can be a small, but noticeable improvement.
8+
9+ Bug fixes
10+ ---------
11+
12+ * Don't reset the window position on resolution changes when a window position is set in ` d2dx.cfg ` , but the window has been moved after launch.
13+
14+ Other
15+ -----
16+
17+ * Update d2fps to v1.0.2. Fixes an occasional graphical glitch when rendering rain.
18+
119Version 0.103.1 (2024-01-20)
220============================
321
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2525//
2626
2727VS_VERSION_INFO VERSIONINFO
28- FILEVERSION 0,103,1 ,0
29- PRODUCTVERSION 0,103,1 ,0
28+ FILEVERSION 0,103,2 ,0
29+ PRODUCTVERSION 0,103,2 ,0
3030 FILEFLAGSMASK 0x3fL
3131#ifdef _DEBUG
3232 FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
4343 BEGIN
4444 VALUE "CompanyName", "Jarcho"
4545 VALUE "FileDescription", "Glide wrapper for D2"
46- VALUE "FileVersion", "0.103.1 .0"
46+ VALUE "FileVersion", "0.103.2 .0"
4747 VALUE "InternalName", "d2dx.dll"
4848 VALUE "LegalCopyright", "Copyright (C) 2024"
4949 VALUE "OriginalFilename", "d2dx.dll"
5050 VALUE "ProductName", "D2DX"
51- VALUE "ProductVersion", "0.103.1 .0"
51+ VALUE "ProductVersion", "0.103.2 .0"
5252 END
5353 END
5454 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments