FlightlessMango
3bc0f32a3b
Init all related renderTypes
2020-12-06 01:39:28 +01:00
FlightlessMango
079f700241
Make sure logger gets inited in win
2020-12-06 01:36:02 +01:00
Alessandro Toia
a061ca060f
__gnu_linux__ shouldn't be caps
2020-12-03 22:15:17 -08:00
Alessandro Toia
8e873fe547
Remove more "not" and "and" in if statments
...
Rename dbus_helpers.hpp to dbus_helpers.h
2020-12-03 22:00:18 -08:00
FlightlessMango
6ed47879e7
__gnu_linux__ shouldn't be caps
2020-12-04 05:48:32 +01:00
FlightlessMango
f375d94188
libgen.h not needed on win32
2020-12-04 04:55:15 +01:00
FlightlessMango
45c7ea0841
Include intrin.h for _ReturnAddress win32
2020-12-04 04:54:58 +01:00
flightlessmango
cfc0b74d1a
Merge pull request #418 from baryluk/patch-3
...
Perform updates of gpuInfo struct in more atomic way
2020-12-04 04:51:50 +01:00
FlightlessMango
ce7de641cf
Don't use "and" and "not" in if statements
2020-12-04 04:49:02 +01:00
FlightlessMango
d1af7c97ac
Removed lingering pthread.h
2020-12-04 04:46:14 +01:00
FlightlessMango
eef6d8974a
Only use popen/close on linux
2020-12-04 04:43:16 +01:00
FlightlessMango
c20b06c851
Remove more ram related things for windows
2020-12-03 21:26:00 +01:00
flightlessmango
509fc72daa
Merge pull request #413 from Faalagorn/patch-1
...
README: add info about cpu_power on Intel
2020-12-03 19:30:22 +01:00
flightlessmango
3ba7b988d3
Merge pull request #414 from Faalagorn/patch-2
...
ManoguHud.conf: add some parameters and fix typos
2020-12-03 19:29:34 +01:00
Alessandro Toia
06f2c7dc1b
Do not show fps_limit if unlimited
2020-12-01 19:43:55 -08:00
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.
2020-12-01 05:32:37 +00:00
Alessandro Toia
4ada6d1036
Add show_fps_limit param
2020-11-30 18:43:12 -08:00
FlightlessMango
c8d68be476
Add resolution param
2020-11-30 21:11:38 +01:00
Alessandro Toia
ed0c7a344d
Add new param 'core_load_change' to change colors of cpu core load depending on load %
2020-11-29 16:10:56 -08:00
jackun
3df142da5d
workflow: fix if
syntax and edit release instead
2020-11-29 21:07:12 +02:00
Faalagorn
a1014aa1e7
README: add chmod for RAPL instructions
...
Forgot to add `chmod o+r` to set attributes
2020-11-29 19:50:54 +01:00
Faalagorn
1ebb7b1e17
ManoguHud.conf: add some parameters and fix typos
...
* Added (commented out `fps_sampling_period`, `version` and `engine_version`)
* Commented out `legacy_layout` by default and added `=false` if one want to enable new layout
* Unified VSync, FPS, RAM and other minor names while at it
* Added space after comments sign for options that were missing it to unify formatting
2020-11-29 18:15:56 +01:00
Faalagorn
00556753b1
README: add info about cpu_power on Intel
...
Added note about RAPL and Intel processors with a way to enable cpu_power on them (on one own's risk)
2020-11-29 17:30:40 +01:00
jackun
079f67a729
workflow: limit 'release' event to 'created' action
2020-11-29 16:59:50 +02:00
jackun
e382318751
workflow: fix artifact path, git commit
2020-11-29 16:51:45 +02:00
jackun
2f0dc14a78
workflow: install packages too
2020-11-29 16:43:18 +02:00
jackun
7b59095a79
Bump to v0.6.1
2020-11-29 16:30:07 +02:00
jackun
11932dda88
build package workflow, maybe
2020-11-29 16:14:11 +02:00
jackun
ce7de16ce2
workflow for build-source.sh
2020-11-29 16:14:11 +02:00
Tristan
0ce22ddc15
Add Solus install option via package manager on Readme
2020-11-29 15:28:46 +02:00
Witold Baryluk
558b8eb093
Properly initialize file pointers to null
...
If in `init_cpu_power_data_k10temp` we fail to initialize all paths,
and fail initialization, then in the destructor, we will most likely
pass invalid value to the `fclose`.
2020-11-29 15:27:46 +02:00
Witold Baryluk
26262e24ff
Improve initialization logic for cpu.cpp
...
Use smart pointers.
Get rid of gotos and labels.
2020-11-29 15:27:22 +02:00
FlightlessMango
1c9e533a51
Bump meson build to 0.6.0
2020-11-29 03:08:40 +01:00
FlightlessMango
18c20687d4
Merge branch 'develop' into master
2020-11-28 17:23:54 +01:00
Alessandro Toia
03bd71d145
Add missing add_blacklist for OpenGl apps
2020-11-27 16:14:38 -08:00
jackun
ef34bcd52f
README.md: about using +
2020-11-28 00:15:18 +02:00
Alessandro Toia
5af93c7dc5
Change delimiter from '+' to ',' in README for media_player_order
2020-11-27 14:13:30 -08:00
Alessandro Toia
56a5cae2f7
Added new params to config file
2020-11-27 14:12:11 -08:00
Alessandro Toia
4d09cebe3a
Change delimiter from '+' to ',' in README
2020-11-27 13:58:09 -08:00
jackun
e0f79d9435
Escape spaces in file names for wordexp
v2 but just append to stringstream
2020-11-27 23:48:28 +02:00
FlightlessMango
a4a5950ddf
Make sure graphs have data without enabling elems
2020-11-27 19:15:51 +01:00
jackun
0309b6bbb9
Escape spaces in file names for wordexp
2020-11-27 20:00:39 +02:00
jackun
fda43f5727
Use str_tokenize for multiple delimiters
2020-11-27 20:00:39 +02:00
FlightlessMango
27fee4f151
Prettying up hudelements::graphs
2020-11-27 18:49:13 +01:00
jackun
6a5cd38127
Meson option to have absolute paths in LD_PRELOAD
2020-11-27 17:44:22 +02:00
FlightlessMango
9af4ac546f
No need to convert cpu_load
2020-11-27 15:53:49 +01:00
FlightlessMango
4505bba6bd
Check if logger is active before autostarting
2020-11-27 15:12:38 +01:00
FlightlessMango
3827fe96d4
Add autostart_log param
2020-11-27 15:12:38 +01:00
jackun
ee2933bff5
Resize fonts
2020-11-26 22:52:10 +02:00
Alessandro
3e47e14a3c
Merge pull request #401 from gort818/load_order
...
Change order of cpu/gpu load colors and data
2020-11-25 18:13:00 -08:00