$ ccache-s
Cacheable calls: 21174 / 25718 (82.33%)
Hits: 3567 / 21174 (16.85%)
Direct: 3406 / 3567 (95.49%)
Preprocessed: 161 / 3567 ( 4.51%)
Misses: 17607 / 21174 (83.15%)
Uncacheable calls: 4544 / 25718 (17.67%)
Local storage:
Cache size (GB): 6.3 / 50.0 (12.59%)
Hits: 3567 / 21174 (16.85%)
Misses: 17607 / 21174 (83.15%)
demo_play
, demo_speed
, demo_slice_start
and demo_slice_end
, these commands are not enough to allow more binds for demo player, with the ultimate goal to remove hard-coded binds.
I suggest to add the following console commands for demo player:
demo_speed_adjust i[direction]
: adjust the speed of the demo, using an array of speeds
demo_seek_skip i[direction]
: skip time using an array of time skips
demo_seek_marker i[direction]
: se...quit
or ui_page
(even though I think this one does not work correctly?), but I also believe we need more. For example, we could add console commands to go to specific pages like "Play", "Settings", "Demos", to be able to rebind the keys P
, S
, D
respectively. I am not sure if this is really needed, but I also think that it won't hurt to remove those hard-coded binds as well.
@Robyt3 as you suggested t...