log

age author description
2016-01-23 John "Elwin" Edwards rogue5: fix 'make install'.
2016-01-23 John "Elwin" Edwards rogue3: replace alarm() calls with a portable function.
2016-01-22 John "Elwin" Edwards Initialize some more pointers for the benefit of MSVC.
2016-01-17 John "Elwin" Edwards arogue5: fix a typo that broke compilation with GCC 5.
2015-11-27 John "Elwin" Edwards Merge the MSVC branch.
2015-08-18 John "Elwin" Edwards Update the Visual Studio project files.
2015-08-13 John "Elwin" Edwards XRogue: fix md_htonl() and md_ntohl().
2015-08-13 John "Elwin" Edwards XRogue: add and use more md_ functions.
2015-08-13 John "Elwin" Edwards XRogue: fix some header includes.
2015-08-13 John "Elwin" Edwards Permit not defining score and log files.
2015-08-13 John "Elwin" Edwards Advanced Rogue 7: add and use more md_ functions.
2015-08-12 John "Elwin" Edwards Advanced Rogue 7: remove some unused md_ functions.
2015-08-12 John "Elwin" Edwards Fix some preprocessor directives.
2015-08-12 John "Elwin" Edwards Advanced Rogue 7: initialize multiple variables.
2015-08-11 John "Elwin" Edwards Advanced Rogue 5: remove an unneeded fstat() call.
2015-08-11 John "Elwin" Edwards Advanced Rogue 5: replace calls to unlink() with md_unlink().
2015-08-11 John "Elwin" Edwards Advanced Rogue 5: rearrange some of mdport.c.
2015-08-11 John "Elwin" Edwards Advanced Rogue 5: add and use md_fdopen().
2015-08-11 John "Elwin" Edwards Advanced Rogue 5: initialize some variables.
2015-08-11 John "Elwin" Edwards Advanced Rogue 5: don't declare getenv() in rogue.h.
2015-08-07 John "Elwin" Edwards Merge a bug fix from the stable branch.
2015-08-04 John "Elwin" Edwards srogue: provide type definitions if needed.
2015-08-03 John "Elwin" Edwards srogue: clean up configuration in mdport.c.
2015-08-03 John "Elwin" Edwards srogue: add and use md_fdopen().
2015-08-03 John "Elwin" Edwards srogue: make checking directories slightly more portable.
2015-08-03 John "Elwin" Edwards srogue: remove remnants of deleted savefile checks.
2015-08-03 John "Elwin" Edwards srogue: replace unlink() with md_unlink().
2015-08-03 John "Elwin" Edwards srogue: another unistd.h which should not be included on Windows.
2015-08-02 John "Elwin" Edwards srogue: don't try to include unistd.h on Windows.
2015-08-02 John "Elwin" Edwards Merge Super-Rogue fixes into the MSVC testing branch.
2015-08-02 John "Elwin" Edwards srogue: initialize some pointers.
2015-08-01 John "Elwin" Edwards rogue4: don't try to close the scorefile if it isn't open.
2015-08-01 John "Elwin" Edwards rogue4: rearrange some includes.
2015-07-31 John "Elwin" Edwards rogue3: initialize various pointers.
2015-08-22 John "Elwin" Edwards Advanced Rogue 7: rename magic users to magicians.
2015-08-11 John "Elwin" Edwards Advanced Rogue 7: rearrange messages from potions of food detection.
2015-08-04 John "Elwin" Edwards srogue: fix an uninitialized variable.
2015-08-02 John "Elwin" Edwards srogue: prevent overflowing the score file name.
2015-08-01 John "Elwin" Edwards srogue: remove md_droppriv() and md_resetpriv().
2015-08-01 John "Elwin" Edwards srogue: improve privilege handling.
2015-08-01 John "Elwin" Edwards srogue: open the score and log files when the program starts.
2015-07-23 John "Elwin" Edwards Remove an extra '='.
2015-07-02 John "Elwin" Edwards arogue7: fix messages from detection potions.
2015-07-02 John "Elwin" Edwards Advanced Rogue family: fix messages from some scrolls.
2015-06-30 John "Elwin" Edwards arogue7: fix messages from potions of food detection.
2015-06-30 John "Elwin" Edwards arogue7: fix inventory display bug again.
2015-06-30 John "Elwin" Edwards ARogue family: don't hide messages caused by moving to a new level.
2015-06-26 John "Elwin" Edwards arogue7, xrogue: fix uninitialized variables when restoring.
2015-06-26 John "Elwin" Edwards arogue7: comment out a problematic message.
2015-06-16 John "Elwin" Edwards Move some autotools files to where configure can find them.
2015-06-12 John "Elwin" Edwards arogue7: fix a display bug when viewing inventory after restoring.
2015-06-08 John "Elwin" Edwards Don't swap signal handlers in md_shellescape().
2015-06-05 John "Elwin" Edwards Only include one copy of the install-sh script.
2015-06-05 John "Elwin" Edwards arogue7, xrogue: set CFLAGS empty by default in the Makefiles.
2015-06-05 John "Elwin" Edwards arogue7, xrogue: fix configure's wizardmode and limitscore options.
2015-06-04 John "Elwin" Edwards arogue7, xrogue: add 'install' targets to Makefiles.
2015-06-04 John "Elwin" Edwards Fix a typo in configure.ac.
2015-06-04 John "Elwin" Edwards arogue7, xrogue: begin using autoconf.
2015-05-29 John "Elwin" Edwards arogue7, xrogue: fix save/restore of alchemy jugs.
2015-05-28 John "Elwin" Edwards Mention arogue7 and xrogue in the README.
2015-05-28 John "Elwin" Edwards xrogue: escaping to a shell should not cause a move to the left.
2015-05-28 John "Elwin" Edwards arogue7, xrogue: fix command repetition.
2015-05-28 John "Elwin" Edwards arogue7, xrogue: rename daemon() to start_daemon().
2015-05-28 John "Elwin" Edwards arogue7: fix the backspace key in prompts.
2015-05-27 John "Elwin" Edwards arogue7, xrogue: add support for keypad 5.
2015-05-21 John "Elwin" Edwards arogue7: ask about unidentified objects by default.
2015-05-20 John "Elwin" Edwards arogue7, xrogue: put newlines at the end of startup messages.
2015-05-20 John "Elwin" Edwards xrogue: add an exit prompt.
2015-05-20 John "Elwin" Edwards Advanced Rogue family: fix the "score" option.
2015-05-18 John "Elwin" Edwards arogue7, xrogue: prevent potential NULL dereferencing.
2015-05-16 John "Elwin" Edwards Advanced Rogue family: overhaul privilege handling.
2015-05-13 John "Elwin" Edwards Merge arogue7 and xrogue trees.
2015-05-06 John "Elwin" Edwards xrogue: call nonl() during initialization.
2015-05-05 John "Elwin" Edwards xrogue: don't segfault when backstabbing while empty-handed.
2015-05-05 John "Elwin" Edwards xrogue: compile out wizard mode by default.
2015-05-05 John "Elwin" Edwards xrogue: record the result of each game in a logfile.
2015-05-02 John "Elwin" Edwards xrogue: restrict changes to the save file location.
2015-04-22 John "Elwin" Edwards xrogue: initial support for the -n option.
2015-04-21 John "Elwin" Edwards xrogue: add missing includes.
2015-04-21 John "Elwin" Edwards xrogue: fix definition of struct delayed_action.
2015-04-21 John "Elwin" Edwards Import XRogue 8.0 from the Roguelike Restoration Project (r1490)
2015-05-12 John "Elwin" Edwards arogue7: prevent segfaults when backstabbing while empty-handed.
2015-05-12 John "Elwin" Edwards arogue7: call nonl() during initialization.
2015-05-12 John "Elwin" Edwards arogue7: record completed games in a logfile.
2015-05-11 John "Elwin" Edwards arogue7: prevent changing protected options.
2015-05-11 John "Elwin" Edwards arogue7: implement the -n option.
2015-05-11 John "Elwin" Edwards arogue7: make the scorefile location configurable.
2015-05-08 John "Elwin" Edwards arogue7: add missing header includes.
2015-05-08 John "Elwin" Edwards Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490)
2015-01-16 John "Elwin" Edwards rogue5: ignore the file name stored in the save file.
2014-05-09 John "Elwin" Edwards rogue4: fix restoring saved games on Windows/MinGW.
2014-05-07 John "Elwin" Edwards rogue4, arogue5: improve portability.
2014-05-03 John "Elwin" Edwards srogue: more compatibility improvements.
2014-05-02 John "Elwin" Edwards srogue: add and use more md_* portable functions.
2014-04-30 John "Elwin" Edwards srogue: use functions from mdport.c.
2014-04-27 John "Elwin" Edwards srogue: add a complete mdport.c.
2014-04-26 John "Elwin" Edwards rogue5: save the game when SIGHUP is received.
2014-03-29 John "Elwin" Edwards Makefiles: don't set defaults for CFLAGS.
2014-03-28 John "Elwin" Edwards arogue5: make alchemy jugs survive a save and restore.
2014-03-28 John "Elwin" Edwards arogue5: fix some daemon-related pointer/int casting.
2014-03-27 John "Elwin" Edwards srogue: remove unnecessary pointer cast.
2014-03-24 John "Elwin" Edwards Don't truncate player name in savefile name or log message.
2014-01-08 John "Elwin" Edwards Fix some terribly depressing corruption during restore.
2014-01-06 John "Elwin" Edwards arogue5: fix some save/restore-related crashes.
2013-09-09 John "Elwin" Edwards rogue4: don't include config.h if it wasn't created.
2013-09-07 John "Elwin" Edwards arogue5: use configure's checks to find term.h.
2013-09-07 John "Elwin" Edwards Rename daemon() to start_daemon().
2013-09-04 John "Elwin" Edwards Update some of the documentation.
2013-09-03 John "Elwin" Edwards srogue: enable the keypad when restoring.
2013-09-03 John "Elwin" Edwards Add config.h to the list of headers in the Makefiles.
2013-09-03 John "Elwin" Edwards srogue: fix backspace key during prompts.
2013-09-02 John "Elwin" Edwards srogue: add install and uninstall targets to Makefile
2013-09-02 John "Elwin" Edwards srogue: begin porting to autoconf.
2013-08-31 John "Elwin" Edwards srogue: allow wizard mode to be compiled out.
2013-08-31 John "Elwin" Edwards arogue5: port to autoconf.
2013-08-29 John "Elwin" Edwards srogue: fix backspace key.
2013-08-28 John "Elwin" Edwards arogue5: fix backspace key.
2013-08-28 John "Elwin" Edwards Fix some 'test' failures when running 'make install'.
2013-08-28 John "Elwin" Edwards Make sure file_name contains '/' between SAVEDIR and the file name.
2013-08-27 John "Elwin" Edwards rogue[345]: fix backspace key in prompts.
2013-08-27 John "Elwin" Edwards Don't set DESTDIR via configure.
2013-08-26 John "Elwin" Edwards rogue3: set missing Makefile variables.
2013-08-26 John "Elwin" Edwards rogue3: add install and uninstall targets to Makefile.
2013-08-24 John "Elwin" Edwards rogue3: update the installation instructions.
2013-08-24 John "Elwin" Edwards rogue3: short bows should not be called int bows.
2013-08-24 John "Elwin" Edwards rogue3: begin porting to autoconf.
2013-08-13 John "Elwin" Edwards Don't set the player's ISRUN flag.
2013-08-11 John "Elwin" Edwards srogue: add arrow-key support.