CellarDoor: Difference between revisions

From IFWiki

No edit summary
mNo edit summary
Line 37: Line 37:
* [http://groups.google.com/group/rec.games.int-fiction/browse_frm/thread/4e56b8f6443a2159/0b2dc375e3ba95ab#0b2dc375e3ba95ab Announce: CellarDoor RC1 for PalmOS available for download] - r*if thread, March 28, 2007.
* [http://groups.google.com/group/rec.games.int-fiction/browse_frm/thread/4e56b8f6443a2159/0b2dc375e3ba95ab#0b2dc375e3ba95ab Announce: CellarDoor RC1 for PalmOS available for download] - r*if thread, March 28, 2007.
* [http://groups.google.com/group/rec.arts.int-fiction/browse_thread/thread/f0ee21662f631601/499d2a9c9a7d5880#499d2a9c9a7d5880 Announce: CellarDoor RC2 for PalmOS available] - r*if thread, April 9, 2007.
* [http://groups.google.com/group/rec.arts.int-fiction/browse_thread/thread/f0ee21662f631601/499d2a9c9a7d5880#499d2a9c9a7d5880 Announce: CellarDoor RC2 for PalmOS available] - r*if thread, April 9, 2007.
* [http://groups.google.com/group/rec.arts.int-fiction/browse_thread/thread/0f7e6c00421d0508# Announce: CellarDoor 1.0.1 or PalmOS Released] -r*if thread, April 12, 2008.
* [http://groups.google.com/group/rec.arts.int-fiction/browse_thread/thread/0f7e6c00421d0508/8b05cf0dd67fbde3?#8b05cf0dd67fbde3 Announce: CellarDoor 1.0.1 or PalmOS Released] -r*if thread, April 12, 2008.
* [http://groups.google.com/group/rec.games.int-fiction/browse_thread/thread/0bcdc0bc80fa4df4/8a08ff5e9523c98c#8a08ff5e9523c98c CellarDoor RC2] - rgif short review from Matt Scudder
* [http://groups.google.com/group/rec.games.int-fiction/browse_thread/thread/0bcdc0bc80fa4df4/8a08ff5e9523c98c#8a08ff5e9523c98c CellarDoor RC2] - rgif short review from Matt Scudder


[[Category:Inform]] [[Category:Interpreter]]
[[Category:Inform]] [[Category:Interpreter]]

Revision as of 09:21, 12 April 2008

CellarDoor is a new Z-machine/Glulx interpreter for PalmOS (1.0.1). Its creator and maintainer is Jeremy Bernstein.

CellarDoor is an Inform (Z-Code and Glulx) interpreter for PalmOS. It is based on the code of Fangorn’s CliFrotz 1.6. As such, CellarDoor maintains support for Z-Machine story files, while adding support for Glulx stories, as well as Z-Machine and Glulx stories wrapped in the Blorb file format (.zblorb and .gblorb files).

CliFrotz was based on the Frotz v2.43 interpreter. Frotz is an Interactive Fiction interpreter that plays Z-Machine (Infocom, Inform, Z-Code) games such as Zork and Hitchhiker’s Guide to the Galaxy. CliFrotz supported V1-V8 games and V6 MG1 graphics.

CellarDoor adds Glulx support via the Git interpreter (1.2) and uses a modified version of the CheapGlk library (0.9.0). It supports JPEG and PNG graphics, if they are found in Blorb files.

It requires a hi-res screen, OS4 or later, an expansion card and the large dynamic memory area available from OS4 onwards.

If your handheld does not meet these requirements, you may want to try Frobnitz, PilotFrotz or Kronos.

Principal changes in CellarDoor (relative to CliFrotz):

  • Support for Glulx (.ulx), .zblorb and .gblorb files, including Autosave.
  • Previous support for Z-Code has been updated to accomodate games produced with Inform 7 (with greater memory demands)
  • Support for scalable Blorb graphics (JPEG and PNG)
  • Categories

Miscellaneous

  • Notes
  • 2nd Word List (for multilingual users)
  • Quetzal save files now written to per-game folders to help avoid naming collisions.
  • More predictable Landscape mode support

Technical

  • Now compiling with gcc (prc-tools) instead of CodeWarrior
  • Using PEAL for ARMlet support
  • Using multilink for lazy code sectioning
  • Many, many, many bug fixes/memory leak plugs.

Links