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 Toia
ef05ab2f20
Parse blacklist with parse_str_tokenize
2020-11-18 16:19:00 -08:00
Alessandro Toia
7c80dc53ef
Allow users to add a new item to the blacklist from config file
2020-11-17 19:35:05 -08:00
FlightlessMango
44d5546ba5
Add param table_columns
2020-11-17 15:09:15 +01:00
flightlessmango
ce6a87823b
Merge pull request #388 from flgx16/cpu_power
...
Add cpu_power
2020-11-17 14:48:27 +01:00
Alessandro Toia
92146c5833
Add frametime param to enable/disable frametime data next to fps
2020-11-16 15:44:19 -08:00
FlightlessMango
e5015283a8
cellpadding_y param
2020-11-16 12:53:38 +01:00
jackun
60ffab4350
Add no_small_font
option for unified font size
2020-11-16 13:12:43 +02:00
Lukáš Horáček
3726c90c7a
Add cpu_power
2020-11-12 22:27:35 +01:00
FlightlessMango
553bf50e6a
Added cpu_mhz param
2020-11-11 23:11:21 +01:00
FlightlessMango
366de9a9dd
Legacy elements
2020-11-09 19:38:43 +01:00
FlightlessMango
cc38924997
Added graphs
2020-11-09 19:37:37 +01:00
FlightlessMango
aebd3353ab
Move most hud elements into HudElement functions
2020-11-09 19:35:20 +01:00
FlightlessMango
b9b20d1117
Remove render_mango as it's no longer needed
2020-11-02 13:56:52 +01:00
Alessandro Toia
ec322b556e
Formatting fixes, remove commented code
2020-10-20 21:14:04 -07:00
Alessandro Toia
76c2129ae2
Remove more unused variables
2020-10-20 20:46:35 -07:00
Alessandro Toia
3e446f7c11
Remove unused variables
2020-10-20 20:42:57 -07:00
Alessandro Toia
c53939587a
Consolidate gpu/cpu load value config
2020-10-19 22:11:26 -07:00
Alessandro Toia
daa23d49db
Consolidate cpu load color config
2020-10-19 21:06:10 -07:00
Alessandro Toia
e1269a18ff
Consolidate gpu load color config
2020-10-19 20:41:39 -07:00
Alessandro Toia
1c0a5af001
Implement cpu load color change
2020-10-05 16:41:59 -07:00
Alessandro Toia
11d9c3aa97
remove param gpu_load_low as it is not needed
2020-10-04 15:54:44 -07:00
Alessandro Toia
d7f04deb56
Implement gpu load color change
2020-09-28 21:24:26 -07:00
ZakMcKrack3n
73e6e31301
toggle fps limiter via hotkey, fps_limit may be set to multiple values
...
(e.g. 0,30,60).
fps toggle toggles between entries where zero means unlimited
2020-09-19 12:45:59 +03:00
FlightlessMango
4f64e1403a
Deprecation message for output_file
2020-08-16 15:11:53 +02:00
Alessandro Toia
632f1e7000
Add wine and wine colors to overlay
2020-08-16 14:57:35 +03:00
FlightlessMango
ac85815d82
Changed output_file to output_folder
2020-08-15 15:14:55 +02:00
FlightlessMango
8a39043a13
Merge branch 'master' into develop
2020-08-15 14:04:30 +02:00
FlightlessMango
ce80203ee6
Minimal hud for recording
2020-08-09 08:39:49 +02:00
FlightlessMango
a06e01c7ef
Merge branch 'develop'
2020-08-02 08:28:24 +02:00
FlightlessMango
6a443f35ac
Upload multiple logs
2020-08-02 01:10:21 +02:00
flightlessmango
c046c250d8
Merge branch 'develop' into benchmark-percentages
2020-07-23 11:16:59 +00:00
larskraemer
a28931ef6b
General cleanup ( #272 )
...
* Cleanup unused struct fields, use uniform include guards
2020-07-06 20:31:40 +03:00
flightlessmango
eafa62356b
Merge branch 'develop' into benchmark-percentages
2020-06-30 04:39:08 +02:00
jackun
c63037efb5
Use 1-channel font textures; glyph ranges support; vulkan image descriptors and "helper" functions
...
* To save some memory, use just 1-channel alpha-only textures
* Add some sort of wider glyph ranges support
* Chop single-ish vulkan font image uploading function into separate reusable helper functions
* Use descriptor set for ImTextureID but probably use texture array and push constants for "fast-path" if need arises
2020-06-29 17:15:50 +03:00
Kingsley McDonald
979c4d32ca
oops! i didn't save changes from the merge conflict >.<
2020-06-23 18:51:51 +01:00
Kingsley McDonald
aa77a351de
implement configurable benchmark percentiles.
2020-06-23 18:46:43 +01:00
FlightlessMango
064c285f31
permit_upload and upload_log params
2020-06-19 13:57:44 +02:00
jackun
5ec6519832
Add media_player_order
to set media player metadata order
2020-06-13 22:00:36 +03:00
FlightlessMango
135f3a5009
Fixing compiler warnings and removing control
2020-06-11 08:58:29 +02:00
FlightlessMango
d8727110b0
Replaced log_period env with log_interval param
2020-06-04 00:52:11 +02:00
FlightlessMango
2d0ba9a076
Params to override cpu/gpu text
2020-06-01 02:08:35 +02:00
jackun
c04658456a
Wider glyph ranges for custom font; media player text scaling with font_scale_media_player
param
2020-05-24 16:49:11 +03:00
FlightlessMango
ac926bbfd5
Added histogram param
2020-05-24 17:17:17 +02:00
FlightlessMango
078617f999
Added param for engine version
2020-05-23 23:16:08 +02:00
jackun
ff48525313
Consolidated amdgpu file handles to a struct and add gpu_power
param to show power usage for amdgpu/nvml
2020-05-22 15:44:34 +03:00
FlightlessMango
1d375fd155
Removed crosshair
2020-05-20 18:21:14 +02:00
jackun
c5bb35c10d
Merge branch '159' into develop
2020-05-17 15:24:47 +03:00
Valters
1afea91dab
Add multi hotkey
2020-05-17 15:19:20 +03:00