early-roguelike/arogue7
John "Elwin" Edwards 8df0a6308d Merge the GCC5 and build fix branches.
This fixes all warnings produced by GCC 5, except the ones related to
system functions.  Those could be fixed by including the proper headers,
but it would be better to replace the system-dependent code with
functions from mdport.c.
2016-03-11 19:47:52 -05:00
..
acinclude.m4 arogue7, xrogue: begin using autoconf. 2015-06-04 10:41:39 -04:00
actions.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
aguide.mm Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
arogue7.vcxproj Update the Visual Studio project files. 2015-08-18 13:23:56 -04:00
arogue7.vcxproj.filters Update the Visual Studio project files. 2015-08-18 13:23:56 -04:00
arogue77.html Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
chase.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
command.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
configure.ac Generate text documentation from the troff source files. 2016-02-21 20:47:12 -05:00
daemon.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
daemons.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
eat.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
effects.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
encumb.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
fight.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
init.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
io.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
LICENSE.TXT Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
list.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
mach_dep.h Permit not defining score and log files. 2015-08-13 07:47:01 -04:00
main.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
Makefile.in Makefiles: don't rely on built-in implicit rules. 2016-03-08 19:45:41 -05:00
maze.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
mdport.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
misc.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
monsters.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
move.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05: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 Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
options.c Use uniform return types for functions related to options. 2016-03-06 14:45:18 -05:00
outside.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
pack.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
passages.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
player.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
potions.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
rings.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
rip.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
rogue.c Advanced Rogue 7: rename magic users to magicians. 2015-08-22 10:55:53 -04:00
rogue.h arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
rooms.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
save.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
scrolls.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
state.c Daemons and fuses now return void. 2016-03-05 20:49:37 -05:00
sticks.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
things.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
trader.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
util.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
vers.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
weapons.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
wear.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
wizard.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
xcrypt.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00