early-roguelike/srogue
John "Elwin" Edwards 3ac49bdaa0 Super-Rogue: fix some out-of-range constants.
Constants K_ARROW etc., for causes of death other than monsters, are in
the 240-255 range.  They were often passed to functions taking char,
which is usually signed, making the values out of range.

The function declarations have been changed to unsigned char, which is
also the type used by the scoreboard code.
2021-04-17 15:41:12 -04:00
..
acinclude.m4 srogue: begin porting to autoconf. 2013-09-01 20:50:52 -07:00
armor.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
bob.h Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
bsdtty.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
chase.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
command.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
configure.ac Improve the documentation build process. 2017-12-30 14:15:52 -05:00
cx.h Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
daemon.c Daemons and fuses now return void. 2016-03-05 20:49:37 -05:00
daemons.c Super-Rogue: convert to ANSI-style function declarations. 2016-01-31 13:45:07 -05:00
disply.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
encumb.c Super-Rogue: convert to ANSI-style function declarations. 2016-01-31 13:45:07 -05:00
fight.c Rogue V[345], Super-Rogue: Fix violet fungi/venus flytraps. 2016-05-01 19:39:56 -04:00
global.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
init.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
io.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
LICENSE.TXT Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
list.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
main.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
Makefile.in Improve the documentation build process. 2017-12-30 14:15:52 -05:00
makevers.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
mdport.c Fix a portability issue with md_hasclreol(). 2017-12-27 10:26:06 -05:00
misc.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
monsters.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
move.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
ncx.h Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
new_leve.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
newterm.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
options.c Fix a few more compiler warnings. 2017-09-18 19:36:14 -04:00
pack.c Super-Rogue: convert to ANSI-style function declarations. 2016-01-31 13:45:07 -05:00
passages.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
potions.c Fix the perpetual haste cheat. 2017-01-28 11:45:36 -05:00
pstats.c Super-Rogue: fix some out-of-range constants. 2021-04-17 15:41:12 -04:00
rdk.h Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
rgdata.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
rings.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
rip.c Super-Rogue: fix some out-of-range constants. 2021-04-17 15:41:12 -04:00
rogue.ext Super-Rogue: fix some out-of-range constants. 2021-04-17 15:41:12 -04:00
rogue.h Fix a portability issue with md_hasclreol(). 2017-12-27 10:26:06 -05:00
rogue.nr Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
rooms.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
save.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
scrolls.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
srogue.vcxproj Enable the logfile on 64-bit Windows. 2016-05-17 21:28:34 -04:00
srogue.vcxproj.filters Update the Visual Studio project files. 2015-08-18 13:23:56 -04: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 Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
trader.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
vers.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
weapons.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
wizard.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
xcrypt.c srogue: more compatibility improvements. 2014-05-03 10:31:30 -07:00