changeset 33:f502bf60e6e4

Import Rogue 5.4 from the Roguelike Restoration Project (r1490)
author elwin
date Mon, 24 May 2010 20:10:59 +0000
parents 2dcd75e6a736
children 655c317b6237
files rogue5/.svnignore rogue5/LICENSE.TXT rogue5/Makefile.in rogue5/Makefile.std rogue5/acinclude.m4 rogue5/aclocal.m4 rogue5/armor.c rogue5/chase.c rogue5/command.c rogue5/config.guess rogue5/config.h.in rogue5/config.sub rogue5/configure rogue5/configure.ac rogue5/daemon.c rogue5/daemons.c rogue5/extern.c rogue5/extern.h rogue5/fight.c rogue5/findpw.c rogue5/init.c rogue5/install-sh rogue5/io.c rogue5/list.c rogue5/mach_dep.c rogue5/main.c rogue5/mdport.c rogue5/misc.c rogue5/monsters.c rogue5/move.c rogue5/new_level.c rogue5/options.c rogue5/pack.c rogue5/passages.c rogue5/potions.c rogue5/rings.c rogue5/rip.c rogue5/rogue.6.in rogue5/rogue.cat.in rogue5/rogue.desktop rogue5/rogue.doc.in rogue5/rogue.h rogue5/rogue.html.in rogue5/rogue.me.in rogue5/rogue.png rogue5/rogue.spec rogue5/rogue54.sln rogue5/rogue54.vcproj rogue5/rooms.c rogue5/save.c rogue5/scedit.c rogue5/scmisc.c rogue5/score.h rogue5/scrolls.c rogue5/state.c rogue5/sticks.c rogue5/things.c rogue5/vers.c rogue5/weapons.c rogue5/wizard.c rogue5/xcrypt.c
diffstat 61 files changed, 32413 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rogue5/.svnignore	Mon May 24 20:10:59 2010 +0000
@@ -0,0 +1,3 @@
+config.status
+config.log
+rogue.scr
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rogue5/LICENSE.TXT	Mon May 24 20:10:59 2010 +0000
@@ -0,0 +1,93 @@
+Rogue: Exploring the Dungeons of Doom
+Copyright (C) 1980-1983, 1985, 1999 Michael Toy, Ken Arnold and Glenn Wichman
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name(s) of the author(s) nor the names of other contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE