summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
AgeCommit message (Expand)Author
2013-02-16Update copyright noticesTim Angus
2013-01-12Fix a bunch of warningsTim Angus
2013-01-03* Simplify some weapon-related code (re r1431)M. Kristall
2013-01-03* Smarter way to check if teamoverlay info should be sent; don't send upgradeM. Kristall
2013-01-03* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. Kristall
2013-01-03* Allow joining teams during warmupM. Kristall
2013-01-03* (bug 5004) use current player origin in G_RoomForClassChange()M. Kristall
2013-01-03* Unregister commands advertised by the server when disconnectingM. Kristall
2013-01-03* (bug 3781) Improve randomness in some cases (Lakitu7 made me do it)M. Kristall
2013-01-03* (bug 5039) Fix buildables to initialize with the correct normal vector, whi...Christopher Schwarz
2013-01-03* (bug 5092) Improve ckit repair targeting direction (/dev/humancontroller/)Christopher Schwarz
2013-01-03* Fix broken vote display strings, when reasons are used, broken in the ioq3 ...Christopher Schwarz
2013-01-03* (bug 5012) Fix camera shake after unfollowing players on movers (/dev/human...Christopher Schwarz
2013-01-03* (bug 4948) Nextmap vote can be overwrittenM. Kristall
2013-01-03* Show who received a private message and how to respond againM. Kristall
2013-01-03* Properly censor private messagesM. Kristall
2013-01-03* Mess with /give funds again to try to finally make everyone happy with how ...Christopher Schwarz
2013-01-03* Add usage statment when /give is used without argumentsChristopher Schwarz
2013-01-03* Prevent overflow in /give fundsBen Millwood
2013-01-03* (bug 4906) Notify admins of attempted votes called against immune adminsChristopher Schwarz
2013-01-03* (bug 4904) Notify admins of callteamvotes on the opposing teamChristopher Schwarz
2013-01-03* (bug 4896) Put quotes around multi-word parameters to admin commands in the...Christopher Schwarz
2013-01-03* Fix uninitialized variable usage after failed name match in some casesM. Kristall
2013-01-03* Fix not giving score/stage credits to aliens when humans decon dead buildab...Christopher Schwarz
2013-01-03* Three minor cleanups (/dev/humancontroller)Christopher Schwarz
2013-01-03* Fix OB1M. Kristall
2013-01-03* Prevent spawn is NULL by ignoring commands from connecting clients (Lakitu7)M. Kristall
2013-01-03* (bug 4883) Fix ability to build 0-BP structures in SD if the blueprint is a...Christopher Schwarz
2013-01-03* Do not enforce the teamchange timer when cheats are enabled (devmap)Christopher Schwarz
2013-01-03* Allow mute and denybuild to target players who are no longer connectedM. Kristall
2013-01-03* (bug 4879) Prevent teamchanges for gameplay exploit reasons by enforcing a ...Christopher Schwarz
2013-01-03* Refactor code handling player name matchingM. Kristall
2013-01-03Nothing to see hereM. Kristall
2013-01-03* (bug 4815) Add /pause admin commandChristopher Schwarz
2013-01-03* Clean up one line of code from ages ago. Nothing to see here.Christopher Schwarz
2013-01-03* (bug 4268) Disable vote bind instructions when tutorial mode is offChristopher Schwarz
2013-01-03* (bug 4760) Display Vote Caller (thanks Brian Teapot Shannon, msk, benmachine)Christopher Schwarz
2013-01-03* (Bug 4649) Require reasons for votes (WilliamH, Chris "Lakitu7" Schwarz)M. Kristall
2013-01-03* (bug 3495) Add support for message censorship (cue "finally!")M. Kristall
2013-01-03* Fix /me in teamsay menuBen Millwood
2013-01-03* Cancel ghost buildables upon selling weapons to prevent minor bugs when peo...Christopher Schwarz
2013-01-03* Fix admin /rename by not decrementing namelog->nameChanges, insteadJohn Ellis
2013-01-03* (bug 4090) fix G_ClientNumbersFromString on an empty argumentBen Millwood
2013-01-03* Queue BP according to the proportion of damage that came from not-friendly-...Christopher Schwarz
2013-01-03* (bug 4573) Use markdecon (instant of instant-decon) when buildings are unpo...Christopher Schwarz
2013-01-03* (bug 4575) CMD_CHEAT_TEAM gives the wrong error message (thanks Oops)Ben Millwood
2013-01-03* Revert revision 1965 and parts of revisions 1962 and 1966 since muted playersM. Kristall
2013-01-03* No-votes were not being handled properlyM. Kristall
2013-01-03* Use bitmasks instead of arrays for keeping track of whether/how a player votedM. Kristall
2013-01-03* Prevent people from reconnecting so they can call more votesM. Kristall