Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | Allow key pad navigation. | Torbjörn Andersson | |
svn-id: r22706 | |||
2006-05-26 | replace agi/list.h by Common::List; cleanup | Willem Jan Palenstijn | |
svn-id: r22666 | |||
2006-05-26 | If a game ends by natural causes, unload_object() will be called twice. Make | Torbjörn Andersson | |
sure it doesn't try to free the same memory twice. svn-id: r22659 | |||
2006-05-26 | replace agi/list.h by Common::List | Willem Jan Palenstijn | |
svn-id: r22658 | |||
2006-05-25 | remove superfluous struct keywords | Willem Jan Palenstijn | |
svn-id: r22640 | |||
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 | add and use is_ego_view() function | Willem Jan Palenstijn | |
svn-id: r22638 | |||
2006-05-25 | - Fix typo in debug level Scripts. | Eugene Sandulenko | |
- Show scripts execution if requested svn-id: r22637 | |||
2006-05-25 | Minor cleanup and formatting | Eugene Sandulenko | |
svn-id: r22634 | |||
2006-05-25 | Made CGA rendering, EGA/VGA palette selectable via render_mode | Eugene Sandulenko | |
svn-id: r22632 | |||
2006-05-25 | fix out-of-bounds array access | Willem Jan Palenstijn | |
svn-id: r22627 | |||
2006-05-25 | fixed regression after conversion console | Paweł Kołodziejski | |
svn-id: r22626 | |||
2006-05-24 | Fixed warning. | Torbjörn Andersson | |
svn-id: r22620 | |||
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 | Update only dirty rects instead of fullscreen update | Eugene Sandulenko | |
svn-id: r22617 | |||
2006-05-24 | Fix a const warning | Max Horn | |
svn-id: r22615 | |||
2006-05-24 | Fixed most - not all - GCC warnings. | Torbjörn Andersson | |
svn-id: r22614 | |||
2006-05-24 | From what I understand, the __ prefix is generally reserved for system headers, | Torbjörn Andersson | |
so I've removed most of them. There's still some in list.h, but that should probably be replaced by our own list handler some day. svn-id: r22611 | |||
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-24 | include mouse support always | Paweł Kołodziejski | |
svn-id: r22605 | |||
2006-05-24 | ops | Paweł Kołodziejski | |
svn-id: r22604 | |||
2006-05-24 | formating a bit | Paweł Kołodziejski | |
svn-id: r22603 | |||
2006-05-24 | removed not used anymore variable | Paweł Kołodziejski | |
svn-id: r22602 | |||
2006-05-24 | strip one level of func | Paweł Kołodziejski | |
svn-id: r22601 | |||
2006-05-24 | Seems like the sound is generated at 22050 Hz regardless of output sample rate. | Torbjörn Andersson | |
Hopefully, that will change in the future. svn-id: r22595 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 |