CVSROOT: /var/cvs/freesci
Module name: freesci
Changes by: jameson 2002/10/06 02:24:37 GMT
Modified files:
. : ChangeLog TODO configure.in
src : main.c
src/engine : kevent.c scriptdebug.c
src/gfx : Makefile.am gfx_support.c operations.c
sci_widgets.c
src/gfx/drivers: directfb_driver.c xlib_driver.c
src/include : console.h gfx_driver.h uinput.h vm.h
src/scicore : console.c
src/tools : Makefile.am
Added files:
src/gfx : gfx_console.c
src/tools : scipack.c
Removed files:
src/include : graphics.h
Log message:
* graphical on-screen console re-implemented.
* Key handling bugfixes.
* Added experimental SCI resource packer (using mode 0, 'unpacked').
Missing:
- Scrolling up-down in the console is broken ATM and I'm too lazy to fix
this right now.
- The on-screen's console support for embedded graphics isn't being demoed
yet anywhere
- New TODO items regarding (potential) vm bugs
-- Christoph