Commit Graph

166 Commits (6b9bb816d59cf02a4f5d7f37307193f8c1e1aefb)
 

Author SHA1 Message Date
telans 6b9bb816d5
update overlay example 4 years ago
jackun 67eab673d8
Override previous setting, std::unordered_map::insert() does not. 4 years ago
telans 9d0b766cda
build: support Pop!_OS 4 years ago
jackun 70d0e81c36
Clone vulkan headers if needed 4 years ago
Danilo Spinella 18edd4eb50 meson: Add option to use system vulkan headers 4 years ago
Danilo Spinella 2c6f9d0d44 meson: Remove generation of unneeded includes
vk_dispatch_table_helper.h and vk_layer_dispatch_table.h headers
are not used anymore by mesa layer, remove their generation.

Remove git modules required only for the generation of above headers.
4 years ago
jackun 5c4816efa5
Unused instance_data 4 years ago
jackun b2abe8073e
Remove unused android stuff 4 years ago
jackun 69cf83d3bc
config file: print that config file is skipped if we failed to open it 4 years ago
jackun 3e0eda559d
print if done parsing config file 4 years ago
jackun 6086a6b9ab
config file: try to detect Wine executable's path 4 years ago
telans ca738c4126
config: add time, vsync explanation 4 years ago
telans 81dc992dfa
readme: mention config 4 years ago
telans fda9f1cd94
install: recursive 4 years ago
telans 9b566a64bd
install: update config locations 4 years ago
jackun 169d5ff99a
Search configs in ~/.config/MangoHud 4 years ago
jackun 08debe5d09
Add per-executable config file support
* executable's name + ".conf" in config dir
* "MangoHud.conf" in executable's folder
4 years ago
jackun 90a93fd2fc
Add "get executable's path" function 4 years ago
jackun 74c9803087
config file: if parameter line has no equal sign, default value to 1 4 years ago
jackun 27848bd253
Don't crash if there's nothing to draw 4 years ago
FlightlessMango d8783d3002 Added time param 4 years ago
FlightlessMango 29bacea97f Add param option full 4 years ago
jackun b9ae979a05
Don't interpolate fps limit sleep overhead
Random hiccups and game pauses can make it go crazy otherwise.
4 years ago
FlightlessMango dba31e6a11 Set background alpha color to 1.0 4 years ago
telans 751fd65e5d
update scripts for config file 4 years ago
telans a7d0a892e1
initial config file 4 years ago
FlightlessMango e947dae9ed Fixed fps limiter accuracy 4 years ago
FlightlessMango c73df54166 Added background_alpha param 4 years ago
jackun 60763420eb
Use defines instead of magic numbers for HUD hotkeys' 4 years ago
FlightlessMango e81fa5776e Added crosshair_color param 4 years ago
FlightlessMango d79d06271f Repurposed no_display param 4 years ago
FlightlessMango 50cff923e8 Changed vram to display GB from MB 4 years ago
FlightlessMango 3c4fcda623 Added offset x/y in params 4 years ago
FlightlessMango 2590426ef6 Merge branch 'config' 4 years ago
FlightlessMango a8e4ac84f9 Merge branch 'crosshair' 4 years ago
FlightlessMango 69ed9db4c1 Merge branch 'limiter' 4 years ago
FlightlessMango f56c53c152 Removed unused header 4 years ago
FlightlessMango 2003ae93c9 Continue parsing overlay params without env 4 years ago
jackun 1fc94f6db5
Remove unused histogram's get_stat() 4 years ago
Georg Lehmann 7a4ffe8206
Vulkan overlay: use the corresponding image index for each swapchain
pImageIndices should be a pointer to the current image index
otherwise every swapchain but the first one could have a wrong image index
4 years ago
jackun b2f20f02d2
Prefix check links too 4 years ago
FlightlessMango 5a62a1b0de Cleaning up 4 years ago
FlightlessMango 33f48c91be Apply params from config file 4 years ago
FlightlessMango ebc49ae8c5 Basic parse config 4 years ago
FlightlessMango d578d612d4 Renamed overlay_param.c to .cpp 4 years ago
FlightlessMango 47f293a722 Change param keybind vars to KeySym 4 years ago
FlightlessMango 784cb427ff Use params for keybinds 4 years ago
FlightlessMango 25f4c88175 Change param keybind vars to KeySym 4 years ago
FlightlessMango e5341dd86b Use params for keybinds 4 years ago
FlightlessMango 9d8fbe561d Keybind params for toggle hud and log 4 years ago