Update game_support.cpp

This commit is contained in:
Alex_Z 2017-07-21 16:21:52 +03:00 committed by GitHub
parent df35d5a815
commit a2c3fb9608

View File

@ -21,16 +21,15 @@ const game_modinfo_t g_known_games[] = {
{ "brainbread", "bb.so", "bb.dll", "Brain Bread" }, { "brainbread", "bb.so", "bb.dll", "Brain Bread" },
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },
{ "bumpercars", "hl.so", "hl.dll", "Bumper Cars" }, { "bumpercars", "hl.so", "hl.dll", "Bumper Cars" },
{ "bumpercars", "hl.so", "hl.dll", "none", "Bumper Cars"},
{ "buzzybots", "bb.so", "bb.dll", "BuzzyBots" }, { "buzzybots", "bb.so", "bb.dll", "BuzzyBots" },
{ "ckf3", "none", "mp.dll", "Chicken Fortress 3" }, //have no linux binary! { "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, //have no linux binary!
{ "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" }, { "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" },
{ "cstrike", "cs.so", "mp.dll", "Counter-Strike" }, { "cstrike", "cs.so", "mp.dll", "Counter-Strike" },
{ "csv15", "cs.so", "mp.dll", "Counter-Strike 1.5 (Steam)" }, { "csv15", "cs.so", "mp.dll", "Counter-Strike 1.5 (Steam)" },
{ "czero", "cs.so", "mp.dll", "Counter-Strike:Condition Zero" }, { "czero", "cs.so", "mp.dll", "Counter-Strike:Condition Zero" },
{ "czeror", "cz.so", "cz.dll", "Counter-Strike:Condition Zero Deleted Scenes" }, { "czeror", "cz.so", "cz.dll", "Counter-Strike:Condition Zero Deleted Scenes" },
{ "dcrisis", "dc.so", "dc.dll", "Desert Crisis" }, { "dcrisis", "dc.so", "dc.dll", "Desert Crisis" },
{ "decay", "none", "decay.dll", "Half-Life: Decay"}, { "decay", nullptr, "decay.dll", "Half-Life: Decay" },
{ "dmc", "dmc.so", "dmc.dll", "Deathmatch Classic" }, { "dmc", "dmc.so", "dmc.dll", "Deathmatch Classic" },
{ "dod", "dod.so", "dod.dll", "Day of Defeat" }, { "dod", "dod.so", "dod.dll", "Day of Defeat" },
{ "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" }, { "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" },
@ -58,7 +57,7 @@ const game_modinfo_t g_known_games[] = {
{ "monkeystrike", "ms.so", "monkey.dll", "Monkeystrike" }, { "monkeystrike", "ms.so", "monkey.dll", "Monkeystrike" },
{ "MorbidPR", "morbid.so", "morbid.dll", "Morbid Inclination" }, { "MorbidPR", "morbid.so", "morbid.dll", "Morbid Inclination" },
{ "movein", "hl.so", "hl.dll", "Move In!" }, { "movein", "hl.so", "hl.dll", "Move In!" },
{ "msc", "none", "ms.dll", "Master Sword Continued" }, { "msc", nullptr, "ms.dll", "Master Sword Continued" },
{ "ns", "ns.so", "ns.dll", "Natural Selection" }, { "ns", "ns.so", "ns.dll", "Natural Selection" },
{ "nsp", "ns.so", "ns.dll", "Natural Selection Beta" }, { "nsp", "ns.so", "ns.dll", "Natural Selection Beta" },
{ "oel", "hl.so", "hl.dll", "OeL Half-Life" }, { "oel", "hl.so", "hl.dll", "OeL Half-Life" },
@ -66,7 +65,7 @@ const game_modinfo_t g_known_games[] = {
{ "ol", "ol.so", "hl.dll", "Outlawsmod" }, { "ol", "ol.so", "hl.dll", "Outlawsmod" },
{ "ops1942", "spirit.so", "spirit.dll", "Operations 1942" }, { "ops1942", "spirit.so", "spirit.dll", "Operations 1942" },
{ "osjb", "osjb.so", "jail.dll", "Open-Source Jailbreak" }, { "osjb", "osjb.so", "jail.dll", "Open-Source Jailbreak" },
{ "outbreak", "none", "hl.dll", "Out Break"}, //have no linux binary { "outbreak", nullptr, "hl.dll", "Out Break" }, //have no linux binary
{ "oz", "mp.so", "mp.dll", "Oz Deathmatch" }, { "oz", "mp.so", "mp.dll", "Oz Deathmatch" },
{ "paintball", "pb.so", "mp.dll", "Paintball" }, { "paintball", "pb.so", "mp.dll", "Paintball" },
{ "penemy", "pe.so", "pe.dll", "Public Enemy" }, { "penemy", "pe.so", "pe.dll", "Public Enemy" },