]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Add Gametypes to the guide
authorotta8634 <k9wolf@pm.me>
Mon, 6 Jan 2025 16:51:34 +0000 (00:51 +0800)
committerotta8634 <k9wolf@pm.me>
Mon, 6 Jan 2025 16:51:34 +0000 (00:51 +0800)
commit4a10f0e6af5bd9a0b600744b6351f7212bd43e83
treea86f44052375dbab11d13bc6f939accb0d11aebf
parent6ae60f9fc3db6ece55cf9280f3745d5ea7885613
Add Gametypes to the guide

Descriptions were based on https://gitlab.com/xonotic/xonotic/-/wikis/home, although some gamemodes don't have a description there.
Added back .gametype_description (now called .m_description) so that the shorter gamemode descriptions can still be used.
Added .m_name to the gamemode class, copied with the initial value of .message, so that the COLORED_NAME macros can be used. Ideally .message wouldn't be necessary since it's not very descriptive, I just didn't bother going through all instances of .message being used to make sure nothing would break.
42 files changed:
qcsrc/common/gamemodes/gamemode/assault/assault.qc
qcsrc/common/gamemodes/gamemode/assault/assault.qh
qcsrc/common/gamemodes/gamemode/clanarena/clanarena.qc
qcsrc/common/gamemodes/gamemode/clanarena/clanarena.qh
qcsrc/common/gamemodes/gamemode/ctf/ctf.qc
qcsrc/common/gamemodes/gamemode/ctf/ctf.qh
qcsrc/common/gamemodes/gamemode/cts/cts.qc
qcsrc/common/gamemodes/gamemode/cts/cts.qh
qcsrc/common/gamemodes/gamemode/deathmatch/deathmatch.qc
qcsrc/common/gamemodes/gamemode/deathmatch/deathmatch.qh
qcsrc/common/gamemodes/gamemode/domination/domination.qc
qcsrc/common/gamemodes/gamemode/domination/domination.qh
qcsrc/common/gamemodes/gamemode/duel/duel.qc
qcsrc/common/gamemodes/gamemode/duel/duel.qh
qcsrc/common/gamemodes/gamemode/freezetag/freezetag.qc
qcsrc/common/gamemodes/gamemode/freezetag/freezetag.qh
qcsrc/common/gamemodes/gamemode/invasion/invasion.qc
qcsrc/common/gamemodes/gamemode/invasion/invasion.qh
qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc
qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qh
qcsrc/common/gamemodes/gamemode/keyhunt/keyhunt.qc
qcsrc/common/gamemodes/gamemode/keyhunt/keyhunt.qh
qcsrc/common/gamemodes/gamemode/lms/lms.qc
qcsrc/common/gamemodes/gamemode/lms/lms.qh
qcsrc/common/gamemodes/gamemode/mayhem/mayhem.qc
qcsrc/common/gamemodes/gamemode/mayhem/mayhem.qh
qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
qcsrc/common/gamemodes/gamemode/nexball/nexball.qh
qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc
qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qh
qcsrc/common/gamemodes/gamemode/race/race.qc
qcsrc/common/gamemodes/gamemode/race/race.qh
qcsrc/common/gamemodes/gamemode/survival/survival.qc
qcsrc/common/gamemodes/gamemode/survival/survival.qh
qcsrc/common/gamemodes/gamemode/tdm/tdm.qc
qcsrc/common/gamemodes/gamemode/tdm/tdm.qh
qcsrc/common/gamemodes/gamemode/tka/tka.qc
qcsrc/common/gamemodes/gamemode/tka/tka.qh
qcsrc/common/gamemodes/gamemode/tmayhem/tmayhem.qc
qcsrc/common/gamemodes/gamemode/tmayhem/tmayhem.qh
qcsrc/common/mapinfo.qc
qcsrc/common/mapinfo.qh