Mercurial > hg > early-roguelike
log arogue7/save.c @ 301:acc3718f50ab
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. |
Fri, 19 Feb 2016 21:02:28 -0500 | John "Elwin" Edwards | Advanced Rogue 7: convert to ANSI-style function declarations. |
Thu, 13 Aug 2015 07:38:57 -0400 | John "Elwin" Edwards | Advanced Rogue 7: add and use more md_ functions. |
Tue, 30 Jun 2015 12:00:02 -0400 | John "Elwin" Edwards | arogue7: fix inventory display bug again. |