From 4953b1d889f00465634f7bacc04c5a4fb369208c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Oct 2008 22:41:44 -0700 Subject: [PATCH 1/4] Added radio menu support for D.I.P.R.I.P. (bug 3304). --- gamedata/core.games.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gamedata/core.games.txt b/gamedata/core.games.txt index 546ec64d..054cbf6a 100644 --- a/gamedata/core.games.txt +++ b/gamedata/core.games.txt @@ -72,6 +72,7 @@ "game" "Insurgency" "game" "tf" "game" "pvkii" + "game" "diprip" } "Keys" From 2b65e2496de49c545fb3557e993eb7acb21118c8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Oct 2008 22:43:57 -0700 Subject: [PATCH 2/4] Added radio menu support for Synergy (bug 3301). --- gamedata/core.games.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gamedata/core.games.txt b/gamedata/core.games.txt index 054cbf6a..9f7c4db7 100644 --- a/gamedata/core.games.txt +++ b/gamedata/core.games.txt @@ -73,6 +73,7 @@ "game" "tf" "game" "pvkii" "game" "diprip" + "game" "synergy" } "Keys" From fa1336623ff62f93e704bcc95b49432cea346231 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Oct 2008 22:53:49 -0700 Subject: [PATCH 3/4] Added GiveNamedItem/EquipPlayerWeapon back to TF2 (bug 3276, r=bl4nk). --- gamedata/sdktools.games.ep2.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gamedata/sdktools.games.ep2.txt b/gamedata/sdktools.games.ep2.txt index 1fa156f2..3e5c850b 100644 --- a/gamedata/sdktools.games.ep2.txt +++ b/gamedata/sdktools.games.ep2.txt @@ -281,6 +281,11 @@ { "Offsets" { + "GiveNamedItem" + { + "windows" "409" + "linux" "410" + } "RemovePlayerItem" { "windows" "238" @@ -346,6 +351,11 @@ "windows" "34" "linux" "35" } + "WeaponEquip" + { + "windows" "229" + "linux" "230" + } "Activate" { "windows" "31" From 6d2bb90f517021bd09c66c3fbbf238d222a92b17 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Oct 2008 23:53:31 -0700 Subject: [PATCH 4/4] Added radio menu support for Fortress Forever (bug 3260). --- gamedata/core.games.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gamedata/core.games.txt b/gamedata/core.games.txt index 9f7c4db7..96d8424f 100644 --- a/gamedata/core.games.txt +++ b/gamedata/core.games.txt @@ -74,6 +74,7 @@ "game" "pvkii" "game" "diprip" "game" "synergy" + "game" "FortressForever" } "Keys"