Files
sourcemod/core
Asher Baker 32d951e312 Detect invalid menu item selections in L4D-based games (#1543)
Some games have implemented CHudMenu::SelectMenuItem to close the menu
even if an invalid slot has been selected, which causes us a problem as
we'll never get any notification from the client and we'll keep the menu
alive on our end indefinitely. For these games, pretend that every slot
is valid for selection so we're guaranteed to get a menuselect command.
We don't want to do this for every game as the common SelectMenuItem
implementation ignores invalid selections and keeps the menu open, which
is a much nicer user experience.

Fixes #1385
2021-07-18 20:57:13 +01:00
..
2021-07-16 18:33:10 -07:00
2020-08-24 20:48:57 -07:00
2020-05-20 17:57:18 -07:00
2014-08-13 14:24:35 -07:00
2020-10-16 21:41:21 +01:00
2019-05-30 18:27:14 -07:00
2018-08-13 23:03:48 +01:00