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

103 Commits

Author SHA1 Message Date
FunkyFr3sh
c328ae9550 forward input to video window during video playback 2023-10-16 03:35:09 +02:00
FunkyFr3sh
ce84abfac0 fix TA megamap mouse wheel zoom in windowed mode 2023-10-05 02:17:01 +02:00
FunkyFr3sh
d04ada54d9 use _exit to avoid issues on close 2023-10-05 02:02:07 +02:00
FunkyFr3sh
b85ee1674f fix possible deadlock 2023-09-26 06:54:12 +02:00
FunkyFr3sh
fa8cdbd0df move all ini settings to c_config 2023-09-22 00:38:42 +02:00
FunkyFr3sh
accc47e377 fix cursor position issues with downscaling 2023-09-14 16:47:28 +02:00
FunkyFr3sh
c20fac3596 fix min size code (commented out for now) 2023-09-03 18:24:55 +02:00
FunkyFr3sh
aca18912b3 allow to have game window bigger than screen size 2023-08-24 18:37:16 +02:00
FunkyFr3sh
b14b219be7 remove PostMessage call 2023-08-23 18:27:45 +02:00
FunkyFr3sh
f564fa840e improve logging 2023-08-22 18:10:23 +02:00
FunkyFr3sh
23c9f19ff7 Revert "add partial support for Aero Snap"
This reverts commit 634ec34aacc94c27a644f5ffe983529efacb78ff.
2023-08-22 18:06:49 +02:00
FunkyFr3sh
4fab846bca Revert "fix for last commit"
This reverts commit d222992d5ad8964b9aa60f2bfdd90f22a19fec93.
2023-08-22 18:06:45 +02:00
FunkyFr3sh
7bc89de926 Revert "another fix for aero snap"
This reverts commit d0cf8c64619a5702d11fd28366c3b69096494fdc.
2023-08-22 18:06:39 +02:00
FunkyFr3sh
d875c33822 Revert "improve logging"
This reverts commit 9fc68ba6cad7ca6e5d68bace7dca8ebb58811391.
2023-08-22 18:06:36 +02:00
FunkyFr3sh
9fc68ba6ca improve logging 2023-08-22 16:04:50 +02:00
FunkyFr3sh
d0cf8c6461 another fix for aero snap 2023-08-22 16:01:58 +02:00
FunkyFr3sh
d222992d5a fix for last commit 2023-08-22 16:01:31 +02:00
FunkyFr3sh
634ec34aac add partial support for Aero Snap 2023-08-22 16:01:14 +02:00
FunkyFr3sh
149a9d1ebe remove old patch 2023-08-20 23:15:48 +02:00
FunkyFr3sh
66e86aa37c replace IsIconic with custom function 2023-08-20 23:12:00 +02:00
FunkyFr3sh
85563ef06b fix d3d9 alt+tab and alt+enter on windows 7 2023-08-20 22:15:06 +02:00
FunkyFr3sh
0013c746af disable log 2023-08-17 14:30:02 +02:00
FunkyFr3sh
0458b765ac #160 log WM_WINDOWPOSCHANGING 2023-08-17 14:17:36 +02:00
FunkyFr3sh
4c620b224f retry until device was reset 2023-08-15 08:59:26 +02:00
FunkyFr3sh
26175acde7 revert min fps setting on d3d9 2023-08-15 08:46:14 +02:00
FunkyFr3sh
f3b85780ad replace Direct3D9EnableMaximizedWindowedModeShim with better solution 2023-08-14 19:56:00 +02:00
FunkyFr3sh
845360b021 log wndproc 2023-08-10 14:47:26 +02:00
FunkyFr3sh
ad1a35aa84 remove dinputhook setting 2023-08-02 17:09:01 +02:00
FunkyFr3sh
efccab9709 fix WM MOVE linux bug 2023-07-25 05:26:38 +02:00
FunkyFr3sh
031cb25ec2 allow maximize hotkey with window border enabled as well 2023-07-10 01:08:43 +02:00
FunkyFr3sh
6542559733 fix alt+enter on wine 2023-07-08 04:44:38 +02:00
FunkyFr3sh
a02c7f3e68 new .ini setting #toggle_borderless 2023-07-03 05:13:47 +02:00
FunkyFr3sh
24d66d8a30 hook GetForegroundWindow 2022-10-19 05:08:22 +02:00
FunkyFr3sh
f9f2dd9044 enable patch for dinuthook 2022-10-18 18:45:15 +02:00
FunkyFr3sh
9a63cb58bd add some testing code for dinput games 2022-10-18 18:34:47 +02:00
FunkyFr3sh
58c7df35a4 don't reset minimized window 2022-10-14 22:06:10 +02:00
FunkyFr3sh
2d76b4916d use real function and not the hooked one 2022-09-21 21:24:04 +02:00
FunkyFr3sh
4a45d7942b filter WM_TIMER 2022-09-21 16:06:17 +02:00
FunkyFr3sh
9ac9aa3c6a bump version 2022-09-20 09:17:57 +02:00
FunkyFr3sh
1b791fb2cb only lock cursor in borderless if game window is the foreground window 2022-09-20 08:59:36 +02:00
FunkyFr3sh
9becc9be3c ifdef debug code 2022-09-09 23:55:45 +02:00
FunkyFr3sh
294e8f7d34 #164 add preset for Atrox 2022-09-05 09:08:59 +02:00
FunkyFr3sh
e59f492c0f filter some more messages 2022-09-05 06:25:33 +02:00
FunkyFr3sh
e5fcb98d5e don't log key message 2022-09-05 06:16:21 +02:00
FunkyFr3sh
641313eaaf #160 log WndProc 2022-09-05 06:07:23 +02:00
FunkyFr3sh
c8c10836b5 allow SC_KEYMENU in case there's a menu (Infantry Online) 2022-02-16 16:24:39 +01:00
FunkyFr3sh
571372f9ca fix adjmouse bug 2022-02-15 10:17:05 +01:00
FunkyFr3sh
f013a76c7e #138 fix bMenu bool in AdjustWindowRect calls
(cherry picked from commit aee8747898f7b41f92e93ae8dd80c8ac5b38291e)
2022-02-05 03:47:55 +01:00
FunkyFr3sh
aca2ca7071 fix cursor lock on alt+tab
(cherry picked from commit 6a38496bf76fea3a84087a9a3fd66d2911900fa1)
2021-12-01 21:02:23 +01:00
FunkyFr3sh
768a3aaa7f #117 add hotkey settings to .ini 2021-09-29 12:55:20 +02:00