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.
|
Fri, 16 May 2008 10:07:38 -0700 |
Atul Varma |
Renamed trivial-zui.js to web-zui.js, since it's not really trivial anymore.
|
Fri, 16 May 2008 02:47:31 -0700 |
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.
|
Fri, 16 May 2008 02:15:55 -0700 |
Atul Varma |
Removed some unneeded test code.
|
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:43:45 -0700 |
Atul Varma |
The top window now properly repositions itself whenever the window is resized.
|
Fri, 16 May 2008 00:35:06 -0700 |
Atul Varma |
Added stub implementation for setBufferMode().
|
Fri, 16 May 2008 00:13:16 -0700 |
Atul Varma |
The top window and bottom window are now placed at a proper distance apart from each other.
|
Thu, 15 May 2008 23:49:12 -0700 |
Atul Varma |
Changed the engine runner unit test expected output as per a recent bugfix.
|
Thu, 15 May 2008 23:46:19 -0700 |
Atul Varma |
Found a much easier way of getting the last character of a string.
|
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.
|