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

245 Commits

Author SHA1 Message Date
FunkyFr3sh
918037dd3e fix jumping cursor while zooming 2024-07-26 08:27:42 +02:00
FunkyFr3sh
f2f6ffe69f initial zoom support 2024-07-24 08:00:04 +02:00
FunkyFr3sh
e3b81f8250 only create opengl context once per window
fixes issues on intel and improves performance
2024-07-22 09:03:15 +02:00
FunkyFr3sh
7cb1fceac7 fix warnings 2024-07-18 01:50:31 +02:00
FunkyFr3sh
2465b13d73 add comments for AOE2 textbox hack 2024-07-14 07:59:39 +02:00
FunkyFr3sh
d968d320c6 fix textbox with maintain aspect ratio enabled 2024-07-14 07:29:26 +02:00
FunkyFr3sh
c850b0dcc3 fix AOE2 textbox position 2024-07-14 07:21:07 +02:00
FunkyFr3sh
12715febe9 set pixel format only for opengl renderer (prevents loading of open32.dll) 2024-06-21 23:00:40 +02:00
FunkyFr3sh
30de4d7df4 use high resolutuion timer by default 2024-06-15 05:28:06 +02:00
FunkyFr3sh
526a068a9a use real_ functions 2024-06-10 00:05:04 +02:00
FunkyFr3sh
e19d896dab Revert "remove duplicate code"
This reverts commit 0c6a0fba4b6388433f3a41fa423780b5d722e9bc.
2024-06-08 22:08:23 +02:00
FunkyFr3sh
0c6a0fba4b remove duplicate code 2024-06-08 21:56:29 +02:00
FunkyFr3sh
648fe238ca tweak hook function 2024-06-02 22:17:26 +02:00
FunkyFr3sh
5de8cb4761 disable debug code 2024-06-02 08:18:35 +02:00
FunkyFr3sh
b2e9e427f2 fix atrox cutscenes 2024-06-02 08:17:57 +02:00
FunkyFr3sh
bdc54afcf0 fix build 2024-06-02 02:02:27 +02:00
FunkyFr3sh
f9fa52a61f fix lock_mouse_top_left setting 2024-06-02 01:54:14 +02:00
FunkyFr3sh
edb0f43091 tweak ticks limiter for nancy drew games 2024-05-31 21:43:33 +02:00
FunkyFr3sh
5c1f822a35 #319 fix moving cursor bug in Nancy drew games (macOS) 2024-05-31 02:43:20 +02:00
FunkyFr3sh
66de7d5d1e remove old code 2024-05-31 00:55:04 +02:00
FunkyFr3sh
4f5c332cd5 don't send WM_ACTIVATEAPP yet (needs more testing) 2024-05-30 22:53:01 +02:00
FunkyFr3sh
33476726d2 update learning company games presets 2024-05-29 06:16:57 +02:00
FunkyFr3sh
4de6eee162 make sure we got move+close menu items 2024-05-29 04:28:05 +02:00
FunkyFr3sh
cf3d0c51ad #313 improve American Girls Dress Designer support and merge changes into master 2024-05-28 22:23:47 +02:00
FunkyFr3sh
9674705685 re-align code 2024-05-27 23:54:19 +02:00
FunkyFr3sh
07a9ba78db set default values in SetDisplayMode 2024-05-27 23:33:47 +02:00
FunkyFr3sh
2efe3567ca add workaround for learning company games 2024-05-27 06:36:18 +02:00
FunkyFr3sh
b219aca166 update debug code 2024-05-27 05:17:57 +02:00
FunkyFr3sh
3ca9883723 disable CF hack for now 2024-05-27 05:16:04 +02:00
FunkyFr3sh
009bc4e2e8 send WM_ACTIVATEAPP only once 2024-05-27 04:34:28 +02:00
FunkyFr3sh
5bbe1299d2 add test patches for Clue Finders 4th 2024-05-26 09:08:38 +02:00
FunkyFr3sh
c1a14a31d5 add new setting to enable (very bugged) resize in wine 2024-05-24 02:26:46 +02:00
FunkyFr3sh
0cf0533654 #313 Add partial support for American Girls Dress Designer (Fullscreen only, no upscaling) 2024-05-22 23:51:48 +02:00
FunkyFr3sh
504c2eb1c5 add new setting to fake current display mode 2024-05-22 23:23:27 +02:00
FunkyFr3sh
07f11bf577 keep commented out debug code 2024-05-21 07:03:58 +02:00
FunkyFr3sh
b55593cb4c #311 fix fullscreen issues with opengl/gdi in nancy drew games 2024-05-21 06:55:23 +02:00
FunkyFr3sh
8de39f6590 enable vhack by default for worms 2 2024-05-13 04:21:54 +02:00
FunkyFr3sh
9897ffbd57 remove old WM_MOVE hack 2024-05-13 03:03:44 +02:00
FunkyFr3sh
518b940365 add hack for games that require the cursor to be in the exact center of the screen (Worms 2 / Atlantis) 2024-05-12 21:35:28 +02:00
FunkyFr3sh
38b553191f allow zooming on low resolutions as well (worms2) 2024-05-08 07:17:54 +02:00
FunkyFr3sh
54d6ff5112 add support for woms 2 high resolution patch zoom 2024-05-08 05:54:56 +02:00
FunkyFr3sh
e18eb931eb use inline functions for WINE checks 2024-05-06 02:00:58 +02:00
FunkyFr3sh
6626480358 extend versionhelpers 2024-05-06 01:23:59 +02:00
FunkyFr3sh
64c4b73853 Add workaround for alt+tab issues on windows 7 SP1 (opengl) 2024-05-04 07:19:02 +02:00
FunkyFr3sh
ec648669ef add partial support for menus in fullscreen via nonexclusive=true 2024-04-20 04:41:04 +02:00
FunkyFr3sh
f735ef839c #305 add support for window menu in borderless mode 2024-04-20 00:34:46 +02:00
FunkyFr3sh
9d4f3b148b add position check to make sure we'll only resize on first start 2024-04-12 01:37:44 +02:00
FunkyFr3sh
3a52a07ba6 add (commented out) code to adjust the zone list size on first start 2024-04-12 01:25:00 +02:00
FunkyFr3sh
b89b184ce0 don't force devmode on for infantry (keep it for zone list only) 2024-03-28 17:48:31 +01:00
FunkyFr3sh
36a87419e3 don't allocate ddraw struct 2024-03-22 22:27:00 +01:00