about summary refs log tree commit diff
path: root/src/engine/e_ringbuffer.c
AgeCommit message (Collapse)Author
2008-02-04fixed sound positioning bug, tweaked laser effect, fixed memory dumpingMagnus Auvinen
2008-02-04console now has proper backlog and command history. kill command added. ↵Jakob Fries
predicted hooks no longer make a sound when hitting a player.
2008-02-03fixed so that the newest element is returned with ringbuf_next aswellMagnus Auvinen
2008-02-03changed name from rb_* to ringbuf_*Magnus Auvinen
2008-02-03fixed errors in the ring bufferMagnus Auvinen
2008-02-03added ring bufferMagnus Auvinen