FunkyFr3sh
|
2d1ab88f85
|
partial support for DDBLTFAST_SRCCOLORKEY
|
2018-10-26 08:33:09 +02:00 |
|
FunkyFr3sh
|
cbc66c3bc2
|
implement EnumDisplayModes and BltFast - Fixes DDBLT_COLORFILL with NULL rect - support resolution changes during runtime (AoE2)
|
2018-10-26 05:27:10 +02:00 |
|
FunkyFr3sh
|
3fa02ac34d
|
support for loading/saving settings for multiple games via a single settings file
|
2018-10-25 07:03:01 +02:00 |
|
FunkyFr3sh
|
4814054df5
|
remove duplicate code
|
2018-10-24 06:27:42 +02:00 |
|
FunkyFr3sh
|
35ac845688
|
use run-time dynamic linking for opengl32.dll to prevent random bugs where the game fails to start
|
2018-10-24 04:21:22 +02:00 |
|
FunkyFr3sh
|
21500ca591
|
make sure d3ddev is not null
|
2018-10-15 03:31:57 +02:00 |
|
FunkyFr3sh
|
59f0f4d9b2
|
add a header file for d3d9 renderer
|
2018-10-15 00:57:05 +02:00 |
|
FunkyFr3sh
|
28c9886dbe
|
fix d3d9 multi threading
|
2018-10-15 00:01:31 +02:00 |
|
FunkyFr3sh
|
42d13edb92
|
fix d3d9 automatic cursor lock on alt+tab
|
2018-10-09 09:16:00 +02:00 |
|
FunkyFr3sh
|
bbe8fa11d8
|
release d3d9 on alt+enter
|
2018-10-07 16:49:35 +02:00 |
|
FunkyFr3sh
|
12655fa5a3
|
stop drawing and release d3d9 on alt+tab
|
2018-10-07 13:42:32 +02:00 |
|
FunkyFr3sh
|
36c14bd857
|
separate d3d9 and opengl shaders into 2 headers
|
2018-10-06 12:24:43 +02:00 |
|
FunkyFr3sh
|
a741fa9dca
|
fix palette bug
|
2018-10-06 05:02:53 +02:00 |
|
FunkyFr3sh
|
519f499d23
|
improve d3d9 auto renderer check
|
2018-10-04 06:27:03 +02:00 |
|
FunkyFr3sh
|
9cbd2de62f
|
force at least 5 FPS to avoid problems in the menus
|
2018-10-03 12:12:11 +02:00 |
|
FunkyFr3sh
|
c0a26ce858
|
enables fullscreen exclusive mode for d3d9
|
2018-10-03 08:50:00 +02:00 |
|
FunkyFr3sh
|
848f996f9b
|
try to use 1.30 shader first and use 1.10 shader as fallback solution
|
2018-10-02 16:26:37 +02:00 |
|
FunkyFr3sh
|
29478d6e25
|
remove legacy opengl code
|
2018-10-02 15:58:30 +02:00 |
|
FunkyFr3sh
|
b2cf1b0a55
|
move pixel shader into header file
|
2018-10-02 12:19:46 +02:00 |
|
FunkyFr3sh
|
ebae1add37
|
remove duplicate debug code
|
2018-10-02 11:38:38 +02:00 |
|
FunkyFr3sh
|
1d43b112c9
|
switch to gdi on failure
|
2018-09-30 01:02:48 +02:00 |
|
FunkyFr3sh
|
ac4f993976
|
separate opengl render code into multiple functions
|
2018-09-15 16:12:03 +02:00 |
|
FunkyFr3sh
|
79fe86062f
|
add "sleep" setting for CnC1
|
2018-09-11 14:20:40 +02:00 |
|
FunkyFr3sh
|
f5698f2d0b
|
fix gdi palette bug + refactoring
|
2018-08-23 00:57:31 +02:00 |
|
FunkyFr3sh
|
7661a589bb
|
yet another unity/gnome3 hack - Fixes random window repositioning
|
2018-08-14 15:43:48 +02:00 |
|
FunkyFr3sh
|
b9eab72850
|
add temporary workaround for ubuntu alt+enter bug until we got a better solution
|
2018-08-09 11:19:36 +02:00 |
|
FunkyFr3sh
|
d98cf4f6ea
|
fix for non working vsync
|
2018-07-16 12:27:41 +02:00 |
|
FunkyFr3sh
|
a40392e11a
|
only update textures if necessary
|
2018-07-04 23:27:12 +02:00 |
|
FunkyFr3sh
|
0b12de90e2
|
fix for fullscreen bug with auto renderer
|
2018-06-26 18:02:03 +02:00 |
|
FunkyFr3sh
|
fa54189259
|
show opengl unavailable warning
|
2018-06-22 04:27:34 +02:00 |
|
FunkyFr3sh
|
203cee4d01
|
add QueryPerformanceCounter debug code
|
2018-05-31 03:38:33 +02:00 |
|
FunkyFr3sh
|
90758a08c8
|
move wglSwapIntervalEXT to opengl.c
|
2018-05-23 02:03:45 +02:00 |
|
FunkyFr3sh
|
5ed60e662e
|
remove redundant stuff from render loop
|
2018-05-23 01:11:40 +02:00 |
|
FunkyFr3sh
|
d8cee91ee8
|
try to use GL_LUMINANCE first for better performance
|
2018-05-21 22:32:19 +02:00 |
|
FunkyFr3sh
|
6d57bbbfcb
|
remove unused stuff
|
2018-05-20 21:59:47 +02:00 |
|
FunkyFr3sh
|
d36d432c1a
|
avoid deprecated functions if possible
|
2018-05-20 06:27:53 +02:00 |
|
FunkyFr3sh
|
07182e2055
|
use PFNGLACTIVETEXTUREPROC for glActiveTexture
|
2018-05-20 01:11:37 +02:00 |
|
FunkyFr3sh
|
fd939bfff4
|
choose best renderer automatically
|
2018-05-18 16:18:34 +02:00 |
|
FunkyFr3sh
|
87450e320f
|
preliminary libretro GLSL shader support https://github.com/libretro/glsl-shaders
|
2018-05-12 12:28:07 +02:00 |
|
FunkyFr3sh
|
b053bc377e
|
OpenGL: add 8bit palette conversion shader for better performance - remove pixel buffer objects - temporary remove scaling filters (need to be replaced with shaders)
|
2018-05-09 05:09:57 +02:00 |
|
FunkyFr3sh
|
5a2748f3d1
|
add visual studio project files
|
2018-05-06 10:52:06 +02:00 |
|
FunkyFr3sh
|
e65c03c607
|
fix vhack for cnc1
|
2018-03-23 03:21:16 +01:00 |
|
FunkyFr3sh
|
47026bf011
|
fix for alt+tab freeze (carmageddon)
|
2018-03-19 02:27:55 +01:00 |
|
FunkyFr3sh
|
b2bacb95c3
|
optional fake GetCursorPos for carmageddon
|
2018-03-19 00:32:13 +01:00 |
|
FunkyFr3sh
|
9ce87449ec
|
improve boxing/maintas cursor lock/unlock - fix automatic mouse sensitivity scaling with boxing/maintas
|
2018-03-15 20:49:27 +01:00 |
|
FunkyFr3sh
|
ecaaf8e647
|
maintain aspect ratio
|
2018-03-14 14:02:04 +01:00 |
|
FunkyFr3sh
|
fcdc863ffa
|
reinvent adjmouse
|
2018-03-11 21:23:22 +01:00 |
|
FunkyFr3sh
|
308413323c
|
SetProcessDpiAwareness
|
2018-03-10 10:19:54 +01:00 |
|
FunkyFr3sh
|
7a17726679
|
fix for uncontrollable mouse cursor on window 10 fall creators update
|
2018-03-09 13:50:56 +01:00 |
|
FunkyFr3sh
|
e60db3ccb5
|
adjust names
|
2017-11-26 09:09:38 +01:00 |
|