Commit Graph

126 Commits

Author SHA1 Message Date
Alessandro Toia
92146c5833 Add frametime param to enable/disable frametime data next to fps 2020-11-16 15:44:19 -08:00
jackun
60ffab4350
Add no_small_font option for unified font size 2020-11-16 13:12:43 +02:00
FlightlessMango
8349479026 Document cpu_mhz and cpu_load_change 2020-11-13 22:22:01 +01:00
Lukáš Horáček
3726c90c7a
Add cpu_power 2020-11-12 22:27:35 +01:00
jackun
b177b2ac1f
Partial revert 63b50abede 2020-11-10 09:32:24 +02:00
jackun
9974992f7a
Some distros annoyingly prefix tls/[x86_64|i686] with arch triplet 2020-10-22 19:22:54 +03:00
jackun
0bc9949af9
Default toggle FPS limit to Shift_L+F1, update README and config file 2020-09-19 13:21:07 +03:00
jackun
63b50abede
Try out tls/x86_64, tls/i686 for less symlinking 2020-09-11 10:47:26 +03:00
Hunter Peavey
57e99c46eb
Update readme 2020-09-08 00:20:34 -07:00
Hunter Peavey
0e48cd1d17
Add output_folder config option to MangoHud.conf 2020-09-07 17:09:10 -07:00
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
2020-08-25 20:42:43 +03:00
jackun
a7db4276e3
Don't force bash usage in launcher script 2020-08-24 17:50:05 +03:00
jackun
b4efc72815
Typo with "Shift" 2020-08-19 12:41:36 +03: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
8a39043a13 Merge branch 'master' into develop 2020-08-15 14:04:30 +02:00
jackun
24b731f78c
Add --dlsym option 2020-08-04 20:50:38 +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
flightlessmango
eafa62356b
Merge branch 'develop' into benchmark-percentages 2020-06-30 04:39:08 +02:00
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
2020-06-29 17:15:50 +03:00
Kingsley McDonald
979c4d32ca oops! i didn't save changes from the merge conflict >.< 2020-06-23 18:51:51 +01:00
Kingsley McDonald
aa77a351de implement configurable benchmark percentiles. 2020-06-23 18:46:43 +01:00
FlightlessMango
49bfead602 Documenting log uploading 2020-06-19 17:50:20 +02:00
FlightlessMango
8e34e752e5 Merge branch 'master' into develop 2020-06-18 18:15:45 +02:00
FlightlessMango
ee953decd9 Add bash shebang to mangohud-setup 2020-06-17 00:39:48 +02:00
jackun
5ec6519832
Add media_player_order to set media player metadata order 2020-06-13 22:00:36 +03:00
jackun
db07081617
Use xml.etree.ElementTree 2020-06-13 17:44:20 +03:00
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
2020-06-11 17:16:08 +03:00
FlightlessMango
b02b2398b5 Add dlsym install to mangohud-setup 2020-06-04 05:17:42 +02:00
FlightlessMango
4bdd252393 Load 32bit libs if they exist with 64bit bin 2020-06-03 22:00:48 +02:00
FlightlessMango
d66790fd43 Added histogram to config 2020-05-30 18:06:02 +02:00
jackun
c04658456a
Wider glyph ranges for custom font; media player text scaling with font_scale_media_player param 2020-05-24 16:49:11 +03:00
jackun
613fa68491
Use + as keybind delimiter 2020-05-17 15:45:31 +03:00
jackun
c5bb35c10d
Merge branch '159' into develop 2020-05-17 15:24:47 +03:00
Valters
1afea91dab
Add multi hotkey 2020-05-17 15:19:20 +03:00
jackun
d694a61d21
Add media_player_name and media_player_color params
Allows to set "main" media player and text color
2020-05-11 22:05:13 +03:00
FlightlessMango
2177aa35dc Merge branch 'develop' 2020-05-02 20:50:13 +02:00
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.
2020-05-02 17:40:05 +03:00
jackun
934dc31e44
Add utility lib with dlsym hooking 2020-04-21 17:05:37 +03:00
Newbyte
06e0fdd248 Remove $ that shouldn't have been there 2020-04-12 12:12:28 +02:00
Newbyte
9f83e15750 Implement doas support in build and setup scripts 2020-04-12 11:51:14 +02:00
jackun
125cda222f
Add media_player param to readme/conf 2020-04-05 00:15:15 +03:00
Faalagorn
5d075b469b
Add missing parameters to MangoHud.conf
Adds missing parameters from #95 as well as `arch` parameter in develop branch
2020-03-29 15:47:31 +02:00
Faalagorn
f25b0dbea9
Updated ManogoHud.conf color usage 2020-03-23 18:02:48 +01:00
Faalagorn
76bb50bd01
Updated ManogoHud.conf with the recent values
Fixes #92
2020-03-22 21:08:05 +01:00
jackun
a579be8c9c
[installer] tar -h may still delete symlinks 2020-03-21 15:16:52 +02:00
jackun
32c45150bc
Create config folder when installing 2020-03-15 19:27:47 +02:00
jackun
8b24743a30 Add --no-overwrite-dir to tar 2020-03-15 02:52:31 +02:00
jackun
e4340ed099 Let tar follow symlinks and no need for ldconfig 2020-03-15 02:10:34 +02:00
jackun
d46fbd948d
Uninstall docs too 2020-03-14 14:18:33 +02:00
jackun
71afd173bb
Update mangohud-setup.sh 2020-03-14 14:13:18 +02:00
FlightlessMango
d76c2a3830 [build/install script] remove entire defunct mangohud folder 2020-03-13 17:51:32 +01:00
jackun
f7547aa1f0
Add gl_sync to MangoHud.conf 2020-03-13 10:38:53 +02:00
jackun
69947c3732
Update mangohud-setup.sh for new libdir paths 2020-03-11 19:01:59 +02:00
jackun
f99129f9de
Libdirs: once more, with feeling 2020-03-11 18:11:35 +02:00
FlightlessMango
d62c70172e [build/install script] rm recusive not needed 2020-03-11 10:01:46 +01:00
FlightlessMango
2d01a9f5ba [install/build script] remove old mangohud files 2020-03-11 09:57:38 +01:00
jackun
a64b6cada2
Build/install scripts: verbose tar output and set files' owner/group to root 2020-03-10 23:41:55 +02:00
FlightlessMango
8558d038d7 refactored the install process 2020-03-10 13:39:52 +01:00
FlightlessMango
c021c7d67e try to load both vulkan and opengl with the run script 2020-03-10 08:28:12 +01:00
FlightlessMango
a2735693ba Merge opengl into develop 2020-03-10 06:19:18 +01:00
FlightlessMango
13f5de1e10 fixed install script not properly updating .json files 2020-03-10 04:29:13 +01:00
jackun
ddb84305da
time_format examples 2020-03-02 22:53:43 +02:00
telans
ab04249782
build/install: respect XDG dirs
Half of #37
2020-02-15 23:35:31 +13:00
telans
32b2445614
install: run from script dir
Fixes #29
2020-02-15 07:45:57 +13:00
jackun
b2abe8073e
Remove unused android stuff 2020-02-13 20:09:47 +02:00
telans
ca738c4126
config: add time, vsync explanation 2020-02-13 13:08:10 +13:00
telans
fda9f1cd94
install: recursive 2020-02-13 10:27:53 +13:00
telans
9b566a64bd
install: update config locations 2020-02-13 10:26:55 +13:00
telans
751fd65e5d
update scripts for config file 2020-02-13 00:00:18 +13:00
telans
a7d0a892e1
initial config file 2020-02-12 22:56:29 +13:00
telans
b6b8b157e7
install.sh: verbose 2020-02-03 11:57:38 +13:00
telans
f2798a2cd9
build.sh: distributable package 2020-02-03 11:40:06 +13:00
telans
0287920776
remove unused git_sha1.h 2020-01-29 21:35:09 +13:00
FlightlessMango
dd78c02ed8 MangoHud Standalone
Co-authored-by: jackun <jack.un@gmail.com>
Co-authored-by: telans <telans@protonmail.com>
2020-01-28 05:11:05 +01:00