summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-03Advanced dragoon bounding box and model scale reduced: 64x64x67 -> 58x58x66, ↵Asa Kravets
1.25 -> 1.15
2013-01-03* fix #58, huge thanks to bob, wireddd, and khalsa for helping track down ↵Roman Tetelman
and fix this
2013-01-03* Make sv_dlUrl default to use the official downloads repository (Khalsa)Christopher Schwarz
2013-01-03* Make the master server require hostname in infoResponsesBen Millwood
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-03Don't queue from reactor pool when power source can't be foundRoman Tetelman
2013-01-03* Support enum { ITEM, ITEM2 = 100, ITEM3 }; in menu parsersBen Millwood
* Use these enums in ui/menudef.h define lists * Fix a few inaccurate comments in ui/menudef.h
2013-01-03* Fix a parser bug relating to whitespace at the end of scriptsBen Millwood
2013-01-03* Get rid of uselessly-named itemDef_t->special and replace withBen Millwood
feederID or window.borderSize where applicable.
2013-01-03* Prevent option controls and edit fields from twitching bizarrely when usedBen Millwood
(caused by r1173)
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-03* Cheat protect cgame cvars that indirectly set timescaleBen Millwood
2013-01-03Fix the turret bug for teslas tooBen Millwood
2013-01-03* Automatically prompt the user for what to do when files are needed from ↵Christopher Schwarz
the server and cl_allowDownload=0. (bug 3038) (Risujin, kevlarman)
2013-01-03* make adv. granger modelscale line up with the bbox (reported by Cadynum)Roman Tetelman
2013-01-03Improve timing of weapon change feedbackBen Millwood
2013-01-03I don't like redundant checks for stupid thingsBen Millwood
2013-01-03* fix turrets from firing sv_fps times per second (thanks rezyn)Roman Tetelman
2013-01-03* spectating teammates no longer copies their credits, borrowed from lakitu7 ↵Roman Tetelman
(fixes #78)
2013-01-03chomp a warningBen Millwood
2013-01-03Make humans raise their weapon when they spawnBen Millwood
This is a purely cosmetic change that I thought I'd experiment with. Note that the previous resetting of ps.weapon was redundant.
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-03* ckit no longer has a "don't repair" button (fixes #18)Roman Tetelman
2013-01-03* add comment to previous commitRoman Tetelman
2013-01-03Buildables will suicide after 90 seconds without a source of powerRoman Tetelman
2013-01-03Decrement queued build points to avoid infinite loopRoman Tetelman
2013-01-03* reduce the duration of the disorient on basilisk gasRoman 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-03* Fix an annoying warningM. Kristall
2013-01-03* Don't fire incomplete hivesBen Millwood
2013-01-03Fix crouch check on dodge (fixes #71)Ben Millwood
2013-01-03Make next queue time calculation more consistentBen Millwood
2013-01-03* add sprint bind to menuRoman Tetelman
2013-01-03* make sprinting take stamina againRoman Tetelman
* FIXME: this is a hack
2013-01-03* separate dodge and sprint onto their own keys (dodge +button6, sprint ↵Roman Tetelman
+button8) * hold the sprint key to move faster * FIXME: remove references to SS_SPEEDBOOST and cg_alwayssprint
2013-01-03Remove complimentary funds (closes #68)Ben Millwood
2013-01-03Merge most of the CalculateBuildPoints loopsBen Millwood
It may be possible to do this further but as it is I've simplified and efficientised the code a good deal. Also some tiny irrelevant cleanups
2013-01-03Simplify some power handling codeBen Millwood
* Remove reactorNode, overmindNode, G_FindReactor, and G_FindOvermind * Replace level.(overmind|reactor)Present with G_Reactor and G_Overmind
2013-01-03Hive pain/death code cleaned upBen Millwood
* pain animation still used even without overmind * remove AHive_Die since it was broken and AHive_Pain attacks anyway - if a hive is killed in a single hit it will not react * alien buildables that die have self->powered set qfalse
2013-01-03* Fix death detection on medistation heal (bug 3981)Ben Millwood
2013-01-03* Fix negated condition introduced in r1060 (DevHC)Tim Angus
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-03* fix misleading commentRoman Tetelman
2013-01-03* remove extra landing friction from dodgeRoman Tetelman
2013-01-03* shrink advanced granger bbox to match the regular oneRoman Tetelman
2013-01-03Tweaks to cvar default values and flagsBen Millwood