home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / games / spl / readme.txt < prev    next >
Text File  |  1993-08-10  |  3KB  |  89 lines

  1. This is spl, a program for handling spells and spellbooks
  2. from various fantasy role-playing (FRP) games.  It can handle
  3. both mage and priest spells for TSR's AD&D (a trademark of TSR, inc)
  4. game, and can easily be expanded to handle other systems as well.
  5. In addition to possibly being useful to FRP players and
  6. GM's, the source may be useful to OS/2 2.x programmers learning
  7. about containers, MLE's, and PM programming in general.
  8.  
  9. John-Marc Chandonia
  10. chandoni@husc8.harvard.edu
  11.  
  12.  
  13. This distribution includes:
  14.     spl.exe      - Needed to run the program
  15.     spl.ico      - icon.  also necessary.
  16.     splbook.all  - list of spellbooks.  necessary.
  17.     splicon.def  - icon definitions.  necessary.
  18.     bugs.txt     - list of known bugs.
  19.     changes.txt  - change log.
  20.     license.txt  - GNU General Public License, version 2.
  21.     readme.txt   - this file.
  22.     spl.inf      - on-line docs; type VIEW SPL to read this.
  23.  
  24. and the source for OS/2 2.x (in the src directory)
  25.     general.cpp
  26.     general.hpp
  27.     general.obj
  28.     makefile     - for compiling with icc
  29.     spl.RES
  30.     spl.cpp
  31.     spl.h
  32.     spl.ipf
  33.     spl.obj
  34.     spl.rc
  35.     splbook.cpp
  36.     splbook.hpp
  37.     splbook.obj
  38.     spldlg.h
  39.     spldlg1.dlg
  40.     spldlg1.res
  41.     spldlg2.dlg
  42.     spldlg2.res
  43.     splres.h
  44.  
  45. Also included are:
  46.     prdctvty.ico
  47.     smiley.ico
  48.     xmaslemm.ico
  49.     pools.ico
  50.     element.ico
  51.     fire.ico
  52.     hell.ico
  53.     help.ico
  54.     icon2024.ico
  55.     lemmings.ico
  56.  
  57. Some of these are freely distributable icons produced by SDS, Inc.
  58. They are not part of the package, but are being distributed
  59. with it as a convenience to the user.
  60. They are not necessary to run the program (see the INF for details)
  61.  
  62. Also included is the Great Net Spellbook and Great Net Prayerbook
  63. version 3, in the mu and pr directories.  These are also freely
  64. distributable, subject to the conditions in the attrib files in
  65. each of these directories.  These files have been modified in order
  66. to conform to the format restrictions of this program.  These files
  67. should give you a good idea of the spell format needed to use this program.
  68. They are not part of the package, but are being distributed
  69. with it as a convenience to the user.
  70.  
  71.  
  72. Copying and distribution information:
  73.  
  74.     Copyright (C) 1993 John-Marc Chandonia
  75.  
  76.     This program is free software; you can redistribute it and/or modify
  77.     it under the terms of the GNU General Public License as published by
  78.     the Free Software Foundation; either version 2 of the License, or
  79.     (at your option) any later version.
  80.  
  81.     This program is distributed in the hope that it will be useful,
  82.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  83.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  84.     GNU General Public License for more details.
  85.  
  86.     You should have received a copy of the GNU General Public License
  87.     along with this program; if not, write to the Free Software
  88.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  89.