Open main menu

Difference between revisions of "AGI/Specifications/Introduction"

m
no edit summary
m
 
(7 intermediate revisions by 5 users not shown)
Line 7: Line 7:
==About this document==
==About this document==


The latest version of this document can be found at http://agi.helllabs.org/agispecs/ in SGML, HTML, GNU info, Postscript and ASCII formats.
The latest version of this document can be found at http://wiki.scummvm.org/index.php/AGI/Specifications.


If you have any questions about the individual sections in this document, email the author of that section.
If you have any questions about the individual sections in this document, use the "Discussion" page of that section.


If you have documented an aspect of the interpreter, or have updated your documentation which is already included this document, please send it to the current maintainer ( Claudio Matsuoka) so that it can be added in future versions. Preferred format is Linuxdoc-SGML or plain text.
If you have documented an aspect of the interpreter, or have updated your documentation which is already included this document, please send it to the ScummVM team ([http://scummvm.org/contact.php contact information]) so that it can be added in future versions.


<span id="Audience"></span>
<span id="Audience"></span>
==Audience==
==Audience==


Line 22: Line 23:
==Conventions used in this document==
==Conventions used in this document==


* Keyboard key names are given in fixed with font (e.g. ENTER).
* Keyboard key names are given in fixed width font (e.g. <tt>ENTER</tt>).
* Metasyntatic variables are given in italics (e.g. n).
* Metasyntatic variables are given in italics (e.g. ''n'').
* File names are case sensitive and given in fixed width font (e.g. sierra.com).
* File names are case sensitive and given in fixed width font (e.g. <tt>sierra.com</tt>).
* AGI resource names are given in all caps (e.g. LOGIC, VIEW).
* AGI resource names are given in all caps (e.g. LOGIC, VIEW).
* AGI command names are given in fixed width font (e.g. print.at).
* AGI command names are given in fixed width font (e.g. <code>print.at</code>).
* AGI variable n is noted as vn or Var(n) (e.g. v15, Var(18)).
* AGI variable n is noted as vn or Var(n) (e.g. v15, Var(18)).
* AGI flag n is noted as fn or Flag(n) (e.g. f2, Flag(11)).
* AGI flag n is noted as fn or Flag(n) (e.g. f2, Flag(11)).
Line 50: Line 51:
<span id="ChangeLog"></span>
<span id="ChangeLog"></span>
==Change Log==
==Change Log==
===Version 3.2 (17 July 2007)===
* Added info about AGI256 and AGI256-2 fan made extensions
===Version 3.1 (6 January 2007)===
===Version 3.1 (6 January 2007)===
* Added note about control lines and priority screen pixel scanning.
* Added note about control lines and priority screen pixel scanning.
Line 122: Line 126:
* Anders M. Olsson
* Anders M. Olsson
* Jeremy Hayes
* Jeremy Hayes
* Joakim Möller
* Joakim Möller
* Martin Tillenius
* Martin Tillenius
* Stuart George
* Stuart George
Line 130: Line 134:
* Paul Lunga
* Paul Lunga
* Ian Schmidt
* Ian Schmidt
* XoXus
* David Symonds
* Claudio Matsuoka
* Claudio Matsuoka
* Kari Salminen
86

edits