New pages
From AGI Wiki
Jump to navigationJump to search(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:25, 24 March 2019 AGI256 View Editor (hist | edit) [2,639 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center" style="font-size: 22pt">AGI256 View Editor</div> <div align="center">Version 1.10<br /> ''Author: ''<br /> 2019/03/14</div> {{AGISoftwareInfobox...")
- 18:06, 24 March 2019 SHOWP256 (hist | edit) [2,037 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center" style="font-size: 22pt">SHOWP256</div> <div align="center">Version 1.0<br /> ''Author: ''<br /> 2019/03/14</div> {{AGISoftwareInfobox | Software...")
- 14:21, 24 March 2019 Call (hist | edit) [1,348 bytes] Andrew Korson (talk | contribs) (Created page with "The '''call''' command executes a logic script. == Syntax == call(byt A); == Remarks == The logic with resource number '''A''' is executed one time. If...")
- 12:30, 24 March 2019 SAVEPIC (hist | edit) [1,944 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center" style="font-size: 22pt">SAVEPIC</div> <div align="center">Version <br /> ''Author: Brian Provinciano''<br /> 2019/03/14</div> {{AGISoftwareIn...")
- 11:04, 24 March 2019 Block (hist | edit) [2,594 bytes] Andrew Korson (talk | contribs) (Created page with "The '''block''' command sets up an invisible rectangular block that can restrict screen object movement. == Syntax == block(byt X1, byt Y1, number|by...")
- 16:37, 23 March 2019 Allow.menu (hist | edit) [1,930 bytes] Andrew Korson (talk | contribs) (Created page with "The '''allow.menu''' command enables or disables display of the menu. == Syntax == allow.menu(byt A); == Remarks == This command allows for additi...")
- 16:20, 23 March 2019 Adj.ego.move.to.x.y (hist | edit) [1,507 bytes] Andrew Korson (talk | contribs) (Created page with "The '''adj.ego.move.to.x.y''' command appears to affect 'click to move' functionality in the later versions of AGI. == Syntax == adj.ego.move.to.x.y(); == Remarks == '...")
- 16:12, 23 March 2019 Add.to.pic.v (hist | edit) [1,653 bytes] Andrew Korson (talk | contribs) (Created page with "The '''add.to.pic.v''' command allows you to add a view to the visual picture screen in memory. == Syntax == add.to.pic.v(var vVIEW, var vLOOP...")
- 15:44, 23 March 2019 Addv (hist | edit) [1,251 bytes] Andrew Korson (talk | contribs) (Created page with "The '''addv''' command adds the values of two variables, and stores the result in the first variable. == Syntax == addv(var vA, var vB);<br /> vA = v...")
- 15:37, 23 March 2019 Addn (hist | edit) [1,530 bytes] Andrew Korson (talk | contribs) (Created page with "The '''addn''' command adds a numerical value to a variable. == Syntax == <BLOCKQUOTE> addn(var vA, byt B); vA = vA + B; vA += B; </BLOCKQUOTE> == Rema...")
- 10:28, 23 March 2019 Wiki Discussion (hist | edit) [2,481 bytes] Andrew Branscom (talk | contribs) (Created page with "A page to discuss Wiki issues. --~~~~")
- 20:25, 21 March 2019 Set.pri.base (hist | edit) [1,577 bytes] Andrew Korson (talk | contribs) (Created page with "The '''set.pri.base''' command adjusts the size of the priority bands on the priority screen. == Syntax == set.pri.base(byt A); == Parameters == *A: the y value of the top...")
- 20:34, 19 March 2019 Jarno Elonen (hist | edit) [639 bytes] Andrew Branscom (talk | contribs) (Created page with "{{Stub}} {{DeveloperInfobox | Portrait = 150px | Name = Jarno Elonen }} ==<br /> About == <blockquote> <!-- Add about info here --> </blockqu...")
- 20:00, 19 March 2019 Helen Zommer (hist | edit) [637 bytes] Andrew Branscom (talk | contribs) (Created page with "{{Stub}} {{DesignerInfobox | Portrait = 150px | Name = Helen Zommer }} ==<br /> About == <blockquote> <!-- Add about info here --> </blockquo...")
- 18:22, 19 March 2019 Eric Fullerton (hist | edit) [648 bytes] Andrew Branscom (talk | contribs) (Created page with "{{Stub}} {{DesignerInfobox | Portrait = 150px | Name = Eric Fullerton }} ==<br /> About == <blockquote> <!-- Add about info here --> </bloc...")
- 21:01, 17 March 2019 Andrew Korson (hist | edit) [2,815 bytes] Andrew Branscom (talk | contribs) (Created page with " Category:Developers Category:Fan Developers")
- 14:31, 26 March 2018 Directory Files (AGI) (hist | edit) [630 bytes] Andrew Branscom (talk | contribs) (Created page with "{{stub}} <div id="DIRFiles"></div><code>LOGDIR, VIEWDIR, PICDIR, SNDDIR</code> are directory files give the location of each of Logic, Picture, View, and Sound data within th...") originally created as "Directory Files"
- 13:43, 26 March 2018 AGI Data Types (hist | edit) [364 bytes] Andrew Branscom (talk | contribs) (Created page with "==<br /> Data types == * Numbers * Variables ** Special variables * Flags ** AGI Special Flags|Specia...")
- 13:33, 26 March 2018 Actions, Tests and Flags in the Adventure Game Interpreter (hist | edit) [48,924 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center" style="font-size: 22pt">Actions, Tests and Flags in the Adventure Game Interpreter</div> ==<br /> Actions == ==<br /> References == <references /> =...")
- 13:32, 26 March 2018 Official AGDS/AGI Documentation (hist | edit) [566 bytes] Andrew Branscom (talk | contribs) (Created page with "From the original official AGI documentation. ===<br /> The Documents === * AGDS - Adventure Game Development System Documentation ** Media:AGDS.pdf|Download AGD...")
- 13:29, 26 March 2018 LAST LOGICS (hist | edit) [901 bytes] Andrew Branscom (talk | contribs) (Created page with "{{Stub}} <div align="center" style="font-size: 22pt">'''Last LOGICS'''</div> <div align="center">''''' '''''</div> ==<br /> Description == <blockquote> Last LOG...")
- 13:01, 26 March 2018 ROOM 0 (hist | edit) [1,312 bytes] Andrew Branscom (talk | contribs) (Created page with "ROOM &U+00023;0")
- 20:13, 20 March 2018 Discard.sound (hist | edit) [1,775 bytes] Andrew Branscom (talk | contribs) (Created page with "{{Stub}} <div align="center" style="font-size: 22pt">'''discard.sound'''</div> <div align="center">''''' '''''</div> ==<br /> Description == <blockquote> The AGI...")
- 19:49, 17 March 2018 Return (hist | edit) [1,021 bytes] Andrew Branscom (talk | contribs) (Created page with "Return ==<br /> Description == Ends execution of the current logic and returns to the logic that called it (or in the case of logic 0, goes on to the next interpreter cycle)...")
- 19:27, 17 March 2018 Includes (hist | edit) [1,891 bytes] Andrew Branscom (talk | contribs) (Created page with "Includes, in AGI logic, allow you to add the text of a file to another file by simply referencing the file name. This is done using the #include command. For example,...")
- 19:05, 17 March 2018 Labels and the goto Command (hist | edit) [241 bytes] Andrew Branscom (talk | contribs) (Created page with "Labels and the goto Command Labels are given like this: Label1: The label name can contain letters, numbers, and the characters "_" and ".". No spaces are allowed. The got...")
- 18:02, 17 March 2018 Logic Commands by Name (hist | edit) [3,395 bytes] Andrew Branscom (talk | contribs) (Created page with "Commands by Name Test commands center.posn compare.strings controller equaln equalv greatern greaterv has have.key isset [[issetv]...")
- 19:09, 16 September 2017 AGI Interpreter Upgrader (hist | edit) [2,822 bytes] Coldturkey (talk | contribs) (Created page with "{{AGI Software | Software = AGI Interpreter Upgrader | image = <!-- thumb|<div align="center"> Screenshot</div> --> | Developers = User:Coldturkey|Cold Turkey...")
- 19:09, 13 April 2017 Serge Lapin (hist | edit) [1,122 bytes] Andrew Branscom (talk | contribs) (Created page with "{{DesignerInfobox | Portrait = 150px | Name = Serge Lapin }} <!-- ==<br /> A.K.A. == * --> ==<br /> About == <blockquote> {{Stub}} </blockquote>...")
- 18:08, 13 April 2017 Perry Hendriks (hist | edit) [392 bytes] Andrew Branscom (talk | contribs) (Created page with "Perry Hendriks A.K.A. CaptAmerik This page is a stub. ==<br /> Home Page == * ==<br /> Games by Perry Hendriks == * The 13th Disciple|The 13th...")
- 17:01, 13 April 2017 Fan AGI Release List (Sortable) (hist | edit) [55,616 bytes] Andrew Branscom (talk | contribs) (Created page with "=== # === {| class="wikitable sortable" <!-- width="800" --> ! width="460" | Game !! width="100" | Game version !! width="125" | Interpreter version !! width="70" |...") originally created as "Fan Release List (Sortable)"
- 19:45, 7 March 2017 AGI Specifications: Chapter 12 - Booter Versions (hist | edit) [2,177 bytes] Andrew Branscom (talk | contribs) (Created page with " = Booter versions of AGI games = ==<br /> <span id="DDPG"></span>Donald Duck's Playground == Donald Duck's Playground is an adventure game that was originally releas...")
- 19:02, 7 March 2017 AGI Specifications: Chapter 10 - Savegame Files (hist | edit) [20,807 bytes] Andrew Branscom (talk | contribs) (Created page with "Where a numeric value is specified over multiple bytes, it is always ''little-endian'', unless otherwise noted. === Header (40 bytes) === '''0-30''' (31 bytes) Savegame desc...") originally created as "AGI Specifications: Chapter 10 - Savegame"
- 14:25, 27 October 2016 SHOWPIC (hist | edit) [2,061 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center"><span style="font-size: 22pt">SHOWPIC</span><br /> ''Author: Lance Ewing''</div> {{SoftwareInfobox | Software = SHOWPIC | image = Image:SHOWPIC.png|...")
- 14:14, 27 October 2016 GLUE (hist | edit) [2,643 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center"><span style="font-size: 22pt">GLUE</span><br /> ''Author: Lance Ewing''</div> {{SoftwareInfobox | Software = GLUE | image = 190px<b...")
- 14:05, 27 October 2016 AGIv2 Resource Extractor (VOLX) (hist | edit) [1,736 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center"><span style="font-size: 22pt">VOLX</span><br /> ''Author: Lance Ewing''</div> {{SoftwareInfobox | Software = VOLX | image = 190px<b...") originally created as "VOLX"
- 13:59, 27 October 2016 SHOWLOG (hist | edit) [1,829 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center"><span style="font-size: 22pt">SHOWLOG</span><br /> ''Author: Lance Ewing''</div> {{SoftwareInfobox | Software = SHOWLOG | image = Image:SHOWLOG.png|...")
- 13:36, 27 October 2016 AGISOUND (hist | edit) [2,270 bytes] Andrew Branscom (talk | contribs) (Created page with "<div align="center"><span style="font-size: 22pt">AGISOUND</span><br /> ''Author: Lance Ewing''</div> {{SoftwareInfobox | Software = AGISOUND | image = Image:AGISOUND.p...")
- 21:19, 7 August 2016 Sierra Disney Games (hist | edit) [8,945 bytes] Andrew Branscom (talk | contribs) (Created page with "== <br />Description == <div align="right">File:SierraDisneyGames.png</div> The Sierra Disney Games <!-- consists of 3 early titles, created between 1984 and 1986: Donal...")
- 23:29, 16 June 2016 Scott Murphy (hist | edit) [2,840 bytes] Andrew Branscom (talk | contribs) (Created page with "Scott Murphy This page is a stub. ==<br /> Home Page == * ==<br /> Games by Scott Murphy == * [[]] ==<br /> See Also == * :Category:Releases...")
- 22:48, 16 June 2016 Mark Crowe (hist | edit) [2,841 bytes] Andrew Branscom (talk | contribs) (Created page with "Mark Crowe This page is a stub. ==<br /> Home Page == * ==<br /> Games by Mark Crowe == * [[]] ==<br /> See Also == * :Category:Releases by...")
- 15:33, 16 June 2016 Smithgdwg (hist | edit) [365 bytes] Andrew Branscom (talk | contribs) (Created page with "smithgdwg This page is a stub. ==<br /> Home Page == * ==<br /> Games by smithgdwg == * Pimp Quest ==<br /> See Also == * [[User:|]] * :...")
- 23:09, 27 May 2016 Interp Software (hist | edit) [1,260 bytes] Andrew Branscom (talk | contribs) (Created page with "Releases by Interp Software === See also: === * Interp Software ")
- 22:49, 26 May 2016 Ken MacNeill (hist | edit) [600 bytes] Andrew Branscom (talk | contribs) (Created page with "Ken MacNeill This page is a stub. ==<br /> Home Page == * http://evryware.com ==<br /> Games by Ken MacNeill == * Gold Rush! ==<br /> See Al...")
- 22:47, 26 May 2016 Doug MacNeill (hist | edit) [947 bytes] Andrew Branscom (talk | contribs) (Created page with "Doug MacNeill This page is a stub. ==<br /> Home Page == * http://evryware.com ==<br /> Games by Doug MacNeill == * [[]] ==<br /> See Also == *...")
- 21:30, 1 May 2016 Barry Murry (hist | edit) [1,022 bytes] Andrew Branscom (talk | contribs) (Created page with "Barry Murry File:BarryMurry.png This page is a stub. ==<br /> Home Page == * http://www.evryware.com/ ==<br /> Games by Barry Murry == * [[]...")
- 21:25, 1 May 2016 Dave Murry (hist | edit) [986 bytes] Andrew Branscom (talk | contribs) (Created page with "Dave Murry This page is a stub. ==<br /> Home Page == * http://www.evryware.com/ ==<br /> Games by Dave Murry == * Sierra Championship Boxing (19...")
- 17:45, 24 April 2016 Roberta Williams (hist | edit) [2,584 bytes] Andrew Branscom (talk | contribs) (Created page with "Roberta Williams This page is a stub. ==<br /> Home Page == * ==<br /> Games by Roberta Williams == * [[]] ==<br /> See Also == * :Category:...")
- 22:51, 16 April 2016 Meezo (hist | edit) [320 bytes] Andrew Branscom (talk | contribs) (Created page with "Meezo This page is a stub. ==<br /> Home Page == * * [mailto:@.com @.com] ==<br /> Games by Meezo == * [[]] ==<br /> See Also == * :Category...")
- 20:10, 11 April 2016 Jim Walls (hist | edit) [968 bytes] Andrew Branscom (talk | contribs) (Created page with "Jim Walls File:JamesWalls.png This page is a stub. ==<br /> Home Page == * ==<br /> Games by Jim Walls == * Police Quest: In Pursuit of t...")