early-roguelike/arogue5
John "Elwin" Edwards 8fed78336a ARogue family: don't hide messages caused by moving to a new level.
new_level() redraws the whole screen, including the message line, so if
msg() has just been called, the message will likely not last long
enough to be noticed.  These cases have been changed so that msg() is
called after new_level().

If a fall through a trapdoor is fatal, "You fall into a trap!" is no
longer printed, but the tombstone should make things clear.
2015-06-29 20:37:32 -04:00
..
acinclude.m4 arogue5: port to autoconf. 2013-08-31 09:18:07 -07:00
arogue58.doc Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
arogue58.html Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
arogue58.sln Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
arogue58.vcproj Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
chase.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
command.c ARogue family: don't hide messages caused by moving to a new level. 2015-06-29 20:37:32 -04:00
configure.ac Fix a typo in configure.ac. 2015-06-04 14:48:25 -04:00
daemon.c arogue5: fix some daemon-related pointer/int casting. 2014-03-28 10:57:03 -07:00
daemons.c Rename daemon() to start_daemon(). 2013-09-07 08:08:00 -04:00
encumb.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
fight.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
init.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
io.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
LICENSE.TXT Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
list.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
mach_dep.h arogue5: port to autoconf. 2013-08-31 09:18:07 -07:00
main.c Advanced Rogue family: fix the "score" option. 2015-05-20 08:42:17 -04:00
Makefile.in Makefiles: don't set defaults for CFLAGS. 2014-03-29 09:45:33 -07:00
maze.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
mdport.c Don't swap signal handlers in md_shellescape(). 2015-06-08 10:01:25 -04:00
misc.c Rename daemon() to start_daemon(). 2013-09-07 08:08:00 -04:00
monsters.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
move.c ARogue family: don't hide messages caused by moving to a new level. 2015-06-29 20:37:32 -04:00
network.h Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
new_level.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
options.c Advanced Rogue family: fix the "score" option. 2015-05-20 08:42:17 -04:00
outside.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
pack.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
passages.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
player.c arogue5: make some prayer-related messages appear properly. 2012-09-09 17:58:38 -07:00
potions.c arogue5: make some prayer-related messages appear properly. 2012-09-09 17:58:38 -07:00
rings.c Rename daemon() to start_daemon(). 2013-09-07 08:08:00 -04:00
rip.c Advanced Rogue family: overhaul privilege handling. 2015-05-16 13:39:26 -04:00
rogue.c Advanced Rogue family: fix the "score" option. 2015-05-20 08:42:17 -04:00
rogue.h Advanced Rogue family: fix the "score" option. 2015-05-20 08:42:17 -04:00
rooms.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
save.c Refuse to restore if the character is dead. 2013-08-09 09:34:07 -07:00
scrolls.c arogue5: fix player's typed responses getting put at the wrong place. 2012-09-08 22:05:05 -07:00
state.c arogue5: make alchemy jugs survive a save and restore. 2014-03-28 15:51:43 -07:00
sticks.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
things.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
trader.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
util.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
vers.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
weapons.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
wear.c Rename daemon() to start_daemon(). 2013-09-07 08:08:00 -04:00
wizard.c arogue5: add missing header files. 2012-08-11 17:19:03 +00:00
xcrypt.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00