Commit Graph

126 Commits (master)

Author SHA1 Message Date
Alessandro Toia 92146c5833 Add frametime param to enable/disable frametime data next to fps 4 years ago
jackun 60ffab4350
Add `no_small_font` option for unified font size 4 years ago
FlightlessMango 8349479026 Document cpu_mhz and cpu_load_change 4 years ago
Lukáš Horáček 3726c90c7a
Add cpu_power 4 years ago
jackun b177b2ac1f
Partial revert 63b50abede 4 years ago
jackun 9974992f7a
Some distros annoyingly prefix `tls/[x86_64|i686]` with arch triplet 4 years ago
jackun 0bc9949af9
Default toggle FPS limit to Shift_L+F1, update README and config file 4 years ago
jackun 63b50abede
Try out tls/x86_64, tls/i686 for less symlinking 4 years ago
Hunter Peavey 57e99c46eb
Update readme 4 years ago
Hunter Peavey 0e48cd1d17
Add output_folder config option to MangoHud.conf 4 years ago
RickAndTired b163fa6a22
Cleanup of line 28 (tar xf MangoHud-package.tar) (#156)
This would cleanup the extraction of MangoHud-package.tar
Line 28:     [ "$UID" -eq 0 ] || tar xf MangoHud-package.tar
4 years ago
jackun a7db4276e3
Don't force bash usage in launcher script 4 years ago
jackun b4efc72815
Typo with "Shift" 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 8a39043a13 Merge branch 'master' into develop 4 years ago
jackun 24b731f78c
Add `--dlsym` option 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
flightlessmango eafa62356b
Merge branch 'develop' into benchmark-percentages 4 years ago
jackun c63037efb5
Use 1-channel font textures; glyph ranges support; vulkan image descriptors and "helper" functions
* To save some memory, use just 1-channel alpha-only textures
* Add some sort of wider glyph ranges support
* Chop single-ish vulkan font image uploading function into separate reusable helper functions
* Use descriptor set for ImTextureID but probably use texture array and push constants for "fast-path" if need arises
4 years ago
Kingsley McDonald 979c4d32ca oops! i didn't save changes from the merge conflict >.< 4 years ago
Kingsley McDonald aa77a351de implement configurable benchmark percentiles. 4 years ago
FlightlessMango 49bfead602 Documenting log uploading 4 years ago
FlightlessMango 8e34e752e5 Merge branch 'master' into develop 4 years ago
FlightlessMango ee953decd9 Add bash shebang to mangohud-setup 4 years ago
jackun 5ec6519832
Add `media_player_order` to set media player metadata order 4 years ago
jackun db07081617
Use xml.etree.ElementTree 4 years ago
Faalagorn 8ed5fe6553 Added missing options in 0.4.0
* Crosshair is gone as of 0.4.0
* Changed keybindings to the default ones as of 0.4.0
* Added `gpu_name`, `cpu_text`, `gpu_text`, `gpu_power` and `vulkan_driver` in respective sections
4 years ago
FlightlessMango b02b2398b5 Add dlsym install to mangohud-setup 4 years ago
FlightlessMango 4bdd252393 Load 32bit libs if they exist with 64bit bin 4 years ago
FlightlessMango d66790fd43 Added histogram to config 4 years ago
jackun c04658456a
Wider glyph ranges for custom font; media player text scaling with `font_scale_media_player` param 4 years ago
jackun 613fa68491
Use `+` as keybind delimiter 4 years ago
jackun c5bb35c10d
Merge branch '159' into develop 4 years ago
Valters 1afea91dab
Add multi hotkey 4 years ago
jackun d694a61d21
Add `media_player_name` and `media_player_color` params
Allows to set "main" media player and text color
4 years ago
FlightlessMango 2177aa35dc Merge branch 'develop' 4 years ago
jackun 0ab53a1c06
Move MANGOHUD_PCI_DEV to config file param 'pci_dev'
Relax format requirements as long as it loosely resembles 'domain🚌slot.func' format.
4 years ago
jackun 934dc31e44
Add utility lib with dlsym hooking 4 years ago
Newbyte 06e0fdd248 Remove $ that shouldn't have been there 4 years ago
Newbyte 9f83e15750 Implement doas support in build and setup scripts 4 years ago
jackun 125cda222f
Add media_player param to readme/conf 4 years ago
Faalagorn 5d075b469b
Add missing parameters to MangoHud.conf
Adds missing parameters from #95 as well as `arch` parameter in develop branch
4 years ago
Faalagorn f25b0dbea9
Updated ManogoHud.conf color usage 4 years ago
Faalagorn 76bb50bd01
Updated ManogoHud.conf with the recent values
Fixes #92
4 years ago
jackun a579be8c9c
[installer] `tar -h` may still delete symlinks 4 years ago
jackun 32c45150bc
Create config folder when installing 4 years ago
jackun 8b24743a30 Add --no-overwrite-dir to tar 4 years ago
jackun e4340ed099 Let tar follow symlinks and no need for ldconfig 4 years ago
jackun d46fbd948d
Uninstall docs too 4 years ago
jackun 71afd173bb
Update mangohud-setup.sh 4 years ago
FlightlessMango d76c2a3830 [build/install script] remove entire defunct mangohud folder 4 years ago
jackun f7547aa1f0
Add gl_sync to MangoHud.conf 4 years ago
jackun 69947c3732
Update mangohud-setup.sh for new libdir paths 4 years ago
jackun f99129f9de
Libdirs: once more, with feeling 4 years ago
FlightlessMango d62c70172e [build/install script] rm recusive not needed 4 years ago
FlightlessMango 2d01a9f5ba [install/build script] remove old mangohud files 4 years ago
jackun a64b6cada2
Build/install scripts: verbose tar output and set files' owner/group to root 4 years ago
FlightlessMango 8558d038d7 refactored the install process 4 years ago
FlightlessMango c021c7d67e try to load both vulkan and opengl with the run script 4 years ago
FlightlessMango a2735693ba Merge opengl into develop 4 years ago
FlightlessMango 13f5de1e10 fixed install script not properly updating .json files 4 years ago
jackun ddb84305da
time_format examples 4 years ago
telans ab04249782
build/install: respect XDG dirs
Half of #37
4 years ago
telans 32b2445614
install: run from script dir
Fixes #29
4 years ago
jackun b2abe8073e
Remove unused android stuff 4 years ago
telans ca738c4126
config: add time, vsync explanation 4 years ago
telans fda9f1cd94
install: recursive 4 years ago
telans 9b566a64bd
install: update config locations 4 years ago
telans 751fd65e5d
update scripts for config file 4 years ago
telans a7d0a892e1
initial config file 4 years ago
telans b6b8b157e7
install.sh: verbose 4 years ago
telans f2798a2cd9
build.sh: distributable package 4 years ago
telans 0287920776
remove unused git_sha1.h 4 years ago
FlightlessMango dd78c02ed8 MangoHud Standalone
Co-authored-by: jackun <jack.un@gmail.com>
Co-authored-by: telans <telans@protonmail.com>
4 years ago