summaryrefslogtreecommitdiff
path: root/src/game/interface.cpp
AgeCommit message (Expand)Author
2017-12-21Vastly improve following.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-19Smooth camera following.Paweł Redman
2017-12-19Improve camera following.Paweł Redman
2017-12-19Change the selection color.Paweł Redman
2017-12-19Automatic camera following.Paweł Redman
2017-12-18Change how the view size is calculated.Paweł Redman
2017-12-18Drastically reduce the number of awake entities.Paweł Redman
2017-12-17Implement pausing.Paweł Redman
2017-12-17Display total S/T/E counts.Paweł Redman
2017-12-16Fix a bug in the waking code; more debugging info.Paweł Redman
2017-12-16Show some performance stats.Paweł Redman
2017-12-15Make the font smaller.Paweł Redman
2017-12-14Fix selection being drawn in screen space.Paweł Redman
2017-12-14The gamelog, being reworking combat.Paweł Redman
2017-12-13Adjust zooming speed.Paweł Redman
2017-12-12Start moving game logic to src/game.Paweł Redman