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

695 Commits

Author SHA1 Message Date
FunkyFr3sh
f86f0b3736 bump version 1.3.8.0 2020-10-15 08:09:37 +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
da69bc6620 use different folder for DebugLog build 2020-10-13 10:18:55 +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
2b453edb95 bump version 2020-10-06 01:32:54 +02:00
FunkyFr3sh
b2ba8896b2 force 5 min. FPS 2020-10-06 01:32:38 +02:00
FunkyFr3sh
5f0f8f8737 bump version 1.3.7.0 2020-10-05 20:00:37 +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
FunkyFr3sh
909c9b39de make saving settings optional 2020-09-30 10:14:30 +02:00
FunkyFr3sh
07d0e234c9 use registry values for restoring display settings 2020-09-30 09:50:52 +02:00
FunkyFr3sh
cbd40d5c32 set maxfps to 60 for now (there are some issues on wine) 1.3.6.1 2020-09-27 13:39:54 +02:00
FunkyFr3sh
27323efa4b Fix for twisted metal 2 2020-09-27 13:38:41 +02:00
FunkyFr3sh
434fb86d9c #45 set maxfps to -1 by default 2020-09-27 10:23:16 +02:00
FunkyFr3sh
330a683880 bump version 2020-09-27 05:13:43 +02:00
FunkyFr3sh
e6353ef46a clean up settings ini 2020-09-27 05:13:15 +02:00
FunkyFr3sh
c968245a0d fix hook 2020-09-26 15:41:05 +02:00
FunkyFr3sh
0251ec6c53 #28 Fix for populous 3 crash 2020-09-26 15:04:27 +02:00