log

age author description
Wed, 21 May 2008 15:08:52 -0700 Atul Varma Saved/restored games are now done on a per-game basis.
Wed, 21 May 2008 11:44:51 -0700 Atul Varma Path to if-archive mirror dir is determined more robustly in xhr_proxy.py.
Wed, 21 May 2008 11:32:20 -0700 Atul Varma Renamed 'gnusto' to 'parchment', preserving the naming of gnusto-engine.js, of course.
Wed, 21 May 2008 11:25:34 -0700 Atul Varma Fixed a minor CSS bug.
Wed, 21 May 2008 11:23:49 -0700 Atul Varma The app now lazily mirrors the if-archive if the story querystring param begins with 'if-archive'.
Wed, 21 May 2008 10:45:54 -0700 Atul Varma Added a cgi-bin file that downloads zcode files from the IF archive.
Wed, 21 May 2008 09:41:05 -0700 Atul Varma The app now optionally takes a querystring param of 'story', which points to a z-code file of a story to load. If none is given, troll is loaded.
Wed, 21 May 2008 09:17:01 -0700 Atul Varma Converted the SConstruct into a standard Python script; SCons is no longer a dependency of this project.
Wed, 21 May 2008 07:22:50 -0700 Atul Varma gnusto.html now includes all non-minified, non-packed JS by default. The SCons script now minifies all JS and creates a new gnusto.min.html file that includes all minified JS.
Wed, 21 May 2008 07:06:42 -0700 Atul Varma Got rid of the step whereby we have to convert a binary z-code file to a base64-encoded JS string. We still need the base64 codec for save/restore, though.
Tue, 20 May 2008 23:24:09 -0700 Atul Varma Added a modified version of beret.js from gnusto (originally at src/xpcom/beret/beret.js in the gnusto source tree), because this file contains code to load quetzal save files (gnusto-engine.js contains code to save quetzal files).
Sun, 18 May 2008 23:47:15 -0700 Atul Varma We now properly pass-through hotkey keypresses.
Sun, 18 May 2008 23:38:04 -0700 Atul Varma Added support for mousewheel scrolling.
Sun, 18 May 2008 23:21:28 -0700 Atul Varma The line height of buffered windows is now dynamically determined.
Sat, 17 May 2008 13:44:15 -0700 Atul Varma Added to the font-family list for the buffered-window style.
Sat, 17 May 2008 02:14:49 -0700 Atul Varma Simplified CSS. The width of the central column is now dynamically determined by calculating the width of a 80-column, fixed-pitch line. The top window is also more faithful to its intended presentation in that it doesn't always display in reverse video.
Fri, 16 May 2008 18:28:59 -0700 Atul Varma Minor stylistic changes.
Fri, 16 May 2008 18:22:12 -0700 Atul Varma Fixed a minor display bug that could occur as the result of my last commit.
Fri, 16 May 2008 18:15:27 -0700 Atul Varma Finally got quotations in Curses and Troll looking decent, although it's potentially a somewhat fragile solution.
Fri, 16 May 2008 16:30:27 -0700 Atul Varma Fixed a typo in the original gnusto code.
Fri, 16 May 2008 15:53:14 -0700 Atul Varma Replaced the burin() calls in gnusto-engine with a new logger function.
Fri, 16 May 2008 13:44:46 -0700 Atul Varma Fixed a top-window display bug in curses.
Fri, 16 May 2008 12:23:14 -0700 Atul Varma WebZui now logs print opcodes.
Fri, 16 May 2008 12:06:50 -0700 Atul Varma Added curses to the build system and made it the default story to load, since troll is loading and running fine now.
Fri, 16 May 2008 12:05:04 -0700 Atul Varma Fixed a bug that occurrs at the very beginning of curses.
Fri, 16 May 2008 11:58:37 -0700 Atul Varma Made a SCons builder for JS ZCode files.
Fri, 16 May 2008 11:36:24 -0700 Atul Varma Rename of z5->zcode where appropriate, js zcode variable is now just called 'zcode' instead of 'troll_z5', etc.
Fri, 16 May 2008 11:30:19 -0700 Atul Varma Added to .hgignore
Fri, 16 May 2008 11:14:05 -0700 Atul Varma Minor stylistic changes; jQuery chaining is neat.
Fri, 16 May 2008 11:11:17 -0700 Atul Varma Added implementation of the restart opcode.