index
:
minitrem
WIP
master
path-experiments
My vaguely Tremulous-inspired C++ homework.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game
/
interface.cpp
Age
Commit message (
Expand
)
Author
2018-04-27
Infinite crystals cheat.
Paweł Redman
2018-04-27
A different icon for restocking grenades.
Paweł Redman
2018-04-27
Redo the pie menu with icons.
Paweł Redman
2018-04-26
Fix ambience being calculated incorrectly (regression from 4cfe1361f).
Paweł Redman
2018-04-26
Add the replicator.
Paweł Redman
2018-04-25
Rename repl/replicator to teleporter.
Paweł Redman
2018-04-25
Ammunition mechanic for soldiers.
Paweł Redman
2018-04-25
Show grenade counts on avatars.
Paweł Redman
2018-04-22
Add crystals as a currency.
Paweł Redman
2018-04-22
Add the builder.
Paweł Redman
2018-04-21
Get rid of src/game/text.cpp.
Paweł Redman
2018-04-21
Hide game and interface behind a pimpl.
Paweł Redman
2018-04-21
Change the font.
Paweł Redman
2018-04-21
Add the scientist.
Paweł Redman
2018-04-21
Replicator avatar.
Paweł Redman
2018-04-21
Avatars.
Paweł Redman
2018-04-20
More profiling data.
Paweł Redman
2018-04-14
Redo frequency counters.
Paweł Redman
2018-04-14
Don't update the pie menu if it's closed.
Paweł Redman
2018-04-13
Explosions, better AI and misc refactoring.
Paweł Redman
2018-04-13
Show RSS on Linux.
Paweł Redman
2018-04-12
Better game timing and better FPS/TPS display.
Paweł Redman
2018-04-12
Refactor trace calls and remove the debug crap from the previous commit.
Paweł Redman
2018-04-12
Ray tracing against cmodels (WIP).
Paweł Redman
2018-04-01
Add the replicator (not finished).
Paweł Redman
2018-04-01
Improve selecting.
Paweł Redman
2018-03-31
3D audio.
Paweł Redman
2018-03-28
Pie menu; start redoing shooting mechanics.
Paweł Redman
2018-03-26
Independent game timing.
Paweł Redman
2017-12-21
Vastly improve following.
Paweł Redman
2017-12-19
Replace clock_gettime with std::chrono.
Paweł Redman
2017-12-19
Copyright stuff.
Paweł Redman
2017-12-19
Add a button for spawning more soldiers.
Paweł Redman
2017-12-19
Smooth camera following.
Paweł Redman
2017-12-19
Improve camera following.
Paweł Redman
2017-12-19
Change the selection color.
Paweł Redman
2017-12-19
Automatic camera following.
Paweł Redman
2017-12-18
Change how the view size is calculated.
Paweł Redman
2017-12-18
Drastically reduce the number of awake entities.
Paweł Redman
2017-12-17
Implement pausing.
Paweł Redman
2017-12-17
Display total S/T/E counts.
Paweł Redman
2017-12-16
Fix a bug in the waking code; more debugging info.
Paweł Redman
2017-12-16
Show some performance stats.
Paweł Redman
2017-12-15
Make the font smaller.
Paweł Redman
2017-12-14
Fix selection being drawn in screen space.
Paweł Redman
2017-12-14
The gamelog, being reworking combat.
Paweł Redman
2017-12-13
Adjust zooming speed.
Paweł Redman
2017-12-12
Start moving game logic to src/game.
Paweł Redman