summaryrefslogtreecommitdiff
path: root/src/game/units.cpp
AgeCommit message (Expand)Author
2018-04-25Improve unit says a bit.Paweł Redman
2018-04-22Add the builder.Paweł Redman
2018-04-21Gathering mechanic for scientists.Paweł Redman
2018-04-21Get rid of src/game/text.cpp.Paweł Redman
2018-04-21Hide game and interface behind a pimpl.Paweł Redman
2018-04-21Add the scientist.Paweł Redman
2018-04-21Corpses can take damage now.Paweł Redman
2018-04-21Deselect all types of units when they die.Paweł Redman
2018-04-20Remove the unit message spam.Paweł Redman
2018-04-20Fix wrongly colored blood splashes.Paweł Redman
2018-04-20Remove some stray printf.Paweł Redman
2018-04-20Refactor and improve the hivemind + better AI debugging.Paweł Redman
2018-04-20Pseudo 3D firing and misc. fixes.Paweł Redman
2018-04-19Improve the hivemind.Paweł Redman
2018-04-14Improve path finding slightly.Paweł Redman
2018-04-13Half-assed rockets.Paweł Redman
2018-04-13Better random walking so spiders don't get stuck so often.Paweł Redman
2018-04-13Explosions, better AI and misc refactoring.Paweł Redman
2018-04-12Misc. gameplay improvements.Paweł Redman
2018-04-12Highlight selected buildings.Paweł Redman
2018-04-01Add the replicator (not finished).Paweł Redman
2018-04-01Split units.cpp.Paweł Redman
2018-03-31Adjust ambient volume.Paweł Redman
2018-03-313D audio.Paweł Redman
2018-03-31Footstep sounds (not finished).Paweł Redman
2018-03-28Pie menu; start redoing shooting mechanics.Paweł Redman
2018-03-28Another rebalance: no more randomness in combat.Paweł Redman
2018-03-27Rebalance the game - make it slower.Paweł Redman
2018-03-26Better effects.Paweł Redman
2018-03-26Make spiders pathfind much less often.Paweł Redman
2018-03-26Basic audio system + firing sound.Paweł Redman
2017-12-21Add move markers.Paweł Redman
2017-12-20Deselect soldiers on death.Zoltán Kéri
2017-12-20Stop spiders from walking through each other.Paweł Redman
2017-12-19Copyright stuff.Paweł Redman
2017-12-19Better selection markers.Paweł Redman
2017-12-19Account for health in fear mechanics.Paweł Redman
2017-12-19Clear the path upon death.Paweł Redman
2017-12-19Fix panicking units stopping for no reason.Paweł Redman
2017-12-19Make units die also when the health is exactly zero.Paweł Redman
2017-12-19Improve fear mechanics.Paweł Redman
2017-12-19Don't count self when checking the area.Paweł Redman
2017-12-19Use move cflags when moving.Paweł Redman
2017-12-19Automatic camera following.Paweł Redman
2017-12-19Ignore own cflags when looking for a path.Paweł Redman
2017-12-19Fix soldiers sometimes sliding when moving in a group.Paweł Redman
2017-12-19Much better selection graphics.Paweł Redman
2017-12-19Don't mix path finding and moving cflags.Paweł Redman
2017-12-19Don't spawn spiders in water.Paweł Redman
2017-12-18Fix spiders going to sleep for no reason (again).Paweł Redman