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

498 Commits

Author SHA1 Message Date
FunkyFr3sh
d85b6e3243 add hidden option for linear filtering on direct3d 9 (16bpp games only) 2020-10-21 17:14:40 +02:00
FunkyFr3sh
c834411677 make nonexclusive= .ini settings work with direct3d 9 too 2020-10-21 16:21:15 +02:00
FunkyFr3sh
8e54756b4a add a new .ini setting for child window handling (currently only used for tm2) 2020-10-21 16:02:00 +02:00
FunkyFr3sh
ef03ee11c5 fix for blitter commit 2020-10-20 18:49:58 +02:00
FunkyFr3sh
8549494af2 #51 support GetDisplayMode 2020-10-20 16:38:51 +02:00
FunkyFr3sh
f5d794042c add some more error checking to the blitters 2020-10-20 15:00:12 +02:00
FunkyFr3sh
de02f46413 more hook 3/4 performance improvements 2020-10-20 05:59:41 +02:00
FunkyFr3sh
b690cb5c24 improve hook 3/4 performance 2020-10-19 16:37:12 +02:00
FunkyFr3sh
7d0e3e8da5 replace "forcefps=" with "minfps=" 2020-10-18 02:40:45 +02:00
FunkyFr3sh
f8eebf87fb fix for TM2 2020-10-17 13:46:37 +02:00
FunkyFr3sh
d2ea09c4f9 fix DirectDrawEnumerateExA 2020-10-17 04:52:31 +02:00
FunkyFr3sh
869eb36256 filter spammy messages on mini log build 2020-10-16 01:36:48 +02:00
FunkyFr3sh
583d927da6 add a few more missing functions for logging 2020-10-16 01:03:01 +02:00
FunkyFr3sh
d220415c3f add Dungeon Keeper 2 preset 2020-10-15 08:09:13 +02:00
FunkyFr3sh
6e54817718 add a hack for Dungeon Keeper 2 util there's a better solution 2020-10-15 07:43:03 +02:00
FunkyFr3sh
1ebacfcd27 comment on ddraw passthrough 2020-10-15 07:22:48 +02:00
FunkyFr3sh
ae4b72c9c9 export DirectDrawCreateEx 2020-10-15 05:13:37 +02:00
FunkyFr3sh
d45bf45895 remove old stom hooks 2020-10-15 01:17:40 +02:00
FunkyFr3sh
a17896d154 Revert "clear ddcaps"
This reverts commit a72a95baca439b492da95a0258b65fa83c329440.
2020-10-14 11:08:37 +02:00
FunkyFr3sh
85115cbf16 filter WM_NCACTIVATE with noactivateapp=true 2020-10-14 10:58:59 +02:00
FunkyFr3sh
a72a95baca clear ddcaps 2020-10-14 10:33:09 +02:00
FunkyFr3sh
4c12ebc077 #21 fixes Dungeon Keeper 2 color issues 2020-10-14 09:58:59 +02:00
FunkyFr3sh
8c0cb61394 return E_FAIL for newer d3d versions 2020-10-14 01:04:43 +02:00
FunkyFr3sh
b496169243 add dummy IDirect3D interface 2020-10-14 00:42:42 +02:00
FunkyFr3sh
4deccb229e add fflush 2020-10-13 23:54:06 +02:00
FunkyFr3sh
b10ece0687 support GetMonitorFrequency 2020-10-13 22:55:49 +02:00
FunkyFr3sh
dc93ff735f align 2020-10-13 21:58:04 +02:00
FunkyFr3sh
be79bb8c8b align and tweak some more 2020-10-13 11:29:52 +02:00
FunkyFr3sh
b417da74f6 align 2020-10-13 10:53:30 +02:00
FunkyFr3sh
25e561d953 add DebugLog build config 2020-10-13 10:15:42 +02:00
FunkyFr3sh
baaa87b18f refactoring 2020-10-13 09:20:52 +02:00
FunkyFr3sh
95afd87656 #48 revert populous hack 2020-10-11 00:13:27 +02:00
FunkyFr3sh
1bd612dcd5 add some notes to ddraw.ini 2020-10-06 21:08:29 +02:00
FunkyFr3sh
7ccccdab23 adjust Twisted Metal default settings 2020-10-06 20:48:43 +02:00
FunkyFr3sh
21e6cd3093 adjust Twisted Metal 2 default settings 2020-10-06 20:45:20 +02:00
FunkyFr3sh
37af4e6ee4 add 2 new .ini settings "nonexclusive" and "resizable" 2020-10-06 20:43:40 +02:00
FunkyFr3sh
475955d8ef allow to disable all game speed limiters 2020-10-06 04:28:18 +02:00
FunkyFr3sh
2c629cbe55 some Twisted Metal experiments 2020-10-06 02:33:41 +02:00
FunkyFr3sh
4283065d93 fix for min fps commit 2020-10-06 01:45:23 +02:00
FunkyFr3sh
b2ba8896b2 force 5 min. FPS 2020-10-06 01:32:38 +02:00
FunkyFr3sh
c41f4566cd fix return DD_OK on WaitForVerticalBlank 2020-10-05 19:59:57 +02:00
FunkyFr3sh
7a7b419866 adjust tm1 settings 2020-10-04 18:12:34 +02:00
FunkyFr3sh
ab06a682bb add support for WaitForVerticalBlank 2020-10-04 18:07:59 +02:00
FunkyFr3sh
1303d105f3 switch to windowed mode on error 2020-10-03 21:51:33 +02:00
FunkyFr3sh
3f93982306 only center window if the new resolution is bigger than the current size of the window 2020-10-03 21:22:38 +02:00
FunkyFr3sh
2e65cc31aa try to keep window size on alt+enter 2020-10-03 20:17:45 +02:00
FunkyFr3sh
285b75adb9 add some error checking for upscaling 2020-10-03 19:44:10 +02:00
FunkyFr3sh
40e23636e7 add preset for twisted metal 1 2020-10-02 22:33:07 +02:00
FunkyFr3sh
a99313244a add 320x240 for twisted metal 1 2020-10-02 21:11:45 +02:00
FunkyFr3sh
5003bf1085 change default shader 2020-09-30 17:01:34 +02:00