early-roguelike/srogue
John "Elwin" Edwards f5c2898524 Makefile fixes related to installation.
'make install' and 'make uninstall' should now work correctly, placing
the documentation in the proper places.  Any directories needed will be
created.
2016-02-26 17:30:30 -05:00
..
acinclude.m4 srogue: begin porting to autoconf. 2013-09-01 20:50:52 -07:00
armor.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00: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 Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
command.c srogue: don't try to include unistd.h on Windows. 2015-08-02 15:25:24 -04:00
configure.ac Generate text documentation from the troff source files. 2016-02-21 20:47:12 -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 srogue: add and use more md_* portable functions. 2014-05-02 15:06:23 -07:00
daemons.c Rename daemon() to start_daemon(). 2013-09-07 08:08:00 -04:00
disply.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
encumb.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
fight.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
global.c srogue: open the score and log files when the program starts. 2015-08-01 15:12:11 -04:00
init.c srogue: include missing headers. 2012-01-27 17:29:30 +00:00
io.c srogue: use functions from mdport.c. 2014-04-30 14:46:30 -07:00
LICENSE.TXT Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
list.c srogue: add and use more md_* portable functions. 2014-05-02 15:06:23 -07:00
main.c srogue: provide type definitions if needed. 2015-08-03 21:29:16 -04:00
Makefile.in Makefile fixes related to installation. 2016-02-26 17:30:30 -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 srogue: clean up configuration in mdport.c. 2015-08-03 17:16:42 -04:00
misc.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
monsters.c srogue: fix an uninitialized variable. 2015-08-04 11:39:49 -04:00
move.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00: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 Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
newterm.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
options.c srogue: use functions from mdport.c. 2014-04-30 14:46:30 -07:00
pack.c srogue: initialize some pointers. 2015-08-01 21:23:55 -04:00
passages.c srogue: initialize some pointers. 2015-08-01 21:23:55 -04:00
potions.c srogue: include missing headers. 2012-01-27 17:29:30 +00:00
pstats.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00: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 srogue: include missing headers. 2012-01-27 17:29:30 +00:00
rip.c srogue: add and use md_fdopen(). 2015-08-03 09:27:43 -04:00
rogue.ext srogue: add support for SAVEDIR 2010-11-25 17:28:29 +00:00
rogue.h srogue: provide type definitions if needed. 2015-08-03 21:29:16 -04:00
rogue.nr Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
rooms.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
save.c srogue: provide type definitions if needed. 2015-08-03 21:29:16 -04:00
scrolls.c Initialize some more pointers for the benefit of MSVC. 2016-01-21 21:10:23 -05:00
srogue.vcxproj Update the Visual Studio project files. 2015-08-18 13:23:56 -04:00
srogue.vcxproj.filters Update the Visual Studio project files. 2015-08-18 13:23:56 -04:00
state.c Properly handle invalid room references in savefiles. 2013-08-08 12:41:35 -07:00
sticks.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
things.c srogue: include missing headers. 2012-01-27 17:29:30 +00:00
trader.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
vers.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
weapons.c Import Super-Rogue 9.0 from the Roguelike Restoration Project (r1490) 2010-11-25 12:21:41 +00:00
wizard.c srogue: use functions from mdport.c. 2014-04-30 14:46:30 -07:00
xcrypt.c srogue: more compatibility improvements. 2014-05-03 10:31:30 -07:00