1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

2383 Commits

Author SHA1 Message Date
FunkyFr3sh
ca70847250 add preset for Jungle Storm 2024-09-02 12:25:46 +02:00
FunkyFr3sh
6620708f6a update glover preset 2024-09-02 12:15:00 +02:00
FunkyFr3sh
50da3c6a24 add preset for glover 2024-09-02 12:03:39 +02:00
FunkyFr3sh
e54d1cd4c3 fix for last commit 2024-09-02 10:46:56 +02:00
FunkyFr3sh
40e30163d1 simplify git code 2024-09-02 10:44:09 +02:00
FunkyFr3sh
4d5882414c add batch file for debug builds + some git related tweaks 2024-09-02 07:46:25 +02:00
FunkyFr3sh
d6b2249c78 add missing NULL checks 2024-09-01 13:52:36 +02:00
FunkyFr3sh
0e173ef6a8 add preset for lego loco 2024-09-01 13:32:03 +02:00
FunkyFr3sh
ccbf60698a allow to override SM_CXSCREEN and SM_CYSCREEN via fake_mode 2024-09-01 12:34:36 +02:00
FunkyFr3sh
094d020e05 allow to override bpp via fake_mode 2024-09-01 12:16:19 +02:00
FunkyFr3sh
c28e1d98dc make sure we got git dirty status logged as well 2024-09-01 09:47:19 +02:00
FunkyFr3sh
0f2a367c36 add git branch to logs 2024-09-01 09:40:46 +02:00
FunkyFr3sh
7c85e9c494 add preset for Thomas & Friends 2024-08-31 17:00:53 +02:00
FunkyFr3sh
8e01f4e885 fix git path on VS 2019 2024-08-31 15:23:45 +02:00
FunkyFr3sh
f3ba703444 add git commit hash to mingw build as well 2024-08-31 14:09:35 +02:00
FunkyFr3sh
67e4c664f6 fix for last commit 2024-08-31 13:27:09 +02:00
FunkyFr3sh
b5eea287d5 add git commit hash to file version and log 2024-08-31 13:22:29 +02:00
FunkyFr3sh
7a8db6c189 keep artifact's for 90 days 2024-08-31 11:23:48 +02:00
FunkyFr3sh
248b62a332 add NULL checks to QueryInterface 2024-08-31 11:12:39 +02:00
FunkyFr3sh
004951a940 ignore 0 GUID 2024-08-31 10:11:37 +02:00
FunkyFr3sh
cbcbad0be4 bump version 2024-08-31 09:36:51 +02:00
FunkyFr3sh
1bdc2dc2b2 hook _invoke_watson 2024-08-31 08:09:51 +02:00
FunkyFr3sh
00bb6254a0 Force access violation in debug build to produce a dmp file for debugging (disables watson) 2024-08-31 07:35:31 +02:00
FunkyFr3sh
6ad443cfb1 uncomment ReleaseCapture call to prevent cursor issues in windowed mode 2024-08-30 16:02:32 +02:00
FunkyFr3sh
1b0c518759 add preset for Girl Talk 2024-08-30 12:44:55 +02:00
FunkyFr3sh
f64913b5e6 fix for windowed_hack 2024-08-30 12:37:06 +02:00
FunkyFr3sh
18f6b1e5ea add preset for Play with the Teletubbies 2024-08-30 12:10:50 +02:00
FunkyFr3sh
e44b04956f add preset for Axis & Allies 2024-08-30 12:06:21 +02:00
FunkyFr3sh
9565b2b50f make sure we return proper resolution list when using windowed hack 2024-08-30 11:55:43 +02:00
FunkyFr3sh
fc99383f21 lie about SIZEPALETTE and NUMCOLORS in GetDeviceCaps 2024-08-30 10:25:38 +02:00
FunkyFr3sh
25ef20e711 always create log files next to game exe 2024-08-30 09:04:22 +02:00
FunkyFr3sh
c7fe0b614b fix STATUS_INVALID_CRUNTIME_PARAMETER crash with debug build 2024-08-30 08:28:59 +02:00
FunkyFr3sh
9d31f76d3e add presets 2024-08-29 17:24:21 +02:00
FunkyFr3sh
8fe9a9370c tweak fake output of GetVerticalBlankStatus 2024-08-29 11:41:31 +02:00
FunkyFr3sh
a8dfbff1f2 add preset for Jeopardy! 2024-08-28 15:27:42 +02:00
FunkyFr3sh
996e051eda update supported games 2024-08-28 15:27:23 +02:00
FunkyFr3sh
0884be514d handle cases where DDSD_WIDTH and DDSD_HEIGHT passed to dd_EnumDisplayModes 2024-08-28 10:24:00 +02:00
FunkyFr3sh
e79e076f0a only ignore errors in debug build 2024-08-28 09:25:15 +02:00
FunkyFr3sh
efd5bc6c32 use glGetStringi if available (fixes errors on core profile) 2024-08-28 09:19:32 +02:00
FunkyFr3sh
dffed46947 Ignore errors from glGetString 2024-08-28 08:36:46 +02:00
FunkyFr3sh
bdb249058a fix ddsCaps 2024-08-26 08:57:11 +02:00
FunkyFr3sh
283295a5c9 add DDSCL_FULLSCREEN check 2024-08-25 19:12:15 +02:00
FunkyFr3sh
e6c5c4ede2 enable workaround for fallout 1 as well 2024-08-25 12:26:12 +02:00
FunkyFr3sh
a0ec16ba4d add preset for constructor 2024-08-25 09:07:50 +02:00
FunkyFr3sh
a1d8559322 fix for last commit 2024-08-24 17:31:43 +02:00
FunkyFr3sh
136b5b30c5 add new IsSteamDeck function to versionhelpers 2024-08-24 14:50:03 +02:00
FunkyFr3sh
40ed996311 disable wayland detection for SteamDeck
Not needed because the deck does automatically enabled gamescope and therefore games will not glitch
2024-08-24 14:42:33 +02:00
FunkyFr3sh
ab3aac113e add comment 2024-08-21 10:22:59 +02:00
FunkyFr3sh
cde053f218 bump version 2024-08-21 10:16:56 +02:00
FunkyFr3sh
57d5a9cda3 add fallout 2 workaround for window not showing up in taskbar sometimes 2024-08-21 10:07:57 +02:00