FunkyFr3sh
|
880ec82688
|
add README.md
|
2019-04-04 03:40:55 +02:00 |
|
FunkyFr3sh
|
8e8fd808af
|
make sure the game.exe preset is only used for cnc games (and not for diablo 2...)
|
2019-04-03 03:13:39 +02:00 |
|
FunkyFr3sh
|
9e1397d0f6
|
make Windows API Hooking optional
|
2019-04-01 22:54:36 +02:00 |
|
FunkyFr3sh
|
9bd26df82c
|
testing code for detecting bad compatibility modes
|
2019-04-01 22:32:53 +02:00 |
|
FunkyFr3sh
|
590cbf12c9
|
remove d3d9 minimized check
|
2019-03-30 16:29:51 +01:00 |
|
FunkyFr3sh
|
3750ca384d
|
fix unlock cursor keys
|
2019-03-20 06:53:01 +01:00 |
|
FunkyFr3sh
|
69b29ebac3
|
improve hotpatching
|
2019-03-20 05:07:28 +01:00 |
|
FunkyFr3sh
|
822b5c5f32
|
some more hook.c tweaks
|
2019-03-19 09:43:47 +01:00 |
|
FunkyFr3sh
|
03100ee84b
|
optional hotpatch support
|
2019-03-19 07:44:34 +01:00 |
|
FunkyFr3sh
|
b49cd06876
|
Forces Nvidia and AMD high performance graphics.
|
2019-03-17 01:18:37 +01:00 |
|
FunkyFr3sh
|
ee14204ced
|
use spaces
|
2019-01-28 21:11:34 +01:00 |
|
FunkyFr3sh
|
c0d7805976
|
#8 - Add Command & Conquer: Red Alert 2: Yuri's Revenge - XWIS preset
|
2019-01-28 20:40:20 +01:00 |
|
FunkyFr3sh
|
5504817f2d
|
#8 - Add Command & Conquer: Red Alert 2 - XWIS preset
|
2019-01-28 20:32:58 +01:00 |
|
FunkyFr3sh
|
cb09c794cd
|
#8 - Add Tiberian Sun Demo preset
|
2019-01-28 20:25:45 +01:00 |
|
FunkyFr3sh
|
5a6fea7fd3
|
raise version for release
1.3.4.0
|
2018-12-11 09:43:47 +01:00 |
|
FunkyFr3sh
|
bf94d285e4
|
fix menu issues resize/alt+tab with opengl
|
2018-12-11 08:56:22 +01:00 |
|
FunkyFr3sh
|
fde4c29366
|
bump version
|
2018-12-10 12:19:04 +01:00 |
|
FunkyFr3sh
|
1612c7475d
|
try to make the settings file easier to understand
|
2018-12-10 12:07:43 +01:00 |
|
FunkyFr3sh
|
fea88beb38
|
experimental glClear - maybe it's enough to clear the buffers only once initially?
|
2018-12-10 06:46:57 +01:00 |
|
FunkyFr3sh
|
f41b2fc177
|
use memset for DDBLT_COLORFILL
|
2018-12-10 05:55:48 +01:00 |
|
FunkyFr3sh
|
32fff11093
|
reduce vsync input lag
|
2018-12-10 04:24:30 +01:00 |
|
FunkyFr3sh
|
167bb4238c
|
use FAILED macro for d3d9 present
|
2018-12-10 03:46:12 +01:00 |
|
FunkyFr3sh
|
6558ddb000
|
enable all cpus if singlecpu is set to false
|
2018-12-10 03:42:30 +01:00 |
|
FunkyFr3sh
|
e38f88a3e4
|
revert fps debug changes
|
2018-12-10 03:39:15 +01:00 |
|
FunkyFr3sh
|
133950f12d
|
improve ClientToScreen and ScreenToClient hooks - fixes tiberian sun save game confirmation dialog
|
2018-12-10 03:36:51 +01:00 |
|
FunkyFr3sh
|
12119a40af
|
bump version for release
1.3.3.0
|
2018-12-03 06:52:08 +01:00 |
|
FunkyFr3sh
|
551070ffbe
|
remove WS_MAXIMIZEBOX until maximize is fully supported
|
2018-12-02 22:20:43 +01:00 |
|
FunkyFr3sh
|
6b0fbce7f8
|
add guardlines to HeapAlloc too in case bitmap creation fails
|
2018-12-02 07:31:53 +01:00 |
|
FunkyFr3sh
|
9605f4a4c4
|
bump version
|
2018-12-02 07:08:04 +01:00 |
|
FunkyFr3sh
|
66e37ed961
|
add 200 guardlines to prevent crashes
|
2018-12-02 06:53:11 +01:00 |
|
FunkyFr3sh
|
c5ce766509
|
pass WM_GETMINMAXINFO to DefWindowProc
|
2018-12-02 06:21:36 +01:00 |
|
FunkyFr3sh
|
945b4c954a
|
don't allow window style changes
|
2018-12-02 06:18:28 +01:00 |
|
FunkyFr3sh
|
d1ccd81ad5
|
bump version
|
2018-12-02 00:18:17 +01:00 |
|
FunkyFr3sh
|
95fdd19b01
|
remove VirtualQuery
|
2018-12-01 06:28:46 +01:00 |
|
FunkyFr3sh
|
74cfb94717
|
bump version
|
2018-12-01 02:16:00 +01:00 |
|
FunkyFr3sh
|
ef5e1fbec1
|
fix for resize cursor not showing on startup
|
2018-12-01 02:02:55 +01:00 |
|
FunkyFr3sh
|
a4270c56fe
|
filter some more messages
|
2018-12-01 01:43:05 +01:00 |
|
FunkyFr3sh
|
cf163c920a
|
show resize cursor on window borders
|
2018-12-01 01:16:24 +01:00 |
|
FunkyFr3sh
|
ab7a3d5108
|
fix dune 2000 window frame
|
2018-12-01 00:25:16 +01:00 |
|
FunkyFr3sh
|
45c2206946
|
adjust gdi renderer for accurateTimers
|
2018-11-30 05:18:44 +01:00 |
|
FunkyFr3sh
|
67ac35cfc4
|
fix description
|
2018-11-30 04:09:20 +01:00 |
|
FunkyFr3sh
|
3265ff30d8
|
add accuratetimers bool for dune 2000
|
2018-11-30 04:07:43 +01:00 |
|
FunkyFr3sh
|
abf71c70ca
|
fix flip limiter
|
2018-11-30 02:59:56 +01:00 |
|
FunkyFr3sh
|
c47a186102
|
disable waitable timers for now, they're too OP - plz nerf
|
2018-11-30 02:55:51 +01:00 |
|
FunkyFr3sh
|
b366b77ee0
|
change ts/yr maxfps to 62 to reactivate the old tearing (doesn't work too well with waitable timers at 60 fps yet)
|
2018-11-30 02:15:06 +01:00 |
|
FunkyFr3sh
|
97ca023f09
|
use waitable timer also for fps limiter
|
2018-11-29 21:26:43 +01:00 |
|
FunkyFr3sh
|
435854456b
|
use waitable timers for better precision (limit game ticks / flip wait)
|
2018-11-29 17:45:10 +01:00 |
|
FunkyFr3sh
|
093486ec7f
|
add some memcpy tweaks, not sure if it actually helps
|
2018-11-29 01:39:03 +01:00 |
|
FunkyFr3sh
|
6d337393ee
|
force DDSCAPS_VIDEOMEMORY for all surfaces, otherwise red alert 2 is not using ddraw blt
|
2018-11-28 23:11:10 +01:00 |
|
FunkyFr3sh
|
8c119f4e33
|
remove dune2000 presets and enable DDFLIP_WAIT limiter instead
|
2018-11-28 14:14:26 +01:00 |
|