summaryrefslogtreecommitdiff
path: root/src/game/g_missile.c
AgeCommit message (Collapse)Author
2015-06-29Initial implementation of new grenades.Paweł Redman
2015-06-28Remove all code and assets related to Mine, Smoke and Flames.Paweł Redman
2015-06-22Fix missile explosions not showing up.Paweł Redman
2015-06-22Remove Flamer primary.Paweł Redman
2015-06-22Remove Trapper.Paweł Redman
2015-06-22Remove Basilisk and Advanced Basilisk.Paweł Redman
2015-04-12Revert Rocket Launcher stats to 28fbbadc but with lower splash damage and a ↵Paweł Redman
parabolic trajectory.
2015-04-03Removed rant flame and changed mines to sticky bombs.Mikko Tiusanen
2015-03-14Fix a bug in Hummel's firing code.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-01-25Fixed compiler warnings in all game, cgame sources.Mikko Tiusanen
2014-12-19Implement combat statistics.enneract
2014-12-14Merge branch 'newguns'enneract
Conflicts: src/cgame/cg_local.h src/cgame/cg_main.c
2014-12-01Disabled prifle 2ndary fire lock in place for small aliens.Mikko Tiusanen
2014-11-23Remove Smoke Grenade.enneract
2014-11-23Make reflectors reflect rockets.enneract
2014-11-22Tweak Rocket Launcher's settings again.enneract
2014-11-19Implement the Rocket Launcher.enneract
2014-11-19Merge WP_ABUILD and WP_ABUILD2 to free a weapon slot.enneract
2014-10-21Updated hummel movement to use vector arithmetic functions.mtiusanen
Increased chaingun spread and reduced the damage of it's 2ndary fire. Mines explode on all aliens again.
2014-09-10Added newline at end of inactivity log message.Mikko Tiusanen
2014-07-25Added lasgun portable shield secondary fire functionality.Mikko Tiusanen
2014-07-22Added basic portable force field implementation as lasgun secondary fire.Mikko Tiusanen
2014-05-15Mines no longer trigger on anything <= adv. basilisk.Mikko Tiusanen
2014-05-04Initial import.Mikko Tiusanen