Commit Graph

1635 Commits

Author SHA1 Message Date
FlightlessMango
4df0fa559a make sure all mangohud files are being uninstalled 2020-03-14 10:00:08 +01:00
FlightlessMango
5e6fe9876c Merge branch 'develop' 2020-03-13 20:32:55 +01:00
FlightlessMango
d76c2a3830 [build/install script] remove entire defunct mangohud folder 2020-03-13 17:51:32 +01:00
jackun
50cef9621b
Remove ~/.local/share/MangoHud/MangoHud.conf support 2020-03-13 18:37:55 +02:00
jackun
57f3b3470d
Remove param_unit() 2020-03-13 18:25:22 +02:00
jackun
2e3f8077cb
Remove parse_output_file 2020-03-13 18:24:21 +02:00
jackun
3d4a4cf336
Update README.md 2020-03-13 18:16:17 +02:00
FlightlessMango
1e19a62f67 [readme] opengl vsync option 2020-03-13 17:07:57 +01:00
jackun
da9120f971
Add parse_signed() for gl_sync 2020-03-13 18:05:03 +02:00
jackun
125dbc1403
[OpenGL] Allow swap interval of -1 for adaptive sync, if supported 2020-03-13 17:54:36 +02:00
FlightlessMango
dbfa6d8f8b [readme] vsync opengl and vulkan explanation 2020-03-13 16:50:26 +01:00
FlightlessMango
e24f5dfc8b added log_duration param and updated readme 2020-03-13 16:27:45 +01:00
FlightlessMango
b4cd837328 [OpenGL] custom font file 2020-03-13 16:18:59 +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
jackun
4adb6ed25f
Convert tabs to spaces in cpu.cpp/cpu.h 2020-03-13 16:35:11 +02:00
jackun
72d7f6ef71
Print also a reason for skipping a config file 2020-03-13 16:14:58 +02:00
jackun
31a651133c
[OpenGL] Cleanup stderr output a little 2020-03-13 16:08:36 +02:00
jackun
bbfad2e073
[OpenGL] Parse and initialize configuration just once 2020-03-13 16:08:36 +02:00
jackun
a52dce875f
[OpenGL] Keep glClipControl local to imgui_impl_opengl3.cpp 2020-03-13 16:08:36 +02:00
jackun
05d61ee77e
Init CPUStats just once 2020-03-13 16:08:36 +02:00
FlightlessMango
e68dd48f3f forgot one refresh_config 2020-03-13 15:07:44 +01:00
FlightlessMango
fe69ec2955 changed refresh_config to reload_cfg 2020-03-13 14:57:11 +01:00
jackun
a8c5221c6e
Add read_cfg to README.md 2020-03-13 15:41:12 +02:00
FlightlessMango
501d7d74d2 install example config with meson 2020-03-13 12:41:22 +01:00
jackun
f7547aa1f0
Add gl_sync to MangoHud.conf 2020-03-13 10:38:53 +02:00
jackun
5caeb10882
[OpenGL] Apply swap interval from glXMakeCurrent 2020-03-13 10:05:41 +02:00
jackun
297b44bfe6
[OpenGL] Force-load libGL.so.1 with dlopen() if dlsym fails to find functions 2020-03-13 09:35:14 +02:00
jackun
e0ce0493f7
[OpenGL] Set swap interval (vsync) with gl_vsync param 2020-03-12 12:12:21 +02:00
jackun
690c7e7e1f
Make paths in libmangohud.conf lowercase 2020-03-12 12:12:21 +02:00
FlightlessMango
62a3759d07 only add ld.so.conf file for build.sh 2020-03-12 09:24:36 +01:00
FlightlessMango
8133048e9c Add blank configuration for project_name and layer_suffix with build.sh 2020-03-12 09:20:22 +01:00
FlightlessMango
8153e29eb3 forgot to add '/' to end of path 2020-03-12 08:31:33 +01:00
FlightlessMango
8599484032 configure .json files with meson 2020-03-12 08:24:37 +01:00
jackun
69947c3732
Update mangohud-setup.sh for new libdir paths 2020-03-11 19:01:59 +02:00
jackun
37e34335ae
Sprinkle NDEBUG over gl debug prints 2020-03-11 18:57:21 +02:00
jackun
ad598f7ec4
[OpenGL] Fix double-free with ImGui context 2020-03-11 18:56:31 +02:00
jackun
f99129f9de
Libdirs: once more, with feeling 2020-03-11 18:11:35 +02:00
jackun
4761078133
Fix small font for gl 2020-03-11 12:23:39 +02:00
jackun
c88b930a37
Match gl PushPopStyle count with vulkan's 2020-03-11 12:16:53 +02:00
jackun
bc7db582bd
Single ImGui context for OpenGL
Seems only VAO is not shareable between OpenGL context
but that gets recreated every render anyway.
2020-03-11 12:15:44 +02:00
jackun
373bba5fcf
Keep time outside the table or it gets clipped if using too fancy a format 2020-03-11 12:11:16 +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
FlightlessMango
c6df71a4be [readme] updated installed instructions 2020-03-11 06:46:59 +01:00
FlightlessMango
42d6b8b2b3 [readme] added text_color 2020-03-11 06:20:59 +01:00
FlightlessMango
8bf8723ad5 added param text_color 2020-03-11 06:20:18 +01:00
FlightlessMango
d39bcd2cdb [readme] changed frametime_alpha to alpha 2020-03-11 06:15:04 +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
ab9e3e2625 fixed install script after libdir change 2020-03-11 05:21:47 +01:00