summaryrefslogtreecommitdiff
path: root/src/game/interface.cpp
AgeCommit message (Expand)Author
2018-04-27Infinite crystals cheat.Paweł Redman
2018-04-27A different icon for restocking grenades.Paweł Redman
2018-04-27Redo the pie menu with icons.Paweł Redman
2018-04-26Fix ambience being calculated incorrectly (regression from 4cfe1361f).Paweł Redman
2018-04-26Add the replicator.Paweł Redman
2018-04-25Rename repl/replicator to teleporter.Paweł Redman
2018-04-25Ammunition mechanic for soldiers.Paweł Redman
2018-04-25Show grenade counts on avatars.Paweł Redman
2018-04-22Add crystals as a currency.Paweł Redman
2018-04-22Add the builder.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-21Change the font.Paweł Redman
2018-04-21Add the scientist.Paweł Redman
2018-04-21Replicator avatar.Paweł Redman
2018-04-21Avatars.Paweł Redman
2018-04-20More profiling data.Paweł Redman
2018-04-14Redo frequency counters.Paweł Redman
2018-04-14Don't update the pie menu if it's closed.Paweł Redman
2018-04-13Explosions, better AI and misc refactoring.Paweł Redman
2018-04-13Show RSS on Linux.Paweł Redman
2018-04-12Better game timing and better FPS/TPS display.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-01Improve selecting.Paweł Redman
2018-03-313D audio.Paweł Redman
2018-03-28Pie menu; start redoing shooting mechanics.Paweł Redman
2018-03-26Independent game timing.Paweł Redman
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