sourcemod/gamedata
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
..
core.games Detect invalid menu item selections in L4D-based games (#1543) 2021-07-18 20:57:13 +01:00
sdkhooks.games Update Team Fortress 2 gamedata (#1509) 2021-06-22 19:19:06 +01:00
sdktools.games gamedata: SetCollisionGroup signatures for L4D (#1514) 2021-06-29 01:13:56 -07:00
sm-cstrike.games Update TerminateRound signature for CS:GO windows (#1486) 2021-04-29 01:24:26 -07:00
funcommands.games.txt Change sm_beacon to use game-specific team colors (#1187) 2020-02-23 14:03:00 +00:00
sm-tf2.games.txt Update Team Fortress 2 gamedata (#1509) 2021-06-22 19:19:06 +01:00