Age | Commit message (Collapse) | Author |
|
|
|
- Builder credits are still to-do, but we decided to see how the rest of the numbers work before adding that into the mix
|
|
* Store player class regeneration rates as floats
* Only calculate regen modifier once if replenishing multiple health
points simultaneously
|
|
* Fix event names in bg_misc.c (was making debugging difficult)
|
|
+ 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
|
|
|
|
A regen rate of 4 hp/s now means you regenerate one health point every
quarter of a second (fixes #28)
|
|
* 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
|
|
* 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
|
|
|
|
|
|
* Dretch value reduced 175*1.2 -> 150*1.2
|
|
|
|
* fix more configs that contain copies of them selves (Amanieu)
|
|
* Marauder slash range increased 72->80
* Barb repeat rate reduced 1500->1200
|
|
* updated help files
|
|
|
|
|
|
because it's not particularly useful after that point
|
|
|
|
* Adv goon bite range decreased 96->80 (regular goon + 8, to compensate for model size)
* Adv goon pounce charge time reverted 600->700
* Goon pounce repeat (delay before being able to chomp) now applies after landing from a pounce instead of hitting with a pounce
* Tyrant range decreased 116->100
* Zap damage decreased 50->40
|
|
|
|
* Loads of whitespace fiddling to make the code closer to tremulous SVN
* HUMAN_BVALUE_MODIFIER includes ALIEN_CREDITS_PER_FRAG
|
|
Tweaks:
* blaster, prfile, luci secondary sizes increased 4->5
* barb radius reduced 100->75
|
|
|
|
* Marauder (both) jump height reduced 400->380
* Barb repeat rate increased 1000->1500
|
|
* barb regen 10->15 seconds
* zap initial range 90->120
* zap cutoff range 350->300
* zap max targets 3->5
* trample damage increased by 1 (so a trample hit + slash will kill a turret)
|
|
* Pulse rifle shots have a volume of 4 cubed
|
|
* Squad marking removed
* Marauder walljump reverted to upstream
* Minijump removed
Enjoy!
|
|
* Hooray for physics! 0 = (k v_i)^2 + 2ad --> k^2 v_i^2 / 2a = d, i.e. the minijump scale is sqrt(1/2) for a half-jump
* Oops, forgot to store/restore computed origin for cached buildable cap-traces
* Seeing multiple marked players will not mess up the marker orientations anymore
* Fixed warnings and increased range of squad marking to player crosshair distance
|
|
* Can't walljump from the floor anymore
* Tweaked walljump parameters to focus on forward impulse
* Can now walljump from sloped floors (e.g. ATCS middle)
* Including an experimental health nerf for both Basilisks
|
|
keyboards that cant handle Shift + A + W + Space combos)
* Realized that a bug in the old Walljump code actually gave you more magnitude than it was supposed to, tweaked new variables to get the old feel back
|
|
* Scores will not be reset to 0 for players whose classes change while the scoreboard is showing
* Hive offset fixed so that less of the hive is sunk under the floor
* Buildable positioning cap-traces are cached, saving CPU
* Buildable cap-traces will not interact with bodies (players and buildables)
* For Aliens holding dodge while jumping will result in a weaker jump
Marauder walljump changes:
* Finds a wall regardless of where player is aiming
* No longer uses direction keys to direct walljump (player is using these to hug the wall!)
* Will direct jump in player's view direction
|
|
* Fixed Tesla Generator not firing over turrets or missing small aliens entirely -- it now shoots from the top of its bounding box to the top of its target's bounding box
* Dying, evolving, or changing teams properly resets the weapon
Flame thrower changes:
* Reverted flame thrower missile radius to 15
* Muzzle is offset for flame thrower to shoot from the hand
|
|
* Increased alien structure value-per-build-point from 10 to 15
* Increased barb splash radius from 30 to 100
* Reduced basilisk gas range from 150 to 120
* Halfway reverted flamer projectile lifetime from 600 to 700
|
|
box restrictions
* Buying a weapon with a number greater than 15 while having a Construction Kit will not give you zero ammo
* Human viewheight shrunk to prevent flamer and new Lucifer Cannon shots from exploding inside the ceiling because on account of the muzzle box -- better aligned with the model now too. This should prevent the flamer from burning people in vents.
* Some BG functions made more efficient; BG_GetPlayerWeapon should be used to get a Human's weapon because it may be switching
* Adv. Dragoon barbs regenerate 10 seconds after being shot, not at regular intervals
* Build weapons should no longer need to be in a block in bg_public.h
* Tremulous doesn't use multiple weapons but the G_GiveClientMaxAmmo function will properly restore regular ammunition when a energy weapon is selected
* MN_H_NOENERGYAMMOHERE obsolete; Changed some text to acknowledge that energy ammo is now available at armoury
* Particles can set 'physicsRadius #' to use a fixed bounding box for collisions
* Various HUD elements will immediately update to the new weapon when switching weapons
Flamer changes:
* Bounding box shrunk slightly
* Client-side particles now used a static bounding box that matches the server projectile
|
|
appearance of the projectile.
|
|
* Sitting on a booster won't make it blink the warning bolt (SS_BOOSTEDWARNING), also made the warning fade
* Lucifer Cannon repeat rates fixed
* G_Damage() wont deal damage to dead entities
* Maybe fixed the buildable killed with shotgun won't show dying anim bug
* Attacked hives won't attack back when the OM is dead
* The monstrous hive bounding boxes shrunk to something reasonable
* Tesla Generator muzzle offset to the ball part, now fires over turrets
* HUDs can make vertical charge bars
* Human charge bar no longer overlaps scanner
* "There are no spawns remaining"
Changes to trample attack:
* No longer deals locational damage (wtf?)
* Charge "holding" restored
* Hit repeat rate limited to 50 ms
Changes to health cross icons:
* Inspired by Techhead, made new icons (sorry, yours didn't look so good in game :-\ )
* Icons fade from one to another
* Switched SS_HEALING_2X and SS_HEALING_ACTIVE meaning for Humans -- glows when on medi station, special icon for medkit
* Poisoned icon for humans (Techhead's idea)
|
|
* Change turret behavior again to make them even dumber (will not stay "spun up" anymore or retarget without spinning up again)
* DCC will not complain about an attack when something is deconstructed
* Fixed "\sell upgrades" command emptying energy weapons when a battery pack was sold with it
* Spectators moving to lock view points now set teleport bit, hopefully prevents the ugly lerping
Hive changes:
* Will not fire unless the missile can actually hit
* Will fire from the hive tip rather than the center
* Fixed broken code that made hive fire when shot from out of hive range
|
|
* Trample and Lucifer Cannon charging reworked and moved to PMove
* Can no longer "cancel" a charging Lucifer Cannon
* STAT_MISC2 is now unused, booster and charge information can be inferred elsewhere (STAT_UNUSED)
* Trying to fire an empty weapon makes a clicking noise (also a bugfix, apparently the server would spam EV_NOAMMO which did nothing but is now used for the clicking noise -- audible to all players)
* Created an alternate, muffled Lucifer Cannon warning noise for other people's Lucifer Cannons
* Fixed bug which prevented players from switching to a different player while spectating someone in the spawn queue
* Spectators are now properly moved to the lock view position when spectating a player in the spawn queue
|
|
* Granger (both) speed raised from 0.65 to 0.7
|
|
Balance change:
* Advanced basilisk gas range reduced from 150 to 120
|
|
* Removed individual weapon build delay
* Removed Advanced Construction Kit, everything is built by the normal kit
* S2+ buildables cannot be built by regular grangers
* Clicking to pick team during spectator mode fixed
* New cvar: cg_printDuplicate, when set to 0 (default) prevents duplicate messages from being printed to screen (they still show up in console)
* Pressing ESC while editing a UI item (esp. new Say menu) will not cause your cursor to disappear next time you open a menu
|
|
* All alien values raised 20%
|
|
you'd like to try it uncomment ALIEN_WALLWALK_ENTITIES in tremulous.h.
|
|
Scaled back the gameplay implications of the recent wallwalking changes a bit:
* Wallwalking players will not get knocked off walls by knockback forces
* Cannot shove enemies again
* Shoving will still knock wallwalkers off of you
* Getting shoved off of someone while toggle wallwalking will not disable your WW
|
|
Pounce changes:
* Mechanics simplified, descriptions in tremulous.h
* Client side prediction (no jerkiness)
* Pounce will gradually cancel if released in midair or release with insufficent charge
|
|
Alien buildables:
* Killing an egg will give you credit for all buildables that have lost creep because of it
* Some general cleanup, more functions turned into AGeneric_*
* Repeated Alien buildable blast damage fixed, also deals damage when it explodes rather than later
* Blast radius increased slightly for eggs and acid tubes to account for the bug fix
|
|
when perfectly aligned
* Also added two turret params: spin duration and spin down time which give finer control over turret behavior (set their values to minimum)
* Fixed some patch problems, spacing and duplicate code
* Fixed Sprint/Dodge binding through menu
* Tutorial text size shrunk
* ALL clients lose their credits entirely when switching teams
|
|
* Reloading a weapon and switching to blaster will not cause it to be "reloaded"
* Removed "team change free" flag, all clients keep credits when changing teams
* Human and Alien credits properly converted when switching teams (based on max)
* Cannot open both say prompts at the same time anymore
|