Difference between revisions of "AGI/Specifications/Introduction"

Jump to navigation Jump to search
m
no edit summary
(→‎About this document: Updated contact information)
m
 
(5 intermediate revisions by 4 users not shown)
Line 11: Line 11:
If you have any questions about the individual sections in this document, use the "Discussion" page 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 ScummVM team ([[http://scummvm.org/contact.php contact information]]) so that it can be added in future versions.
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>
Line 23: 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 51: 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 123: 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 131: Line 134:
* Paul Lunga
* Paul Lunga
* Ian Schmidt
* Ian Schmidt
* XoXus
* David Symonds
* Claudio Matsuoka
* Claudio Matsuoka
* Kari Salminen
86

edits

Navigation menu