ifwiki: Library extension

This directory contains library extensions for various purposes
contributed by members of the IF community.

# glulx

Glulx-specific Inform library extensions.

# old

Older versions of some of the files in this directory.

# 3phtalk.h

menu based conversation system based on Adam Cadre's
routines from Photopia (phototalk.inf), modified and
object-oriented by David Glasser, then adapted to
Triform 1.2 by Hunter Hoke.

# AltMenu.h

a library extension to create object-oriented menus,
by L. Ross Raszewski, version 6

# Aqua.zip

A replacement library for WaterElement.h (which
handles divisible and mixed liquids, floating objects,
and absorbent materials) which compiles more gracefully
under Inform 6.30 and which better handles Glulx.
By Al Golden, based on Emily Short's library.

# AskTellOrder.h

a routine for reparsing the player's input, converting
input of the form "ASK/TELL THE NPC TO DO SOMETHING"
into "NPC, DO SOMETHING", by Irene Callaci.

# BannerPause.inf

A library extension to allow the introduction of a
pause in the printing of the game's initial banner
text, by printing a [MORE] prompt. Pressing any key
then displays the opening room and status line.
Release 1, Serial 021216, written by Jay Goemmer.

# CCPL.h

A library extention that displays text of the
Creative Commons <http://creativecommons.org/>
Attribution-NoDerivs-NonCommercial 1.0 license,
suitable for use as the license of a freeware IF
game. Contains both the short (friendly) and long
(legal) forms of the license. Inform module by
Roger Firth, version 1.2.

# DMenus.zip

A menuing system similar to menus.h, but allowing
concealed or locked menu items, and (optionally)
submenus that are embedded in parent menus. Version 7,
by Dave Robinson.

# Entry.h

A library extension that extends the entry point
routine functionality of the standard library,
by Brendan Barnwell.

# EventList.h

A library that provides TADS3 style EventList classes
(Shuffled, Cyclic, Stop, Sync, and Distributed) for more
realistic conversation systems. EventLists can print
text or run a routine from any item in the list.
Version 1.00, by Jim Aikin.

# ExpertGrammar.h

Extensions to the standard Inform grammar incorporating
a number of commonly-requested features. Version 0.6,
by Emily Short.

# FP.h

A library providing IEEE 754 conformant floating point
arithmetic for the Z-machine.
Release 1/2, by Kevin Bracey.

# FP.tar.gz

A library providing IEEE 754 conformant floating point
arithmetic for the Z-machine.
Release 1/2, by Kevin Bracey.
Archive includes the library, documentation and examples.

# Footnote.h

an Inform library extension for Inform 5.5 or greater to
produce sequentially numbered footnotes,
by L. Ross Raszewski, version 2.0

# GPL_for_Inform_src.tar.gz

Source code to add the Gnu Public License to a Z-Code
game, by Patrick Boylan.

# GoNeighbour.h

GoNeighbour version 0.20, a library extension to allow
to go to adjacent rooms with the syntax "go `<room>`",
written by Alan Trewartha.

# HelpRoutines.h

Routines that give help messages, such as a list of
standard Inform verbs, suggestions about what to
do at the beginning of a game, and so on. Version 1.0,
by Emily Short.

# Hints.h

a library to produce nicely formatted hints,
by L. Ross Raszewski, version 2

# InfAud13.zip

InfAud 1.3, a system to allow Zcode and Glulx games to
play sound files through an external sound players,
written by Donnie E. Russell II.
Included are Windows executables, library and example
files.

# InfAudMusic.zip

Example music files for InfAud, by Jesse Ray Lucas.

# Info.h

a library extension for consultation and conversation,
allowing the consult, ask, etc. commands to access a
database of topics. Written by Jesse Burneko

# Locksmith.h

A library that allows better automatic selection of
keys following an unlock command, by Emily Short.

# ManPro.h

a library that allows you to let the player toggle
automatic pronoun assignment, by David Glasser

# Markup.zip

A HTML-like markup extension for Glulx and Z-code,
allowing markup of text styles and formatting, inline
pictures and hyperlinks (the latter two for Glulx only),
by Simon Baldwin.
Archive includes the library, example code and the
example compiled for both Glulx and Z-code.

# Menus.inf

an example of using AltMenu.h, by L. Ross Raszewski

# Moderator.h

A library which provided a Scene class, which can be
used to supervise the player's actions in a game with
a complex plot.  A scene allows entry points to control
where the player is allowed to go, trigger events after
a certain lapse of time, etc. Written by Emily Short.

# NewbieGrammar.h

Grammar lines and some verb routines to catch and
correct non-standard behavior by new players. Works
best with HelpRoutines.h, though that is not a
requirement. Version 0.6, by Emily Short.

# NewList.zip

a customizable replacement for Inform's standard
WriteListFrom(), by Andreas Hoppler

# NovelLib.zip

A library for writing games with a "novel" mode, that
is, in the style of the author's 2000 Competition
entry "My Angel". Written by Ingold.

# NpcAct.zip

A framework to ease the NPC creation process, which
allows NPCs to interact with one another.
Written by Matt Albrecht.

# OKBLib.h

A library of miscellaneous classes and routines,
by Brendan Barnwell.

# OKBScrpt.h

A library extension to allow branching, menu-based
conversations, by Brendan Barnwell.

