Mercurial > hg > early-roguelike
log arogue5/save.c @ 295:1e1c81fbb533
age | author | description |
---|---|---|
Fri, 15 Sep 2017 20:51:10 -0400 | John "Elwin" Edwards | Fix potential segfaults at restore related to ctime(). |
Fri, 15 Sep 2017 19:57:54 -0400 | John "Elwin" Edwards | Use C stdio functions for score files and save files. |
Sat, 28 Jan 2017 15:49:41 -0500 | John "Elwin" Edwards | Use more portable random seed generation. |
Sun, 07 Feb 2016 14:39:21 -0500 | John "Elwin" Edwards | Advanced Rogue 5: convert to ANSI function declarations. |
Tue, 11 Aug 2015 16:19:04 -0400 | John "Elwin" Edwards | Advanced Rogue 5: remove an unneeded fstat() call. |
Tue, 11 Aug 2015 16:12:09 -0400 | John "Elwin" Edwards | Advanced Rogue 5: replace calls to unlink() with md_unlink(). |