glk-dev
glk-dev copied to clipboard
Miscellaneous Glk and Glulx files and documents
Needed for https://github.com/erkyrath/remote-if-demo/pull/6.
Since I'm reading through the whole Glulx Specification, I'll add any typos I find to this issue, as I go along, instead of creating a separate issue for each typo....
In the Glulx Specification, [§1.1. Input and Output][§1.1] it states (bold added): > At the moment, that means Glk. All Glulx interpreters support the Glk I/O facility (via the glk...
All the links in the TOC of the downloadable `glulx-spec-html.tar.gz` archive of the HTML Glulx v3.1.2 specs (at [eblong.com]) are broken — i.e. all links in the `glulx-spec.html` file contain...
Most links in the Glulx Specification document use the http:// protocol even for websites that support https:// — they should be fixed to use the latter. In addition to the...
Hi Andrew, I'm a bit confused about the Glulx spec version: - In this repository `Glulx-Spec` is version 3.1.3. - At [eblong.com] the latest spec is version 3.1.2. Which is...
In [§ 1.7: Floating-Point Numbers], the documentation provides a (now broken) link for further info on the IEEE-754 encoding: - http://www.psc.edu/general/software/packages/ieee/ieee.php The link lands on a 404 error page. ###...
While working on Twisty's Glk implementation I wanted to be able to use windowtest with more than two windows. So I've added optional parameters to open, close and arrange to...
As discussed at the [intfiction forums](http://www.intfiction.org/forum/viewtopic.php?f=7&t=21056&view=unread#p117507) it would be useful to those implementing zcode interpreters in Glk, particularly with glkote, if some of the proposed css functions could be used....
I think it would be good to specify standard chunks for JS and CSS. Now that Lectrote is becoming more popular it would be nice to be able to distribute...