Mercurial > hg > early-roguelike
log rogue4/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. |
Wed, 27 Jan 2016 19:41:05 -0500 | John "Elwin" Edwards | rogue4: fix most GCC5 warnings. |
Fri, 31 Jul 2015 20:12:33 -0400 | John "Elwin" Edwards | rogue4: don't try to close the scorefile if it isn't open. |
Fri, 09 May 2014 07:52:02 -0700 | John "Elwin" Edwards | rogue4: fix restoring saved games on Windows/MinGW. |