1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-21 08:22:12 +01:00

141 Commits

Author SHA1 Message Date
FunkyFr3sh
add701a7f6 add some more debugging code 2018-11-19 07:40:07 +01:00
FunkyFr3sh
6f520b4843 add checks for media stream 2018-11-18 13:11:05 +01:00
FunkyFr3sh
ecef95cbb6 add ddscaps to surface desc 2018-11-18 07:06:13 +01:00
FunkyFr3sh
6a2674e372 experimental dinput hook 2018-11-18 03:37:45 +01:00
FunkyFr3sh
bbd76a5d9e fix GameHandlesClose 2018-11-17 08:33:36 +01:00
FunkyFr3sh
95dcf06c9c adjust driver caps for TS/YR 2018-11-17 08:23:49 +01:00
FunkyFr3sh
c2254f0d9a allow mouse unlock via VK_RMENU and VK_RCONTROL 2018-11-16 12:23:19 +01:00
FunkyFr3sh
064a4ed0d7 allow maintain aspect ratio in windowed mode 2018-11-16 11:53:35 +01:00
FunkyFr3sh
55328cb497 rename hidemouse to handlemouse since it got a lot more functionality now 2018-11-16 08:58:39 +01:00
FunkyFr3sh
294e103421 add noactivateapp check 2018-11-16 08:11:07 +01:00
FunkyFr3sh
8714a5b1d8 add bad workaround for carmageddon 2018-11-16 08:05:50 +01:00
FunkyFr3sh
3c626b29b9 let WM_ACTIVATEAPP pass through once for tiberian sun + adjust presets 2018-11-16 07:56:32 +01:00
FunkyFr3sh
8ce134f6ce combine no minimize hack with noactivateapp since it doesn't work without it 2018-11-16 07:40:19 +01:00
FunkyFr3sh
848c918362 don't minimize on focus loss when mouse is not locked 2018-11-16 07:27:05 +01:00
FunkyFr3sh
d45fabe5cd add workaround for TS/YR stretching - don't stretch the menus 2018-11-16 06:37:11 +01:00
FunkyFr3sh
4d867fcaef add floats for scaling 2018-11-16 02:59:42 +01:00
FunkyFr3sh
ff8528a72c add GameHandlesClose from ts-ddraw 2018-11-16 01:14:05 +01:00
FunkyFr3sh
7f67f1c03f no resizable window for wine, sorry :( 2018-11-16 00:40:34 +01:00
FunkyFr3sh
a252b3724d allow moving the window to any position (tiberian sun) 2018-11-15 09:51:41 +01:00
FunkyFr3sh
5e4de793d4 fix tiberian sun menus 2018-11-15 09:45:24 +01:00
FunkyFr3sh
ec11947593 remove some resolutions to keep the list short 2018-11-14 09:21:23 +01:00
FunkyFr3sh
91614bf83c fix for case sensitive filenames (linux) 2018-11-14 07:00:42 +01:00
FunkyFr3sh
806746d364 experimental 16bit color support (Dune 2000) 2018-11-14 05:35:59 +01:00
FunkyFr3sh
eced18d01f make real ddraw fully optional (keep old XP workaround..) 2018-11-13 07:29:48 +01:00
FunkyFr3sh
9811f310bc use fancy macros 2018-11-12 00:39:47 +01:00
FunkyFr3sh
80563db9db use ticklength * 2 (just making sure...) 2018-11-09 20:58:48 +01:00
FunkyFr3sh
bdb5675459 make maxgameticks working via surface unlock for atomic bomberman 2018-11-09 20:39:45 +01:00
FunkyFr3sh
0e3e7659cb save window position on wine 2018-11-09 00:30:29 +01:00
FunkyFr3sh
c8c86f8282 remember window state 2018-11-07 23:28:19 +01:00
FunkyFr3sh
e14e1e74c5 remove sleep in setdisplaymode 2018-11-07 17:42:08 +01:00
FunkyFr3sh
b69e89d1de don't override maintain aspect ratio option globally when fullscreen resolution isn't supported 2018-11-05 20:48:42 +01:00
FunkyFr3sh
14ea479797 some more wine tweaks to improve performance on minimize 2018-11-05 14:16:30 +01:00
FunkyFr3sh
e59043f43f fix resizable window on wine 2018-11-05 14:05:32 +01:00
FunkyFr3sh
72a86a9f78 make alt+enter working with a resized window 2018-11-04 19:35:38 +01:00
FunkyFr3sh
d68cb86430 addref fix 2018-11-02 03:20:36 +01:00
FunkyFr3sh
8ba6185965 fix for carmageddon 2 2018-11-02 02:21:16 +01:00
FunkyFr3sh
7b55df3ed7 remove screenshot hotkey 2018-11-01 20:14:33 +01:00
FunkyFr3sh
d56240e178 make windowed+stretching working for a lot of non-cnc games 2018-11-01 20:09:42 +01:00
FunkyFr3sh
0e6d415f63 remove sleep hack and add a smarter game speed limiter that takes the games performance into account 2018-10-31 11:48:41 +01:00
FunkyFr3sh
82b245228c add dummy callback + new preset 2018-10-30 19:38:32 +01:00
FunkyFr3sh
90a31e1daf limit resolutions in EnumDisplayModes to prevent crashes 2018-10-30 17:54:14 +01:00
FunkyFr3sh
429389af07 lock mouse in windowed mode if resolution changed during runtime 2018-10-30 14:35:13 +01:00
FunkyFr3sh
d79b2086cc make sure only 8bit video modes are used + add some more debugging code 2018-10-30 08:29:19 +01:00
FunkyFr3sh
bde5fcd70b remove unused code + add some more presets 2018-10-29 05:47:01 +01:00
FunkyFr3sh
5e121fd76b fix for maintain aspect ratio 2018-10-28 13:00:50 +01:00
FunkyFr3sh
ff5fcec431 raise version number 2018-10-28 12:41:08 +01:00
FunkyFr3sh
0bca0877fb restrict size via WM_SIZING 2018-10-28 12:38:57 +01:00
FunkyFr3sh
30618755a1 don't use WM_GETMINMAXINFO to prevent possible bugs later on 2018-10-28 08:01:31 +01:00
FunkyFr3sh
a07fec08e0 maintain aspect ratio on resize 2018-10-28 06:46:35 +01:00
FunkyFr3sh
d70104c610 force redraw 2018-10-27 17:39:43 +02:00