aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-05-02Let's try this again: Let the backend draw the mouse cursor, instead of drawingTorbjörn Andersson
it ourselves. This time it seems to work. svn-id: r22279
2006-05-02Fixed FF mouse cursors being drawn a bit to the left of the hotspot. FF seemsTorbjörn Andersson
to have this strange notion of multiplying the X coordinate by two, so when it was using 38 to manipulate it, it really meant 19. I think. Now we just need to simplify this to make the backend draw the cursor instead. svn-id: r22278
2006-05-02Update language details for filenames of a few gamesTravis Howell
svn-id: r22277
2006-05-02Update language details for filenames of several HE gamesTravis Howell
svn-id: r22276
2006-05-02Add gameFilenamesTable[] entries for activity, fbpack and funpackTravis Howell
svn-id: r22275
2006-05-02Fix detection of Windows version of puttmoonTravis Howell
svn-id: r22274
2006-05-02Add support for reading/writing config files through saveGameManager and use ↵Travis Howell
for config files in HE games svn-id: r22273
2006-05-01It's wrong to assume a given file is located in gameDataPath, so do not use ↵Max Horn
that to print out warnings that pretend otherwise svn-id: r22272
2006-05-01Some cleanup, and added a FIXME comment concerning the wrong usage of ↵Max Horn
getSavePath() svn-id: r22266
2006-05-01Another small update/cleanup to the French messages from Nicolas Joly.Torbjörn Andersson
svn-id: r22264
2006-05-01- Stubbed goblinFunc(), it's completeley different; now it at leastSven Hesse
doesn't crash anymore - Reduced valgrind's complains about unitialized memory svn-id: r22263
2006-05-01More stubs; GOB2 goes in-game for a second, then segfaults in theSven Hesse
Global-constructor; valgrind shows invalid reads in parseValExpr() and parseExpr() while accessing _inter_variables and _inter_execPtr svn-id: r22262
2006-05-01Applied patch from Nicolas Joly to fix the French default messages in FutureTorbjörn Andersson
Wars. (I had originally left them as question marks because I didn't know what characters they were supposed to be.) svn-id: r22259
2006-05-01Minor cleanupTravis Howell
svn-id: r22258
2006-05-01Just add kyra2 to kyra_list if ENABLE_KYRA2 is defined.Johannes Schickel
svn-id: r22256
2006-05-01Makes malcolm walking into the kyragem room after some time. (fixes half of ↵Johannes Schickel
bug #1471893 ("KYRA1: Graphics glitch when Malcolm turns to stone")) svn-id: r22255
2006-05-01- More differences in Draw_v2::spriteOperation()Sven Hesse
- GOB2 handles _frontSurface/_backSurface a bit differently, this fixes (most of) the drawing glitches in the intro - Added using a fallback when the user's game version doesn't have the requested language - off_2E51B et al. stubs, I think it has something to do with the menu svn-id: r22254
2006-05-01Adds archive file list, MD5 for my CD version, and a few function stubs for ↵Oystein Eftevaag
Hand of Fate, to use as a basis for further work svn-id: r22252
2006-04-30Do not set VAR_VOICE_MODE in ScummEngine_v7::resetScummVars() (since it is ↵Max Horn
already being set by updateSoundSettings()) svn-id: r22248
2006-04-30Invoke updateSoundSettings a bit later, since it can only correctly set ↵Max Horn
VAR_VOICE_MODE *after* setupScummVars() has been called svn-id: r22247
2006-04-30Honor the 'platform' override when choosing between game variants (this ↵Max Horn
should help fan translations of certain FM-TOWNS games) svn-id: r22246
2006-04-30Revert last change to mouse cursors in FF, causes odd glitchesTravis Howell
svn-id: r22243
2006-04-30Ooops, update var names for drawMousePart()Travis Howell
svn-id: r22242
2006-04-30Use system code for mouse cursors in FFTravis Howell
svn-id: r22241
2006-04-30Clear palette too, after some cutscenesTravis Howell
svn-id: r22240
2006-04-30Fast fade out should be disabled, after a cutsceneTravis Howell
svn-id: r22239
2006-04-30Add complete support for mouse cursors in FF, with help from olkiTravis Howell
svn-id: r22238
2006-04-30Incremented required lure.dat versionPaul Gilbert
svn-id: r22236
2006-04-30Added load of new script offset field for NPC handling of hotspotsPaul Gilbert
svn-id: r22235
2006-04-29Moved queryResString from class ScummDialog to class InfoDialog; some cleanupMax Horn
svn-id: r22234
2006-04-29Renamed updateVolumes to updateSoundSettings -- now it also handles ↵Max Horn
subtitles/speech_mute settings. Also changed the ConfigDialog accordingly svn-id: r22233
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) ↵Max Horn
subclasses to namespace Audio svn-id: r22231
2006-04-29Fixed bug #1478911 ("BASS regression: garbled text") by making skipBytes uint16Torbjörn Andersson
instead of uint8. (It used to be uint32, but anything that can hold 0x03F8 should be large enough.) svn-id: r22230
2006-04-29Moved AKOS stuff to class ScummEngine_v6Max Horn
svn-id: r22229
2006-04-29Added comment about a major leak in ScummEngine::restartMax Horn
svn-id: r22228
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ↵Max Horn
setupFOO for stuff that inits static data (i.e. will be called only once, or after loading savegames), vs. resetFOO / updateFOO methods which are called frequently and (re)set dynamic data. * Doing this, split scummInit into setupScumm and resetScumm methods * Moved some init code to new methods (huuuuge init methods are hard to read, and hard to customize using subclassing) * Renmaed various setup???Palette methods to set???Palette * Some minor cleanup / tweaks svn-id: r22227
2006-04-29Cleanup includesTravis Howell
svn-id: r22225
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22224
2006-04-29* Added ScummEngine_v8::initScummVars()Max Horn
* Moved VAR_LANGUAGE to class ScummEngine_v8 * Minor cleanup svn-id: r22223
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22221
2006-04-29Make use of the new scummLoop_* functions to move some SCUMM version ↵Max Horn
specific stuff around svn-id: r22219
2006-04-29Split scummLoop into multiple functions, for easier maintanance & ↵Max Horn
customizability svn-id: r22218
2006-04-29Add FF difference in o_screenTextMsg()Travis Howell
svn-id: r22216
2006-04-29Minor cleanupTravis Howell
svn-id: r22215
2006-04-29Merge fadeToBlack() into o1_specialFade() and cleanupTravis Howell
svn-id: r22214
2006-04-29Fix error in debug tableTravis Howell
svn-id: r22213
2006-04-29Fix warningMax Horn
svn-id: r22210
2006-04-29Enhanced hotspot action so that the player will properly walk to a hotspot ↵Paul Gilbert
before performing an action svn-id: r22209
2006-04-29Added proper action display after selection along with showing the camera cursorPaul Gilbert
svn-id: r22208
2006-04-29Changed resource Id constants, added a few more general constants, and ↵Paul Gilbert
slightly increased game speed svn-id: r22207