Commit Graph

935 Commits (079f67a7295a47eb2ca98a79f95ecf22dd17a5e1)
 

Author SHA1 Message Date
jackun c630588d22
Update version in meson.build 4 years ago
FlightlessMango 3dc3c82522 Add frametime to log 4 years ago
FlightlessMango c1a255260f Add recording circle to render_mango 4 years ago
jackun b4efc72815
Typo with "Shift" 4 years ago
jackun 60940e5a02
[OpenGL] Just "refcount" by glXCreate/DestroyContext calls; recreate "lost" objects 4 years ago
FlightlessMango 0230efee8b Small adjustments to render_mango 4 years ago
jackun ba6346110c
[OpenGL] Enable color mask
Maybe previous state needs to be restored afterwards?
4 years ago
flightlessmango 321af950f3
Merge pull request #316 from ranisalt/patch-1
Fix meson.build version
4 years ago
Ranieri Althoff 8b1feef6c8
Fix meson.build version 4 years ago
FlightlessMango bdce210e55 Add Patreon to funding 4 years ago
jackun e56b7ded15
Use `setenv`instead as `putenv` makes Lutris' wine crash for some reason (threading?) 4 years ago
FlightlessMango 4f64e1403a Deprecation message for output_file 4 years ago
FlightlessMango f110156d86 [Readme] Add wine, wine_color and output_folder 4 years ago
FlightlessMango 500fba7f6c Fix for memory leak in source 1 games 4 years ago
Alessandro Toia 632f1e7000
Add wine and wine colors to overlay 4 years ago
jackun eb681427ca
\$LIB probably has `lib/` in it too 4 years ago
FlightlessMango a8b874cd2d [NVML] Only get pci info once 4 years ago
FlightlessMango ac85815d82 Changed output_file to output_folder 4 years ago
FlightlessMango 8a39043a13 Merge branch 'master' into develop 4 years ago
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
4 years ago
jackun 2aca7df721
Revert "[build.sh] Utilize `ninja uninstall`"
This reverts commit a16a5fd907.
4 years ago
jackun 443271f0b5
Convert hud color params to linear for sRGB image formats 4 years ago
jackun 6f176a3f3b
Fix cpu usage formatting (float parsed as int) 4 years ago
jackun c75232389b
A little more "atomic" cpu temp update for hud renderer; whitespace 4 years ago
FlightlessMango 759c4aeed1 No need to 0 cpu temp every tick 4 years ago
FlightlessMango ce80203ee6 Minimal hud for recording 4 years ago
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.
4 years ago
jackun fcefc07966
Load libnvidia-ml and libXNVCtrl on demand 4 years ago
jackun 24b731f78c
Add `--dlsym` option 4 years ago
jackun a16a5fd907
[build.sh] Utilize `ninja uninstall` 4 years ago
jackun a173989b1c
Make build.sh compatible with \$LIB 4 years ago
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>
4 years ago
jackun 6ee225ed66
Clear cpu temp hwmon path if no supported sensor is found 4 years ago
flightlessmango 5f51f3f1ed
Merge pull request #281 from m-rzb/master
Update build.sh
4 years ago
FlightlessMango a06e01c7ef Merge branch 'develop' 4 years ago
FlightlessMango 27df2ef24b Merge branch 'benchmark-percentages' 4 years ago
FlightlessMango 4fd1c5f3e7 Fixed some basic errors 4 years ago
FlightlessMango 9445ab4acc Warning that permit_upload = 0 4 years ago
FlightlessMango 6a443f35ac Upload multiple logs 4 years ago
jackun b07db5d3ef
[dbus] Don't clear metadata when reloading config file 4 years ago
jackun fc62624b7b
Recalculate right alignment offset if font scale changes 4 years ago
FlightlessMango 107526198e [Build.sh] Updated glslang link for *buntu 4 years ago
jackun 05551a4049
build.sh: pass arguments to functions 4 years ago
Stephan Lachnit 1f41652061 add a man page for mangohud
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
4 years ago
flightlessmango c046c250d8
Merge branch 'develop' into benchmark-percentages 4 years ago
jackun 5ce6bcb79c
Set target frametime only if fps_limit > 0 4 years ago
jackun 55430d7571
Initialized fps limiter or wait for 300 years 4 years ago
jackun 42208d1145
README.md: update media_player_name 4 years ago
jackun bb50e6a637
[dbus] Use "xesam:url" to force metadata update
If file has no other metadata, clear old metadata by using
"xesam:url" to detect new file being played.
4 years ago
jackun f74b4bccd9
[dbus] always update metadata if no forced player
Otherwise it stays in "paused" state if resuming play.
4 years ago