Mercurial > hg > early-roguelike
log rogue3/main.c @ 307:32bc72dcbf4f
age | author | description |
---|---|---|
Wed, 14 Apr 2021 18:55:33 -0400 | John "Elwin" Edwards | Fix many compiler warnings. |
Sat, 28 Jan 2017 15:49:41 -0500 | John "Elwin" Edwards | Use more portable random seed generation. |
Sat, 23 Jan 2016 09:35:14 -0500 | John "Elwin" Edwards | rogue3, rogue5: fix all GCC5 warnings. |
Fri, 22 Jan 2016 19:19:48 -0500 | John "Elwin" Edwards | rogue3: replace alarm() calls with a portable function. |
Sun, 23 Mar 2014 21:27:14 -0700 | John "Elwin" Edwards | Don't truncate player name in savefile name or log message. |
Tue, 27 Aug 2013 22:25:40 -0700 | John "Elwin" Edwards | Make sure file_name contains '/' between SAVEDIR and the file name. |