aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-23Add Spanish version of the Feebles Files (4CD)Travis Howell
svn-id: r23261
2006-06-22Tweak SCUMM detection a bit more -- do not hard code a check for the ↵Max Horn
genmethod to determine the platform value, but rather use the platform value the GameFilenamePattern provides svn-id: r23260
2006-06-22Fix bug #1509496 - INDY3 (MAC): Map screen hangs up at azores.Travis Howell
svn-id: r23259
2006-06-22This additional check for Macintosh versions of HE games isn't required, as ↵Travis Howell
platform is already set correctly svn-id: r23258
2006-06-22Adds the AUTHOR file to the MacOS X snapshots, and updates the bundle layout ↵Oystein Eftevaag
to correctly show the background image svn-id: r23257
2006-06-22Add cyx's patch for VAR_FADE_DELAY timer changes in fade effectsTravis Howell
svn-id: r23255
2006-06-21Reverting here too.Johannes Schickel
svn-id: r23253
2006-06-21Ok after a few checks this is how it should be (fixing problems with my last ↵Johannes Schickel
commits). svn-id: r23251
2006-06-21Oops fixes problem introduced with last commit.Johannes Schickel
svn-id: r23250
2006-06-21Commits fix for crashing about dialog mentioned my Marucs on -devel.Johannes Schickel
svn-id: r23248
2006-06-21Set 0.9.0 dateEugene Sandulenko
svn-id: r23244
2006-06-21sync trunkWillem Jan Palenstijn
svn-id: r23243
2006-06-21Update descriptionEugene Sandulenko
svn-id: r23239
2006-06-21Match the original behaviour more closely when examining inventory items. TheTorbjörn Andersson
text is displayed at least 800 ms. See bug #1181865. svn-id: r23233
2006-06-21Correct line to 80 charsJoachim Eberhard
svn-id: r23231
2006-06-21TypoTravis Howell
svn-id: r23229
2006-06-21Remove duplicate left overTravis Howell
svn-id: r23228
2006-06-21TypoTravis Howell
svn-id: r23224
2006-06-21Update docs for FFTravis Howell
svn-id: r23223
2006-06-21Add back auto detection of Macintosh platform for HE gamesTravis Howell
svn-id: r23221
2006-06-21Add eriktorbjorn's patch for bug #1507757 - BASS: Odd press sound at beginningTravis Howell
svn-id: r23219
2006-06-21Move moveScreen to common surface functions for graphicsTravis Howell
svn-id: r23218
2006-06-21Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when ↵Travis Howell
video finishes svn-id: r23216
2006-06-21Revert back to original method used for scrollEffect(), fixes regressions.Travis Howell
svn-id: r23214
2006-06-21Initialise the control panel's _mouseX / _mouseY. Fixes a Valgrind warning.Torbjörn Andersson
svn-id: r23212
2006-06-21Fixed warning.Torbjörn Andersson
svn-id: r23210
2006-06-20Applied patches from bug report #1276480, "GUI: Accented characters". ThisTorbjörn Andersson
changes quite a lot of things in the font renderer and the convbdf tools, so there may be regressions, but we want this feature for 0.9.0. svn-id: r23208
2006-06-20Applied my own patch #1508018. I don't know for sure that it's exactly right,Torbjörn Andersson
but it improves the Adlib sound effects in early games, e.g. the door opening and closing sounds in Indy 3 and MI1 floppy. There still appears to be some kind of looping/repeating mechanism that we don't implement, though. svn-id: r23204
2006-06-20added CE port news for 0.9.0Kostas Nakos
svn-id: r23202
2006-06-20updated the readme for 0.9.0 releaseKostas Nakos
svn-id: r23200
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
return in a switch case. svn-id: r23198
2006-06-20Cleanup.Torbjörn Andersson
svn-id: r23194
2006-06-20fix vga device overlays and invalid mouse cursor callsKostas Nakos
svn-id: r23192
2006-06-20fix typoKostas Nakos
svn-id: r23191
2006-06-20kyra engine supportKostas Nakos
svn-id: r23188
2006-06-19HOORAY!!!!! My first commit message! :D Added note about the need of setting ↵Joachim Eberhard
platform to Macintosh for HE Mac games. svn-id: r23185
2006-06-19Added assert to audiostream allocation since failure causes serious problemsLars Persson
svn-id: r23184
2006-06-19Updated symbian actions for working key namesLars Persson
svn-id: r23183
2006-06-19Fix inventory colors regression in C64 maniacTravis Howell
svn-id: r23180
2006-06-19Fix sentence line regression in C64 maniacTravis Howell
svn-id: r23179
2006-06-19Add patch for bug #1507856 - INDY3 VGA: Crashes in SewerTravis Howell
svn-id: r23177
2006-06-19Fix screen scrolling glitch when looking at the top of closet in parents ↵Travis Howell
room of DOS version of fbear svn-id: r23174
2006-06-18Add 16bit color feature flag to Backyard Basketball tooTravis Howell
svn-id: r23173
2006-06-18Remove debug left overTravis Howell
svn-id: r23172
2006-06-18Add alternative method to prevent debug code of scripts been triggered in ↵Travis Howell
lost. Fixes regressions when convertFilePath() is used by some HE games svn-id: r23171
2006-06-18Makes sure updateScreen() is called once in a while in the menu polling ↵Oystein Eftevaag
loop, to give backends some drawing time for virtual keyboards etc svn-id: r23169
2006-06-18Updated comments to correspond with recent Adlib renamings.Torbjörn Andersson
svn-id: r23166
2006-06-18Add Blue's Clues gamesTravis Howell
svn-id: r23165
2006-06-18Added missing (but unimportant) breaks to switch default cases.Torbjörn Andersson
svn-id: r23161
2006-06-17The stopMusic() function (which is publicly accessable from the outside) nowTorbjörn Andersson
locks the mutex to avoid pulling the proverbial rug out from beneath the timer callback's proverbial feet. To stop the music when the mutex is already locked, we use stopMusicInternal(), which is a protected function. This will hopefully fix the crash on exit which has happened to me every few months. svn-id: r23159