FlightlessMango
21e8d8c402
Move calc benchmark into overlay
2020-09-06 10:58:16 +02:00
FlightlessMango
785b37534d
win32 file_utils
2020-09-06 10:56:24 +02:00
FlightlessMango
c3fc0f10b0
Start separating vulkan, keybinds, overlay and font
2020-09-06 10:30:57 +02:00
FlightlessMango
1c5baef992
Move try_log into update_hud() and fix formatting
2020-09-06 07:56:29 +02:00
FlightlessMango
968f3ab20c
Cleaning up d3d12 hook
2020-09-06 07:54:10 +02:00
FlightlessMango
896a6117a2
Actually use minhook for kiero
2020-09-06 07:53:51 +02:00
FlightlessMango
1263b8d954
Build with windows_deps
2020-09-06 07:50:31 +02:00
FlightlessMango
9391822da5
Basic d3d12 present hook
2020-09-05 11:16:20 +02:00
FlightlessMango
8d3e8b5205
Add kiero to win
2020-09-05 08:09:42 +02:00
FlightlessMango
3ffa1bed7a
Windows attach dll
2020-09-05 07:51:36 +02:00
FlightlessMango
b7aa6a997b
Separate unix and windows in meson
2020-09-05 07:42:39 +02:00
FlightlessMango
6da5622002
Add minhook dep in meson
2020-09-05 07:42:15 +02:00
FlightlessMango
956b07e385
Add minhook as module
2020-09-05 07:07:04 +02:00
FlightlessMango
c337fddc58
Move try_log() into render_imgui
2020-09-02 09:44:39 +02:00
FlightlessMango
c4a7d3002b
Moved try_log() outside of no_display
2020-09-02 07:52:28 +02:00
FlightlessMango
d0c9176d6d
Log frametime as nanoseconds
2020-09-02 07:50:56 +02:00
FlightlessMango
9ddd075b18
Get actual frametime for logs
2020-09-02 07:50:26 +02:00
jackun
cec98369ae
Include array, explicitly
2020-08-25 07:58:56 +03:00
jackun
a7db4276e3
Don't force bash usage in launcher script
2020-08-24 17:50:05 +03:00
jackun
c630588d22
Update version in meson.build
2020-08-23 11:59:24 +03:00
FlightlessMango
3dc3c82522
Add frametime to log
2020-08-21 20:16:00 +02:00
FlightlessMango
c1a255260f
Add recording circle to render_mango
2020-08-20 01:14:20 +02:00
jackun
60940e5a02
[OpenGL] Just "refcount" by glXCreate/DestroyContext calls; recreate "lost" objects
2020-08-18 19:16:15 +03:00
FlightlessMango
0230efee8b
Small adjustments to render_mango
2020-08-17 20:57:15 +02:00
jackun
ba6346110c
[OpenGL] Enable color mask
...
Maybe previous state needs to be restored afterwards?
2020-08-17 20:39:39 +03:00
jackun
e56b7ded15
Use setenv
instead as putenv
makes Lutris' wine crash for some reason (threading?)
2020-08-16 19:54:20 +03:00
FlightlessMango
4f64e1403a
Deprecation message for output_file
2020-08-16 15:11:53 +02:00
FlightlessMango
f110156d86
[Readme] Add wine, wine_color and output_folder
2020-08-16 15:07:00 +02:00
FlightlessMango
500fba7f6c
Fix for memory leak in source 1 games
2020-08-16 15:03:00 +02:00
Alessandro Toia
632f1e7000
Add wine and wine colors to overlay
2020-08-16 14:57:35 +03:00
jackun
eb681427ca
\$LIB probably has lib/
in it too
2020-08-15 21:50:23 +03:00
FlightlessMango
a8b874cd2d
[NVML] Only get pci info once
2020-08-15 16:35:04 +02:00
FlightlessMango
ac85815d82
Changed output_file to output_folder
2020-08-15 15:14:55 +02:00
FlightlessMango
8a39043a13
Merge branch 'master' into develop
2020-08-15 14:04:30 +02:00
jackun
8c4a724154
[build.sh] Go back to installing with install
...
Sudo'ing `ninja install` has high change of messing with file permissions in build dir
2020-08-13 18:37:06 +03:00
jackun
2aca7df721
Revert "[build.sh] Utilize ninja uninstall
"
...
This reverts commit a16a5fd907
.
2020-08-13 18:28:16 +03:00
jackun
443271f0b5
Convert hud color params to linear for sRGB image formats
2020-08-13 18:20:45 +03:00
jackun
6f176a3f3b
Fix cpu usage formatting (float parsed as int)
2020-08-12 22:50:49 +03:00
jackun
c75232389b
A little more "atomic" cpu temp update for hud renderer; whitespace
2020-08-11 21:47:49 +03:00
FlightlessMango
759c4aeed1
No need to 0 cpu temp every tick
2020-08-11 20:40:18 +02:00
FlightlessMango
ce80203ee6
Minimal hud for recording
2020-08-09 08:39:49 +02:00
jackun
b1dc9b2ca7
[build.sh] "Refreshen" build dirs before install
...
Running `sudo ninja install` isn't ideal but for convenience do it anyway.
Re-run `build` before install to somewhat mitigate files getting "chowned" by root.
2020-08-05 11:56:51 +03:00
jackun
fcefc07966
Load libnvidia-ml and libXNVCtrl on demand
2020-08-04 21:43:09 +03:00
jackun
24b731f78c
Add --dlsym
option
2020-08-04 20:50:38 +03:00
jackun
a16a5fd907
[build.sh] Utilize ninja uninstall
2020-08-04 20:13:57 +03:00
jackun
a173989b1c
Make build.sh compatible with \$LIB
2020-08-04 19:51:00 +03:00
Stephan Lachnit
d712d35aaf
simplify cross arch preloading
...
This commit does a couple of things. In the mangohud launch script, the library will be found using $LIB with ld, so the correct path is selected depending on the cpu arch. The same is done for mangohud.json (vulkan layer). In addition some now unused files have been deleted.
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-08-04 18:36:16 +03:00
jackun
6ee225ed66
Clear cpu temp hwmon path if no supported sensor is found
2020-08-03 20:37:32 +03:00
flightlessmango
5f51f3f1ed
Merge pull request #281 from m-rzb/master
...
Update build.sh
2020-08-02 06:36:07 +00:00
FlightlessMango
a06e01c7ef
Merge branch 'develop'
2020-08-02 08:28:24 +02:00