about summary refs log tree commit diff
path: root/src/engine/e_demorec.c
AgeCommit message (Collapse)Author
2009-01-11removed some debug spam in the demo playerMagnus Auvinen
2008-12-19improved the demo players scrubbing capabilitiesMagnus Auvinen
2008-12-19fixed the demo recorder so it padds the data to 4 byte alignment so the ↵Magnus Auvinen
compression works like it should
2008-11-16fixed server side demo recording and some possible crashes with incorrect demosMagnus Auvinen
2008-10-21continued on ban support. cleaned up settings a bit. reworked the datadir ↵Magnus Auvinen
autodetection. introduced engine_openfile, engine_getpath and engine_listdir. never use fs_listdir or io_open directly
2008-10-14fixed compile errorMagnus Auvinen
2008-10-14updated the demo recorderMagnus Auvinen
2008-10-06fixed even more jerkiness in the demo playbackMagnus Auvinen
2008-10-06major update. continued on ban support. added demo recording (client and ↵Magnus Auvinen
server side). added demo player. added demo menu. demos have some quirks and file size optimizations havn't been done yet. some interface tweaks