Fixed crash on startup on WinXP/2003

Moved the LoadLibrary call out of DllMain entry point.
Updated version number and changelog.
This commit is contained in:
NovaRain
2023-08-24 21:27:54 +08:00
parent b6a4c8d476
commit 7e2eaf0724
4 changed files with 18 additions and 6 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog
## 4.4.0.1
* Fixed a crash on startup on Windows XP/2003
## 4.4
* Implemented a `mods_order.txt` to improve and simplify mod ordering and add support for mod managers. This replaces previous **.dat** file autoloading. Please refer to `ddraw.ini` for details
* Implemented a **custom config file parser**, which greatly improves the performance of sfall initialization and reading files from scripts