log engine-runner.js @ 84:0f6cf96a6aee

age author description
Wed, 21 May 2008 15:20:01 -0700 Atul Varma Implemented wimp-out instruction, which is invoked often in Galatea.
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).
Fri, 16 May 2008 13:44:46 -0700 Atul Varma Fixed a top-window display bug in curses.
Fri, 16 May 2008 11:11:17 -0700 Atul Varma Added implementation of the restart opcode.
Fri, 16 May 2008 02:14:19 -0700 Atul Varma Just a few JS warning fixes.
Fri, 16 May 2008 02:12:44 -0700 Atul Varma Text styles now display properly in the lower window (but not the upper one, yet).
Fri, 16 May 2008 00:35:06 -0700 Atul Varma Added stub implementation for setBufferMode().
Thu, 15 May 2008 23:42:23 -0700 Atul Varma Modified indentation to be 2 spaces instead of 4, as per Mozilla's JS style guidelines.
Thu, 15 May 2008 01:54:01 -0700 Atul Varma Top window output is less buggy now.
Thu, 15 May 2008 00:03:40 -0700 Atul Varma Added very, very buggy support for the top window.
Tue, 13 May 2008 22:56:06 -0700 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.
Tue, 13 May 2008 22:33:20 -0700 Atul Varma Added docs for onEraseWindow(), changed implementation to match.
Tue, 13 May 2008 22:18:32 -0700 Atul Varma Added logging functionality to engine-runner.
Mon, 12 May 2008 11:23:47 -0700 Atul Varma Added bad implementation of character input. The 'info' command in Troll no longer crashes the Z-Machine, but because we don't currently support multiple windows and the the 'info' command uses the top window as an interface, it still looks like it's hanging.
Mon, 12 May 2008 10:43:51 -0700 Atul Varma Implemented a terrible EraseWindow mechanism.
Sun, 11 May 2008 17:31:51 -0700 Atul Varma The engine runner now throws an exception when it gets an unimplemented effect.
Sun, 11 May 2008 17:04:35 -0700 Atul Varma Oops, fixed coordinate-order bug.
Sun, 11 May 2008 17:01:09 -0700 Atul Varma Added more capabilities to engine runner.
Sun, 11 May 2008 15:52:18 -0700 Atul Varma Added more functionality to engine runner, testing suite
Sun, 11 May 2008 12:51:23 -0700 Atul Varma Added a test runner class w/ simple test suite.