1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-20 08:09:10 +01:00

227 Commits

Author SHA1 Message Date
FunkyFr3sh
5c1f822a35 #319 fix moving cursor bug in Nancy drew games (macOS) 2024-05-31 02:43:20 +02:00
FunkyFr3sh
66de7d5d1e remove old code 2024-05-31 00:55:04 +02:00
FunkyFr3sh
4f5c332cd5 don't send WM_ACTIVATEAPP yet (needs more testing) 2024-05-30 22:53:01 +02:00
FunkyFr3sh
33476726d2 update learning company games presets 2024-05-29 06:16:57 +02:00
FunkyFr3sh
4de6eee162 make sure we got move+close menu items 2024-05-29 04:28:05 +02:00
FunkyFr3sh
cf3d0c51ad #313 improve American Girls Dress Designer support and merge changes into master 2024-05-28 22:23:47 +02:00
FunkyFr3sh
9674705685 re-align code 2024-05-27 23:54:19 +02:00
FunkyFr3sh
07a9ba78db set default values in SetDisplayMode 2024-05-27 23:33:47 +02:00
FunkyFr3sh
2efe3567ca add workaround for learning company games 2024-05-27 06:36:18 +02:00
FunkyFr3sh
b219aca166 update debug code 2024-05-27 05:17:57 +02:00
FunkyFr3sh
3ca9883723 disable CF hack for now 2024-05-27 05:16:04 +02:00
FunkyFr3sh
009bc4e2e8 send WM_ACTIVATEAPP only once 2024-05-27 04:34:28 +02:00
FunkyFr3sh
5bbe1299d2 add test patches for Clue Finders 4th 2024-05-26 09:08:38 +02:00
FunkyFr3sh
c1a14a31d5 add new setting to enable (very bugged) resize in wine 2024-05-24 02:26:46 +02:00
FunkyFr3sh
0cf0533654 #313 Add partial support for American Girls Dress Designer (Fullscreen only, no upscaling) 2024-05-22 23:51:48 +02:00
FunkyFr3sh
504c2eb1c5 add new setting to fake current display mode 2024-05-22 23:23:27 +02:00
FunkyFr3sh
07f11bf577 keep commented out debug code 2024-05-21 07:03:58 +02:00
FunkyFr3sh
b55593cb4c #311 fix fullscreen issues with opengl/gdi in nancy drew games 2024-05-21 06:55:23 +02:00
FunkyFr3sh
8de39f6590 enable vhack by default for worms 2 2024-05-13 04:21:54 +02:00
FunkyFr3sh
9897ffbd57 remove old WM_MOVE hack 2024-05-13 03:03:44 +02:00
FunkyFr3sh
518b940365 add hack for games that require the cursor to be in the exact center of the screen (Worms 2 / Atlantis) 2024-05-12 21:35:28 +02:00
FunkyFr3sh
38b553191f allow zooming on low resolutions as well (worms2) 2024-05-08 07:17:54 +02:00
FunkyFr3sh
54d6ff5112 add support for woms 2 high resolution patch zoom 2024-05-08 05:54:56 +02:00
FunkyFr3sh
e18eb931eb use inline functions for WINE checks 2024-05-06 02:00:58 +02:00
FunkyFr3sh
6626480358 extend versionhelpers 2024-05-06 01:23:59 +02:00
FunkyFr3sh
64c4b73853 Add workaround for alt+tab issues on windows 7 SP1 (opengl) 2024-05-04 07:19:02 +02:00
FunkyFr3sh
ec648669ef add partial support for menus in fullscreen via nonexclusive=true 2024-04-20 04:41:04 +02:00
FunkyFr3sh
f735ef839c #305 add support for window menu in borderless mode 2024-04-20 00:34:46 +02:00
FunkyFr3sh
9d4f3b148b add position check to make sure we'll only resize on first start 2024-04-12 01:37:44 +02:00
FunkyFr3sh
3a52a07ba6 add (commented out) code to adjust the zone list size on first start 2024-04-12 01:25:00 +02:00
FunkyFr3sh
b89b184ce0 don't force devmode on for infantry (keep it for zone list only) 2024-03-28 17:48:31 +01:00
FunkyFr3sh
36a87419e3 don't allocate ddraw struct 2024-03-22 22:27:00 +01:00
FunkyFr3sh
d69a56c0d0 add some more debug logging to dd_EnumDisplayModes 2024-03-22 04:36:30 +01:00
FunkyFr3sh
82571fe8db #295 add workaround for Win11 steam RA2 crash 2024-03-11 17:48:27 +01:00
FunkyFr3sh
951871669c Revert "make sure you can host "no-hd" games with 640x480"
This reverts commit 488bad66d86e36fbe09d421a63fae572d0d80a84.
2024-03-09 21:38:24 +01:00
FunkyFr3sh
488bad66d8 make sure you can host "no-hd" games with 640x480 2024-03-09 21:33:38 +01:00
FunkyFr3sh
5b3a7b4994 add debug code for possible DwmFlush failure 2024-02-25 23:46:32 +01:00
FunkyFr3sh
194fb5e371 add ChangeDisplaySettings(NULL, 0); just to be sure 2024-02-17 06:33:56 +01:00
FunkyFr3sh
0f20a1a25f fix wayland bug (linux) 2024-02-17 06:27:18 +01:00
FunkyFr3sh
7002639452 #273 use 64bit aligned pitch 2024-01-09 20:44:04 +01:00
FunkyFr3sh
3e4833bda7 some more maintas tweaks 2023-12-31 04:35:08 +01:00
FunkyFr3sh
a863d8cb33 fix aspect ratio issues 2023-12-31 04:16:45 +01:00
FunkyFr3sh
2cbf45cc2f add missing roundf 2023-12-30 22:16:55 +01:00
FunkyFr3sh
988cad0200 use roundf for maintas 2023-12-29 01:40:49 +01:00
FunkyFr3sh
ff1c8fb0a3 Revert "Use double for maintas"
This reverts commit 6eec2443780767b6fd9e02ab55c7dae78c768954.
2023-12-29 01:35:44 +01:00
FunkyFr3sh
1e9f3a0ab8 fix custom resolution with high refresh rate monitors 2023-11-17 02:26:19 +01:00
FunkyFr3sh
e9b585f440 move is_wine bool to g_config 2023-11-04 03:20:30 +01:00
andrews05
6eec244378 Use double for maintas 2023-10-31 18:39:55 +13:00
FunkyFr3sh
5fc3764253 add fallback solution for rgb555 texture format issues 2023-10-21 06:27:59 +02:00
FunkyFr3sh
933fffe89d fix for last commit 2023-10-20 04:30:04 +02:00