web-gnusto

log

age author description
20 months Atul Varma Added a very simple index.html.default tip
20 months Atul Varma Index generator removes extraneous messages in descriptions.
20 months Atul Varma Minor refactoring.
20 months Atul Varma Added if-archive index generator.
20 months Atul Varma Fixed a bug that prevented games from being able to restart themselves.
20 months Atul Varma The window no longer auto-scrolls all the way to the bottom of the page unconditionally; if text has been displayed that the user needs to read, the viewport is only scrolled to the last point that we know the user has read up to, which is the last point that we took input from the user.
20 months Atul Varma Added support for colors; photopia seems to run okay, at least the first two chapters.
20 months Atul Varma Fixed a bug raised by the color version of Photopia.
20 months Atul Varma Fixed a bug in the error reporting mechanism raised by the black & white version of Photopia on if-archive.
20 months Atul Varma Implemented wimp-out instruction, which is invoked often in Galatea.
20 months Atul Varma Saved/restored games are now done on a per-game basis.
20 months Atul Varma Path to if-archive mirror dir is determined more robustly in xhr_proxy.py.
20 months Atul Varma Renamed 'gnusto' to 'parchment', preserving the naming of gnusto-engine.js, of course.
20 months Atul Varma Fixed a minor CSS bug.
20 months Atul Varma The app now lazily mirrors the if-archive if the story querystring param begins with 'if-archive'.
20 months Atul Varma Added a cgi-bin file that downloads zcode files from the IF archive.
20 months 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.
20 months Atul Varma Converted the SConstruct into a standard Python script; SCons is no longer a dependency of this project.
20 months 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.
20 months 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.
20 months 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).
21 months Atul Varma We now properly pass-through hotkey keypresses.
21 months Atul Varma Added support for mousewheel scrolling.
21 months Atul Varma The line height of buffered windows is now dynamically determined.
21 months Atul Varma Added to the font-family list for the buffered-window style.
21 months 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.
21 months Atul Varma Minor stylistic changes.
21 months Atul Varma Fixed a minor display bug that could occur as the result of my last commit.
21 months Atul Varma Finally got quotations in Curses and Troll looking decent, although it's potentially a somewhat fragile solution.
21 months Atul Varma Fixed a typo in the original gnusto code.
21 months Atul Varma Replaced the burin() calls in gnusto-engine with a new logger function.
21 months Atul Varma Fixed a top-window display bug in curses.
21 months Atul Varma WebZui now logs print opcodes.
21 months Atul Varma Added curses to the build system and made it the default story to load, since troll is loading and running fine now.
21 months Atul Varma Fixed a bug that occurrs at the very beginning of curses.
21 months Atul Varma Made a SCons builder for JS ZCode files.
21 months Atul Varma Rename of z5->zcode where appropriate, js zcode variable is now just called 'zcode' instead of 'troll_z5', etc.
21 months Atul Varma Added to .hgignore
21 months Atul Varma Minor stylistic changes; jQuery chaining is neat.
21 months Atul Varma Added implementation of the restart opcode.
21 months Atul Varma Renamed trivial-zui.js to web-zui.js, since it's not really trivial anymore.
21 months Atul Varma The top window now supports styles, although due to some layout issues, as well as some aesthetic considerations, I've decided to ignore the reverse-video style and have anything in the top window always displayed in reverse video. This can be changed later via CSS and, I think, some code changes.
21 months Atul Varma Removed some unneeded test code.
21 months Atul Varma Just a few JS warning fixes.
21 months Atul Varma Text styles now display properly in the lower window (but not the upper one, yet).
21 months Atul Varma The top window now properly repositions itself whenever the window is resized.
21 months Atul Varma Added stub implementation for setBufferMode().
21 months Atul Varma The top window and bottom window are now placed at a proper distance apart from each other.
21 months Atul Varma Changed the engine runner unit test expected output as per a recent bugfix.
21 months Atul Varma Found a much easier way of getting the last character of a string.
21 months Atul Varma Modified indentation to be 2 spaces instead of 4, as per Mozilla's JS style guidelines.
21 months Atul Varma Fixed another console display bug. The troll 'info' command now seems to work without any major visual bugs.
21 months Atul Varma Increased column width of console to 80 characters.
21 months Atul Varma Removed the scrollbar from appearing. This fixes some dynamic layout issues, too, as the client area can no longer change due to a scrollbar appearing.
21 months Atul Varma Fixed some bugs regarding the escaping of output, some CSS changes.
21 months Atul Varma Top window output is less buggy now.
21 months Atul Varma Added very, very buggy support for the top window.
21 months Atul Varma The zui now has a getSize() method which returns the size of the screen in characters. This is communicated to the z-machine.
21 months Atul Varma Added docs for onEraseWindow(), changed implementation to match.
21 months Atul Varma Added logging functionality to engine-runner.