andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
489 stars 43 forks source link

[BUG] r_showbboxes_filter can't be unset #195

Closed barneycarroll closed 1 year ago

barneycarroll commented 1 year ago

The feature is incredibly powerful but AFAICT there is no way of clearing the filter — nearest fuge is setting it to _ but this won't get a hit on the single-word entity classnames.

Perhaps the function could special-case an input of * (which AFAICT wouldn't be a valid classname character?) to clear the internal variable?

andrey-budko commented 1 year ago

r_showbboxes_filter "" ?

barneycarroll commented 1 year ago

Thanks, I had no idea quotes worked!