summaryrefslogtreecommitdiff
path: root/src/game/g_client.c
AgeCommit message (Expand)Author
2017-03-09allow players to spawn at any origin (without spawn buildables); pull the tri.../dev/humancontroller
2017-03-09constize the input-only parameters of a bunch of functions/dev/humancontroller
2017-03-09always use ent->clipmask as pm->tracemask; move special casing to setting ent.../dev/humancontroller
2017-03-09synchronize ent->health with ent->client->ps.stats[STAT_HEALTH]/dev/humancontroller
2017-03-09try to synchronize ent->r.currentAngles with ent->client->ps.viewangles a bit/dev/humancontroller
2017-03-09drop the use of the origin and angles fields of entityState_t in the game module/dev/humancontroller
2017-03-09remove some '\n's from strings passed to error calls/dev/humancontroller
2017-03-09never pass a NULL ent to G_UseTargets()/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-09refactor stuff/dev/humancontroller
2017-03-09remove some redundant statements/dev/humancontroller
2017-03-09never set groundEntityNum to -1, use ENTITYNUM_NONE instead/dev/humancontroller
2017-03-09always spawn corpses where the model coincides with the ending state of the d.../dev/humancontroller
2017-03-09do not treat a clipmask of 0 as MASK_DEADSOLID in some cases/dev/humancontroller
2017-03-09allow duplicate GUIDs/dev/humancontroller
2013-02-16Update copyright noticesTim 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* Remove some unused spawn functionsBen Millwood
2013-01-03* Stop bad array indices in spawn point selection, by removing the arrays ent...Ben Millwood
2013-01-03* Fix a bug causing duplicate entries in namelogM. Kristall
2013-01-03* (bug 4694) Reallow black in names, map it to inverse in com_ansicolorChristopher Schwarz
2013-01-03* (bug 3495) Add support for message censorship (cue "finally!")M. Kristall
2013-01-03* Fix a 'spawn is NULL' error by disallowing ClientBegin on allreadyJohn Ellis
2013-01-03* Fix losing credits when player is already over the cap by selling equipment.John Ellis
2013-01-03* Fix admin /rename by not decrementing namelog->nameChanges, insteadJohn Ellis
2013-01-03* Under certain circumstances, already "disconnected" clients can disconnectM. Kristall
2013-01-03* (bug 4582) Another bad userinfo fixChristopher Schwarz
2013-01-03* Fix handling of invalid userinfoChristopher Schwarz
2013-01-03* Prevent people from reconnecting so they can call more votesM. Kristall
2013-01-03* Generate "player renamed to ..." messages client-sideM. Kristall
2013-01-03* Prevent reparsing IP addresses for subnet bansM. Kristall
2013-01-03* Revert buggy part of revision 1968M. Kristall
2013-01-03* namelog was not showing name changes when the user's initial name was invalidM. Kristall
2013-01-03* Fix a couple bugs from revision 1966 including a crasherM. Kristall
2013-01-03* Separate namelog from adminM. Kristall
2013-01-03* Refactor emoticon codeM. Kristall
2013-01-03* Renamed MAX_STAMINA to STAMINA_MAX and moved to tremulous.hAsa Kravets
2013-01-03* Add a EndVote: line to games.log for showing vote results (Rezyn)Christopher Schwarz
2013-01-03* Fix votes failing when they shouldn't (Rezyn)Christopher Schwarz
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Server- and client-side tab completion for commands handled by the game moduleM. Kristall
2013-01-03* Stamina changes/fixes (kevlarman)Christopher Schwarz
2013-01-03* (bug 4310) Rework admin.logChristopher Schwarz
2013-01-03* (bug 4309) Add options to !restart that allow for keeping/switching player ...Christopher Schwarz
2013-01-03* Make position of "ALLFLAGS" admin flag irrelevantM. Kristall
2013-01-03* (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents someTim Angus
2013-01-03* Massive refactor of voting codeM. Kristall