web-gnusto

log

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