early-roguelike/arogue7
John "Elwin" Edwards 366f2a27a8 arogue7: fix messages from potions of food detection.
Updates to the screen took place in the wrong order, causing messages
and "--More--" prompts to be hidden before they could be seen.

There are probably similar bugs caused by other items.
2015-06-30 15:32:32 -04:00
..
acinclude.m4 arogue7, xrogue: begin using autoconf. 2015-06-04 10:41:39 -04:00
actions.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
aguide.mm Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
arogue77.doc Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
arogue77.html Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
arogue77.sln Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
arogue77.vcproj Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
chase.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04: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 arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
daemons.c arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
eat.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
effects.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
encumb.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
fight.c arogue7: prevent segfaults when backstabbing while empty-handed. 2015-05-12 18:57:30 -04:00
init.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
io.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
LICENSE.TXT Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
list.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
mach_dep.h arogue7, xrogue: fix configure's wizardmode and limitscore options. 2015-06-05 13:57:38 -04:00
main.c arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
Makefile.in arogue7, xrogue: set CFLAGS empty by default in the Makefiles. 2015-06-05 14:06:11 -04:00
maze.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
mdport.c Don't swap signal handlers in md_shellescape(). 2015-06-08 10:01:25 -04:00
misc.c arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
monsters.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04: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 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
new_level.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
options.c arogue7: fix the backspace key in prompts. 2015-05-28 09:41:29 -04:00
outside.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
pack.c arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
passages.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
player.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
potions.c arogue7: fix messages from potions of food detection. 2015-06-30 15:32:32 -04:00
rings.c arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
rip.c Advanced Rogue family: overhaul privilege handling. 2015-05-16 13:39:26 -04:00
rogue.c arogue7: ask about unidentified objects by default. 2015-05-21 09:02:15 -04:00
rogue.h arogue7, xrogue: begin using autoconf. 2015-06-04 10:41:39 -04:00
rooms.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
save.c arogue7: fix inventory display bug again. 2015-06-30 12:00:02 -04:00
scrolls.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
state.c arogue7, xrogue: fix uninitialized variables when restoring. 2015-06-26 11:42:02 -04:00
sticks.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
things.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
trader.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
util.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
vers.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
weapons.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
wear.c arogue7, xrogue: rename daemon() to start_daemon(). 2015-05-28 10:21:43 -04:00
wizard.c arogue7: add missing header includes. 2015-05-08 16:45:41 -04:00
xcrypt.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00