aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-08Mention 0.9.1 PS2 changes in trunk too.Eugene Sandulenko
svn-id: r24207
2006-10-08Patch #1573141: Attempt to fix AmigaOS 4 / Broken Sword 2 problemsMax Horn
svn-id: r24206
2006-10-08commit "fixed regression in BASS adlib music." from 0-9-0 branch to trunkJoost Peters
svn-id: r24204
2006-10-08- added auto detection of the Theme style to useJohannes Schickel
- fixed a bug which would lead to a crash when loading the modern theme config with the classic theme svn-id: r24201
2006-10-08Ooops. making the classic theme working without a config again.Johannes Schickel
svn-id: r24200
2006-10-08- added config file support for the classic themeJohannes Schickel
- added a sample config file (called 'classic.ini', which is based on Theme::_defaultConfigINI) - added check for the type of the theme config file ('modern' and 'classic' for the respective Theme classes) - bumped theme config version for the modern theme svn-id: r24199
2006-10-08Correct x position, when printing stasticsin Elvira 1Travis Howell
svn-id: r24198
2006-10-08Fixed regression in non-Elvira games.Torbjörn Andersson
svn-id: r24197
2006-10-08Whitespace.Torbjörn Andersson
svn-id: r24196
2006-10-08Add invert box difference in Elvira 2Travis Howell
svn-id: r24195
2006-10-08Add invert box difference in Elvira 1Travis Howell
svn-id: r24194
2006-10-08Add opcode for Elvira 1 and remove errors that don't occur in original gamesTravis Howell
svn-id: r24193
2006-10-08The extra Elvira 1 colours have to be "re-scaled" to 8 bits. Cleaned up theTorbjörn Andersson
code a bit to make that more obvious. svn-id: r24192
2006-10-08More const madness.Eugene Sandulenko
svn-id: r24191
2006-10-08Add a few palette differences and fix input in Elvira 1Travis Howell
svn-id: r24190
2006-10-08Add code for displaying stastics in Elvira 1Travis Howell
svn-id: r24188
2006-10-08Uses the slider background settings instead of the edit text widget settings ↵Johannes Schickel
for the slider background. svn-id: r24187
2006-10-08Added a FIXME commentMax Horn
svn-id: r24184
2006-10-08Replaced evil usage of static globals inside function by proper member variablesMax Horn
svn-id: r24183
2006-10-08Added more const qualifiersMax Horn
svn-id: r24182
2006-10-08Added a const qualifier inside struct ADGameDescription (rule of thumb: Make ↵Max Horn
as many pointers and members const as possible, it helps prevent bugs, and potentially helps the optimizer) svn-id: r24181
2006-10-08A few corrections for Elvira 1 game detailsTravis Howell
svn-id: r24180
2006-10-07Whitespaces.Johannes Schickel
svn-id: r24179
2006-10-07#include <base/engine.h> -> #include <engines/engine.h (Though I don't likeEugene Sandulenko
those angle brackets) svn-id: r24178
2006-10-07Fixed compilation.Torbjörn Andersson
svn-id: r24177
2006-10-07Removed _lastKeyHit, instead pass the key code as a parameter to ↵Max Horn
processKeyboard() svn-id: r24176
2006-10-07Removed 'smushMode' param from processInput and processKeyboard in favor of ↵Max Horn
a new member _smushActive of ScummEngine_v7 svn-id: r24175
2006-10-07Clarified commentMax Horn
svn-id: r24174
2006-10-07Moved 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-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵Max Horn
ScummEngine_v6 in a few cases) svn-id: r24169
2006-10-07Partial fix for Elvira 1 palette problems.Torbjörn Andersson
svn-id: r24168
2006-10-07Some more processKeyboard splittingMax Horn
svn-id: r24167
2006-10-07Further split processKeyboard code, moving stuff specific to some SCUMM ↵Max Horn
version into the resp. subclass of ScummEngine svn-id: r24166
2006-10-07Moved SCUMM keyboard handling code from processInput() to the new ↵Max Horn
(sub)method processKeyboard svn-id: r24165
2006-10-07Renemaed ScummEngine::processKbd to processInput (as it also deals with the ↵Max Horn
mouse) svn-id: r24164
2006-10-07some HE related cleanupMax Horn
svn-id: r24163
2006-10-07Fixed warning.Torbjörn Andersson
svn-id: r24162
2006-10-07Add more code differences in Elvira 1Travis Howell
svn-id: r24161
2006-10-07Fix compilation. SDL.h is required for SDL_GetError()Eugene Sandulenko
svn-id: r24160
2006-10-07Minor cleanupTravis Howell
svn-id: r24159
2006-10-07Minor cleanupTravis Howell
svn-id: r24158
2006-10-07Whitespace changesTravis Howell
svn-id: r24157
2006-10-07Add code for printing to boxes in WaxworksTravis Howell
svn-id: r24156
2006-10-07Removed some left-over (I think!) code from unloadPluginsExcept() that wasTorbjörn Andersson
causing ScummVM to crash for me. svn-id: r24155
2006-10-07Add more script opcodes for Elvira 1/2/WWTravis Howell
svn-id: r24154
2006-10-07Instantiate 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-07Added SDL plugin providerMax Horn
svn-id: r24152
2006-10-07Modified configure to #define SDL_BACKEND when using the SDL backend (akin ↵Max Horn
to X11_BACKEND) svn-id: r24151
2006-10-07Fixed mixup in win32 plugin provider code, and added win32 & dc plugin ↵Max Horn
providers to the build system svn-id: r24150
2006-10-07Added plugin providers for Win32 and DCMax Horn
svn-id: r24149