Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-07 | #include <base/engine.h> -> #include <engines/engine.h (Though I don't like | Eugene Sandulenko | |
those angle brackets) svn-id: r24178 | |||
2006-10-07 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r24177 | |||
2006-10-07 | Removed _lastKeyHit, instead pass the key code as a parameter to ↵ | Max Horn | |
processKeyboard() svn-id: r24176 | |||
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of ↵ | Max Horn | |
a new member _smushActive of ScummEngine_v7 svn-id: r24175 | |||
2006-10-07 | Clarified comment | Max Horn | |
svn-id: r24174 | |||
2006-10-07 | Moved calls to addDefaultDirectory, and creation of the master file handle, ↵ | Max Horn | |
from the ScummEngine constructor to ScummEngine::init() (this makes it easier to implement more graceful error handling, for example) svn-id: r24173 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-10-07 | Partial fix for Elvira 1 palette problems. | Torbjörn Andersson | |
svn-id: r24168 | |||
2006-10-07 | Some more processKeyboard splitting | Max Horn | |
svn-id: r24167 | |||
2006-10-07 | Further split processKeyboard code, moving stuff specific to some SCUMM ↵ | Max Horn | |
version into the resp. subclass of ScummEngine svn-id: r24166 | |||
2006-10-07 | Moved SCUMM keyboard handling code from processInput() to the new ↵ | Max Horn | |
(sub)method processKeyboard svn-id: r24165 | |||
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the ↵ | Max Horn | |
mouse) svn-id: r24164 | |||
2006-10-07 | some HE related cleanup | Max Horn | |
svn-id: r24163 | |||
2006-10-07 | Fixed warning. | Torbjörn Andersson | |
svn-id: r24162 | |||
2006-10-07 | Add more code differences in Elvira 1 | Travis Howell | |
svn-id: r24161 | |||
2006-10-07 | Fix compilation. SDL.h is required for SDL_GetError() | Eugene Sandulenko | |
svn-id: r24160 | |||
2006-10-07 | Minor cleanup | Travis Howell | |
svn-id: r24159 | |||
2006-10-07 | Minor cleanup | Travis Howell | |
svn-id: r24158 | |||
2006-10-07 | Whitespace changes | Travis Howell | |
svn-id: r24157 | |||
2006-10-07 | Add code for printing to boxes in Waxworks | Travis Howell | |
svn-id: r24156 | |||
2006-10-07 | Removed some left-over (I think!) code from unloadPluginsExcept() that was | Torbjörn Andersson | |
causing ScummVM to crash for me. svn-id: r24155 | |||
2006-10-07 | Add more script opcodes for Elvira 1/2/WW | Travis Howell | |
svn-id: r24154 | |||
2006-10-07 | Instantiate and hook up the plugin providers in the main() function of the ↵ | Max Horn | |
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153 | |||
2006-10-07 | Added SDL plugin provider | Max Horn | |
svn-id: r24152 | |||
2006-10-07 | Modified configure to #define SDL_BACKEND when using the SDL backend (akin ↵ | Max Horn | |
to X11_BACKEND) svn-id: r24151 | |||
2006-10-07 | Fixed mixup in win32 plugin provider code, and added win32 & dc plugin ↵ | Max Horn | |
providers to the build system svn-id: r24150 | |||
2006-10-07 | Added plugin providers for Win32 and DC | Max Horn | |
svn-id: r24149 | |||
2006-10-07 | Started to refactor the plugin code (moving backend specific stuff into ↵ | Max Horn | |
backends/plugins/) svn-id: r24148 | |||
2006-10-06 | Added DJWillis as official GP2X porter. | Eugene Sandulenko | |
svn-id: r24145 | |||
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko | |
svn-id: r24144 | |||
2006-10-06 | Add more code for Elvira 2 | Travis Howell | |
svn-id: r24143 | |||
2006-10-06 | Add more code for Elvira 2 | Travis Howell | |
svn-id: r24142 | |||
2006-10-06 | Add more code for Elvira 1 | Travis Howell | |
svn-id: r24141 | |||
2006-10-06 | Fix dectection of hit areas in earlier games | Travis Howell | |
svn-id: r24140 | |||
2006-10-06 | Correct typo in game title for Elvira 2 | Travis Howell | |
svn-id: r24139 | |||
2006-10-06 | Alwats report invalid opcodes when debug output is enabled | Travis Howell | |
svn-id: r24138 | |||
2006-10-06 | Update ebug opcode table for Elvira1 | Travis Howell | |
svn-id: r24137 | |||
2006-10-06 | Add initial debug opcode table for Elvira1 | Travis Howell | |
svn-id: r24136 | |||
2006-10-06 | Add debug video opcodes table for Elvira 1 | Travis Howell | |
svn-id: r24135 | |||
2006-10-06 | Correct game titles for Elvira 1/2 | Travis Howell | |
svn-id: r24134 | |||
2006-10-06 | Add Amiga demo of Elvira, and switch to elvira1 for Elvira | Travis Howell | |
svn-id: r24133 | |||
2006-10-06 | Ooops, restrict o_loadZone() changes to older games only | Travis Howell | |
svn-id: r24132 | |||
2006-10-06 | Add support for skipping introduction in Elivra 1/2/WW | Travis Howell | |
svn-id: r24131 | |||
2006-10-06 | Add more code for Elvira 1/2 | Travis Howell | |
svn-id: r24130 | |||
2006-10-05 | DS CPU scaling prototype, in 16 bit mode (for menu), not plugged(switch ↵ | Bertrand Augereau | |
cpuScaler to test) svn-id: r24129 | |||
2006-10-05 | Path fixup in the zipreader (necessary with my adapter/zip/build combination?) | Bertrand Augereau | |
svn-id: r24128 | |||
2006-10-05 | Silenced warning of msvc8. | Johannes Schickel | |
svn-id: r24127 | |||
2006-10-05 | Updated msvc8 project files. | Johannes Schickel | |
svn-id: r24126 | |||
2006-10-05 | I hope this is the right fix for an "invalid opcode" message right after | Torbjörn Andersson | |
SET_PATHFIND_ITEM when dumping scripts. If so, perhaps it should be on the 0.9 branch as well. On the other hand, it only happens when debugging... svn-id: r24125 | |||
2006-10-05 | Fix startup of Elvira 1 | Travis Howell | |
svn-id: r24124 |