early-roguelike/arogue5
John "Elwin" Edwards 2a9d279baa Advanced Rogue 5, 7: fix some trading post messages.
When attempting to buy an unaffordable object, messages were often of
the form "You can't afford that a scroll of hold monster !", because
the object description (stored in curpurch) was the same text used in
inventory displays.

This has been worked around by inspecting the contents of curpurch and
using different message templates.
2021-10-24 20:26:21 -04:00
..
acinclude.m4 Update the Autoconf files. 2021-05-11 22:30:03 -04:00
arogue5.vcxproj Enable the logfile on 64-bit Windows. 2016-05-17 21:28:34 -04:00
arogue5.vcxproj.filters Update the Visual Studio project files. 2015-08-18 13:23:56 -04: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
chase.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
command.c Fix some warnings related to format strings. 2021-04-30 20:48:30 -04:00
configure.ac Update the Autoconf files. 2021-05-11 22:30:03 -04:00
daemon.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
daemons.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
encumb.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
fight.c Declare some function arguments as const. 2016-03-06 19:32:47 -05:00
init.c Fix some warnings related to format strings. 2021-04-30 20:48:30 -04:00
io.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
LICENSE.TXT Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
list.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
mach_dep.h arogue5: port to autoconf. 2013-08-31 09:18:07 -07:00
main.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
Makefile.in Remove version numbers from docdir paths. 2017-10-16 19:53:38 -04:00
maze.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
mdport.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
misc.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
monsters.c Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
move.c Fix many compiler warnings. 2021-04-14 18:55:33 -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 Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
options.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
outside.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
pack.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
passages.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
player.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
potions.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
rings.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
rip.c Fix some warnings related to format strings. 2021-04-30 20:48:30 -04:00
rogue.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
rogue.h Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
rooms.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
save.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
scrolls.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
state.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
sticks.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
things.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
trader.c Advanced Rogue 5, 7: fix some trading post messages. 2021-10-24 20:26:21 -04:00
util.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
vers.c Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490) 2012-08-09 22:58:48 +00:00
weapons.c Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
wear.c Advanced Rogue 5: convert to ANSI function declarations. 2016-02-07 14:39:21 -05:00
wizard.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
xcrypt.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00