Commit Graph

94 Commits

Author SHA1 Message Date
jackun
a27984f343
Delete unused shell scripts 2021-02-03 10:37:32 +02:00
jackun
53cca5e723
Merge remote-tracking branch 'origin/master' into develop 2021-02-03 10:37:01 +02:00
freddii
2bbb7174e3 fixed typos 2021-02-03 09:24:40 +02:00
flightlessmango
8aa299630c Disable by default some vulkan layers that cause issues 2021-01-11 12:27:52 +01:00
Lukáš Horáček
f11a49ae8b
Add swap 2020-12-13 11:07:17 +01:00
Alessandro Toia
75d9e51445 Remove custom_header, add new params custom_text_center and custom_text 2020-12-08 17:02:50 -08:00
Alessandro Toia
db82ed0a1d Add documentation for custom_header param 2020-12-07 18:35:08 -08:00
Alessandro Toia
4ada6d1036 Add show_fps_limit param 2020-11-30 18:43:12 -08:00
FlightlessMango
c8d68be476 Add resolution param 2020-11-30 21:11:38 +01:00
Alessandro Toia
ed0c7a344d Add new param 'core_load_change' to change colors of cpu core load depending on load % 2020-11-29 16:10:56 -08:00
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
2020-11-29 18:15:56 +01:00
FlightlessMango
18c20687d4 Merge branch 'develop' into master 2020-11-28 17:23:54 +01:00
Alessandro Toia
56a5cae2f7 Added new params to config file 2020-11-27 14:12:11 -08:00
jackun
6a5cd38127
Meson option to have absolute paths in LD_PRELOAD 2020-11-27 17:44:22 +02:00
FlightlessMango
3827fe96d4 Add autostart_log param 2020-11-27 15:12:38 +01:00
Alessandro Toia
7c80dc53ef Allow users to add a new item to the blacklist from config file 2020-11-17 19:35:05 -08:00
FlightlessMango
44d5546ba5 Add param table_columns 2020-11-17 15:09:15 +01:00
flightlessmango
ce6a87823b
Merge pull request #388 from flgx16/cpu_power
Add cpu_power
2020-11-17 14:48:27 +01:00
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