new video engine (expect broken non-sdl builds),

simon the sorcerer 1 & 2 support (non SCUMM games)

svn-id: r3912
This commit is contained in:
Ludvig Strigeus
2002-04-12 21:26:59 +00:00
parent b195bb597c
commit d2b0070c5f
31 changed files with 12088 additions and 1351 deletions
+3 -1
View File
@@ -63,6 +63,7 @@ void ScummDebugger::attach(Scumm *s)
}
void BoxTest(int num);
bool ScummDebugger::do_command()
{
switch (get_command()) {
@@ -128,7 +129,8 @@ bool ScummDebugger::do_command()
printf("\nWalk boxes:\n");
for (i = 0; i < num; i++) {
BoxTest(i);
warning("BoxTest currently unimplemented in new graphics code\n");
/*BoxTest(i);*/
_s->getBoxCoordinates(i, &box);
printf("%d: [%d x %d] [%d x %d] [%d x %d] [%d x %d]\n", i,
box.ul.x, box.ul.y, box.ll.x, box.ll.y,