Changeset 192

Show
Ignore:
Timestamp:
06/16/07 11:03:01 (2 years ago)
Author:
takkaria
Message:

Make files Windows-friendly (add .txt), update things a bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/readme.txt

    r83 r192  
     1Angband 3.0.8 
     2============= 
    13 
    2                      _                _                     _ 
    3                     / \   _ __   __ _| |__   __ _ _ __   __| | 
    4                    / _ \ | '_ \ / _` | '_ \ / _` | '_ \ / _` | 
    5                   / ___ \| | | | (_| | |_) | (_| | | | | (_| | 
    6                  /_/   \_\_| |_|\__, |_.__/ \__,_|_| |_|\__,_| 
    7                                 |___/ 
    8  
    9                  Version 3.0.8 by Andrew Sidwell and Pete Mack 
    10  
    11            Send comments, bug reports and patches to the newsgroup: 
    12       <news:rec.games.roguelike.angband> or at <http://angband.oook.cz/>. 
    13  
    14            Based on Moria:   Copyright (c) 1985 Robert Alan Koeneke 
    15                and Umoria:   Copyright (c) 1989 James E. Wilson 
    16       Angband 2.0 - 2.6.2:   Alex Cutler, Andy Astrand, Sean Marsh, 
    17                              Geoff Hill, Charles Teague, Charles Swiger 
    18             2.7.0 - 2.8.5:   Ben Harrison 
    19             2.9.0 - 3.0.6:   Robert Ruehlmann 
     4Bug reports to <bugs@rephial.org> 
     5Website at     http://rephial.org/ 
    206 
    217 
     
    2410in the vein of games like NetHack and Rogue. 
    2511 
    26 The current main website is http://angband.rogueforge.net/, which contains 
    27 various help files, changelists, and development information.  There also 
    28 are various files included here which give valuable information, like 
    29 changes.txt and the help files in lib/help/, which can be viewed in-game. 
     12The game's website is http://rephial.org/, which contains various help files, 
     13changelists, and development information.  There are also files included here 
     14which give valuable information, like changes.txt and the help files in 
     15lib/help/, which can be viewed in-game. 
    3016 
    31 If you want compile the game, please check: 
    32   <http://ajps.mine.nu/angband/wiki/BuildSystem> 
     17Angband is currently maintained by a development "team" headed by Andrew 
     18Sidwell.  Please see the "thanks.txt" file for a full listing of credits. 
     19 
     20 
     21If you've downloaded the source, please be aware that there are precompiled 
     22versions available for at least Mac OS X, Windows, and RISC OS, available 
     23at the main site.  However, if you want to compile, you may find the page 
     24<http://rephial.org/wiki/Compiling> useful. 
    3325 
    3426 
    3527For information on variants, patches, and other assorted things, you're best 
    36 off looking at both the main website and http://angband.oook.cz/, a fansite 
    37 which provides access to the Angband newsgroups, a place to upload character 
    38 dumps, and various spoilers. 
     28off looking at the main community site for Angband, <http://angband.oook.cz/>. 
     29It has the Angband forum, provides access to the Angband newsgroup, and allows 
     30you to upload character dumps and screenshots. 
    3931 
    40 Bug reports should go to <http://angband.rogueforge.net/trac/newticket>. 
    41 Please include your email address (even with a NOSPAM in there) so we can ask 
    42 for more details if necessary. 
    43  
    44  
    45  
    46 === Getting a working copy === 
    47  
    48 This version of Angband has support for Windows, Mac OS X, various Unixes 
    49 (both console and X11 versions), RISC OS, and DOS.  If you're interested in 
    50 writing support for a new version, then please do!  It will gladly be 
    51 incorporated into the official sources. 
    52  
    53 If you've downloaded the source, please be aware that there are precompiled 
    54 versions available for at least Mac OS X, Windows, and RISC OS, available 
    55 at the main site.  See compile.txt for details on compiling if you need to. 
    56  
     32Bug reports should be sent to either the forum, in the "Vanilla" section, or 
     33via email to bugs@rephial.org. 
    5734 
    5835 
     
    6037=== Special instructions for certain platforms === 
    6138 
    62 Make sure you keep all your savefiles in the proper place, 
    63 and if you load a savefile from the wrong place, note that the game 
    64 may decide to re-save your savefile in the proper place when you quit. 
     39Make sure you keep all your savefiles in the proper place, and if you load a 
     40savefile from the wrong place, note that the game may decide to re-save your 
     41savefile in the proper place when you quit. 
    6542 
    66 Some archive generation programs refuse to handle empty directories, 
    67 so special "fake" files with names like "DELETEME.TXT" may have been 
    68 placed into certain directories to avoid this problem.  You may safely 
    69 delete these files if you so desire. 
     43Some kinds of archive (namely Zip files) don't handle empty directories, so 
     44there are "delete.me" files in those.  You may safely delete these files if 
     45they annoy you. 
    7046 
    7147 
  • trunk/thanks.txt

    r1 r192  
     1If your name should be included in this file and it's not, please email us 
     2so we can fix it. :) 
     3 
     4 
     5Previous maintainers: 
     6===================== 
     7 
     8Angband 2.9.0 - 3.0.6: 
     9Robert Ruehlmann <rr9@thangorodrim.net> 
     10 
     11Angband 2.7.0 - 2.8.5: 
     12Ben Harrison <benh@phial.com> 
     13 
     14Angband 2.0 - 2.4 - 2.6.1 by: 
     15Alex Cutler, Andy Astrand, Sean Marsh, 
     16Geoff Hill, Charles Teague, Charles Swiger 
     17 
     18Based on Moria, Copyright (c) 1985 Robert Alan Koeneke 
     19and Umoria, Copyright (c) 1989 James E. Wilson 
     20 
     21 
    122Contributors: 
    2 ------------- 
     23============= 
    324 
    425Many thanks go to the following people who have contributed patches, 
     
    7899functions, bugfixes, and patches 
    79100 
    80 The developers of the Lua scripting language and the 'tolua' wrapper 
    81 generators for a nice scripting language that is not only easy to learn 
    82 and use, but also incredibly small and fast! 
    83  
    84101The UPX team (Markus Oberhumer and Laszlo Molnar) 
    85102The UPX packer for executables < http://upx.tsx.org/ > is used to reduce 
    86103the size of the Windows and DOS binaries. 
    87  
    88 The Lua < http://www.lua.org > team from TeCGraf, the Computer Graphics 
    89 Technology Group of PUC-Rio, including Luiz Henrique de Figueiredo, Waldemar 
    90 Celes, and Roberto Ierusalimschy.  Lua is a light-weight programming language 
    91 that is used in Angband to script things like object use and spell effects. 
    92  
    93 I hope I've remembered everyone who ought to be mentioned here. If your 
    94 name should be included, my apologies, and please tell me so I can correct 
    95 the oversight! 
    96  
    97 -- 
    98 Robert Ruehlmann < rr9@thangorodrim.net >