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

1255 Commits

Author SHA1 Message Date
FunkyFr3sh
bd697e7b7a fix function name 2022-09-21 16:37:13 +02:00
FunkyFr3sh
16d98d1719 #172 return DD_OK on GetGDISurface for now 2022-09-21 16:34:52 +02:00
FunkyFr3sh
d18df5faf1 #172 Add support for SetSurfaceDesc (Nancy Drew: Stay Tuned For Danger) 2022-09-21 16:07:32 +02:00
FunkyFr3sh
4a45d7942b filter WM_TIMER 2022-09-21 16:06:17 +02:00
FunkyFr3sh
04d8b2e8f8 bump version v4.5.0.0 2022-09-20 23:43:52 +02:00
FunkyFr3sh
15b7684f7c fix for last commit 2022-09-20 12:16:45 +02:00
FunkyFr3sh
8c23af938d switch to gdi renderer if d3d12 fails 2022-09-20 12:16:10 +02:00
FunkyFr3sh
8bea6fd369 make GameHandlesClose an ini setting 2022-09-20 11:29:00 +02:00
FunkyFr3sh
5616af006b add option to enable direct3d 12 renderer (via MS 9on12) 2022-09-20 11:21:32 +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
c6701a8cd6 set value outside of loop 2022-09-20 02:28:33 +02:00
FunkyFr3sh
6372dc6884 add AVX memset 2022-09-20 02:27:01 +02:00
FunkyFr3sh
fee61f7b4a add zeroupper 2022-09-20 01:34:10 +02:00
FunkyFr3sh
278517fec4 fix warnings 2022-09-20 01:29:24 +02:00
FunkyFr3sh
c279682408 replace memcpy with blt_copy + enable AVX code 2022-09-20 00:54:19 +02:00
FunkyFr3sh
234448ebee use AVX for less than 100kb 2022-09-20 00:39:02 +02:00
FunkyFr3sh
b98ced6d1e bump version 2022-09-19 14:29:55 +02:00
FunkyFr3sh
5a10fe5c64 add preset for TA beta replay viewer 2022-09-19 14:29:34 +02:00
FunkyFr3sh
a55a348cd6 tweak avx memcpy 2022-09-19 14:06:55 +02:00
FunkyFr3sh
edec5da87c tweak avx copy 2022-09-19 13:59:02 +02:00
FunkyFr3sh
f4ee6128c4 detect if AVX is supported 2022-09-19 13:13:34 +02:00
FunkyFr3sh
537b8605b0 use blt_copy 2022-09-18 20:27:46 +02:00
FunkyFr3sh
e8acc35f0d add AVX test code 2022-09-18 19:02:15 +02:00
FunkyFr3sh
a1b58749a2 make guard lines easier to adjust 2022-09-18 10:41:27 +02:00
FunkyFr3sh
cbae2db055 fix param 2022-09-18 09:25:49 +02:00
FunkyFr3sh
4d2976249e bump version 2022-09-17 13:49:21 +02:00
FunkyFr3sh
8d6b2f3bfe add option to lock surfaces 2022-09-17 13:46:45 +02:00
FunkyFr3sh
484022b97d update presets 2022-09-17 11:49:19 +02:00
FunkyFr3sh
40e8519352 bump version 2022-09-17 09:05:30 +02:00
FunkyFr3sh
8b8601470a adjust TA preset 2022-09-17 09:00:58 +02:00
FunkyFr3sh
cb87c01023 force redraw on device reset 2022-09-17 09:00:42 +02:00
FunkyFr3sh
9dedb5a724 use full path to ddraw.ini to fix issues with bad working dirs 2022-09-16 23:46:59 +02:00
FunkyFr3sh
18622bff3a remove TRACE 2022-09-16 16:13:06 +02:00
FunkyFr3sh
c4e8f959d4 flip file mapping 2022-09-16 12:33:08 +02:00
FunkyFr3sh
9703d59b43 use local var 2022-09-16 12:10:45 +02:00
FunkyFr3sh
ee5d236198 use stosb 2022-09-16 12:08:22 +02:00
FunkyFr3sh
087ccc719a use movsb 2022-09-16 11:47:09 +02:00
FunkyFr3sh
160ba70fa5 add post build event for Release build 2022-09-16 11:24:41 +02:00
FunkyFr3sh
8a63e2b976 allocate memory with CreateFileMapping 2022-09-16 11:22:05 +02:00
FunkyFr3sh
9b5856c496 add post build event for DebugLog build 2022-09-16 03:25:17 +02:00
FunkyFr3sh
45dc982b4a Merge branch 'master' of https://github.com/CnCNet/cnc-ddraw 2022-09-16 02:59:31 +02:00
FunkyFr3sh
9b3cd4cf84 fix some warning messages 2022-09-16 02:59:21 +02:00
FunkyFr3sh
8cd1fe7afa
Update README.md 2022-09-15 20:31:32 +02:00
FunkyFr3sh
5a9284a44e save and pass DDSD_BACKBUFFERCOUNT 2022-09-15 10:21:33 +02:00
FunkyFr3sh
edf69fcc2a add support for DDSD_LPSURFACE and DDSD_PITCH 2022-09-15 10:10:52 +02:00
FunkyFr3sh
f39e3fcddb fix GetAttachedSurface 2022-09-15 09:57:36 +02:00
FunkyFr3sh
0133030c6a add memset blt_clear wrapper 2022-09-15 02:12:27 +02:00
FunkyFr3sh
f9462e5903 fix color conversion blitters 2022-09-14 15:30:16 +02:00
FunkyFr3sh
b309ce705a bump version 2022-09-13 17:28:24 +02:00