summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-12Aim markers.Paweł Redman
2018-04-12Bring spider AI back.Paweł Redman
2018-04-12Tracing vs entities, bullets can now hit.Paweł Redman
2018-04-12Refactor trace calls and remove the debug crap from the previous commit.Paweł Redman
2018-04-12Ray tracing against cmodels (WIP).Paweł Redman
2018-04-01Add the replicator (not finished).Paweł Redman
2018-04-01Remove the fear mechanic.Paweł Redman
2018-04-01Split units.cpp.Paweł Redman
2018-04-01Improve selecting.Paweł Redman
2018-04-01Bring back render layers (WIP).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-30Initialize game::state_t's time.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-26Louder ambience.Paweł Redman
2018-03-26Better effects.Paweł Redman
2018-03-26Make spiders pathfind much less often.Paweł Redman
2018-03-26Ambient sounds.Paweł Redman
2018-03-26Destroy sounds that finished playing.Paweł Redman
2018-03-26Independent game timing.Paweł Redman
2018-03-26Basic audio system + firing sound.Paweł Redman
2017-12-21Add move markers.Paweł Redman
2017-12-21Vastly improve following.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-20Limit time deltas to prevent tunneling after hitches.Paweł Redman
2017-12-19Fix camera center not being iniitialized.Paweł Redman
2017-12-19Replace clock_gettime with std::chrono.Paweł Redman
2017-12-19Copyright stuff.Paweł Redman
2017-12-19Add a button for spawning more soldiers.Paweł Redman
2017-12-19More biomes and decos.Paweł Redman
2017-12-19Smooth camera following.Paweł Redman
2017-12-19Better selection markers.Paweł Redman
2017-12-19Group command feedback says.Paweł Redman
2017-12-19Improve camera following.Paweł Redman
2017-12-19Introduce tall tiles.Paweł Redman
2017-12-19Change the selection color.Paweł Redman
2017-12-19Account for health in fear mechanics.Paweł Redman
2017-12-19Make decos' cmodels larger to prevent bad paths.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