summaryrefslogtreecommitdiff
path: root/src/game/tremulous.h
AgeCommit message (Collapse)Author
2013-01-03Balance tweaksAsa Kravets
* increased goon repeat 700 -> 900 * increased advanced goon repeat 600 -> 800 * increased goon (both) pounce charge time 700 -> 900 * increased tyrant repeat 750 -> 800 * decreased hive health 175 -> 125 * swapped prices of flamer and prifle
2013-01-03* Normalise alien valuesTim Angus
2013-01-03Hive nerfAsa Kravets
* Swarm lifetime reduced 6000 -> 3000 * Damage reduced 100 -> 80
2013-01-03Removed basilisk turret grabbingAsa Kravets
2013-01-03Readjusted attack ranges for upgraded classes to compensate for model size ↵Asa Kravets
differences
2013-01-03Fix camper creditsRoman Tetelman
* The time clients are alive is recorded in seconds. * Award free funds regardless of death. Funds will be given - when the client is alive every g_freeFundPeriod if g_freeFundPeriod is positive (otherwise no free funds are given).
2013-01-03* bring back camper creditsRoman Tetelman
- they are now awarded regardless of deaths - use a cvar (g_freeKillPeriod) instead of a #define as the interval
2013-01-03Balance tweakAsa Kravets
* Pulse rifle clipsize reduced 50->40 * Pulse rifle max clips increased 4->5
2013-01-03Balance tweaks:Asa Kravets
* Dretch damage reduced 40->36 * Dretch repeat reduced 700->500
2013-01-03Set dodge side slowed modifier to 0.9Asa Kravets
2013-01-03* weaken dodge whene slowed by creep/gas/spit (closes #73)Roman Tetelman
2013-01-03Buildables will suicide after 90 seconds without a source of powerRoman Tetelman
2013-01-03Balance tweak:Asa Kravets
* Dretch damage increased 36->40
2013-01-03Balance tweaks:Asa Kravets
* Increased mdriver damage 38->40 * Decreased hive swarm speed 384->320
2013-01-03Remove complimentary funds (closes #68)Ben Millwood
2013-01-03* Increase repeater cost from 2 to 4Ben Millwood
* Repeaters will no longer suicide * If a buildable doesn't belong to a zone, deconstruct will immediately deconstruct * A power source can no longer be replaced by one of its dependants * Dead repeaters will queue from the reactor
2013-01-03Tweaks to cvar default values and flagsBen Millwood
2013-01-03Remove repeater overlap prevention codeBen Millwood
2013-01-03add cg_disableBlueprintErrors and un-cvarize g_humanRepeaterAllowOverlapBen Millwood
2013-01-03Default max repeater zones 3 -> 500Ben Millwood
2013-01-03* Repeaters cost 2 BP that take away from the main (reactor's) pool.Ben Millwood
* By default, repeater BP queue return is instant * Repeaters can be built at stage 1 * Increase the alien build point and build queue time defaults by 50%
2013-01-03Zone BP updates, and a minor bug fixBen Millwood
* Add g_humanRepeaterAllowOverlap defaulting to 1 * Add a build error message when building a repeater would cause a power zone to overlap * Lower DC range from 10,000 -> 1,000 * Repeaters will suicide if they are *inside* of another power zone * Unpowered buildables no longer take away BP from the main reactor zone * Repeaters will only power the BP that can be built from them * Repeaters can now be moved * Don't set s.misc anymore since BP is calculated server-side * Fix G_IsDCCBuilt( ) so that it can return true even if a DC is built farther than DC_RANGE units from position 0, 0, 0
2013-01-03Zone BPBen Millwood
2013-01-03* Restructure G_WideTrace a bitTim Angus
* Fix a load of 1.f style floats to 1.0f
2013-01-03* s/G_TriggerMenu2/G_TriggerMenuArgs/Tim Angus
* s/ALIEN_CREDITS_PER_FRAG/ALIEN_CREDITS_PER_KILL/
2013-01-03* shotgun pellets back up to 14Roman Tetelman
2013-01-03* increase trample damage repeat a bit (75->100)Roman Tetelman
2013-01-03* New zap (fixes #40)Roman Tetelman
FIXME: currently limited to 3 targets due to netcode restrictions FIXME: this code could probably use some general cleanup as well
2013-01-03* Builders get one score point per 10 secondsChristopher Schwarz
* Score points from killing buildables is now 1.5x
2013-01-03* score from buildable killes *= 2Christopher Schwarz
* score /= 5
2013-01-03Revert "* Give mass driver a small width (5u for now)" since the dretch bbox ↵Roman Tetelman
is back to 30**3
2013-01-03Reverted dretch health (20 -> 25) and hitbox (24 -> 30 cubed)Asa Kravets
2013-01-03* Make both grangers' speeds 0.9, at Norf's requestChristopher Schwarz
2013-01-03* Scoreboard revamp as per issue 31Christopher Schwarz
- Builder credits are still to-do, but we decided to see how the rest of the numbers work before adding that into the mix
2013-01-03Improvements, fixes, and cleanups to smooth regenBen Millwood
* Store player class regeneration rates as floats * Only calculate regen modifier once if replenishing multiple health points simultaneously
2013-01-03* Give mass driver a small width (5u for now)Roman Tetelman
* Fix event names in bg_misc.c (was making debugging difficult)
2013-01-03* hive rework (closes #29):Roman Tetelman
+ swarms are much faster + 3 second lifetime instead of 1500*4 unit leash (changme) + swarms target the nearest human instead of chasing the same one until death + hive repeat 5 sec -> 3 sec
2013-01-03* make all buildables worth 0 credits/fragsRoman Tetelman
2013-01-03Smooth regenerationBen Millwood
A regen rate of 4 hp/s now means you regenerate one health point every quarter of a second (fixes #28)
2013-01-03* Reduced pounce range 64->54Asa Kravets
* Reduce upgraded pounce range to regular + 6 instead of 8 (the model size difference is 6, not 8) * Introduced upgraded goon pounce range (regular goon range + 6) * Increased hive health 125->175
2013-01-03BP Queuing systemBen Millwood
* Remove humanBuildPointsPowered as it isn't used nor is it likely to be * Ensure that alien buildables no longer count for BP after they exploded * Don't restore the BP for a destroyed building as soon as it is destroyed - instead, add them to a global queue and restore them slowly, as determined by g_<team>BuildQueueTime * Remove G_IsOvermindBuilt in favour of level.overmindPresent which did pretty much the same thing This resolves issue #6
2013-01-03* Revert stagedowns (fixes #2)Roman Tetelman
2013-01-03Bumped dretch movement speed 1.3 -> 1.4Asa Kravets
2013-01-03* Dretch damage/repeat changed 24/500 -> 36/700Asa Kravets
* Dretch value reduced 175*1.2 -> 150*1.2
2013-01-03Shotgun pellet count reduced 14->12Asa Kravets
2013-01-03* s/STAGE2_THRESH/STAGE_THRESH/g that i missedRoman Tetelman
* fix more configs that contain copies of them selves (Amanieu)
2013-01-03* Dretch repeat reverted 100->500, damage reduced to 48->24Asa Kravets
* Marauder slash range increased 72->80 * Barb repeat rate reduced 1500->1200
2013-01-03* trample damage repeat slightly nerfed (50->75)Roman Tetelman
* updated help files
2013-01-03Decreased marauder slash range.Asa Kravets
2013-01-03Fix a couple of largely irrelevant compiler warningsBen Millwood