summaryrefslogtreecommitdiff
path: root/src/heretic/p_saveg.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30heretic: Eliminate use of sprintf().Simon Howard
2014-03-16heretic: Fix plat_t read when loading savegames.Simon Howard
2013-10-23When loading Heretic savegames, NULL out certain special values whichSimon Howard
2013-09-27Fix comments: HHE, not Dehacked.Simon Howard
2013-09-27Map thing type and state table indexes to those used by Vanilla HereticSimon Howard
2013-09-27Use portable functions for reading/writing sector effect thinkerSimon Howard
2013-09-24Use portable functions to read/write mobj_t structures.Simon Howard
2013-09-24Add portable functions to read/write player_t structures and use thisSimon Howard
2013-09-24Add portable functions to read integers from savegame files and useSimon Howard
2013-09-24Split Heretic savegame code into a separate file.Simon Howard