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

1449 Commits

Author SHA1 Message Date
FunkyFr3sh
6dc8390fed #304 - Limit window size to max surface size (Dune2000 1.02) 2024-04-16 02:48:15 +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
3089c8872d fix some warnings 2024-04-11 04:10:33 +02:00
FunkyFr3sh
86c86999d0 remove Win2000 build since it doesn't actualyl work on windows 2000 2024-03-29 21:36:25 +01:00
FunkyFr3sh
e893532562 fix build on linux 2024-03-28 23:11:18 +01: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
75f5c24305 fix for last commit 2024-03-25 02:50:55 +01:00
FunkyFr3sh
ed7296220b Disable ALT+ENTER on Infantry Online Zone List Window for now 2024-03-25 01:41:02 +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
f57055fd8c add better forground window detection and always enable new GetKeyState hooks 2024-03-20 21:31:05 +01:00
FunkyFr3sh
c8d4cd997e use real_ functions 2024-03-20 05:41:42 +01:00
FunkyFr3sh
871ccbf196 hook GetKeyState and GetAsyncKeyState for infantry 2024-03-20 05:35:36 +01:00
FunkyFr3sh
c52544ad6f fix keyboard not working with devmode TRUE 2024-03-18 00:37:18 +01:00
FunkyFr3sh
82571fe8db #295 add workaround for Win11 steam RA2 crash 2024-03-11 17:48:27 +01:00
FunkyFr3sh
f2d1e9e3e6 log d3d9on12 module ptr 2024-03-10 16:56:46 +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
6cc99330bd fix screenshot names 2024-03-07 17:45:04 +01:00
FunkyFr3sh
9e000720e4 fix screenshot names 2024-03-07 17:42:15 +01:00
FunkyFr3sh
5082a40a3d fix debug build 2024-03-03 02:53:07 +01:00
FunkyFr3sh
5b3a7b4994 add debug code for possible DwmFlush failure 2024-02-25 23:46:32 +01:00
FunkyFr3sh
eca7dde89e fix videos in wine 2024-02-17 23:18:42 +01:00
FunkyFr3sh
caa06c77c0 set g_ddraw_module right away 2024-02-17 18:11:58 +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
9ba2a78588 keep subdir change but revert to using ddraw.ini filename 2024-02-16 21:12:58 +01:00
egornovivan
d70d316c7e Added support for subdir and sync of dll and ini names
https://github.com/FunkyFr3sh/cnc-ddraw/issues/287
2024-02-16 22:55:17 +05:00
FunkyFr3sh
d147e91630 adjust default shader path 2024-02-08 22:54:16 +01:00
FunkyFr3sh
0c5c9acecf test 2024-02-03 21:44:15 +01:00
FunkyFr3sh
cfc5441994 update nova preset to support the new CE release (Fixes open pilot menu) 2024-02-01 18:19:46 +01:00
FunkyFr3sh
8a66959df9 #270 make sure framebuffer is initialized with surface_tex 2024-01-10 04:34:42 +01:00
FunkyFr3sh
3212dad148 fix palette in bmp screenshots 2024-01-09 21:09:47 +01:00
FunkyFr3sh
7002639452 #273 use 64bit aligned pitch 2024-01-09 20:44:04 +01:00
FunkyFr3sh
8d24dde49c more maintas tweaks 2023-12-31 04:45:14 +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
9e8f24f38d add preset for worms 2 2023-12-17 17:03:05 +01:00
FunkyFr3sh
68fe009736 Revert "#270 always clear entire screen"
This reverts commit 564419562fc250b717b9a26454e9f5aa7ee5079e.
2023-12-14 23:01:56 +01:00
FunkyFr3sh
564419562f #270 always clear entire screen 2023-12-13 00:28:13 +01:00
FunkyFr3sh
dc3be1243a #269 add workaround for Quest for Glory 5 movies 2023-12-12 00:39:25 +01:00
FunkyFr3sh
3ab1f7ff11 #267 allow to override .ini path via env var 2023-12-08 00:51:16 +01:00
FunkyFr3sh
c08ccb61c4 remove GetBltStatus from logs 2023-12-02 18:12:51 +01:00
FunkyFr3sh
91796c71c1 set lpSurface on failure 2023-11-19 02:25:16 +01:00
FunkyFr3sh
1e9f3a0ab8 fix custom resolution with high refresh rate monitors 2023-11-17 02:26:19 +01:00
FunkyFr3sh
434fb4de99 add support for alt+enter in fullscreen upscaled mode 2023-11-14 17:16:23 +01:00