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

1985 Commits

Author SHA1 Message Date
FunkyFr3sh
c90af52dac remove unused psapi header 2024-05-10 02:43:40 +02:00
FunkyFr3sh
47e1af94d0 fix warning with gcc 2024-05-10 00:03:14 +02:00
FunkyFr3sh
da3de43f44 enable d3d9 filter for vhack 2024-05-09 22:17:27 +02:00
FunkyFr3sh
6709698614 Merge branch 'master' of https://github.com/FunkyFr3sh/cnc-ddraw 2024-05-09 22:16:42 +02:00
FunkyFr3sh
5a3e1ad49b update vhack comments with worms2 support 2024-05-09 22:16:29 +02:00
FunkyFr3sh
e14515035b
Update README.md 2024-05-09 01:12:43 +02:00
FunkyFr3sh
5bd8864350
Update README.md 2024-05-09 01:12:11 +02:00
FunkyFr3sh
b8632698a4 tweak low res function checks 2024-05-08 09:04:19 +02:00
FunkyFr3sh
91cad99b6f add addiotional null check 2024-05-08 07:35:47 +02:00
FunkyFr3sh
38b553191f allow zooming on low resolutions as well (worms2) 2024-05-08 07:17:54 +02:00
FunkyFr3sh
d97dd8e106 fix warning 2024-05-08 07:10:35 +02:00
FunkyFr3sh
54d6ff5112 add support for woms 2 high resolution patch zoom 2024-05-08 05:54:56 +02:00
FunkyFr3sh
8326407a64 set DDSD_CKSRCBLT on SetColorKey 2024-05-08 03:30:18 +02:00
FunkyFr3sh
1c9b39a1fd set color key on GetSurfaceDesc 2024-05-08 01:47:56 +02:00
FunkyFr3sh
57a98d667d add additonoal windows version check fucntions 2024-05-06 02:56:40 +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
cc97cc0761 bump version 2024-05-04 08:09:36 +02:00
FunkyFr3sh
2cbd9bba09 comment out non-working functions 2024-05-04 07:47:19 +02:00
FunkyFr3sh
64c4b73853 Add workaround for alt+tab issues on windows 7 SP1 (opengl) 2024-05-04 07:19:02 +02:00
FunkyFr3sh
8d97550c2b Revert "Fix alt+tab issues on windows 7 (opengl + aero)"
This reverts commit a6e7b5f235fee1d3cf6c5fc023e11ef2ab5a5be4.
2024-05-04 06:34:37 +02:00
FunkyFr3sh
a6e7b5f235 Fix alt+tab issues on windows 7 (opengl + aero) 2024-05-04 01:45:41 +02:00
FunkyFr3sh
57be0f022e tweak makefile for faster debugging 2024-05-03 07:40:04 +02:00
FunkyFr3sh
18eddc7f7f adjust preset to fix graphical glitches with worms 2 high resolution patch 2024-05-02 05:54:00 +02:00
FunkyFr3sh
c61389d105 remove unnecessary clears on flip 2024-05-02 05:53:29 +02:00
FunkyFr3sh
13d7a3747b fix default WindowsTargetPlatformVersion 2024-05-02 05:52:51 +02:00
FunkyFr3sh
b0fb8d0be7 hook SetUnhandledExceptionFilter for mingw debug build 2024-04-26 02:02:06 +02:00
FunkyFr3sh
4b7fe8531e fix mingw debug build 2024-04-26 01:41:38 +02:00
FunkyFr3sh
b34ec49a13 handle "AVI Window" in StretchDIBits as well 2024-04-26 01:27:34 +02:00
FunkyFr3sh
36ae25ea89 #306 adjust road rash preset 2024-04-26 01:23:28 +02:00
FunkyFr3sh
6ddc2ad00b #306 support cutscene upscaling for road rash 2024-04-26 01:13:50 +02:00
FunkyFr3sh
a2ef373871 #306 partial support for road rash upscaling 2024-04-26 00:26:36 +02:00
FunkyFr3sh
ed5176942f simplify makefile 2024-04-25 00:57:54 +02:00
FunkyFr3sh
aba07e00b4 bump version 2024-04-20 09:09:29 +02:00
FunkyFr3sh
b638b90e69 only build ReleaseXP and DeubgLogXP for now to speed things up a bit 2024-04-20 06:59:05 +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
547fda273a use default toolset so you don't require a specific VS version 2024-04-18 01:35:22 +02:00
FunkyFr3sh
18c15280ba #304 add a check for CW_USEDEFAULT just to be sure 2024-04-16 03:11:33 +02:00
FunkyFr3sh
36bf42af6f allow negative values for window width/height 2024-04-16 02:54:40 +02:00
FunkyFr3sh
6dc8390fed #304 - Limit window size to max surface size (Dune2000 1.02) 2024-04-16 02:48:15 +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
3089c8872d fix some warnings 2024-04-11 04:10:33 +02:00
FunkyFr3sh
4dc8eb5f56 fix build on macos 2024-03-31 00:25:31 +01:00
FunkyFr3sh
6c5bac9058 Revert "only build DebugLogXP and ReleaseXP"
This reverts commit 1ef99b12955a93a86820187bc99dd5f747671ac0.
2024-03-29 22:36:44 +01:00
FunkyFr3sh
1ef99b1295 only build DebugLogXP and ReleaseXP 2024-03-29 22:31:35 +01:00
FunkyFr3sh
12838e5426 update debug build config 2024-03-29 22:22:56 +01:00
FunkyFr3sh
94d5072988 fix dirs 2024-03-29 22:20:25 +01:00
FunkyFr3sh
979b35bcb7 use older toolset for GHA 2024-03-29 22:16:23 +01:00