summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
AgeCommit message (Expand)Author
2017-03-09always bring up a blueprint, but always print an error if appropriate/dev/humancontroller
2017-03-09clamp funds at +-30000, not SHRT_MIN/MAX/dev/humancontroller
2017-03-09remove trailing '\n' characters from error strings/dev/humancontroller
2017-03-09implement the range marker functionality, use it to create buildable range ma.../dev/humancontroller
2017-03-09fix noclipping players affecting other players/dev/humancontroller
2017-03-09improve the usability of noclip, notarget, give and godmode:/dev/humancontroller
2017-03-09make the ignore functionality even transmission-complete, moving the necessar.../dev/humancontroller
2017-03-09make buildable placement precise/dev/humancontroller
2017-03-09when stopping follow mode, keep the view origin and stop/dev/humancontroller
2017-03-09change setviewpos to work as it sounds like/dev/humancontroller
2017-03-09refactor stuff/dev/humancontroller
2017-03-09fix weapons remaining held and usable after selling them/dev/humancontroller
2017-03-09remove the abusable levelshot command and related hacks/dev/humancontroller
2017-02-08fix a sizeof() error in Cmd_CallVote_f()/dev/humancontroller
2017-02-07in the vote calling functions, protect against the dreaded exploit of '\n'-in.../dev/humancontroller
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