Commit Graph

1178 Commits (da573e8ebaf8d8d0000890c1fab40944edebc7f1)
 

Author SHA1 Message Date
FlightlessMango c54f8bec5d Hud elements exec function 3 years ago
Alessandro Toia c4925ac83e Allow multiple instances of custom_text_center and custom_text 3 years ago
FlightlessMango 05c09e3fdf Only draw custom_text_center if it's not empty 3 years ago
Witold Baryluk 4f20da781d Improve code for program name extraction
This cleans up the code, as well fixes the bug of not setting
program_name if the MANGOHUD_CONFIG env is specified.

Instead of global variable, that could be not-initialized
use a function to get a program name in logging.

While at it, revamp code and separate things into own functions,
and return by value, and make them easier to use / share code.
3 years ago
Lukáš Horáček f11a49ae8b
Add swap 3 years ago
Alessandro Toia c16332eddf Less tr and grep to find driver version 3 years ago
Alessandro 8f97722c57
Merge pull request #423 from AlexxandreFS/fix_cut
fix: cut --output-delimiter
3 years ago
Alessandro Toia 80004d3fe0 Chnage fps color based on fps value 4 years ago
Alessandro Toia 75d9e51445 Remove custom_header, add new params custom_text_center and custom_text 4 years ago
AlexxandreFS fa433cb798 fix: cut --output-delimiter 4 years ago
Alessandro Toia 439f1266ba Remove custom_header background and add newline after 4 years ago
Alessandro Toia db82ed0a1d Add documentation for custom_header param 4 years ago
Alessandro Toia 576f9887e0 Add custom_header to legacy_elements, make sure custom_header is always shown first 4 years ago
Alessandro Toia c479694735 Use SetCursorPosX() instead of SameLine() to center text 4 years ago
Alessandro Toia b77517501c Add new param custom_header 4 years ago
flightlessmango 256723c732
Merge pull request #422 from baryluk/patch-4
Fix some MESA inherited references in overlay params
4 years ago
Witold Baryluk 6a1028b17e
Fix some MESA inherited references in overlay params
MANGOHUD_CONFIG as used.

MANGOHUD printf prefix.
4 years ago
FlightlessMango d54409b6b5 Don't need vulkan hooking in kiero 4 years ago
FlightlessMango af0658e137 Change win config location to mangohud folder 4 years ago
FlightlessMango 1a86d3b241 Set dx_version var 4 years ago
FlightlessMango 3bc0f32a3b Init all related renderTypes 4 years ago
FlightlessMango 079f700241 Make sure logger gets inited in win 4 years ago
Alessandro Toia a061ca060f __gnu_linux__ shouldn't be caps 4 years ago
Alessandro Toia 8e873fe547 Remove more "not" and "and" in if statments
Rename dbus_helpers.hpp to dbus_helpers.h
4 years ago
FlightlessMango 6ed47879e7 __gnu_linux__ shouldn't be caps 4 years ago
FlightlessMango f375d94188 libgen.h not needed on win32 4 years ago
FlightlessMango 45c7ea0841 Include intrin.h for _ReturnAddress win32 4 years ago
flightlessmango cfc0b74d1a
Merge pull request #418 from baryluk/patch-3
Perform updates of gpuInfo struct in more atomic way
4 years ago
FlightlessMango ce7de641cf Don't use "and" and "not" in if statements 4 years ago
FlightlessMango d1af7c97ac Removed lingering pthread.h 4 years ago
FlightlessMango eef6d8974a Only use popen/close on linux 4 years ago
FlightlessMango c20b06c851 Remove more ram related things for windows 4 years ago
flightlessmango 509fc72daa
Merge pull request #413 from Faalagorn/patch-1
README: add info about cpu_power on Intel
4 years ago
flightlessmango 3ba7b988d3
Merge pull request #414 from Faalagorn/patch-2
ManoguHud.conf: add some parameters and fix typos
4 years ago
Alessandro Toia 06f2c7dc1b Do not show fps_limit if unlimited 4 years ago
Witold Baryluk e712a26eff
Perform updates of gpuInfo struct in more atomic way
The issue is that value might be set to 0, or original miliC (i.e. 35000),
while the other thread is reading it from the memory.

Instead using single writes to the target location,
only with intended end value.

This is a not a full proper fix (like using mutex between overlay and the thread
doing hw info update), but should alleviate issue of logging sometimes
having value 0, or original value of miliC for temperature.
4 years ago
Alessandro Toia 4ada6d1036 Add show_fps_limit param 4 years ago
FlightlessMango c8d68be476 Add resolution param 4 years ago
Alessandro Toia ed0c7a344d Add new param 'core_load_change' to change colors of cpu core load depending on load % 4 years ago
jackun 3df142da5d
workflow: fix `if` syntax and edit release instead 4 years ago
Faalagorn a1014aa1e7
README: add chmod for RAPL instructions
Forgot to add `chmod o+r` to set attributes
4 years ago
Faalagorn 1ebb7b1e17
ManoguHud.conf: add some parameters and fix typos
* Added (commented out `fps_sampling_period`, `version` and `engine_version`)
* Commented out `legacy_layout` by default and added `=false` if one want to enable new layout
* Unified VSync, FPS, RAM and other minor names while at it
* Added space after comments sign for options that were missing it to unify formatting
4 years ago
Faalagorn 00556753b1
README: add info about cpu_power on Intel
Added note about RAPL and Intel processors with a way to enable cpu_power on them (on one own's risk)
4 years ago
jackun 079f67a729
workflow: limit 'release' event to 'created' action 4 years ago
jackun e382318751
workflow: fix artifact path, git commit 4 years ago
jackun 2f0dc14a78
workflow: install packages too 4 years ago
jackun 7b59095a79
Bump to v0.6.1 4 years ago
jackun 11932dda88
build package workflow, maybe 4 years ago
jackun ce7de16ce2
workflow for build-source.sh 4 years ago
Tristan 0ce22ddc15 Add Solus install option via package manager on Readme 4 years ago