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

156 Commits

Author SHA1 Message Date
FunkyFr3sh
62bb150c71 don't add 1 to min height 2023-08-25 21:39:30 +02:00
FunkyFr3sh
3c4ec82617 make sure window titlebar is visible if window bigger than screen 2023-08-24 19:18:12 +02:00
FunkyFr3sh
1a5fe96b28 some tweak for last commit 2023-08-24 19:05:20 +02:00
FunkyFr3sh
aca18912b3 allow to have game window bigger than screen size 2023-08-24 18:37:16 +02:00
FunkyFr3sh
c636336243 Revert "revert change to resolution list"
This reverts commit bb07483c582aa22290a9b17754ce75dc4a31f004.
2023-08-21 17:56:01 +02:00
FunkyFr3sh
bb07483c58 revert change to resolution list 2023-08-21 17:09:06 +02:00
FunkyFr3sh
66e86aa37c replace IsIconic with custom function 2023-08-20 23:12:00 +02:00
FunkyFr3sh
2d41949f29 add custom resolution 1070x602 for Icewind Dale 2 widescreen patch 2023-08-19 18:19:30 +02:00
FunkyFr3sh
1440142d40 check if chosen refresh rate is supported 2023-08-18 18:01:53 +02:00
FunkyFr3sh
b25223bf3a #219 add new "refresh_rate" setting 2023-08-18 16:48:59 +02:00
FunkyFr3sh
9f91719057 add 1280x720 to defaulrt list 2023-08-18 11:18:15 +02:00
FunkyFr3sh
84a06f8fe3 adjust RESLIST_MINI 2023-08-17 18:41:19 +02:00
FunkyFr3sh
38e17b0720 fix 1280x540 res 2023-08-17 13:55:30 +02:00
FunkyFr3sh
15e7f9d2c3 reset device when nonexclusive is enabled 2023-08-15 06:27:54 +02:00
FunkyFr3sh
dec0d33ef3 fix flags 2023-08-14 20:12:42 +02:00
FunkyFr3sh
dfd862592c fix fullscreen upscaled mode 2023-08-14 20:07:31 +02:00
FunkyFr3sh
f3b85780ad replace Direct3D9EnableMaximizedWindowedModeShim with better solution 2023-08-14 19:56:00 +02:00
FunkyFr3sh
5f3a968b08 read desc and apply filter in EnumDisplayModes 2023-08-11 12:58:48 +02:00
FunkyFr3sh
0acc29e410 move patch down 2023-08-10 19:47:46 +02:00
FunkyFr3sh
9a1cd992fa add "remove_menu" option for LukaStorme 2023-08-10 19:47:20 +02:00
FunkyFr3sh
befbedb19a add some more values to full res list 2023-08-10 17:28:09 +02:00
FunkyFr3sh
5ff806a950 adjust stronghold presets 2023-08-10 17:24:27 +02:00
FunkyFr3sh
594cc4d8da add DebugLogMini build config 2023-08-10 14:41:42 +02:00
FunkyFr3sh
cb481f513b revert change 2023-08-10 11:33:19 +02:00
FunkyFr3sh
d7786e1f0e support CLSID_DirectDrawClipper in CoCreateInstance 2023-08-10 11:32:43 +02:00
FunkyFr3sh
b54285d129 #231 add hack for stronghold 2023-08-07 10:15:52 +02:00
FunkyFr3sh
a28578f925 use real functions 2023-08-06 09:25:34 +02:00
FunkyFr3sh
99ebc3c9dd raise render thread priority 2023-08-03 17:28:40 +02:00
FunkyFr3sh
9830d02c3d remove unlock 2023-08-02 18:47:00 +02:00
FunkyFr3sh
ad1a35aa84 remove dinputhook setting 2023-08-02 17:09:01 +02:00
FunkyFr3sh
8fe772d385 call mouse_unlock on initial hook 2023-08-02 06:39:50 +02:00
FunkyFr3sh
3b975a3233 #173 unlock cursor in windowed mode for starcraft 2023-08-02 06:13:53 +02:00
FunkyFr3sh
02dcfd96b6 remove accuratetimers setting 2023-08-01 13:47:27 +02:00
FunkyFr3sh
caf376801a does now build again, oops 2023-08-01 07:59:22 +02:00
FunkyFr3sh
c384f6166e remove locktopleft setting 2023-08-01 07:11:23 +02:00
FunkyFr3sh
cddf2524d2 remove bpp setting 2023-08-01 03:06:09 +02:00
FunkyFr3sh
ce435c6dcf remove WS_EX_TOOLWINDOW style 2023-07-29 08:51:56 +02:00
FunkyFr3sh
2f6564c292 update dd caps 2023-07-29 02:57:47 +02:00
FunkyFr3sh
6269950402 #227 fix changing resolutions bug 2023-07-28 05:50:23 +02:00
FunkyFr3sh
efccab9709 fix WM MOVE linux bug 2023-07-25 05:26:38 +02:00
FunkyFr3sh
c1a9d72b68 Revert "update ShowWindow hook"
This reverts commit 19d1d4f942a2838d4eefb39fa468ae4189de6b7f.
2023-07-11 02:33:06 +02:00
FunkyFr3sh
19d1d4f942 update ShowWindow hook 2023-07-10 22:08:50 +02:00
FunkyFr3sh
0f37251d64 switch to borderless on failure (linux mint) 2023-07-10 03:01:15 +02:00
FunkyFr3sh
6fc969097d make sure width is not below game width 2023-07-10 02:17:03 +02:00
FunkyFr3sh
1aca711562 don't use PeekMessageA hack on wine 2023-07-09 06:25:37 +02:00
FunkyFr3sh
36aa243d10 use SetWindowPos to fix mouse lock bug in HOMM4 2023-07-08 04:11:26 +02:00
FunkyFr3sh
3b7b1f308f always redraw for HOMM4 2023-07-08 00:28:17 +02:00
FunkyFr3sh
dfe15ec8b0 fix for HOMM4 cursor issues 2023-07-07 23:54:59 +02:00
FunkyFr3sh
6101e34ddd remove menu in fullscreen/borderless modes 2023-07-07 20:43:54 +02:00
FunkyFr3sh
045ed051ea fix for opengl borderless mode 2023-07-07 01:24:16 +02:00