Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-06 | For the masochists out there,i it is now possible to select the PC Speaker | Torbjörn Andersson | |
music driver. There are some other emulation modes, but I'm not sure how they should be mapped to from our music drivers. svn-id: r22952 | |||
2006-06-01 | Fix keyboard input. Now it is possible to use key modifiers freely. | Eugene Sandulenko | |
svn-id: r22818 | |||
2006-05-30 | objectify AGI sprite.h/cpp | Chris Apers | |
svn-id: r22781 | |||
2006-05-29 | objectify AGI menu.h/cpp | Willem Jan Palenstijn | |
svn-id: r22757 | |||
2006-05-28 | Apparently some games use the F10 key, which makes it a poor choice for opening | Torbjörn Andersson | |
the debug console. Ctrl-D may be just as bad. Does anyone know for sure? svn-id: r22711 | |||
2006-05-28 | Allow key pad navigation. | Torbjörn Andersson | |
svn-id: r22706 | |||
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson | |
recently added (cursor) palette manager) so that the cursor can be properly restored after returning from the GUI. If there's any C++ magic that can keep the backend functions from being called by anything else than these managing classes, that would probably be a good idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps there are at least some backends that will no longer need to? svn-id: r22639 | |||
2006-05-25 | - Fix typo in debug level Scripts. | Eugene Sandulenko | |
- Show scripts execution if requested svn-id: r22637 | |||
2006-05-25 | Made CGA rendering, EGA/VGA palette selectable via render_mode | Eugene Sandulenko | |
svn-id: r22632 | |||
2006-05-24 | Fix crash. Console should be created after graphics init | Eugene Sandulenko | |
svn-id: r22619 | |||
2006-05-24 | converted to scummvm console style | Paweł Kołodziejski | |
svn-id: r22618 | |||
2006-05-24 | removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRES | Paweł Kołodziejski | |
svn-id: r22609 | |||
2006-05-24 | cleanup | Paweł Kołodziejski | |
svn-id: r22608 | |||
2006-05-24 | fixed modifier keys | Paweł Kołodziejski | |
svn-id: r22607 | |||
2006-05-24 | moved addSpecialDebugLevel into constructor | Paweł Kołodziejski | |
svn-id: r22606 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 |