Kingsley McDonald
aa77a351de
implement configurable benchmark percentiles.
2020-06-23 18:46:43 +01:00
FlightlessMango
064c285f31
permit_upload and upload_log params
2020-06-19 13:57:44 +02:00
jackun
5ec6519832
Add media_player_order
to set media player metadata order
2020-06-13 22:00:36 +03:00
FlightlessMango
135f3a5009
Fixing compiler warnings and removing control
2020-06-11 08:58:29 +02:00
FlightlessMango
d8727110b0
Replaced log_period env with log_interval param
2020-06-04 00:52:11 +02:00
FlightlessMango
2d0ba9a076
Params to override cpu/gpu text
2020-06-01 02:08:35 +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
FlightlessMango
ac926bbfd5
Added histogram param
2020-05-24 17:17:17 +02:00
FlightlessMango
078617f999
Added param for engine version
2020-05-23 23:16:08 +02:00
jackun
ff48525313
Consolidated amdgpu file handles to a struct and add gpu_power
param to show power usage for amdgpu/nvml
2020-05-22 15:44:34 +03:00
FlightlessMango
1d375fd155
Removed crosshair
2020-05-20 18:21:14 +02: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
848b296477
Display vulkan driver
...
Co-authored-by: Georg Lehmann <dadschoorse@gmail.com>
2020-05-10 02:22:44 +02:00
FlightlessMango
f3422af562
Param gpu_name
2020-05-10 02:21:39 +02:00
FlightlessMango
3f4949f593
Added top-center overlay position
2020-05-04 06:54:25 +02:00
FlightlessMango
e170e64f9c
[Params] Version option
2020-05-02 18:39:39 +02:00
FlightlessMango
0eaba7bb6c
Removed obsolete license from params
2020-05-02 17:14:14 +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
FlightlessMango
d975278396
Dbus with spotify
2020-04-04 20:51:53 +03:00
jackun
108bca7d4f
Don't include X11 headers in overlay_params.h
2020-04-01 15:37:42 +03:00
jackun
cf17f70dab
Remove unused statistics related code
2020-03-24 21:38:08 +02:00
FlightlessMango
23adda92b7
Added param 'arch'
2020-03-23 20:11:53 +01:00
jackun
341aa21b87
[config] Move options map and config_file_path to overlay_params
2020-03-16 18:32:48 +02:00
FlightlessMango
e24f5dfc8b
added log_duration param and updated readme
2020-03-13 16:27:45 +01:00
FlightlessMango
8641392ca7
added MANGOHUD_FONT to params as font_file
2020-03-13 16:18:47 +01:00
FlightlessMango
d1bdf71580
added MANGOHUD_OUTPUT to params as output_file
2020-03-13 16:06:57 +01:00
FlightlessMango
fe69ec2955
changed refresh_config to reload_cfg
2020-03-13 14:57:11 +01:00
jackun
e0ce0493f7
[OpenGL] Set swap interval (vsync) with gl_vsync
param
2020-03-12 12:12:21 +02:00
FlightlessMango
8bf8723ad5
added param text_color
2020-03-11 06:20:18 +01:00
FlightlessMango
77b3033cc7
Removed frametime_alpha and replace it with an overall alpha for text and frametime
2020-03-11 06:07:41 +01:00
FlightlessMango
ccf870e630
changed offset_x/y to int so it can be negative
2020-03-10 10:18:59 +01:00
FlightlessMango
163c76bea7
added param background_color
2020-03-10 07:48:04 +01:00
FlightlessMango
28e765a6a3
added param frametime_alpha
2020-03-10 07:27:28 +01:00
FlightlessMango
906a8cde23
added param frametime_color
2020-03-10 06:30:37 +01:00
FlightlessMango
755558ecb9
added param io_color
2020-03-10 05:01:31 +01:00
FlightlessMango
d8b3c3c81f
params for changing color of cpu, gpu, vram, ram and engine text
2020-03-10 04:51:27 +01:00
jackun
e881a1538a
Pre-convert crosshair's color to ImGui's format
2020-03-07 02:08:01 +01:00
FlightlessMango
4d5f62386b
added gpu mem and core clocks to hud
2020-03-07 02:08:01 +01:00
jackun
f8398c3e7a
Add I/O stats
...
Using /proc/self/io 'read_bytes' and 'write_bytes' fields which count only
reads/writes that hit the storage (i.e no cached reads).
2020-03-07 02:07:24 +01:00
FlightlessMango
534ca9416d
Spruced up iostats and change to bool from custom
2020-03-07 02:06:40 +01:00
jackun
6bf37f8510
Add "time_format" parameter; update time string every "fps_sampling_period" interval
...
See std::put_time docs for supported formatting
2020-03-02 22:53:43 +02:00
FlightlessMango
099082affc
Refresh config keybind
2020-02-18 12:04:59 +01:00
jackun
68e880a101
config: rename param to "read_cfg"
2020-02-18 11:47:58 +02:00
jackun
80f29aad9d
Allow MANGOHUD_CONFIG to override configuration files' settings.
...
Use `MANGOHUD_CONFIG=some_setting=1` to skip reading the configuration files
and just use the settings specified with MANGOHUD_CONFIG.
Use `MANGOHUD_CONFIG=read_configs,...` to read configuration files too and
add other settings that you would like to override.
2020-02-18 09:24:22 +02:00
FlightlessMango
d8783d3002
Added time param
2020-02-12 18:24:00 +01:00
FlightlessMango
29bacea97f
Add param option full
2020-02-12 16:52:54 +01:00
FlightlessMango
c73df54166
Added background_alpha param
2020-02-12 04:51:08 +01:00
FlightlessMango
e81fa5776e
Added crosshair_color param
2020-02-11 09:21:23 +01:00
FlightlessMango
3c4fcda623
Added offset x/y in params
2020-02-10 17:37:37 +01:00
FlightlessMango
2590426ef6
Merge branch 'config'
2020-02-10 17:13:45 +01:00
FlightlessMango
a8e4ac84f9
Merge branch 'crosshair'
2020-02-10 17:08:15 +01:00
FlightlessMango
69ed9db4c1
Merge branch 'limiter'
2020-02-10 17:01:03 +01:00
FlightlessMango
ebc49ae8c5
Basic parse config
2020-02-10 09:37:19 +01:00
FlightlessMango
47f293a722
Change param keybind vars to KeySym
2020-02-09 12:26:56 +01:00
FlightlessMango
25f4c88175
Change param keybind vars to KeySym
2020-02-09 12:26:19 +01:00
FlightlessMango
9d8fbe561d
Keybind params for toggle hud and log
2020-02-09 12:13:54 +01:00
FlightlessMango
1a523a735f
Keybind params for toggle hud and log
2020-02-09 12:10:41 +01:00
FlightlessMango
c5ea98a243
Added a crosshair and params for it
2020-02-08 03:55:39 +01:00
FlightlessMango
148d19422d
Added vsync option
2020-02-07 13:12:58 +01:00
FlightlessMango
cd131e0c39
Add fps_limit param
2020-02-07 12:14:59 +01:00
FlightlessMango
35d8f7c829
add ram/vram param options
2020-02-05 14:16:16 +02:00
FlightlessMango
68599a02a3
param options for cpu_stats and gpu_stats
2020-02-05 01:06:10 +01:00
jackun
b28e0d2606
Remove unused pipeline stats counters
2020-01-30 11:19:25 +02: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