Mercurial > hg > early-roguelike
changeset 266:08489644940b
Merge the UltraRogue branch.
| author | John "Elwin" Edwards |
|---|---|
| date | Sun, 19 Feb 2017 19:56:43 -0500 |
| parents | 7fcb2f9f57e6 (diff) 69ffcb6b90da (current diff) |
| children | 911f0aa6e758 |
| files | |
| diffstat | 60 files changed, 42205 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Fri Feb 10 09:06:50 2017 -0500 +++ b/README.txt Sun Feb 19 19:56:43 2017 -0500 @@ -16,6 +16,9 @@ it include Rogue Clone, a reimplementation sometimes found in BSD or Linux distributions. +UltraRogue has recently been added to the collection. It is still in an +experimental state, with several known bugs. + --- Installation To install on Unix (including OS X): @@ -50,6 +53,9 @@ It is recommended to run 'configure' with the '--disable-logfile' option, and 'make' with the 'LDFLAGS=-static' option. +UltraRogue is not yet integrated with Autoconf or the Visual Studio solution +file. + See the individual games' subdirectories for further documentation. Some of the manpages may be outdated, but the guides to playing should be accurate.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/urogue/LICENSE.TXT Sun Feb 19 19:56:43 2017 -0500 @@ -0,0 +1,138 @@ +Copyright (C) 1985, 1986, 1992, 1993, 1995 Herb Chong +Portions Copyright (C) 1985 Michael Morgan, Ken Dalka +Portions Copyright (C) 1981 Michael Toy, Ken Arnold and Glenn Wichman +Portions Copyright (C) 1993, 1995 Nicholas J. Kisseberth +All rights reserved. + +=========================================================================== + +UltaRogue: The Ultimate Adventure in the Dungeons of Doom +Copyright (C) 1985, 1986, 1992, 1993, 1995 Herb Chong +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. +4. The name "UltraRogue" and "urogue" must not be used to endorse or + promote products derived from this software without prior written + permission. +5. Products derived from this software may not be called "UltraRogue" or + "urogue", nor may "UltraRogue" or "urogue" appear in their name, + without 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 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +=========================================================================== + +Portions of this software are based on the work of Michael Morgan and +Ken Dalka. Used under license: + +Advanced Rogue +Copyright (C) 1984, 1985 Michael Morgan, Ken Dalka +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
