FlightlessMango
906a8cde23
added param frametime_color
2020-03-10 06:30:37 +01:00
FlightlessMango
a2735693ba
Merge opengl into develop
2020-03-10 06:19:18 +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
274b3e67ca
don't extend hud width if gpu_stats is disabled
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
ea8f0ad666
Includes cleanup
2020-03-06 23:07:28 +02: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
jackun
9a4c9033fa
Support escaping delimiters in MANGOHUD_CONFIG
2020-03-02 22:53:42 +02:00
FlightlessMango
12ba4f9ea5
No need to set hud height manually anymore
2020-02-28 22:01:04 +01:00
jackun
8a348ffbf0
Disable gpu_timing for now
...
Issue #44
2020-02-20 23:08:09 +02:00
jackun
d78622a322
Don't enable 'read_cfg' too when 'full' is set in MANGOHUD_CONFIG
...
Could use OVERLAY_PARAM_INTERNAL or something similar but currently
less code to just save the boolean and reset.
2020-02-18 15:13:22 +02:00
FlightlessMango
099082affc
Refresh config keybind
2020-02-18 12:04:59 +01:00
FlightlessMango
7593582f4a
Fixed parsing crosshair color function
2020-02-18 11:44:45 +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
jackun
60763420eb
Use defines instead of magic numbers for HUD hotkeys'
2020-02-11 21:50:29 +02: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
2003ae93c9
Continue parsing overlay params without env
2020-02-10 14:57:22 +01:00
FlightlessMango
5a62a1b0de
Cleaning up
2020-02-10 11:03:39 +01:00
FlightlessMango
33f48c91be
Apply params from config file
2020-02-10 10:32:22 +01:00
FlightlessMango
ebc49ae8c5
Basic parse config
2020-02-10 09:37:19 +01:00
FlightlessMango
d578d612d4
Renamed overlay_param.c to .cpp
2020-02-09 14:02:40 +01:00