summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
AgeCommit message (Collapse)Author
2015-04-11Fix /mute.Paweł Redman
2015-03-13Fix the ordering of g_admin_cmds.Paweł Redman
2015-02-14Fix console being unable to send PMs. Remove logging of successful admin ↵Paweł Redman
commands.
2015-02-14Move all chat-related commands to the admin system.Paweł Redman
2015-02-14Various gameplay balance changes and minor bug fixes, code organization.Mikko Tiusanen
Increased goon pounce delay a little bit. Incognito players as players of level matching their score. Adjusted the hp, build time and bp of various buildings. Alien hives now track movement a bit faster. Added cvars to limit colony and refinery bp max effects. Colonies and refineries can now prevent enemy building within their radius. Reduced flamer and lightning gun damage and slowed down rockets. Increased Adv. mara zap rate and adv. goon barb regen. Increased hummel barbs damage and reduced their repeat rate a little bit.
2015-02-01Fixed a possible null pointer access in g_admin_find_level_for_score.Tremulous Test Server
2015-01-25Fixed compiler warnings in all game, cgame sources.Mikko Tiusanen
2015-01-08Fix various linking errors and segfaults.enneract
2015-01-07Added G_admin_writeconfig and changed outside calls to use that.Tremulous Test Server
2014-12-21Merge branch 'combat-stats'enneract
2014-12-21Let admins with /flag modify admin levels.enneract
2014-12-21Fix /stats displaying namelog data.enneract
2014-12-21Simplify in-game combat statistics.enneract
2014-12-21Use MODs instead of CSWs in logs.enneract
2014-12-20Add logging of weapon settings at game init.enneract
Also adds a few missing weapons and hardcodes Lightning Gun's settings.
2014-12-20Improve the output of /stats.enneract
2014-12-20Implement percentile ranking of combat stats..enneract
2014-12-20Track self damage in combat statistics.enneract
2014-12-19Implement combat statistics.enneract
2014-11-20Removed the extra '\' at end of automatic level gain message.Mikko Tiusanen
2014-10-16Fixed the cvar set issue after client disconnect.Mikko Tiusanen
Added support for setting player score through score_info.
2014-10-16Changed score_info to use namelog, new option for score penalty on early quit.Mikko Tiusanen
2014-10-15Added automatic levels functionality based on total score earned of each player.Mikko Tiusanen
2014-10-09Added spawn [buildingname] admin command.Mikko Tiusanen
2014-07-06Fix more colour issuesMors-Quaedam
2014-07-06Fixed auto g_teamForceBalance = 2 handling.Mikko Tiusanen
Fixed colors in certain commands. Correct message now displayed in slap.
2014-07-06Chat prints againMors-Quaedam
I think this is gonna be the final one, but don't hold your hopes high.
2014-07-06Standardise chat printsMors-Quaedam
I did some find+replace on these too... hopefully they're done properly :D
2014-07-03Incognito admins are now listed as having player level 2.Mikko Tiusanen
Added broadcast command and support for colors and formatting in cpa.
2014-05-04Initial import.Mikko Tiusanen