# ObjNameA.h

A library extension to allow objects with "a" in their
name properties to parse correctly.
Version 1.1, by Michael Roy.

# QPrint.h

QPrint, a mid-string rule printing system, version 1,
by Dave Robinson.

# Positions.h

An extension to allow input such as "take the glasses in
the case on the bookshelf". Version 1.1, written by
Nathan Schwartzman.

# SampleTranscript.h

A library which containts two Infocom-style sample
transcripts, which can be inserted into a game.
By Emily Short.

# Scoper.h

A library to help determine which rooms are
visible from a given location. Version 1.0,
written by Daniel Barkalow.

# StatusLineColors.inf

A library extension that sets the colours of the
status bar according to "zones" defined in the game.
Colours can be enabled or disabled by the player.
Release 1, Serial 030201, by Jay Goemmer and Roger Firth.

# StrNames.zip

A class that allows for the use of strings as names for an
object, getting around the 9-character dictionary-word
limitation. Includes a thorough example game.
Version 0.2, written by Chipjack.

# V6Lib-0_826.zip

V6Lib version 0.826, an Inform Library that helps
programmers write games for the Version 6 Z-Machine,
written by Jason C. Penney. It has support for
multiple text windows, images, and sounds.

# V6Lib_Manual.pdf

Manual for V6Lib in Adobe Acrobat PDF format.

# V6Lib_Manual.txt

Manual for V6Lib in plain text format.

# Verbs.htm

A list of the standard verbs found in the Inform 6/10
Grammar.h file, in HTML format, by Brian Uri.

# WaterElement.zip

A library to handle divisible and mixed liquids,
floating objects, and absorbent materials, version
0.95b, by Emily Short.

# action.h

a library for implementing action menus, version 0.8,
by Adam Stark

# array.h

a library of useful array functions, version 0.1,
by Evin Robertson.

# betahtml.zip

A library to output a HTML script of the game,
including user comments, as an aid to beta testing.
Version 1.5 by Stas Starkov, based on "betatest.h"
by Marnie Parker.

# betatest.h

a beta testing aid, allowing testers to add
comments to the output script.
Version 1.02, written by Marnie Parker

# blackjack.inf

Inform code to add a blackjack dealer to a game.
Version 1.1, written by Ashok Desai.

# boxclever.h

An extension of the standard 'box' statement that
allows text to be bold or underlined.
Version 1.0, by Roger Firth.

# bquote.h

An extension to help printing block quoted text for
letters, newspaper clippings etc.
Version 1.00, by Martin Oehm.

# branch.h

