summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jason Self [Sun, 2 Jun 2019 17:35:48 +0000 (10:35 -0700)]
Add initial work on converting the i6 FAQ
Jason Self [Sun, 2 Jun 2019 17:11:02 +0000 (10:11 -0700)]
Add INSPECTOR
For poking around inside recent Inform game files
From http://www.firthworks.com/roger/downloads/Inspect.zip
Jason Self [Sun, 2 Jun 2019 17:06:11 +0000 (10:06 -0700)]
Add INSTRUCTOR
For reformatting Inform source programs
From http://www.firthworks.com/roger/downloads/Instruct.zip
Jason Self [Sun, 2 Jun 2019 16:55:05 +0000 (09:55 -0700)]
Add Compiler
Jason Self [Sun, 2 Jun 2019 16:49:05 +0000 (09:49 -0700)]
Add File structure
Jason Self [Sun, 2 Jun 2019 16:43:15 +0000 (09:43 -0700)]
Remove extra backslashes inserted by pandoc
Jason Self [Sun, 2 Jun 2019 16:41:49 +0000 (09:41 -0700)]
Add Uncommon and deprecated directives
Jason Self [Sun, 2 Jun 2019 16:37:50 +0000 (09:37 -0700)]
Add Other useful directives
Jason Self [Sun, 2 Jun 2019 16:31:43 +0000 (09:31 -0700)]
Add Verbs and Actions
Jason Self [Sun, 2 Jun 2019 16:17:52 +0000 (09:17 -0700)]
Clean up more formatting
Pandoc introduced gt & lt where they're not appropriate.
Jason Self [Sun, 2 Jun 2019 16:15:31 +0000 (09:15 -0700)]
Add Uncommon and deprecated statements
Jason Self [Sun, 2 Jun 2019 16:10:38 +0000 (09:10 -0700)]
Add Displaying information
Jason Self [Sun, 2 Jun 2019 15:56:59 +0000 (08:56 -0700)]
Add Loop control
Jason Self [Sun, 2 Jun 2019 15:50:58 +0000 (08:50 -0700)]
Add Flow control
Jason Self [Sun, 2 Jun 2019 15:41:06 +0000 (08:41 -0700)]
Add Routines
Jason Self [Sun, 2 Jun 2019 15:28:48 +0000 (08:28 -0700)]
Add Statements
Jason Self [Sun, 2 Jun 2019 15:25:43 +0000 (08:25 -0700)]
Add Message passing
Jason Self [Sun, 2 Jun 2019 15:20:35 +0000 (08:20 -0700)]
Add Manipulating the object tree
Jason Self [Sun, 2 Jun 2019 15:13:11 +0000 (08:13 -0700)]
Clean up formatting
Removing the backslahes that were entered by pandoc during earlier
formatting. This helps to make it clearer that the backslahes are not
part of the syntax.
Jason Self [Sun, 2 Jul 2017 02:58:03 +0000 (19:58 -0700)]
Add initial work on Inform in four minutes