[REVISION HISTORY / WHAT'S NEW]

Special Characters:
 = Alpha working concept version
 = Beta test version
a,b,c... = minor revision

v1.0 - The Outlands Tavern concept ironed out, made working (mostly).

v1.0 - Beta testing starts.

v1.0a-  Beta testing continues!
         If user can't find someone in the rooms to kill, they can
          come back to there during the same IGM use session.
         Fixed error 100 when killing someone in the Dungeon.

v1.0b-  Beta testing continues!
         Small little changes.
         Fixed phantom player staying in a room.
         Should work with ASCII and not display ANSI sequences.
         Made code smaller and took off 1k from the size.
         Made randomizer better.

v1.0c-  Beta testing continues!
         The sleep overnight option SHOULD work completely now!
         Some cosmetic fixes.

v1.0  -  First public release!
         Can once again ask The BarKeep about the Drunk Meter.
         Added intro ANSI.
         The welcome screens displayed when a user that spent the night
          do not clear the screen anymore.
         Changed "Registered to" on the intro screen to "Graciously
          ran by".
         Should work completely now!

v1.1  -  SETUP more colorful (ohhhh!).
         If user has 100 or more charm they only pay 33% normal prices to
          stay overnight.
         Ending says "You walk back to town." if user is returning to
          LORD and "Returning to the Mundane World..." if going to BBS.
         Uses LORD v3.55 BADWORDS.DAT file in the conversation if it
          exists (even puts capitals back if the first, last, or all the
          letters in the replaced word are capitalized).
         If user is married to another user and the spouse is in a
          Tavern room, they sleep for free!
         Slightly different ANSI file display routine and ANSI slightly
          changed.
         If a user sneaks upstairs and tries to attack someone that is
          too weak, it lets them choose another right away.
         If user can't find someone in the rooms to kill, they must risk
          sneaking back upstairs.
         Users staying in the Tavern will never lose their rooms after
          maintenance is ran now!
         Many spelling fixes.
         Added The Backroom.
         Better error logging with missing INFO.?, NODE?.DAT, and
          OUTLANDS.CFG files.

v1.2  -  Typing errors fixed.
         Node 0 time not updating fixed.
         Fixed users not being able to attack other users.
         If player has a Fairy, they can sneak by the BarKeep with no
          chance of being caught, and they lose the Fairy.
         Added (V)iew your Stats to many of the menus.
         Now allows sysop handles!  New special field is displayed
          instead of the real name at the start up screen.  Automatically
          updates OUTLANDS.CFG and sets it to a blank string.
         E-Mail address change, from Jason.Brown@Horizonmp.Com to
          Jason.Brown@Commctr.Com
         Removed the Order Stuff Menu, can no longer order stuff.
         Killing someone in both a fight and in the Dungeon now counts as
          a player kill.
         The Fairies in the Backroom now actually put people into high
          spirits when they say they do.
         Now checks to make sure attributes fall in certain ranges.
         Delays now give up time slices (important for OS/2).
         Removed NOOPEN and NORESET support from NODE?.DAT.
         Was able to compile the EXE smaller!

v1.3  -  Stuff from the Party Menu removed.
         Added RHP system!
         Email address changed again, to jmbrown@mines.edu .

v1.3a -  Compiling with TP7, should fix problems with Windows98.
-----------------------------------------------------------------------

v1.3b+   - * Beta phase work - mid-June to late October, 2002.
          * Summary of update work by Donald Tidmore.

          - Fixed spelling errors.  Compatibility of IGM verified
            for LORD v4.06 and v4.07 beta, under Windows 95, Windows
            2000 and Win-ME O/S's.  Ran Spell-check on OT_Whats.txt.

          - Added support for Outlands Tavern RHP Scripts to use
            @DEFENSE@ code.  The old @DEFENCE@ code remains usable also.
          - Outscode.txt (Codes.txt) updated with new information
            on @VARIABLE1@ - @VARIABLE5@ -- used for multi-step math
            computations.  Included info on usage of @IF CLEANMODE@
            and @IFNOT CLEANMODE@ statements.
          - The Outlands Tavern's Setup program has easier to read
            menus, using different color codes.
          - Improved look of the View Stats screen by switching it
            to display LORD stat values in Light Cyan.

          Note: Usage of RHP Scripts or the IGM(s) can alter the
          screen colors and thereby make it difficult to read text
          on-screen.  User should always use DOS CLS command before
          running SETUP.EXE, then everything will be easier to read/use.

          - Each IGM (and RHPTest) use a Num_Bounds Pascal function,
            which controls what the result of a numeric LORD stat
            computation will be.  LORD has minimum and maximum limits
            for everything, and the IGM makes sure that results returned
            by Outlands Tavern IGM Scripts will be valid ones.

          - RHP Language scripts support changes:
            * The @SKILL@ code now allows RHP script authors to handle
              Death Knight, Mystical, or Thief Skill Points up to 100.
              However, the non-Preslar versions of LORD will only allow
              up to 40 points per Skill.  Values set by an RHP Script
              above 40 will be ignored by Seth's versions of LORD.

            * Added support for these RHP codes in v1.41:
              - @SKILLUSE@ - Handles the Skill USE Points.
              - @KILLSAVE@ - Works like the original @KILL@ code, but
                allows a player who has a Fairy a 50% chance of being
                saved from death. If saved, they get to continue using
                the IGM.
              - @BARDSONG@ - Indicates if player has Heard Bard Sing.
              - @SETHVIOLET@ - Indicates if player has Flirted with
                Violet or Seth the Bard.
              - @FLIRTED@ - Indicates if player has Flirted with
                another player yet.
              - @SEENDRAGON@ -  Indicates if player has LOST fight with
                the Red Dragon that day.
              - @SEENMASTER@ - Indicates if player has LOST a Master
                Challenge Fight that day.
          ---------------------------------------------------------

          Setup.exe Note: In order for a previous installation of
          The Outlands Tavern to process these new RHP Codes in scripts,
          you have to re-install the IGM.  And any brand new RHP
          scripts must be written using @VERSION@ 1.4 statements.
          ==============================================================

          Specific Outlands Tavern IGM Changes:
          (1) Music Switch and Food Taste events have
            maximum limits on how much Experience points user can get.
          (2) Added support to Player Fight, in Inn Room, for attacker
            to use Defensive Mystical Skill techniques Disappear,
            Light Shield, and Mind Heal.  Run Away option changed to
            only work 50% of the time, same as LORD handles it.
            The winner gets 10% of loser's Experience, all Gold and
            Gems the loser had on them, and one Player Kill point.
            Loser is set to zero Hitpoints before sent back to LORD.
          (3) Dance Floor. Restored the Punch bowl - will heal player
            if they are wounded.  Can only be used ONCE per day.  Small
            increase in Charm points reward if you get a dance partner.
          (4) Several new RHP Codes added to RHP Language, as indicated
            above.  RHP script events are now truly random.  However, due
            to CPU speed issues, some things may still occur more often
            than other script events, or in consecutive order.
          (5) Kitchen changes: Hassling the Troll will cost player some
            Defense.  Bothering the Kitchen staff more than one time will
            cost players some Charm points.  Spit in Food is based upon
            player's sex, as to who they see the dish delivered to.
          -------------------------------------------------------------

v1.4 -  * Source code optimized Nov. 02, 2002.
        * Outlands.exe size remains at 140 KB, but includes enhanced
          handling of Player Fights in Inn room, various enhancements
          of BackRoom activities, and restoration of Taste Punch event.
        * Outlands Tavern Setup.exe reduced to 28 KB size, saving 10 KB.
        * Scheduled for public release on November 02, 2002.

[END]