-
https://ifdb.org/viewgame?id=aearuuxv83plclpl
The "Download" box includes links to `gblorb` files, with this fine print:
> For all systems. To play, you'll need a glulx interpreter - visit [Bras…
-
In disassembly `(-a`), `@print` and `@print_ret` prints unprintable characters (ascii 1) when printing a string containing an abbreviation.
```
206 +00092 print "w���"
```
This is because…
-
Latest from David, with fixes for R47
> Can you replace the entire GAMES-TEXT folder with this? All of these games were broken with R47 but have been fixed now.
[GAMES-TEXT.ZIP](https://github.co…
-
(As suggested in this thread: https://intfiction.org/t/next-steps-for-inform-6-compiler/51008)
For lines like
if (false) { return 97; }
...the compiler generates an unconditional jump, bu…
-
I have cloned this repository, ran the build-vbcc.sh script and then changed to the ODWY0350, typed make and eventually obtained
```
$ make 2>&1 | head
cd z-machine ; inform -v8 -ew~S~X~D \$MAX_ARR…
-
`uncache -z foo.zip` tries to uncache `https://unbox.ifarchive.org/HASH/FILE` for every file inside `foo.zip`.
If this is too many files, we get an error:
> HTTP Error 400: Bad Request
> {"succ…
-
See:
```
$ seq 1000000 >x
$ for awk in gawk mawk bwkawk 'busybox awk' goawk wak; do echo $awk; time $awk '{$0 in m; m[$0]; delete m[$0]}' x; done
gawk
real 0m0.672s
user 0m0.671s
sys …
-
An option to not pad the story-file with $00-bytes to an even 512, but instead only emit the actual story-bytes.
-
Hey there garbear I’ve been testing out your Retroplayer 21 Beta 1 Build For A Couple Of Weeks Now And It’s My Go To Emulator Only Problem Is I Couldn’t Get The Regular Amiga Games Running Even After …
-
Looking at https://ifarchive.org/indexes/if-archive/games/zcode/
The "view contents" link for Apollo18+20.zip doesn't urlencode.
```
View contents
```
This doesn't work. Gotta be `Apollo18…