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

1725 Commits

Author SHA1 Message Date
FunkyFr3sh
35f27746d1 add remove_menu setting to ini template 2024-08-20 09:56:07 +02:00
FunkyFr3sh
2faed7325b update HoMM 4 preset 2024-08-20 09:55:27 +02:00
FunkyFr3sh
815e9f045b fix warning 2024-08-18 11:40:17 +02:00
FunkyFr3sh
efb524ee4d add new optionm to fixchild= ini setting 2024-08-17 14:23:29 +02:00
FunkyFr3sh
a6adda6ace add commented out test code 2024-08-17 13:13:25 +02:00
FunkyFr3sh
52b63d3d47 add preset for Callus 95 2024-08-17 07:37:43 +02:00
FunkyFr3sh
79b1812e5a hide msctls_statusbar32 2024-08-17 07:34:54 +02:00
FunkyFr3sh
af8a81b618 Force redraw for GDI games 2024-08-17 06:03:41 +02:00
FunkyFr3sh
5ca3319e7a update some older presets 2024-08-16 15:30:07 +02:00
FunkyFr3sh
164365efd3 add new aspect_ratio to ddraw.ini 2024-08-16 07:51:05 +02:00
FunkyFr3sh
33666bbd19 try to get at least some windowed games working with zero config 2024-08-15 16:50:28 +02:00
FunkyFr3sh
aa357c044d set default size of primary surface to 1024x768 2024-08-15 14:20:13 +02:00
FunkyFr3sh
1ce5acd05d update lapis preset 2024-08-15 12:58:52 +02:00
FunkyFr3sh
9f12b35dc8 revert debug change 2024-08-15 12:55:54 +02:00
FunkyFr3sh
b40fcdd14e update lapis preset 2024-08-15 12:30:52 +02:00
FunkyFr3sh
35bc19f731 add preset for Lapis 2024-08-15 12:10:34 +02:00
FunkyFr3sh
f49f09895b save and restore dc state 2024-08-15 12:06:02 +02:00
FunkyFr3sh
79feefac26 remove test code 2024-08-15 10:19:28 +02:00
FunkyFr3sh
c7e4b81ad7 add experimental aspect_ratio setting (hidden for now) 2024-08-15 10:16:20 +02:00
FunkyFr3sh
e23a0ce1d5 rename once more 2024-08-13 04:57:26 +02:00
FunkyFr3sh
04c5944165 use -shader2scale instead of -noscale in filenames 2024-08-13 04:48:10 +02:00
FunkyFr3sh
e0b7d26856 add option to allow upscaling via shader2
must insert "-noscale" into filename to activate
2024-08-13 04:45:05 +02:00
FunkyFr3sh
555cf5de28 fix typo 2024-08-11 08:33:08 +02:00
FunkyFr3sh
5df1b00c6d add workaround for stretch blt's 2024-08-11 06:14:05 +02:00
FunkyFr3sh
b1c74f1628 remove allow_wmactivate setting 2024-08-10 03:28:12 +02:00
FunkyFr3sh
d71118454e improve logs 2024-08-07 04:20:21 +02:00
FunkyFr3sh
94ed631c6e fix for last commit 2024-08-05 05:56:43 +02:00
FunkyFr3sh
64f01ec06e #342 add preset for WarCraft 2000: Nuclear Epidemic 2024-08-05 05:56:08 +02:00
FunkyFr3sh
b50ff36ffc only check texture if no error 2024-08-03 08:57:38 +02:00
FunkyFr3sh
663743b49f make sure we don't get a random GL_INVALID_FRAMEBUFFER_OPERATION during test 2024-08-03 08:55:05 +02:00
FunkyFr3sh
4fd2f98301 only create opengl core context once 2024-08-03 08:22:50 +02:00
FunkyFr3sh
46f0fa29d4 #102 add -vietnamese - translation made by TheBuck338 @ github 2024-08-01 09:27:01 +02:00
FunkyFr3sh
d8b6395423 enable "nonexclusive" by default 2024-07-28 23:17:16 +02:00
FunkyFr3sh
cd0cfe5d5c update Real War preset 2024-07-28 10:49:52 +02:00
FunkyFr3sh
ca133861eb add preset for Real War 2024-07-28 10:39:39 +02:00
FunkyFr3sh
bc1a69330b add note about new limiter type 2024-07-28 10:38:03 +02:00
FunkyFr3sh
80356f76ed add new limiter type "LIMIT_UNLÖCK" 2024-07-28 10:37:14 +02:00
FunkyFr3sh
50b68a63bb adjust preset 2024-07-28 04:39:51 +02:00
FunkyFr3sh
3a579e36cc improve opengl error logs 2024-07-26 08:17:56 +02:00
FunkyFr3sh
2efc7f8a59 add preset for Emperor: Rise of the Middle Kingdom 2024-07-25 23:53:17 +02:00
FunkyFr3sh
9bd6cb9cc8 retry wglMakeCurrent up to 5 times on failure 2024-07-24 08:05:03 +02:00
FunkyFr3sh
f2f6ffe69f initial zoom support 2024-07-24 08:00:04 +02:00
FunkyFr3sh
86940e9937 add new DDEnableZoom export 2024-07-23 23:25:32 +02:00
FunkyFr3sh
3ef9e29a8b retry wglMakeCurrent at least once 2024-07-22 11:05:50 +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
4b5ded46f1 reduce waiting time in SetDisplayMode( 2024-07-21 07:18:09 +02:00
FunkyFr3sh
f4f5c2d71b fix GL_OUT_OF_MEMORY error issues on high resolutions such as 8k and above 2024-07-21 04:01:00 +02:00
FunkyFr3sh
751a1e9419 detect D3DWindower as well 2024-07-20 02:19:31 +02:00
FunkyFr3sh
7ac53e1e97 add preset for Barbie(R) Photo Designer 2024-07-19 07:35:21 +02:00
FunkyFr3sh
7cb1fceac7 fix warnings 2024-07-18 01:50:31 +02:00