Commit Graph

979 Commits (server-patch1)
 

Author SHA1 Message Date
FlightlessMango ee867b9caf nanopb 0.4.4 meson wrap 3 years ago
Witold Baryluk 111742525e gui: Refactor functions, move to smaller functions. More error handling. 3 years ago
Witold Baryluk aeabaa89bc Move GUI response generation in server to own function. Reindent. 3 years ago
Witold Baryluk 95ec9eca17 Fix comment about calloc(0, 1) in server.cpp. It is supported. 3 years ago
Witold Baryluk 4d4cdf3071 Proxy multiple clients. Display multiple clients in GUI using widget class / template 3 years ago
Witold Baryluk d8dfb4e452 Improve gui reconnecting and disconnecting, give feedback. 3 years ago
Witold Baryluk b104857774 Fix some memory leaks in server. Improve PB_ macros. 3 years ago
Witold Baryluk c0a3976bf6 Set nodename, pid and uid. Improve reconnecting in gui. 400px wide by default. 3 years ago
Witold Baryluk 3e570a43bb Use uid in socket path. Add env MANGOHUD_SERVER in gui. Faster demo. 3 years ago
Witold Baryluk 3093a6dc98 Fix goto typo. Remove incorrect comment in tcp bind error. Constify a bit 3 years ago
Witold Baryluk bc523e7191 More wip - TCP, repeated fps, meson / cmake, subproject wrap 3 years ago
Witold Baryluk 5680fff171 Mango server + gui 3 years ago
Alessandro Toia 1d8f4b79c1 Formatting Fixes and remove unused variable 4 years ago
FlightlessMango c54f8bec5d Hud elements exec function 4 years ago
Alessandro Toia c4925ac83e Allow multiple instances of custom_text_center and custom_text 4 years ago
FlightlessMango 05c09e3fdf Only draw custom_text_center if it's not empty 4 years ago
Alessandro Toia 80004d3fe0 Chnage fps color based on fps value 4 years ago
Alessandro Toia 75d9e51445 Remove custom_header, add new params custom_text_center and custom_text 4 years ago
Alessandro Toia 439f1266ba Remove custom_header background and add newline after 4 years ago
Alessandro Toia db82ed0a1d Add documentation for custom_header param 4 years ago
Alessandro Toia 576f9887e0 Add custom_header to legacy_elements, make sure custom_header is always shown first 4 years ago
Alessandro Toia c479694735 Use SetCursorPosX() instead of SameLine() to center text 4 years ago
Alessandro Toia b77517501c Add new param custom_header 4 years ago
FlightlessMango d54409b6b5 Don't need vulkan hooking in kiero 4 years ago
FlightlessMango af0658e137 Change win config location to mangohud folder 4 years ago
FlightlessMango 1a86d3b241 Set dx_version var 4 years ago
FlightlessMango 3bc0f32a3b Init all related renderTypes 4 years ago
FlightlessMango 079f700241 Make sure logger gets inited in win 4 years ago
Alessandro Toia a061ca060f __gnu_linux__ shouldn't be caps 4 years ago
Alessandro Toia 8e873fe547 Remove more "not" and "and" in if statments
Rename dbus_helpers.hpp to dbus_helpers.h
4 years ago
FlightlessMango 6ed47879e7 __gnu_linux__ shouldn't be caps 4 years ago
FlightlessMango f375d94188 libgen.h not needed on win32 4 years ago
FlightlessMango 45c7ea0841 Include intrin.h for _ReturnAddress win32 4 years ago
flightlessmango cfc0b74d1a
Merge pull request #418 from baryluk/patch-3
Perform updates of gpuInfo struct in more atomic way
4 years ago
FlightlessMango ce7de641cf Don't use "and" and "not" in if statements 4 years ago
FlightlessMango d1af7c97ac Removed lingering pthread.h 4 years ago
FlightlessMango eef6d8974a Only use popen/close on linux 4 years ago
FlightlessMango c20b06c851 Remove more ram related things for windows 4 years ago
Alessandro Toia 06f2c7dc1b Do not show fps_limit if unlimited 4 years ago
Witold Baryluk e712a26eff
Perform updates of gpuInfo struct in more atomic way
The issue is that value might be set to 0, or original miliC (i.e. 35000),
while the other thread is reading it from the memory.

Instead using single writes to the target location,
only with intended end value.

This is a not a full proper fix (like using mutex between overlay and the thread
doing hw info update), but should alleviate issue of logging sometimes
having value 0, or original value of miliC for temperature.
4 years ago
Alessandro Toia 4ada6d1036 Add show_fps_limit param 4 years ago
FlightlessMango c8d68be476 Add resolution param 4 years ago
Alessandro Toia ed0c7a344d Add new param 'core_load_change' to change colors of cpu core load depending on load % 4 years ago
jackun 3df142da5d
workflow: fix `if` syntax and edit release instead 4 years ago
jackun 079f67a729
workflow: limit 'release' event to 'created' action 4 years ago
jackun e382318751
workflow: fix artifact path, git commit 4 years ago
jackun 2f0dc14a78
workflow: install packages too 4 years ago
jackun 7b59095a79
Bump to v0.6.1 4 years ago
jackun 11932dda88
build package workflow, maybe 4 years ago
jackun ce7de16ce2
workflow for build-source.sh 4 years ago