home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 8 / amigaformatcd08.iso / screenplay / utilities / graal / graal2c.lha / GRAAL_2.readme < prev    next >
Text File  |  1996-10-15  |  23KB  |  715 lines

  1.  
  2.  
  3.  
  4.                               ============
  5.                               GRAAL 2 BETA
  6.                               ============
  7.  
  8.  
  9.                           Contents:
  10.  
  11.                           INTRODUCTION
  12.                           GRAAL REGISTRATION
  13.                           DISTRIBUTION
  14.                           QUICK-START FOR OLD USERS
  15.                           NEW FEATURES
  16.                           CHANGES IN BEHAVIOUR SINCE 1.2
  17.                           BUG FIXES FROM 1.2
  18.                           FUTURE ENHANCEMENTS
  19.  
  20.  
  21.  
  22.                               INTRODUCTION
  23.                               ============
  24.  
  25. Performance Software hereby presents the new all-dancing, all-singing
  26. GRAAL 2 beta.
  27.  
  28. The "beta" means that some things can be a little less than thoroughly
  29. tested. This mainly concerns the new .section dialogues, the EHB
  30. graphics mode, and the new system text translation facilities.
  31.  
  32.  
  33.  
  34.                            GRAAL REGISTRATION
  35.                            ==================
  36.  
  37. The shareware version of GRAAL is not crippled in any way.
  38.  
  39. However, if you want to distribute your adventures, you really want to
  40. be able to encrypt the scripts to hide the solutions from plain view.
  41. You will also want to have an efficient way of testing the finished
  42. product, ensuring that the diskettes actually work as you intended.
  43.  
  44. If you register, you will receive a personal keyfile which enables you
  45. to use the GPRO program to do this. It also means that the monitor and
  46. other developer functions are switched off in the version of GRAAL you
  47. distribute.
  48.  
  49. As an added bonus, your name appears in lights on the loading screen, 
  50. from which it cannot be removed - an extra copyright protection, you
  51. might say.
  52.  
  53. The keyfile will continue to work with any new versions uploaded
  54. to the Aminet. Updates are thus easily accessible and free of charge.
  55.  
  56. You are also put on a mailing list, and will receive an e-mail GRAAL
  57. newsletter from time to time (provided you are connected to the 'net).
  58.  
  59. Registering is as easy as sending 150 SEK (swedish crowns), or the
  60. equivalent of £ 15 (british pounds), in cash to me:
  61.  
  62.  
  63.                             Per Thulin
  64.                             Malmtorgsgatan 18
  65.                             S-653 40  KARLSTAD
  66.                             SWEDEN
  67.  
  68.  
  69.  
  70.  
  71.                               DISTRIBUTION
  72.                               ============
  73.  
  74. The system is now delivered on 3 disks.
  75.  
  76. The aminet archives should be unpacked to floppies named as follows:
  77.  
  78. graal2a.lha --> "GRAAL 2.0 - Disk A"
  79. graal2b.lha --> "GRAAL 2.0 - Disk B"
  80. graal2c.lha --> "GRAAL 2.0 - Disk C"
  81.  
  82. Anyone equipped with the C= installer program should then use the
  83. "HD_Install" icon found on Disk A to install the system to hard disk, 
  84. or to update an existing development directory. The alternative is to
  85. drag all files into the same hard disk drawer manually...
  86.  
  87.  
  88.  
  89.  
  90.                        QUICK-START FOR OLD USERS
  91.                        =========================
  92.  
  93. Just want to update and go on typing on your own adventure? OK.
  94.  
  95. 1) Copy the new GRAAL_2, GRAAL_Editor, GRAAL.guide, GPRO, and GDC to
  96.    your development directory.
  97.  
  98.    If you have Commodore's installer program, use the HD_Install
  99.    script supplied on disk A to do this!
  100.  
  101.    If you have renamed the old GRAAL_Dev and / or GRAAL_Run to something
  102.    else, the installer just installs the replacement GRAAL_2, and you will
  103.    have to deal with deleting and renaming manually... make sure no
  104.    old copies of previous GRAAL drivers are floating around when you are
  105.    finished. (Doesn't hurt to have a backup copy, though...)
  106.  
  107. 2) If you have a VERB_TEXT: 10;... statement in your graal.main file, 
  108.    change it to VERB_TEXT: 999;...
  109.  
  110. 3) If you have used DACT: statements in section scripts, refer to the
  111.    appropriate section below.
  112.  
  113. 4) Continue with your work. (That wasn't too bad, was it? :)
  114.  
  115. 5) Read the rest of this file when you feel up to it!
  116.  
  117.  
  118.  
  119.  
  120.                               NEW FEATURES
  121.                               ============
  122.  
  123. For detailed descriptions, see the on-line reference. In the overviews
  124. of statements, commands and conditions, all new or significantly
  125. enhanced things have been marked with the text *NEW* next to the brief
  126. description.
  127.  
  128. Below, most new statements and commands are shown in
  129. parentheses.
  130.  
  131. By the way, thanks to David Putzier and Evert-Jan Slypen for some good
  132. suggestions (without which GRAAL 2 would have been smaller and out much
  133. sooner ;)
  134.  
  135.  
  136.  
  137. EHB Mode
  138. --------
  139.  
  140. * Use 64 colour graphics in the scene area with the EHB (Extra Halfbrite)
  141.   mode. (N.B.: AGA modes still not supported. Although it wasn't stated
  142.   in the documentation of GRAAL 1, you may also use HAM6 for TITLE screens
  143.   - you probably noticed this possibility in the demo adventure.)
  144.  
  145.  
  146.  
  147. Command and dialogue area layout
  148. --------------------------------
  149.  
  150. Everything in the graphics of the player interface is now customisable:
  151.  
  152. * The sizes of the scene and command/dialogue areas can be changed, and
  153.   also the method GRAAL uses when switching between them.
  154.  
  155.   ( SWITCH_MODE:, AREA_SIZES: )
  156.  
  157. * The number, placement and meanings of verbs.
  158.  
  159.   ( N_VERBS:, VERB_TEXT:, VERB_ZONE: )
  160.  
  161. * The size and number of rows and columns of the inventory display, 
  162.   and whether to display inventory as text or icons.
  163.  
  164.   ( INV_LAYOUT: )
  165.  
  166. * The placement and size of the sentence area.
  167.  
  168.   ( SENTENCE_LAYOUT: )
  169.  
  170. * The size and number of rows in the dialogue lines list.
  171.  
  172.   ( DLG_LAYOUT: )
  173.  
  174. * The size, position and appearance of list scroll arrows.
  175.  
  176.   ( INV_UP:, INV_DOWN:, DLG_UP:, DLG_DOWN: )
  177.  
  178. * The size, position and appearance of the cutscene indicator.
  179.  
  180.   ( CUTSCENE_LAYOUT: )
  181.  
  182. * The fonts used - any font should go for anything, as long as the
  183.   layout is altered to make room for what you have in mind.
  184.  
  185.   NOTE: This does not mean you can use more fonts simultaneously -
  186.   just that the four fonts defined in GRAAL can be any fonts you like.
  187.  
  188. * The mouse pointer shapes.
  189.  
  190.   ( ARROW_CURSOR:, CROSSHAIR_CURSOR: )
  191.  
  192.  
  193.  
  194. Requesters
  195. ----------
  196.  
  197. * The system messages shown to the player can be changed. Now there
  198.   shouldn't be a scrap of text anywhere which cannot be translated into
  199.   a foreign language. (Foreign? What am I talking about? It's English
  200.   that's foreign to me...)
  201.  
  202.   ( SYSTEM_TEXT: )
  203.  
  204.  
  205.  
  206. Calendar and clock
  207. ------------------
  208.  
  209. * Dates and times can be set and advanced.
  210.  
  211.   ( SETTIME, SETDATE, ADDTIME, SAVETIME, RESTORETIME )
  212.  
  213. * A number of different formats for dates and times are available -
  214.   basically, you design your own formats.
  215.  
  216.   ( DATE_FORMAT:, TIME_FORMAT: )
  217.  
  218. * Dates and times can be displayed either with a SAY, THINK, RESP or TEXT
  219.   command, or permanently in the command area using graal.main statements.
  220.  
  221.   ( #DATE, #TIME, DATE_LAYOUT:, TIME_LAYOUT: )
  222.  
  223. * GRAAL can draw analogue clock hands for you in the command area. (You
  224.   still have to draw the rest of the clock's face and casing, though... :)
  225.  
  226. * You can test the date and time
  227.  
  228.   ( IFTIME, IFTIME )
  229.  
  230.  
  231.  
  232. Timed events
  233. ------------
  234.  
  235. * You can have events occuring and recurring at a specified time interval, 
  236.   For example, you may use a timer to advance the time (see above). The
  237.   "events" are actually normal ACTION: statements, so there are no
  238.   restrictions as to what they may contain!
  239.  
  240.   Up to 3 timers may be active at the same time. The time intervals may
  241.   also be randomized.
  242.  
  243.   ( DOAFTER, CANCEL )
  244.  
  245.  
  246. * One of the timers keeps track of how long the player has been inactive.
  247.  
  248.  
  249.  
  250. Object Default Command
  251. ----------------------
  252.  
  253. * For each object, a default verb can be specified, executed directly
  254.   when the player clicks the right mouse button.
  255.  
  256.  
  257.  
  258. Direct Commands
  259. ---------------
  260.  
  261. * Using the VERB_TEXT: statement, verbs can be defined that do not use
  262.   objects. Instead, they are executed immediately when the player clicks
  263.   the verb in the command area. This can be used for special functions
  264.   such as QUIT, RESTART, or calling some sort of menu or map room.
  265.  
  266.  
  267.  
  268. Dialogues
  269. ---------
  270.  
  271. * Dialogues (LINE: and LACT: statements) can now be defined in a
  272.   .section script. Can't think of a use for it? Don't worry, you will.
  273.   At least, I have!
  274.  
  275. * Number of dialogues, lines per dialogue and actions (LACT:s) per
  276.   dialogue can now all be changed to suit your needs (within the
  277.   restraints of the internal 128K buffer memory, of course)
  278.  
  279.  
  280.  
  281. Object Icons
  282. ------------
  283.  
  284. * For each object, an icon for use in the inventory can be defined and
  285.   altered with the ICON command at any time.
  286.  
  287.  
  288.  
  289. Flags
  290. -----
  291.  
  292. * A flag can be set to the value of another flag.
  293.  
  294. * The following logical operators can now be used to test flags:
  295.   =, <, >, <>, <=, >=
  296.  
  297. * A flag can be tested against the value of another flag.
  298.  
  299. * A flag can be set to the value of the current "in-game date" or
  300.   "in-game time".
  301.  
  302. * A flag value can be added to another flag.
  303.  
  304.  
  305.  
  306. Movement paths
  307. --------------
  308.  
  309. * Floors no longer need to overlap: Paths can be defined
  310.   for movement between them.
  311.  
  312.   ( PATH: )
  313.  
  314. * Paths can twist and turn, but there are restrictions in the movement
  315.   control they allow - read the on-line reference. Floors should still
  316.   overlap as much as possible in most cases for the most flexible
  317.   character movement.
  318.  
  319.  
  320.  
  321. Macros
  322. ------
  323.  
  324. * You can record a sequence of player actions as a macro, store it in a
  325.   file, and later play it back - great for automating long, tedious test
  326.   runs.
  327.  
  328.   ("R" and "P" keyboard keys in developer mode.)
  329.  
  330.  
  331.  
  332. Miscellaneous
  333. -------------
  334.  
  335. * Improved HANDLE command - You can use the various HANDLE positions
  336.   without referring to an object.
  337.  
  338.   (HANDLE LOW, HANDLE MID, HANDLE HIGH)
  339.  
  340.  
  341. * New IFCBOB condition. This could be useful to initiate different
  342.   animations depending on the previous character position - coding
  343.   your own TALK_MAP or HANDLE_MAP-like constructs, as it were. Can
  344.   be used in conjunction with the "player inactive" timer to program
  345.   stall anims in the graal.main file.
  346.  
  347.   ( IFCBOB )
  348.  
  349. * Alter the default length of time a sentence or text is displayed.
  350.  
  351.   ( NORMAL_WAIT: )
  352.  
  353. * PAUSE key. This was unnecessary in GRAAL 1, because
  354.   nothing ever happened that was important when the player left the
  355.   mouse alone! However, GRAAL 2 is (or can be) a whole different kettle
  356.   of fish in that respect (what? Halibut?)
  357.  
  358.   ( SPACE bar )
  359.  
  360. * Nice, "transparent icons" for NewIcons 3 (as well as the old MagicWB
  361.   ones) for GRAAL, the Editor and the on-line reference! Not quite
  362.   necessary, but a nice touch all the same :)
  363.  
  364. * New condition to check which floor the main character is on.
  365.  
  366.   ( IFFLOOR )
  367.  
  368. * New statement can disable the "q" quit key and force the
  369.   user to use a "QUIT" button/verb provided by you. (Your own "quit"
  370.   sequence must end with the QUIT command, new in 1.1.)
  371.  
  372.   ( DISABLE_QUIT: )
  373.  
  374.  
  375.  
  376. THE GRAAL EDITOR
  377. ----------------
  378.  
  379. The GRAAL Editor has had a serious overhaul:
  380.  
  381. * The HELP key now opens GRAAL.guide to show the help for the current
  382.   command or statement.
  383.  
  384. * ALL statements and commands can now be edited using a window showing
  385.   the parameters (a major feat in reverse engineering :-).
  386.  
  387. * All parameters that define areas, points, object or image positions, 
  388.   etc. can now be edited graphically against the proper background
  389.   picture.
  390.  
  391. * Switching to the proper background picture is automatic in most cases.
  392.  
  393. * All parameters that can only be set in a limited number of ways
  394.   have a "cycle" button in the parameter editor.
  395.  
  396. * When the backdrop picture is a scene area backdrop, all objects with
  397.   starting positions defined for that room are also shown, making relative
  398.   positioning of things a lot easier.
  399.  
  400. * As a result of all of the above, the object editing window is actually
  401.   less neat than it used to be. You have to take the bad with the good...
  402.  
  403. * "Quick search" buttons have been added for OBJECT:, DACT:, ACTION:, and
  404.   LINE: statements to find the first statement of the desired type in the
  405.   file.
  406.  
  407.  
  408.  
  409.  
  410. THE DISKINFO.GRAAL FILE, GDC AND GPRO PROGRAMS
  411. ----------------------------------------------
  412.  
  413. * You can insert empty lines or comment lines in between entries.
  414.  
  415. * There is no longer a need to keep track of the number of entries
  416.   in the diskinfo.graal file on line 3. There must still be a line
  417.   here, making the actual entries start below line 3, but you can
  418.   make it a comment line or an empty line if you wish.
  419.  
  420. * The gpro and gdc programs now check that the diskette specifications
  421.   are sorted alphabetically, which they must be in order for gdc to
  422.   work properly.
  423.  
  424. * The gpro program now needs your personal keyfile in the development
  425.   directory to work, and is distributed along with the rest of the
  426.   shareware version.
  427.  
  428. * The gpro program can select any file name for the diskinfo file -
  429.   it will be renamed to "diskinfo.graal" in the test directory. This
  430.   means that you can copy different versions of the game from the same
  431.   development directory to different test directories with ease.
  432.  
  433. * The gpro and gdc programs have a significantly better error checking.
  434.  
  435.  
  436.  
  437.  
  438.                     CHANGES IN BEHAVIOUR SINCE 1.2:
  439.                     ===============================
  440.  
  441. The philosophy has been to make all new statements optional and provide
  442. default values for them that are in keeping with the old GRAAL 1 player
  443. interface. If you are content with sticking to that, it means you don't
  444. really have to learn a lot about the new statements. In fact, although
  445. there are heaps of new graal.main statements, not a single one of them
  446. is mandatory!
  447.  
  448. This text describes the alterations you may still need to do when running
  449. GRAAL 1 scripts under GRAAL 2. There are also some minor changes to the
  450. behaviour of GRAAL which can't be avoided, but at least you get to know
  451. about them here. They are all fairly obvious improvements, so you shouldn't
  452. get too upset, i hope :)
  453.  
  454.  
  455.  
  456. Size
  457. ----
  458.  
  459. The GRAAL program itself has grown by around 60K. In addition, the buffer
  460. memory (the place where GRAAL keeps all your in-game variables, actions
  461. and dialogue data) has been bumped up from 88K to 128K to make room for
  462. possible larger dialogues, more detailed load/save routines, the
  463. customisable player interface data, and so on.
  464.  
  465. All in all, about 150K more may be needed to run GRAAL 2. However, my
  466. statements about memory consumption for GRAAL 1 contained a healthy
  467. margin, and 1.5 M should still be more than enough for playing...
  468.  
  469.  
  470.  
  471. Changes in .section DACT: execution
  472. -----------------------------------
  473.  
  474. In GRAAL 1, section DACT: statements were only executed upon loading
  475. a new .section file. This was never of much use, I thought - there was
  476. a bigger need for a set of DACT:s that were executed for every room, 
  477. saving a lot of re-typing of commands and conditions needed everywhere.
  478.  
  479. Thus, from now on, GRAAL executes all section DACT:s are before the room
  480. DACT:s for each and every room in the section.
  481.  
  482. Check through any old section DACT:s you have - if you want them to be
  483. performed only upon loading the section script, you can use a room flag
  484. for each section in the game to only execute them once upon loading in, 
  485. the old style.
  486.  
  487. Example:
  488.  
  489. You have three sections. The following could be the setup in the script for
  490. section 2 - similar DACT:s should be present in sections 1 and 3, each
  491. checking its own flag and re-setting the others!
  492.  
  493. /* This makes sections 1 and 3 execute their statements if returned to
  494. DACT: SETRF 0,1=0;SETRF 0,3=0
  495. /* If this is the first visit, or if some other section has reset
  496. /* section 2's flag, execute the commands!
  497. DACT: IFRF 0,2=0;... these commands only done once ...;SETRF 0,2=1;EXIT
  498.  
  499.  
  500.  
  501. Enhancement to the save/load game routines
  502. ------------------------------------------
  503.  
  504. GRAAL 1 was not too precise when loading saved games.
  505.  
  506. Basically, it loaded the data for the main character, the inventory, 
  507. and all flags. It then trusted upon the room's DACT:s to set the rest
  508. of the stuff up using flags to determine what the scene should look like.
  509. This was far from perfect and yielded some unwanted results from time
  510. to time. (In addition, the room flags for room 0 were not handled properly.)
  511.  
  512. GRAAL 2 accurately recreates all aspects of the saved game (well, unless
  513. some bugs say otherwise!). In fact, when the saved position has been
  514. loaded, the DACT:s are now completely skipped.
  515.  
  516. However, there are some things that may require some "looking after"
  517. after a saved position has been loaded:
  518.  
  519. Mostnotably, the current set of global BOB images are not saved with the
  520. game. Therefore, after a game has been loaded, GRAAL searches for and
  521. executes all ACTIONs starting with the special verb number "-2". In such
  522. statements you may put whatever needs to be done after a "load game" or
  523. RESUME command.
  524.  
  525. All this means GRAAL 2 may behave somewhat differently after loading a
  526. saved game, but all the better for it!
  527.  
  528. In GRAAL 1, there were also some major bugs concerning loading a saved
  529. game that meant switching between sections after loading sometimes caused
  530. problems. Especially the section objects got a fair old beating from that, 
  531. and often did some very strange things.
  532.  
  533. One final point: All saved games, both disk and ram: files, are now always
  534. encrypted. Despite this, saving and loading is also significantly quicker
  535. than before.
  536.  
  537.  
  538.  
  539. Enhancement / change in MARK and RESUME operations
  540. --------------------------------------------------
  541.  
  542. MARK and RESUME did a poor job in GRAAL 1, and have been completely
  543. re-coded.
  544.  
  545. * A MARK without a number saves exactly the same things
  546.   as the "save game" function to GRAALs internal memory.
  547.  
  548. * A MARK with a number does a "save game to RAM:", which actually
  549.   creates a saved game file in RAM:. (This command takes some time.)
  550.  
  551. If memory permits, you can MARK any number of positions for later use.
  552. (Just remember that each MARK with a different identification number
  553. creates a file in RAM: of anything from 10K upwards, which remains for
  554. the duration of the game.)
  555.  
  556. Note that doing a RESUME resets ALL variables and even timers to their
  557. values and behaviours at the point the MARK command was given. You will
  558. have to think about this when using them for cutscenes - the cutscene should
  559. not itself set any value that you want to keep after the RESUME.
  560.  
  561. In the previous example adventure, I used MARK and RESUME to "refresh"
  562. the display of the main character after having loaded a new set of
  563. global BOB images. This no longer works. However, this new form of the
  564. SHOW command will perform exactly the same thing in a much neater way:
  565.  
  566. SHOW 0, , , 
  567.  
  568. shows the main character in the same place with the same image number...
  569. ...only if the image has been re-loaded will there be any difference!
  570.  
  571. (I have a feeling this should only be used before LIGHTS ON, though...)
  572.  
  573.  
  574.  
  575. Enhancement to the inventory scrolling
  576. --------------------------------------
  577.  
  578. The inventory is now scrolled a row/column at a time - easier for the
  579. player to keep track of objects that way.
  580.  
  581.  
  582.  
  583. Enhancement to the frame updating routines
  584. ------------------------------------------
  585.  
  586. The UPDATE statement controlling frame update rates have been extended
  587. to provide full control over the frame updating rates for all rooms.
  588.  
  589. You may want to amend your old UPDATE statements: The default for
  590. "no background scrolling" is now 1, not 3, so if you want to keep
  591. things exactly as they were, add ";3" at the back of all your old
  592. UPDATE statements.
  593.  
  594. However, I recommend you try the new defaults first and see how it goes.
  595. If your machine can cope, they look better...:
  596.  
  597.  
  598.  
  599. Changes to font spacing
  600. -----------------------
  601.  
  602. All commands dealing with fonts now use the font's baseline to determine
  603. where to place the text. In most cases, if a row of text is meant to
  604. occupy the space from position x1,y1 (upper left corner), the first
  605. character's base will be placed at x1+2,y1+2+Base Line.
  606.  
  607. What this means to you is that some texts may shift slightly from where they
  608. were in the previous version of GRAAL. However, it also means that any
  609. correctly defined bitmap font may now be used for any function, and it
  610. should not be too difficult to place text neatly on the screen.
  611.  
  612.  
  613.  
  614. Change in the VERB_TEXT: statement for the preposition text
  615. -----------------------------------------------------------
  616.  
  617. To change the preposition text, one must now use
  618.  
  619. VERB_TEXT: 999;...
  620.  
  621. instead of
  622.  
  623. VERB_TEXT: 10;...
  624.  
  625. The reason being that you can now have more than 9 verbs in which case
  626. VERB_TEXT: 10;... is needed for other things. However, I trust that
  627. no-one will EVER define 999 of them...!
  628.  
  629.  
  630.  
  631. Change in OBJECT parameters
  632. ---------------------------
  633.  
  634. The two previously unused parameters (15 and 16) have now been assigned
  635. the tasks of keeping track of the inventory icon image and the object
  636. default command.
  637.  
  638. The "visible" parameter should now be VIS or NVIS for "visible" and
  639. "not visible". The old values (-1 and 0) also work, though.
  640.  
  641. Same thing with the "pickable" parameter: From now on, use PICK or
  642. NPICK for that one.
  643.  
  644.  
  645.  
  646. New SHOWEXIT and HIDEEXIT commands
  647. ----------------------------------
  648.  
  649. These came about because the syntax of the old versions (SHOW EXIT,...
  650. and HIDE EXIT,...) caused trouble in the parameter parsing of the
  651. new GRAAL Editor.
  652.  
  653. The old versions still work, but they are not supported by the editor
  654. and will produce error messages during the syntax check, prompting you
  655. to switch to the new syntax.
  656.  
  657.  
  658.  
  659. DELETED FEATURES
  660. ================
  661.  
  662. No more in-game help text when pressing "Help" or "H". Too much text
  663. needed, too much localizing, too slow on 68000 machines... I hope you
  664. won't miss it too much.
  665.  
  666.  
  667.  
  668.                       PURE BUG FIXES FROM 1.2:
  669.                       ========================
  670.  
  671. * Text references to room flags > 6, e.g. #R#1#8#, were not accepted.
  672.  
  673. * Text references to section objects, e.g. #O#SOBJ3#4#, were not resolved
  674.   correctly.
  675.  
  676. * GRAAL crashed on start-up if there was not at least one global OBJECT:
  677.   statement.
  678.  
  679. * Improved error handling when looking for section files.
  680.  
  681. * Room 0 flags were not saved in saved games.
  682.  
  683. * OMOVE with blank x and y parameters sometimes messed the object's
  684.   position up later in the game.
  685.  
  686. * Lots of other stuff!
  687.  
  688.  
  689.  
  690.                          FUTURE ENHANCEMENTS:
  691.                          ====================
  692.  
  693. Well, this release somehow became a little bigger than I expected, so the
  694. list of things to do is not that well thought-out at the moment. However, 
  695. among the many interesting things that can appear in the future are:
  696.  
  697. * an enhanced monitor.
  698.  
  699. * enhanced sound support.
  700.  
  701. * an editor able to cross-reference game files, catch more errors and
  702.   set a number of graal.main parameters automatically.
  703.  
  704. * encrypted IFF files.
  705.  
  706.  
  707.  
  708. *************************************************************************
  709. *                                                                       *
  710. *                                                                       *
  711. *                       T-T-THAT'S ALL, FOLKS!                          *
  712. *                                                                       *
  713. *                                                                       *
  714. *************************************************************************
  715.