log srogue/save.c @ 317:aab761616489 default tip

age author description
Wed, 14 Apr 2021 18:55:33 -0400 John "Elwin" Edwards Fix many compiler warnings.
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.
Sat, 12 Mar 2016 14:29:07 -0500 John "Elwin" Edwards Super-Rogue: fix saving and restoring on Windows.
Sun, 31 Jan 2016 13:45:07 -0500 John "Elwin" Edwards Super-Rogue: convert to ANSI-style function declarations.
Mon, 03 Aug 2015 21:29:16 -0400 John "Elwin" Edwards srogue: provide type definitions if needed.
Mon, 03 Aug 2015 07:04:48 -0400 John "Elwin" Edwards srogue: remove remnants of deleted savefile checks.
Mon, 03 Aug 2015 06:42:59 -0400 John "Elwin" Edwards srogue: replace unlink() with md_unlink().
Mon, 03 Aug 2015 06:30:09 -0400 John "Elwin" Edwards srogue: another unistd.h which should not be included on Windows.
Sat, 01 Aug 2015 16:23:24 -0400 John "Elwin" Edwards srogue: improve privilege handling.
Sat, 03 May 2014 10:31:30 -0700 John "Elwin" Edwards srogue: more compatibility improvements.
Fri, 02 May 2014 15:06:23 -0700 John "Elwin" Edwards srogue: add and use more md_* portable functions.
Wed, 30 Apr 2014 14:46:30 -0700 John "Elwin" Edwards srogue: use functions from mdport.c.
Tue, 03 Sep 2013 15:39:04 -0700 John "Elwin" Edwards srogue: enable the keypad when restoring.
Fri, 09 Aug 2013 09:34:07 -0700 John "Elwin" Edwards Refuse to restore if the character is dead.
Tue, 06 Aug 2013 19:02:58 -0700 John "Elwin" Edwards srogue: don't store machine-dependent metadata in the savefile.
Fri, 27 Jan 2012 17:29:30 +0000 elwin srogue: include missing headers.
Sat, 27 Nov 2010 16:22:30 +0000 elwin Prevent changing name or savefile when SAVEDIR is used.
Thu, 25 Nov 2010 17:28:29 +0000 elwin srogue: add support for SAVEDIR
Thu, 25 Nov 2010 12:21:41 +0000 elwin Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490)