1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-26 18:39:22 +01:00

281 Commits

Author SHA1 Message Date
FunkyFr3sh
fc9bb11e75 fix resizable .ini setting in wine 2024-10-06 21:38:07 +02:00
FunkyFr3sh
f1316407d1 fix maximize button on linux 2024-10-03 13:49:57 +02:00
FunkyFr3sh
ca6c447ae6 fix window resize and maximize for macOS + fix resize on linux 2024-10-03 03:57:10 +02:00
FunkyFr3sh
95a5f7231e don't emulate 60hz vblank on 60hz monitor 2024-10-02 16:47:17 +02:00
FunkyFr3sh
401c9f0e37 fix CreateThread bug on windows ME 2024-09-28 20:29:09 +02:00
FunkyFr3sh
57287686db add new "center_window" setting 2024-09-26 19:55:06 +02:00
FunkyFr3sh
631e64f17a remove obsolete code 2024-09-22 12:45:50 +02:00
FunkyFr3sh
66e8d1676f make sure we don't reset last_msg_pull_tick 2024-09-18 21:52:06 +02:00
FunkyFr3sh
7fe9f3f2fa disable debug code 2024-09-18 21:37:24 +02:00
FunkyFr3sh
5d527ca8e0 make sure the close button is enabled 2024-09-18 21:33:01 +02:00
FunkyFr3sh
52c536d5c3 log lpbIsInVB bool 2024-09-11 19:49:04 +02:00
FunkyFr3sh
5af1d683d8 Revert "add experimental WH_GETMESSAGE hook"
This reverts commit dcc76a154dec7dd35e4299c0e77a58efdfbf3d8a.
2024-09-10 15:42:14 +02:00
FunkyFr3sh
efbf7e7b30 Revert "remove debug code"
This reverts commit 75ed1595c6288a55e0d7ba4410c169a7e1c3b445.
2024-09-10 15:41:29 +02:00
FunkyFr3sh
e435bf65e1 rename custom_width/height setting to inject_resolution 2024-09-09 19:17:00 +02:00
FunkyFr3sh
75ed1595c6 remove debug code 2024-09-09 14:21:09 +02:00
FunkyFr3sh
dcc76a154d add experimental WH_GETMESSAGE hook 2024-09-08 19:14:58 +02:00
FunkyFr3sh
eb5957008f disable workaround for cases where PeekMessage was not hooked 2024-09-06 22:29:25 +02:00
FunkyFr3sh
b1e7cfe5b4 do not minimize on RestoreDisplayMode (needs more testing) 2024-09-06 20:54:42 +02:00
FunkyFr3sh
fc143416ad fix crash on exit in fallout2 2024-09-06 18:17:19 +02:00
FunkyFr3sh
9c18999a11 fix hotkey for Fallout2, jagged alliance 2, trivia and a probably a few other games 2024-09-06 18:10:22 +02:00
FunkyFr3sh
5194543aca minimize window on RestoreDisplayMode 2024-09-02 18:52:19 +02:00
FunkyFr3sh
aac405031e add some more checks to fixnotresponding patch 2024-09-02 13:09:47 +02:00
FunkyFr3sh
6ad443cfb1 uncomment ReleaseCapture call to prevent cursor issues in windowed mode 2024-08-30 16:02:32 +02:00
FunkyFr3sh
f64913b5e6 fix for windowed_hack 2024-08-30 12:37:06 +02:00
FunkyFr3sh
9565b2b50f make sure we return proper resolution list when using windowed hack 2024-08-30 11:55:43 +02:00
FunkyFr3sh
8fe9a9370c tweak fake output of GetVerticalBlankStatus 2024-08-29 11:41:31 +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
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
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
05685bffae always disable menu in fullscreen mode (keep it for borderelss only) 2024-08-20 11:09:49 +02:00
FunkyFr3sh
33666bbd19 try to get at least some windowed games working with zero config 2024-08-15 16:50:28 +02:00
FunkyFr3sh
9f12b35dc8 revert debug change 2024-08-15 12:55:54 +02:00
FunkyFr3sh
f49f09895b save and restore dc state 2024-08-15 12:06:02 +02:00
FunkyFr3sh
79feefac26 remove test code 2024-08-15 10:19:28 +02:00
FunkyFr3sh
c7e4b81ad7 add experimental aspect_ratio setting (hidden for now) 2024-08-15 10:16:20 +02:00
FunkyFr3sh
f2f6ffe69f initial zoom support 2024-07-24 08:00:04 +02:00
FunkyFr3sh
e3b81f8250 only create opengl context once per window
fixes issues on intel and improves performance
2024-07-22 09:03:15 +02:00
FunkyFr3sh
7cb1fceac7 fix warnings 2024-07-18 01:50:31 +02:00
FunkyFr3sh
2465b13d73 add comments for AOE2 textbox hack 2024-07-14 07:59:39 +02:00
FunkyFr3sh
d968d320c6 fix textbox with maintain aspect ratio enabled 2024-07-14 07:29:26 +02:00
FunkyFr3sh
c850b0dcc3 fix AOE2 textbox position 2024-07-14 07:21:07 +02:00
FunkyFr3sh
12715febe9 set pixel format only for opengl renderer (prevents loading of open32.dll) 2024-06-21 23:00:40 +02:00
FunkyFr3sh
30de4d7df4 use high resolutuion timer by default 2024-06-15 05:28:06 +02:00
FunkyFr3sh
526a068a9a use real_ functions 2024-06-10 00:05:04 +02:00
FunkyFr3sh
e19d896dab Revert "remove duplicate code"
This reverts commit 0c6a0fba4b6388433f3a41fa423780b5d722e9bc.
2024-06-08 22:08:23 +02:00
FunkyFr3sh
0c6a0fba4b remove duplicate code 2024-06-08 21:56:29 +02:00
FunkyFr3sh
648fe238ca tweak hook function 2024-06-02 22:17:26 +02:00
FunkyFr3sh
5de8cb4761 disable debug code 2024-06-02 08:18:35 +02:00