log

age author description
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 03:05:32 -0700 Atul Varma Fixed another console display bug. The troll 'info' command now seems to work without any major visual bugs.
Thu, 15 May 2008 03:00:18 -0700 Atul Varma Increased column width of console to 80 characters.
Thu, 15 May 2008 02:56:45 -0700 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.
Thu, 15 May 2008 02:11:25 -0700 Atul Varma Fixed some bugs regarding the escaping of output, some CSS changes.
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.
Tue, 13 May 2008 16:53:24 -0700 Atul Varma Fixed a problem Myk reported whereby if you have Firefox's 'Search for text when I start typing' preference enabled, your keystrokes after your first one can't get to WebGnusto.
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.
Mon, 12 May 2008 00:59:55 -0700 Atul Varma Added gnusto-engine.min.js and troll.js as files to the repository; they're not that big, and they should allow the app to be used directly from the HG web repo.
Mon, 12 May 2008 00:52:01 -0700 Atul Varma We now generate a minified version of gnusto-engine.js.