Age | Commit message (Expand) | Author |
2017-03-09 | synchronize ent->health with ent->client->ps.stats[STAT_HEALTH] | /dev/humancontroller |
2017-03-09 | allow calling for specific layouts in votes, where applicable | /dev/humancontroller |
2017-03-09 | begin rewriting the voting code to be structured in the representation of votes | /dev/humancontroller |
2017-03-09 | drop the use of the origin and angles fields of entityState_t in the game module | /dev/humancontroller |
2017-03-09 | always bring up a blueprint, but always print an error if appropriate | /dev/humancontroller |
2017-03-09 | clamp funds at +-30000, not SHRT_MIN/MAX | /dev/humancontroller |
2017-03-09 | remove trailing '\n' characters from error strings | /dev/humancontroller |
2017-03-09 | implement the range marker functionality, use it to create buildable range ma... | /dev/humancontroller |
2017-03-09 | fix noclipping players affecting other players | /dev/humancontroller |
2017-03-09 | improve the usability of noclip, notarget, give and godmode: | /dev/humancontroller |
2017-03-09 | make the ignore functionality even transmission-complete, moving the necessar... | /dev/humancontroller |
2017-03-09 | make buildable placement precise | /dev/humancontroller |
2017-03-09 | when stopping follow mode, keep the view origin and stop | /dev/humancontroller |
2017-03-09 | change setviewpos to work as it sounds like | /dev/humancontroller |
2017-03-09 | refactor stuff | /dev/humancontroller |
2017-03-09 | fix weapons remaining held and usable after selling them | /dev/humancontroller |
2017-03-09 | remove the abusable levelshot command and related hacks | /dev/humancontroller |
2017-02-08 | fix a sizeof() error in Cmd_CallVote_f() | /dev/humancontroller |
2017-02-07 | in the vote calling functions, protect against the dreaded exploit of '\n'-in... | /dev/humancontroller |
2013-02-16 | Update copyright notices | Tim Angus |
2013-01-12 | Fix a bunch of warnings | Tim 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 upgrade | M. Kristall |
2013-01-03 | * (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t | M. Kristall |
2013-01-03 | * Allow joining teams during warmup | M. 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 disconnecting | M. 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 overwritten | M. Kristall |
2013-01-03 | * Show who received a private message and how to respond again | M. Kristall |
2013-01-03 | * Properly censor private messages | M. 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 arguments | Christopher Schwarz |
2013-01-03 | * Prevent overflow in /give funds | Ben Millwood |
2013-01-03 | * (bug 4906) Notify admins of attempted votes called against immune admins | Christopher Schwarz |
2013-01-03 | * (bug 4904) Notify admins of callteamvotes on the opposing team | Christopher 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 cases | M. 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 OB1 | M. 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 connected | M. Kristall |
2013-01-03 | * (bug 4879) Prevent teamchanges for gameplay exploit reasons by enforcing a ... | Christopher Schwarz |