a class for branching menus, by Chris Klimas
(an example for its use is in </if-archive/games/source/inform/#once.inf>)

# calyx_adjectives.h

a library to provide a system of 'adnames', words which
may be used to refer to objects without themselves
implying that the object name has been typed.
Release 1, by Miron Schmidt, based on Andrew Clover's
Inform 5 library 'adname.h'.

# checkout.h

Implements a CHECKOUT debugging verb which identifies
asymmetric and one-way paths between rooms.
Version 1.0 by Roger Firth.

# chooo.h

An object oriented extension to the ChooseObjects entry
point, version 1.0, by Krister Fundin.

# classutl.h

A collection of class-related helper functions,
version 1.0, by Matt Albrecht.

# clothes.h

A library defining a clothes class for easy clothing
handling. Set area, level, and covering for pieces
of clothing. Written by Denis Moskowitz and updated
by Timothy Groves.

# clothing.h

a library defining a clothes class for easy clothing
handling. Set area, level, and covering for pieces
of clothing. Written by Denis Moskowitz.

# clothing.inf

an example game demonstrating the use of clothing.h

# cmap.h

a library to allow easy creation of game maps, by
Rick Dague

# cmap.inf

an example game demonstrating the use of cmap.h

# compass.h

a compass management library to remove the walls,
floor and ceilings for outdoor areas, written by
Jonathan Rosebaugh.

# converse.h

a library to generate menu based conversations,
version 2.0, by L. Ross Raszewski

# daemons.h

a library to cause daemons and timers to execute in
priority order. Originally by Andrew Plotkin and
reworked for Inform 6 by Roger Firth.

# debuglib.h

a library to allow for easier printing of debugging
statements, by John Cater

# debugmcs.h

A library to implement a time-saving command to check
Inform source for bugs caused by missing commas, by
Cedric Knight.

# diary.h

A library that allows a game author to provide a diary
and dynamically add and remove pages. Release 1.000226,
written by Gunther Schmidl, partly based on code by
L. Ross Raszewski.

# dirs.h

provides a 'dirs' verb that tells you which directions
you can go in, version 2.1, by Nicholas Daley

# dirs_2.h

a library to provide an easy way of adding a 'dirs' or
'exits' verb, by Gunther Schmidl

# dirsmap.h

Dirsmap version 2.10, by Marnie Parker
Adds a 'directions' command to Inform. Depending on the
current dirs_style, available exits are shown either
with a map or in a sentence.

# domenu.h

a replacement for Inform's standard DoMenu,
version 6.2, by L. Ross Raszewski

# doors.h

a library making the definition of two-sided doors
easier, by L. Ross Raszewski

# doors2.h

a library to make the parsing of directions for
doors easier, by Max Kalus

# dump.h

Provides debugging verbs DUMP (for displaying parts of
the Z-machine memory map) and IS (for reporting what a
given number might be).
Version 1.1 by Roger Firth.

# dunno.h

A library to add Infocom-style error messages
(e.g. I don't know the word "kludge".)
Version 1.1, written by Neil Cerutti and updated for
Glulx by Andrew Plotkin.

# dynmem20.zip

a library for dynamic memory use, version 2.0,
by John Cater. Archive includes library code, an
example program and documentation.

# dynobj.h

a library to implement truly dynamic objects,
by John Cater

# easydoors.h

A library extension that allows simple creation of doors,
version 3.0, by Andrew MacKinnon.
It also has a few extra features (automatic door opening
when not locked, and status styles).

# elevator.inf

An elevator object which the user can control by a
call button on each floor or by the buttons in the
elevator itself. Version 2, written by Martin Braun

# fixedpt.h

Routines 16-bit fixed-point math, version 1.0,
by Matt Albrecht.

# fixedpt.inf

Test harness for fixedpt.h, by Matt Albrecht.

# fkeys.h

A library for enabling the use of function keys,
version 1.1, by David Fillmore.

# flags.h

A module for implementing boolean flags in Inform,
written by Adam Cadre

# follower.h

"Follower Library" release 3,
by Gareth Rees and Andrew Clover, updated for use
with Inform 6 by Neil Brown.
A library providing support for creatures and things
that can be followed by the player.

# goto.zip

a library which implements the "go to `<a location>`"
verb, written by Toni Arnold. Together with the library
"dirs_2.h" this allows Inform games to have the same
player movement as Magnetic Scrolls games. Archive
includes HTML documentation, a Perl script to convert
existing source code, and a converted version of the
game "Adventure".

# greenbacks.inf

Greenbacks, a demonstration of the use of money.h
(see below) for US currency, beta release, by Erik Hetzner

# gtalk.h

A library for Photopia style menu-based conversations,
allowing for submenus, and looping and repeating
conversations.
Version 3.00, written by Greg Boettcher, Krister Fundin
and Mark J. Tilford.

# gtalk.inf

Demonstration game for gtalk.h.

# hintsms.h

A hint system similar to that used by Magnetic
Scrolls, which requires the user to enter codes
from the game's manual to obtain the hint,
written by Peer Schaefer.

# holder.zip

An extension that implements 'indirect holders,' tools
such as tweezers and pliers that can be used to pick up
game objects that, for one reason or another, can't be
touched directly. Written by Jim Aikin.

# howtoplay.h

Implements a HELP verb that displays Fredrik
Ramsberg's "How to Play" instructions from his
"A Beginner's Guide to Playing Interactive Fiction."
If used with Menus, the library displays the
instructions in a menu; otherwise, the text is
displayed in the main screen. By Michael Coyne.
Version 1.3, updated to work with Inform 6.3 and DMenus.

# ictype.h

An implementation of the ANSI C ctype functions,
version 1, by L. Ross Raszewski

# imem.h

a library to implement run-time allocation of dynamic
memory for objects. Version 2.0, by L. Ross Raszewski

# imemd.inf

a demonstration of imem.h

# inform-realtime-hack.tar.gz

a modification of the parserm.h file from the Inform
library 6/7, allowing real-time text input (in the
style of Infocom's Border Zone), by Joe Mason
Includes the modified library file and a short example

# inform-realtime-hack-610.zip

Joe Mason's library modification to allowing real-time
text input (in the style of Infocom's Border Zone),
updated to Inform library 6/10 by Gunther Schmidl.

# infunit.h

A test harness for Inform, based on jUnit (a test
harness for Java). Version 1.0, by Matt Albrecht.

# infunit.inf

Test harness for infunit.h, by Matt Albrecht.

# isort.h

An implementation of the quicksort routine for
Inform arrays, version 1.0, by L. Ross Raszewski.

# istring.h

the Inform string library, version 2.1, providing
implementations of the standard ANSI C library
string functions, by L. Ross Raszewski

# links.h

a library to implement linkable objects, e.g. an
explosive and a detonator, by Jayson Smith.

# links.inf

an example demonstrating the use of links.h

# longint.h

a library to allow signed and unsigned 4 byte
integer arithmetic, Release 1.
Written by Chris Hall and Francis Irving.

# longint.inf

an example demonstrating the use of longint.h

# longint_dg.h

A math library for performing 16 and 32 bit
mathematical operations, by David Given.

# makemaze.zip

Inform source code for makemaze, an Inform program to
generate random mazes and output the Inform source for
that maze. Written by Ricardo Dague.

# manual.h

a library to generate browsable text for Z-Machine
books and built-in manuals, version 5.0,
by L. Ross Raszewski

# mapchar.zip

A library to map accented letters to their internal
character codes for ZSCII or Glulx.
Version 0.02, by Wouter ten Brink.

# math.h

A collection of miscellaneous math functions,
version 1.0, by Matt Albrecht.

# math.inf

Test harness for math.h, by Matt Albrecht.

# mathpars.h

Grammar parsing routines for big numbers (in decimal,
hex, or binary), version 1.0, by Matt Albrecht.

# mca.zip

A library for "Choose Your Own Adventure" type games.
Version 2.22, by Krister Fundin.

# menus.h

a library extension providing easier and better menus,
by Graham Nelson

# minform.zip
ifwiki: MInform

mInform 1.1, a cut-down Inform library for generating
small story files. Created by Dave Bernazzani, based on
Inform library 6/2.

# mistype.h

A library to automatically correct minor typing errors
by the player. Version 1.24, by Cedric Knight.

# money.h

a library that provides a generic system for the
manipulation of money, beta release, by Erik Hetzner
(see greenbacks.inf above for an example game which
uses US currency)

# moveclass.h

MoveClass, a library to provide either random or
directed movement for any NPCs.
Version 8.10, by Neil Brown and Alan Trewartha,
with changes for Glulx by Matthew Russotto.

# moveman.txt

The manual for MoveClass

# movie.h

a library to put non-interactive "cut scenes" into a game,
version 3, by L. Ross Raszewski

# multifloyd.h

a library to enable a game to be connected to ifMUD's
multiplayer Floyd bot, by Evin Robertson.

# nameable.h

An extension to allow objects to be named by the
player. Written by John Colagioia, based on code from
Graham Nelson's game "Balances".

# newflags.h

A rewrite of Adam Cadre's flags.h library which is
designed to be more efficient with system resources.
Rewritten by Fredrik Ramsberg.

# notepad.h

A library that allows a game player to take short
notes during play and delete them again. Also has
methods for the game author to add, delete and
manipulate notes. Release 1.000227, written by
Gunther Schmidl.

# notes.h

A library for implementing footnotes in a game.
Release 1, written by Anson Turner.

# npc_engine.zip

NPC Engine, a library to help program sophisticated
NPCs in Inform. Release 8, by Volker Lanz.
Archive includes the library file, documentation
and an example game.

# objlstr.h

An object listing debugging aid for Inform games,
version 1.50, written by Marnie Parker.

# oldaemon.h

A daemon which combines multiple objectloops into
a single loop, thus improving performance. Version 1.0,
by L. Ross Raszewski.

# outofrch.h

a library to define reachable areas for supporters and
containers, version 2.00, written by Marnie Parker

# perform.tgz

Perform (Perceptron Classifier in Inform), version 1.0
by Nick Montfort, MIT License.

# phototalk.inf

routines from the game Photopia dealing with the menu
conversation system, by Adam Cadre

# phtalkoo.h

menu based conversation system based on Adam Cadre's
routines from Photopia (phototalk.inf), modified and
object-oriented by David Glasser

# platypus.zip
ifwiki: Platypus

Platypus release 4+, Anson Turner's replacement for the
standard Inform library (previously called "animalib"),
along with documentation and example code.

# player_notepad.h

An extension for taking notes during play, as used in
Suveh Nux. Version 1.0, by David Fisher.

# plback.h

A library extension (for the Platypus library only) that
implements a GO BACK verb, by Alexandre Muniz.
Version 1.1.

# plphtoo.h

Menu based conversation system based on Adam Cadre's
routines from Photopia (phototalk.inf), modified and
object-oriented by David Glasser, and then adapted
for Platypus by Alexandre Muniz.

# pmove.h

an extension to move objects while preserving the
object lineage, by L. Ross Raszewski

# pname.zip

A library that allows more precise name constructs to
be declared and causes the parser to disambiguate
based on these "phrase name" constructs, written by
Neil Cerutti. Version 1.1, 10 May 2001.

# prand.h

A library for printing random strings, release 1,
by Anson Turner.

# printslow.zip

A function with allows you to print text to the screen
at a slower than normal computer speed rate, written
by David Cornelson.
Archive includes library header and an example.

# printtime.h

a library to print a time in a chosen format,
by Erik Hetzner. Release 981031

# rap11.zip
ifwiki: Reactive Agent Planner

Reactive Agent Planner for Inform, a goal seeking
library for Inform NPCs.
Version 1.1, written by Nate Cull.

# rap12.zip
ifwiki: Reactive Agent Planner

Reactive Agent Planner for Inform, a goal seeking
library for Inform NPCs.
Version 1.2, originally by Nate Cull, and updated
with a Perl preprocessor by Sam Denton.

# random.h

A replacement for Inform's random() function, which
ensures well-distributed (and, where necessary,
predictable) results, irrespective of which Z-machine
or Glulx interpreter the player is using.
Version 1.3, written by Roger Firth.

# recept.h

A library for receptacles, that is, contains with
defined capacities. Version 1.0, by Peer Schaefer.

# scenic.h

Supports lightweight scenery 'objects', embedded in
room objects, which can be examined but not otherwise
manipulated.
Version 3.1, written by Richard Barnett, Joe Mason,
Roger Firth and Stefano Gaburri.

# scrutinize.h

An extension to help find missing synonyms for objects,
written by Fredrik Ramsberg.

# seeno.h

A library to change the standard Inform message "You
can't see any such thing." to the more specific "You see
no xxx yyy here." Version 1.1, by Cedric Knight.

# sha_hint.h

A library to add a simple hint system to a game, where
the user enters "hint `<topic>`" to get hints.
Written by Ricardo Dague.

# shell.zip

A skeleton shell for starting coding a game from.
Includes code to make the character male or female,
hints, magic words and a comment verb.

# shuffle.h

A library to pull numbers randomly from a hat until
all have been used, whereupon the process restarts;
like random(), but avoiding obvious repetition,
by Roger Firth.

# sorting.h

Implementation of quick sort, insertion sort and shell
sort routines, version 1.2, by Fredrik Ramsberg.

# sorting.inf

An example using the sort routines in sorting.h, by
Fredrik Ramsberg.

# smartcantgo.h

"Smart 'Can't Go' Library" by David Wagner,
updated for Inform 6 by Roger Firth.
A routine that lists the exits of rooms instead of just
"You can't go that way".
Version 5 (3feb99), based on David's version 3 (08nov95).

# sound.h

a library to handle Inform's sound capabilities,
by L. Ross Raszewksi. Requires a sound card.

# stack.h

An implementation of a stack, by Fredrik Ramsberg.

# stack.inf

An example of how to use the stack class in stack.h,
by Fredrik Ramsberg.

# stringmaker.h

A routine to convert a byte array of characters into
a packed string which can be printed (and vice versa).
Version 1.0, by Roger Firth.

# style.h

an Inform library extension for embedding styles in
print statements, written by by Chris Klimas

# swap.h

A function to swap two objects, moving each to the
other's parent, by "she's long gone".

# teleport.inf

Inform source to demonstrate how to allow the player to
teleport to a room by typing in the room's name as a
command, written by Jim Fisher and Michael Huang.

# text_functions.h

a library of functions for dealing with text in Inform,
Release 1.0, by Patrick Kellum.

# text_functions.inf

an example demonstrating the use of text_functions.h

# timepiece.h

a library of classes to implement watches, clocks, etc.,
by Erik Hetzner. Release 981031

# timesys.h

a library extension that enhances handling of time-oriented
games, by Kevin Forchione.
Based on both timewait.h (1995) and waittime.h (1996).

# timewait.h

Time/Wait Library, release 3. A library to support
parsing the time of day and "wait until three o'clock"
commands. Written by Andrew Clover and updated to
Inform 6 by Nicholas Daley

# torch.h

A library allowing the use of torches (the flaming,
wooden kind), which can be either good (ready to be
ignited), burning, or burnt-out.
Written by David Griffith.

# triform12b.zip
ifwiki: Triform

Triform 1.2b, an alternate library for Inform,
written by Nathan Schwartzman.

# trinitystat.h

A library go give games a status line in the style of
Infocom's Trinity, written by Jonathan Rosebaugh.

# utility.h

A library of useful Inform functions, version 4.0,
by L. Ross Raszewski. Also works under Glulx.

# waittime.h

a library to provide understanding of English time
strings, to give an enhanced "wait" command. Written
by L. Ross Raszewski and updated to Inform 6 by
Nicholas Daley

# wearable.zip

A library for clothing, by "she's long gone".
Includes the library, documentation and a demonstration
game.

# whatis.h

a library to provide commands such as "who am I",
"what is a grue", etc. Version 1, by Andrew C. Murie

# whowhat.h

a library to provide support for input such as "who
is..." and "what is...". Written by David Cornelson,
based on "whatis.h" by A.C. Murie.

# writelist.h

Replacement components for the Library list-maker
WriteListFrom(), invoking an object's invent property
both for inventories AND during room descriptions.
Version 1.1, written by Roger Firth.

# yesno.h

a library to ask a semi-rhetorical yes or no question,
by L. Ross Raszewski

# zclock.h

A library that implements the timers and daemons
mechansim used in Infocom games, by Allen Garvin.

# znsi.h

ZNSI version 1.0, a control-code add on system for
istring.h (see above), by L. Ross Raszewski

# zorkh.zip

A collection of Zork-related library extensions,
Release 2, by Joe Merical.

# ORLib_Complete.1.3c-incl-updates.zip
ifwiki: ORLibrary

The Onyx Ring library, a library that builds upon and extends 
the standard Inform library.

This zip contains:

- ORLibrary version 1.3c, by Jim Fisher, released 08 Jun 2004.
- A separate folder holding two updated versions of library files, 
which were published after 1.3C. Use of the updated versions is 
optional but recommended, as the updates include bug fixes.

This version requires at least Inform 6.30.

 NameMtimeSizeType
0 .listing 2001-08-03 06:17:32Z 7.5 KiB application/octet-stream
1 3phtalk.h 2018-01-25 00:52:02Z 6.3 KiB text/x-chdr
2 AltMenu.h 1998-09-19 04:00:00Z 13 KiB text/x-chdr
3 Aqua.zip 2006-01-09 21:29:35Z 105 KiB application/zip
4 AskTellOrder.h 2000-01-06 05:00:00Z 3.1 KiB text/x-chdr
5 BannerPause.inf 2003-02-01 06:28:28Z 3.9 KiB application/octet-stream
6 CCPL.h 2003-05-21 07:07:02Z 15 KiB text/x-chdr
7 DMenus.zip 2003-03-08 00:58:00Z 14 KiB application/zip
8 Entry.h 2001-04-12 05:36:00Z 11 KiB text/x-chdr
9 EventList.h 2010-09-05 05:19:02Z 13 KiB text/x-chdr
10 ExpertGrammar.h 2003-05-30 06:32:33Z 5.5 KiB text/x-chdr
11 FP.h 2009-11-14 12:50:02Z 80 KiB text/x-chdr
12 FP.tar.gz 2009-11-14 17:43:58Z 83 KiB application/gzip
13 Footnote.h 1997-09-04 04:00:00Z 5.0 KiB text/x-chdr
14 GPL_for_Inform_src.tar.gz 2001-01-27 05:11:00Z 25 KiB application/gzip
15 GoNeighbour.h 2001-02-04 21:12:00Z 4.6 KiB text/x-chdr
16 HelpRoutines.h 2005-10-20 06:08:47Z 26 KiB text/x-chdr
17 Hints.h 1997-09-09 04:00:00Z 8.7 KiB text/x-chdr
18 Index 2024-10-07 20:03:03Z 25 KiB text/plain
19 InfAud13.zip 2002-10-19 15:45:46Z 457 KiB application/zip
20 InfAudMusic.zip 2002-10-15 03:09:45Z 4.0 MiB application/zip
21 Info.h 1998-01-25 05:00:00Z 3.3 KiB text/x-chdr
22 Locksmith.h 2002-03-01 22:49:53Z 2.4 KiB text/x-chdr
23 ManPro.h 1998-11-17 05:00:00Z 3.9 KiB text/x-chdr
24 Markup.zip 2004-07-30 23:01:55Z 145 KiB application/zip
25 Menus.inf 1998-05-25 04:00:00Z 4.3 KiB application/octet-stream
26 Moderator.h 2002-03-01 22:49:14Z 8.4 KiB text/x-chdr
27 NewList.zip 1997-04-13 04:00:00Z 14 KiB application/zip
28 NewbieGrammar.h 2003-05-30 06:33:27Z 19 KiB text/x-chdr
29 NovelLib.zip 2001-09-14 19:42:31Z 178 KiB application/zip
30 NpcAct.zip 2001-09-19 23:57:55Z 24 KiB application/zip
31 OKBLib.h 2002-08-26 17:30:08Z 3.7 KiB text/x-chdr
32 OKBScrpt.h 2001-04-08 19:26:00Z 14 KiB text/x-chdr
33 ORLib_Complete.1.3c-incl-updates.zip 2024-02-29 15:34:18Z 277 KiB application/zip
34 ObjNameA.h 2000-07-20 04:00:00Z 3.6 KiB text/x-chdr
35 Positions.h 2011-04-17 16:51:06Z 5.6 KiB text/x-chdr
36 QPrint.h 2005-03-17 19:20:02Z 29 KiB text/x-chdr
37 SampleTranscript.h 2002-08-17 10:50:41Z 20 KiB text/x-chdr
38 Scoper.h 2000-01-30 05:00:00Z 3.8 KiB text/x-chdr
39 StatusLineColors.inf 2003-02-08 23:27:12Z 12 KiB application/octet-stream
40 StrNames.zip 2007-06-03 23:19:26Z 43 KiB application/zip
41 V6Lib-0_826.zip 2000-02-06 05:00:00Z 10 KiB application/zip
42 V6Lib_Manual.pdf 1998-01-22 05:00:00Z 31 KiB application/pdf
43 V6Lib_Manual.txt 1998-01-22 05:00:00Z 17 KiB text/plain; charset=utf-8
44 Verbs.htm 2000-02-23 05:00:00Z 6.1 KiB text/html
45 WaterElement.zip 2002-05-26 18:29:59Z 100 KiB application/zip
46 action.h 1998-09-12 04:00:00Z 7.8 KiB text/x-chdr
47 array.h 1999-04-25 04:00:00Z 1.1 KiB text/x-chdr
48 betahtml.zip 2001-10-09 03:27:45Z 35 KiB application/zip
49 betatest.h 2000-01-28 05:00:00Z 4.0 KiB text/x-chdr
50 blackjack.inf 2005-06-11 08:15:07Z 10 KiB application/octet-stream
51 boxclever.h 2002-07-13 08:23:56Z 5.0 KiB text/x-chdr
52 bquote.h 2005-05-18 18:40:45Z 8.3 KiB text/x-chdr
53 branch.h 1998-04-27 04:00:00Z 4.8 KiB text/x-chdr
54 calyx_adjectives.h 1998-07-16 04:00:00Z 4.7 KiB text/x-chdr
55 checkout.h 2000-05-10 04:00:00Z 4.9 KiB text/x-chdr
56 chooo.h 2005-11-09 13:02:45Z 3.2 KiB text/x-chdr
57 classutl.h 2001-09-19 23:58:07Z 1.1 KiB text/x-chdr
58 clothes.h 2002-07-03 14:38:13Z 3.8 KiB text/x-chdr
59 clothing.h 1998-03-20 05:00:00Z 2.5 KiB text/x-chdr
60 clothing.inf 1998-03-20 05:00:00Z 1.6 KiB application/octet-stream
61 cmap.h 1996-12-12 05:00:00Z 4.8 KiB text/x-chdr
62 cmap.inf 1996-12-12 05:00:00Z 1.4 KiB application/octet-stream
63 compass.h 1999-11-27 05:00:00Z 9.4 KiB text/x-chdr
64 converse.h 1998-05-15 04:00:00Z 7.5 KiB text/x-chdr
65 daemons.h 2001-10-31 04:06:16Z 4.8 KiB text/x-chdr
66 debuglib.h 1999-12-12 05:00:00Z 3.8 KiB text/x-chdr
67 debugmcs.h 2001-11-19 09:20:45Z 2.4 KiB text/x-chdr
68 diary.h 2000-02-28 05:00:00Z 9.3 KiB text/x-chdr
69 dirs.h 1997-03-06 05:00:00Z 2.6 KiB text/x-chdr
70 dirs_2.h 1998-07-29 04:00:00Z 1.8 KiB text/x-chdr
71 dirsmap.h 1999-04-11 04:00:00Z 11 KiB text/x-chdr
72 domenu.h 1998-09-19 04:00:00Z 13 KiB text/x-chdr
73 doors.h 1997-01-21 05:00:00Z 4.9 KiB text/x-chdr
74 doors2.h 1998-08-14 04:00:00Z 2.8 KiB text/x-chdr
75 dump.h 2000-05-10 04:00:00Z 28 KiB text/x-chdr
76 dunno.h 2001-04-05 19:16:00Z 2.6 KiB text/x-chdr
77 dynmem20.zip 1999-12-12 05:00:00Z 7.7 KiB application/zip
78 dynobj.h 1999-12-12 05:00:00Z 14 KiB text/x-chdr
79 easydoors.h 2001-05-28 00:48:00Z 3.0 KiB text/x-chdr
80 elevator.inf 1998-01-28 05:00:00Z 20 KiB application/octet-stream
81 fixedpt.h 2001-09-19 23:57:43Z 12 KiB text/x-chdr
82 fixedpt.inf 2001-09-19 23:57:45Z 1.9 KiB application/octet-stream
83 fkeys.h 2014-05-29 18:48:24Z 18 KiB text/x-chdr
84 flags.h 1998-03-18 05:00:00Z 2.0 KiB text/x-chdr
85 follower.h 1997-10-06 04:00:00Z 2.8 KiB text/x-chdr
86 glulx/ 2019-12-22 23:16:58Z 14 B dir
87 goto.zip 1999-07-21 04:00:00Z 122 KiB application/zip
88 greenbacks.inf 1997-04-01 05:00:00Z 5.2 KiB application/octet-stream
89 gtalk.h 2006-08-03 00:21:20Z 38 KiB text/x-chdr
90 gtalk.inf 2006-08-03 00:22:59Z 18 KiB application/octet-stream
91 hintsms.h 2006-03-28 11:34:02Z 11 KiB text/x-chdr
92 holder.zip 2006-09-14 19:14:29Z 12 KiB application/zip
93 howtoplay.h 2017-10-24 13:58:23Z 13 KiB text/x-chdr
94 ictype.h 1998-07-23 04:00:00Z 1.8 KiB text/x-chdr
95 imem.h 1999-01-16 05:00:00Z 16 KiB text/x-chdr
96 imemd.inf 1998-10-09 04:00:00Z 3.2 KiB application/octet-stream
97 inform-realtime-hack-610.zip 2000-02-03 05:00:00Z 47 KiB application/zip
98 inform-realtime-hack.tar.gz 1998-08-09 04:00:00Z 47 KiB application/gzip
99 infunit.h 2001-09-19 23:57:46Z 4.0 KiB text/x-chdr
100 infunit.inf 2001-09-19 23:57:47Z 3.7 KiB application/octet-stream
101 isort.h 2000-06-16 04:00:00Z 1.6 KiB text/x-chdr
102 istring.h 1998-03-17 05:00:00Z 8.7 KiB text/x-chdr
103 links.h 1998-10-03 04:00:00Z 8.1 KiB text/x-chdr
104 links.inf 1998-10-03 04:00:00Z 7.0 KiB application/octet-stream
105 longint.h 1998-03-09 05:00:00Z 10 KiB text/x-chdr
106 longint.inf 1998-03-09 05:00:00Z 4.9 KiB application/octet-stream
107 longint_dg.h 2002-02-25 12:50:25Z 8.9 KiB text/x-chdr
108 makemaze.zip 2002-05-22 16:31:54Z 3.1 KiB application/zip
109 manual.h 1998-03-08 05:00:00Z 8.0 KiB text/x-chdr
110 mapchar.zip 2003-05-06 19:14:01Z 3.2 KiB application/zip
111 math.h 2001-09-19 23:57:48Z 9.4 KiB text/x-chdr
112 math.inf 2001-09-19 23:57:50Z 8.5 KiB application/octet-stream
113 mathpars.h 2001-09-19 23:57:51Z 7.3 KiB text/x-chdr
114 mca.zip 2005-07-14 17:28:21Z 28 KiB application/zip
115 menus.h 2003-03-07 11:58:07Z 8.7 KiB text/x-chdr
116 minform.zip 2004-11-07 23:36:42Z 38 KiB application/zip
117 mistype.h 2004-06-06 17:37:44Z 50 KiB text/x-chdr
118 money.h 1997-04-01 05:00:00Z 11 KiB text/x-chdr
119 moveclass.h 2001-04-07 19:07:00Z 14 KiB text/x-chdr
120 moveman.txt 2001-04-07 19:07:00Z 28 KiB text/plain; charset=utf-8
121 movie.h 1998-06-19 04:00:00Z 4.9 KiB text/x-chdr
122 multifloyd.h 1999-04-25 04:00:00Z 14 KiB text/x-chdr
123 nameable.h 2001-04-08 20:25:00Z 6.2 KiB text/x-chdr
124 newflags.h 2002-02-26 09:36:52Z 2.2 KiB text/x-chdr
125 notepad.h 2000-02-28 05:00:00Z 5.9 KiB text/x-chdr
126 notes.h 2004-11-21 19:49:08Z 1.6 KiB text/x-chdr
127 npc_engine.zip 2000-12-23 05:00:00Z 84 KiB application/zip
128 objlstr.h 2000-03-21 05:00:00Z 17 KiB text/x-chdr
129 old/ 2022-11-06 13:41:53Z 7 B dir
130 oldaemon.h 2002-12-03 09:29:26Z 6.9 KiB text/x-chdr
131 outofrch.h 1999-04-11 04:00:00Z 16 KiB text/x-chdr
132 perform.tgz 2005-11-26 19:24:16Z 102 KiB application/gzip
133 phototalk.inf 1999-03-09 05:00:00Z 11 KiB application/octet-stream
134 phtalkoo.h 1999-07-22 04:00:00Z 7.6 KiB text/x-chdr
135 platypus.zip 2003-08-24 01:22:54Z 161 KiB application/zip
136 player_notepad.h 2007-11-23 07:36:38Z 9.9 KiB text/x-chdr
137 plback.h 2004-03-13 21:37:09Z 1.6 KiB text/x-chdr
138 plphtoo.h 2001-12-14 10:38:14Z 7.9 KiB text/x-chdr
139 pmove.h 1997-01-06 05:00:00Z 763 B text/x-chdr
140 pname.zip 2001-05-10 22:26:00Z 19 KiB application/zip
141 prand.h 2001-09-12 18:24:25Z 7.2 KiB text/x-chdr
142 printslow.zip 2003-03-15 17:12:46Z 39 KiB application/zip
143 printtime.h 1998-11-04 05:00:00Z 3.3 KiB text/x-chdr
144 random.h 2006-02-15 19:50:53Z 12 KiB text/x-chdr
145 rap11.zip 2000-02-27 05:00:00Z 16 KiB application/zip
146 rap12.zip 2004-02-21 15:52:06Z 52 KiB application/zip
147 recept.h 2006-03-28 11:32:44Z 17 KiB text/x-chdr
148 scenic.h 2000-07-13 04:00:00Z 12 KiB text/x-chdr
149 scrutinize.h 2007-09-22 22:04:57Z 5.6 KiB text/x-chdr
150 seeno.h 2003-09-21 23:12:12Z 2.6 KiB text/x-chdr
151 sha_hint.h 2003-05-22 01:19:36Z 3.4 KiB text/x-chdr
152 shell.zip 2002-10-20 23:05:32Z 5.4 KiB application/zip
153 shuffle.h 2001-10-31 04:06:04Z 4.7 KiB text/x-chdr
154 smartcantgo.h 1999-02-05 05:00:00Z 4.9 KiB text/x-chdr
155 sorting.h 2003-09-22 16:25:17Z 18 KiB text/x-chdr
156 sorting.inf 2003-09-17 19:27:59Z 1.3 KiB application/octet-stream
157 sound.h 1996-11-21 05:00:00Z 6.7 KiB text/x-chdr
158 stack.h 2003-01-19 20:52:22Z 1.3 KiB text/x-chdr
159 stack.inf 2003-01-19 20:52:34Z 1.9 KiB application/octet-stream
160 stringmaker.h 2002-07-13 08:24:10Z 4.3 KiB text/x-chdr
161 style.h 1998-04-13 04:00:00Z 1.2 KiB text/x-chdr
162 swap.h 2004-07-19 05:39:57Z 752 B text/x-chdr
163 teleport.inf 2001-12-27 03:40:08Z 1.6 KiB application/octet-stream
164 text_functions.h 1999-01-06 05:00:00Z 10 KiB text/x-chdr
165 text_functions.inf 1999-01-06 05:00:00Z 7.9 KiB application/octet-stream
166 timepiece.h 1998-11-04 05:00:00Z 7.3 KiB text/x-chdr
167 timesys.h 1998-11-19 05:00:00Z 18 KiB text/x-chdr
168 timewait.h 1997-10-25 04:00:00Z 8.7 KiB text/x-chdr
169 torch.h 2004-02-03 23:22:20Z 5.1 KiB text/x-chdr
170 triform12b.zip 2021-01-23 04:15:50Z 411 KiB application/zip
171 trinitystat.h 2000-07-31 04:00:00Z 4.9 KiB text/x-chdr
172 utility.h 2001-09-12 02:52:10Z 12 KiB text/x-chdr
173 waittime.h 1997-10-25 04:00:00Z 9.0 KiB text/x-chdr
174 wearable.zip 2004-07-19 06:32:58Z 48 KiB application/zip
175 whatis.h 1996-11-22 05:00:00Z 3.7 KiB text/x-chdr
176 whowhat.h 1998-01-19 05:00:00Z 3.2 KiB text/x-chdr
177 writelist.h 2003-05-02 19:22:25Z 7.8 KiB text/x-chdr
178 yesno.h 1996-11-30 05:00:00Z 2.1 KiB text/x-chdr
179 zclock.h 2003-12-22 18:08:40Z 3.3 KiB text/x-chdr
180 znsi.h 1998-03-17 05:00:00Z 5.1 KiB text/x-chdr
181 zorkh.zip 2002-06-28 19:00:24Z 9.1 KiB application/zip