1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-26 10:29:23 +01:00

59 Commits

Author SHA1 Message Date
FunkyFr3sh
561f2ba614 improve legacy build 2024-09-28 21:22:45 +02:00
FunkyFr3sh
9d43cc31f2 fix for last commit 2024-09-28 20:30:50 +02:00
FunkyFr3sh
1821c3a15d use AddVectoredExceptionHandler only on XP and above 2024-09-28 20:30:27 +02:00
FunkyFr3sh
8b211a73d7 add checks for windows ME build 2024-09-28 19:57:11 +02:00
FunkyFr3sh
7175939854 don't use W functions 2024-09-28 18:22:08 +02:00
FunkyFr3sh
6eeef95998 add space 2024-09-25 16:49:06 +02:00
FunkyFr3sh
8d3baea228 fix long line 2024-09-25 16:48:53 +02:00
FunkyFr3sh
577f473327 remove ignore_exceptions setting 2024-09-25 16:47:12 +02:00
FunkyFr3sh
80b8a996a7 tweak exception handler 2024-09-24 23:36:11 +02:00
FunkyFr3sh
e0e59cd9fa add testing code for privileged instructions 2024-09-24 20:17:53 +02:00
FunkyFr3sh
9a308dcf1b add timestamp to logs 2024-09-19 19:42:27 +02:00
FunkyFr3sh
6977fccdbe add hack for Flight Simulator 98 2024-09-19 17:58:35 +02:00
FunkyFr3sh
9dbafc1660 adjust warning message 2024-09-12 19:45:25 +02:00
FunkyFr3sh
7d3a07b2e7 update compat warning text 2024-09-10 17:54:26 +02:00
FunkyFr3sh
5af1d683d8 Revert "add experimental WH_GETMESSAGE hook"
This reverts commit dcc76a154dec7dd35e4299c0e77a58efdfbf3d8a.
2024-09-10 15:42:14 +02:00
FunkyFr3sh
dcc76a154d add experimental WH_GETMESSAGE hook 2024-09-08 19:14:58 +02:00
FunkyFr3sh
4b46c48a36 fix warnings 2024-09-06 19:07:01 +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
86940e9937 add new DDEnableZoom export 2024-07-23 23:25:32 +02:00
FunkyFr3sh
6c53f51d7b detect other DirectDraw wrappers and error out 2024-07-13 03:58:36 +02:00
FunkyFr3sh
79b8b4d083 add temporary registry keys 2024-07-04 07:52:17 +02:00
FunkyFr3sh
648fe238ca tweak hook function 2024-06-02 22:17:26 +02:00
FunkyFr3sh
e3314c0b48 add presets for madeline math + adds new seetings to disable compat mode warnings 2024-05-30 07:20:44 +02:00
FunkyFr3sh
6b1f08e108 export DDGetProcAddress so fan patched games have access to the real GetProcAddress 2024-05-19 06:02:21 +02:00
FunkyFr3sh
6626480358 extend versionhelpers 2024-05-06 01:23:59 +02:00
FunkyFr3sh
82571fe8db #295 add workaround for Win11 steam RA2 crash 2024-03-11 17:48:27 +01:00
FunkyFr3sh
caa06c77c0 set g_ddraw_module right away 2024-02-17 18:11:58 +01:00
FunkyFr3sh
ec36b6d7bc export DDIsWindowed function so fan patched games can query the windowed state 2023-11-13 00:18:17 +01:00
FunkyFr3sh
dfae3361a0 fix _snprintf calls 2023-10-14 05:04:36 +02:00
FunkyFr3sh
77b969a33f fix debug log build 2023-10-06 00:15:44 +02:00
FunkyFr3sh
bebc935923 make sure config tool can create a fresh ddraw.ini 2023-09-24 20:13:20 +02:00
FunkyFr3sh
fa8cdbd0df move all ini settings to c_config 2023-09-22 00:38:42 +02:00
FunkyFr3sh
97a81b67b5 try to use hook=3 by default 2023-08-13 20:31:26 +02:00
FunkyFr3sh
a28578f925 use real functions 2023-08-06 09:25:34 +02:00
FunkyFr3sh
15cee173fc Let cnc-ddraw create a new ddraw.ini if it doesn't exist 2023-08-05 04:50:02 +02:00
FunkyFr3sh
ad1a35aa84 remove dinputhook setting 2023-08-02 17:09:01 +02:00
FunkyFr3sh
1452bbe598 remove early hook function 2023-08-02 15:15:44 +02:00
FunkyFr3sh
587adf8187 use real function 2023-06-29 21:26:11 +02:00
FunkyFr3sh
087f41ce11 hook SetUnhandledExceptionFilter for debug build 2023-06-29 21:13:04 +02:00
FunkyFr3sh
2ccda7875d log __COMPAT_LAYER 2022-10-18 19:42:37 +02:00
FunkyFr3sh
3f9ac549bc #121 return empty device identifier 2021-09-02 22:22:48 +02:00
FunkyFr3sh
f8fc73a35f #120 add CompleteCreateSysmemSurface stub 2021-09-01 22:43:54 +02:00
FunkyFr3sh
f29f712016 use older version of structs by default and cast to newer ones if needed 2021-06-14 09:57:26 +02:00
FunkyFr3sh
1f11bf8b84 refactoring 2021-06-11 20:30:43 +02:00
FunkyFr3sh
d99fb4b05d add some more stubs 2021-05-29 20:52:25 +02:00
FunkyFr3sh
c4e62fa0d9 fix DirectDrawEnumerate 2021-05-28 20:49:57 +02:00
FunkyFr3sh
2425033a2f #93 support SetProcessDpiAwarenessContext for newer versions of windows 2021-05-22 06:07:11 +02:00
FunkyFr3sh
369d3c2b65 move dinput hooks into hook.c 2021-05-14 01:24:46 +02:00
FunkyFr3sh
79c3e8722b remove nvidia/amd exports (they don't work...) 2021-05-09 01:23:19 +02:00
FunkyFr3sh
76dd7ae674 create MiniDump on crash in Debug builds 2021-01-28 07:38:03 +01:00