summaryrefslogtreecommitdiff
path: root/models/weapons/mdriver
AgeCommit message (Collapse)Author
2013-01-03* mass driver no longer creates a particle when it hits something (same as ↵Roman Tetelman
upstream) * the whitespace police strike again
2013-01-03Some more work on the Mass Driver:Michael Levin
* Fixed a bug in SnapVectorTowards which would snap incorrectly if the point was below the world origin. Also added an analogous function to work with normals (SnapVectorNormal). * Added weapon.cfg to source control to set alwaysImpact (to show flash along with blood spurt when hitting a player). * The maximum number of hits allowed moved to tremulous.h, set MDRIVER_MAX_HITS. * Since a the visual effects changed, removed old massDriverFire() function and toggle switch.