FunkyFr3sh
|
b10ece0687
|
support GetMonitorFrequency
|
2020-10-13 22:55:49 +02:00 |
|
FunkyFr3sh
|
be79bb8c8b
|
align and tweak some more
|
2020-10-13 11:29:52 +02:00 |
|
FunkyFr3sh
|
b417da74f6
|
align
|
2020-10-13 10:53:30 +02:00 |
|
FunkyFr3sh
|
25e561d953
|
add DebugLog build config
|
2020-10-13 10:15:42 +02:00 |
|
FunkyFr3sh
|
baaa87b18f
|
refactoring
|
2020-10-13 09:20:52 +02:00 |
|
FunkyFr3sh
|
37af4e6ee4
|
add 2 new .ini settings "nonexclusive" and "resizable"
|
2020-10-06 20:43:40 +02:00 |
|
FunkyFr3sh
|
2c629cbe55
|
some Twisted Metal experiments
|
2020-10-06 02:33:41 +02:00 |
|
FunkyFr3sh
|
27323efa4b
|
Fix for twisted metal 2
|
2020-09-27 13:38:41 +02:00 |
|
FunkyFr3sh
|
5231054096
|
#29 Fix Sierra City Building series scrolling bugs
|
2020-09-25 08:07:41 +02:00 |
|
FunkyFr3sh
|
3aed2239ab
|
#29 Sierra's City Building series support (Caesar III, Pharaoh and Zeus)
|
2020-09-24 10:29:18 +02:00 |
|
FunkyFr3sh
|
ad16993376
|
Add Twisted Metal 2 section to ddraw.ini
|
2020-09-23 04:37:28 +02:00 |
|
FunkyFr3sh
|
62d1451885
|
IAT Hooking for all game modules (Without Detours)
|
2020-09-22 07:08:14 +02:00 |
|
FunkyFr3sh
|
28b4965611
|
#41 IAT Hooking for all game modules
|
2020-09-19 11:23:06 +02:00 |
|
FunkyFr3sh
|
4e6ecfe37c
|
#39 hook GetDeviceCaps - fixes graphcial glitches for Megaman X4
|
2020-09-17 05:49:36 +02:00 |
|
FunkyFr3sh
|
2d94d42e91
|
#5 add forcefps bool
|
2020-01-23 08:58:22 +01:00 |
|
FunkyFr3sh
|
da09069d7b
|
adjust fps limiter for gdi renderer
|
2020-01-22 11:35:04 +01:00 |
|
FunkyFr3sh
|
cee27902b1
|
support GetAvailableVidMem
|
2019-08-30 05:37:29 +02:00 |
|
FunkyFr3sh
|
1198cb0e93
|
always run bnet in windowed mode
|
2019-08-19 17:02:36 +02:00 |
|
FunkyFr3sh
|
8f28bfad9c
|
resize window on bnet
|
2019-08-14 17:53:36 +02:00 |
|
FunkyFr3sh
|
43224a0f65
|
add resizeable bool
|
2019-08-13 15:46:05 +02:00 |
|
FunkyFr3sh
|
42541debda
|
don't toggle fullscreen instantly when leaving bnet
|
2019-08-08 12:40:20 +02:00 |
|
FunkyFr3sh
|
7b70ec2297
|
temp changes
|
2019-08-08 07:13:53 +02:00 |
|
FunkyFr3sh
|
f400504dd8
|
clean up bnet related code
|
2019-08-08 03:19:15 +02:00 |
|
FunkyFr3sh
|
122dca8216
|
sync with master
|
2019-08-07 13:05:05 +02:00 |
|
FunkyFr3sh
|
0a779ac4fe
|
sync with master
|
2019-08-07 12:45:40 +02:00 |
|
FunkyFr3sh
|
9a9e9feead
|
automatically switch between windowed/fullscreen with d3d9 renderer
|
2019-08-07 04:40:43 +02:00 |
|
FunkyFr3sh
|
18f2e16bb0
|
make bnet moveable
|
2019-08-06 04:37:06 +02:00 |
|
FunkyFr3sh
|
11c103f36c
|
some more hook.c tweaks
|
2019-03-19 09:45:14 +01:00 |
|
FunkyFr3sh
|
d42284c4bf
|
optional hotpatch support
|
2019-03-19 06:57:49 +01:00 |
|
FunkyFr3sh
|
0f58746515
|
experimental tweaks for diablo and warcraft 2
|
2019-03-17 00:16:09 +01:00 |
|
FunkyFr3sh
|
45c2206946
|
adjust gdi renderer for accurateTimers
|
2018-11-30 05:18:44 +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
|
14304ff330
|
only limit game ticks via unlock if there was never any blt or flip
|
2018-11-28 13:40:29 +01:00 |
|
FunkyFr3sh
|
8e75c40cc3
|
revert LimitGameTicks changes since it's causing flickering in unpatched versions of cnc1 and ra1
|
2018-11-28 13:28:07 +01:00 |
|
FunkyFr3sh
|
5d2d258d52
|
save last flip tick to force redraw in case the game switches between blt and flip
|
2018-11-19 08:36:18 +01:00 |
|
FunkyFr3sh
|
6f520b4843
|
add checks for media stream
|
2018-11-18 13:11:05 +01:00 |
|
FunkyFr3sh
|
e4437a278f
|
Linear scaling using integer math (copied from ts-ddraw)
|
2018-11-17 05:54:22 +01:00 |
|
FunkyFr3sh
|
55328cb497
|
rename hidemouse to handlemouse since it got a lot more functionality now
|
2018-11-16 08:58:39 +01:00 |
|
FunkyFr3sh
|
ec435d21d3
|
make cursor visible on unlock for tiberian sun
|
2018-11-16 08:43:28 +01:00 |
|
FunkyFr3sh
|
d45fabe5cd
|
add workaround for TS/YR stretching - don't stretch the menus
|
2018-11-16 06:37:11 +01:00 |
|
FunkyFr3sh
|
4d867fcaef
|
add floats for scaling
|
2018-11-16 02:59:42 +01:00 |
|
FunkyFr3sh
|
5e4de793d4
|
fix tiberian sun menus
|
2018-11-15 09:45:24 +01:00 |
|
FunkyFr3sh
|
b04dc01104
|
make opengl compatible with older versions than 2.0 (for 16bit games only)
|
2018-11-15 06:16:09 +01:00 |
|
FunkyFr3sh
|
806746d364
|
experimental 16bit color support (Dune 2000)
|
2018-11-14 05:35:59 +01:00 |
|
FunkyFr3sh
|
45ceb74df2
|
use lodepng for screenshots
|
2018-11-12 06:31:02 +01:00 |
|
FunkyFr3sh
|
9811f310bc
|
use fancy macros
|
2018-11-12 00:39:47 +01:00 |
|
FunkyFr3sh
|
bdb5675459
|
make maxgameticks working via surface unlock for atomic bomberman
|
2018-11-09 20:39:45 +01:00 |
|
FunkyFr3sh
|
72a86a9f78
|
make alt+enter working with a resized window
|
2018-11-04 19:35:38 +01:00 |
|
FunkyFr3sh
|
8ba6185965
|
fix for carmageddon 2
|
2018-11-02 02:21:16 +01:00 |
|