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

2563 Commits

Author SHA1 Message Date
FunkyFr3sh
e3e7dc22e1 improve debug logs 2024-10-26 21:40:28 +02:00
FunkyFr3sh
79cfe0f466 tweak legacy build 2024-10-25 17:31:28 +02:00
FunkyFr3sh
ce4860dc05 fix downscaling with boxing=true 2024-10-25 16:28:39 +02:00
FunkyFr3sh
cdec1fe85b Merge branch 'master' of https://github.com/FunkyFr3sh/cnc-ddraw 2024-10-23 02:49:47 +02:00
FunkyFr3sh
a851f93c0a add Final Liberation: Warhammer Epic 40000 (GOG) to supported games list 2024-10-23 02:49:41 +02:00
FunkyFr3sh
9545a58f05
Update README.md 2024-10-21 00:10:54 +02:00
FunkyFr3sh
856ce8a3af add preset for Hooligans: Storm over Europe 2024-10-18 18:42:46 +02:00
FunkyFr3sh
a4f927b095 add a check for DDSCAPS_OWNDC 2024-10-18 18:02:30 +02:00
FunkyFr3sh
9671d810af #352 add preset for Age Of Wonders 1 2024-10-16 16:48:19 +02:00
FunkyFr3sh
03d82b86a4 remoe devmode setting 2024-10-12 01:44:26 +02:00
FunkyFr3sh
a6ef1bbfe7 update Jazz Jackrabbit 2 presets 2024-10-12 01:43:21 +02:00
FunkyFr3sh
362d05367c allow to toggle windowed/maximize with a single key press 2024-10-12 01:24:07 +02:00
FunkyFr3sh
01fe4f2f0f update worms armageddon preset 2024-10-11 22:17:55 +02:00
FunkyFr3sh
a2c0dee506 improve logs 2024-10-10 16:58:21 +02:00
FunkyFr3sh
fc9243d71b keep old WS_MINIMIZEBOX hack 2024-10-06 23:55:16 +02:00
FunkyFr3sh
6d61a423ee only use workaround for linux and not for macOS 2024-10-06 23:43:43 +02:00
FunkyFr3sh
fc9bb11e75 fix resizable .ini setting in wine 2024-10-06 21:38:07 +02:00
FunkyFr3sh
92df1257bd do not never forward SC_MAXIMIZE to the game in wine 2024-10-06 21:33:37 +02:00
FunkyFr3sh
4fdc98ef28 add missing KillTimer call 2024-10-05 23:03:00 +02:00
FunkyFr3sh
4af2daed14 enforce minimum window size on restore after maximize 2024-10-05 23:00:13 +02:00
FunkyFr3sh
552c5809e0 add comment 2024-10-05 22:47:08 +02:00
FunkyFr3sh
c8980c5e34 kill timer on maximize (just to be sure...) 2024-10-05 22:43:04 +02:00
FunkyFr3sh
747f1df81c add hack for linux to enforce minimum window size 2024-10-05 22:39:49 +02:00
FunkyFr3sh
a93d004f1b move inject_resolution up and add notes 2024-10-03 14:13:59 +02:00
FunkyFr3sh
f1316407d1 fix maximize button on linux 2024-10-03 13:49:57 +02:00
FunkyFr3sh
5c853ca487 fix typo 2024-10-03 04:52:23 +02:00
FunkyFr3sh
bb43a486d9 fix comments 2024-10-03 04:51:51 +02:00
FunkyFr3sh
dce598afcf disable maximize and windowed toggle while maximized on macOS 2024-10-03 04:50:49 +02:00
FunkyFr3sh
07e088faaa Do not save settings while window is maxmized in macOS 2024-10-03 04:27:04 +02:00
FunkyFr3sh
116297d2b4 do not save settings after maxmize on macOS 2024-10-03 04:13:40 +02:00
FunkyFr3sh
ca6c447ae6 fix window resize and maximize for macOS + fix resize on linux 2024-10-03 03:57:10 +02:00
FunkyFr3sh
95a5f7231e don't emulate 60hz vblank on 60hz monitor 2024-10-02 16:47:17 +02:00
FunkyFr3sh
f9fa3b0fa2 add missing arg to Crc32_FromFile function 2024-09-30 23:53:41 +02:00
FunkyFr3sh
a7b8e2e80f move crc32 function 2024-09-30 23:46:04 +02:00
FunkyFr3sh
107897a29f fix default settings 2024-09-30 22:14:49 +02:00
FunkyFr3sh
50f3da2fd7 Merge branch 'master' of https://github.com/FunkyFr3sh/cnc-ddraw 2024-09-30 21:54:31 +02:00
FunkyFr3sh
e80499a30e add dummy functions to avoid Wtsapi32.dll imports (Keeps it win2000 compatible) 2024-09-30 21:54:25 +02:00
FunkyFr3sh
df73d585c0
Update README.md 2024-09-30 16:50:48 +02:00
FunkyFr3sh
cee28b7abf
Update README.md 2024-09-30 16:43:01 +02:00
FunkyFr3sh
158b49e460 add IsWindows2000OrGreater function 2024-09-29 22:53:38 +02:00
FunkyFr3sh
c479cc20a5 some more tweaks to logs 2024-09-29 21:27:55 +02:00
FunkyFr3sh
cd3a52363b improve win version logging 2024-09-29 21:03:12 +02:00
FunkyFr3sh
d3dbab102f fix for last commit 2024-09-29 17:28:34 +02:00
FunkyFr3sh
d680af0a4a dynamically load Dbghelp.dll 2024-09-29 17:09:24 +02:00
FunkyFr3sh
5336f7d1ec make sure we don't get a blackscreen if device doesn't support StretchDIBits 2024-09-29 02:27:14 +02:00
FunkyFr3sh
da99931f8c target windows 9X by default 2024-09-28 22:14:27 +02:00
FunkyFr3sh
6f4339f16a fix versionhelpers for legacy build 2024-09-28 22:07:33 +02:00
FunkyFr3sh
1017b235a4 align 2024-09-28 21:29:12 +02:00
FunkyFr3sh
561f2ba614 improve legacy build 2024-09-28 21:22:45 +02:00
FunkyFr3sh
9d43cc31f2 fix for last commit 2024-09-28 20:30:50 +02:00