aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-04split out cursor/palette code into separate source filesMax Horn
2004-01-04Allow subtitles to be disabled in games using imuse digital again.Travis Howell
2004-01-04Fix a few subtitles glitches in loomcd during cutscenes.Travis Howell
2004-01-04no need to specify game data path here: File::setDefaultDirectory() took care...Max Horn
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn
2004-01-04turns out we always had VirtScreen::backBuf but didn't use it... change that ...Max Horn
2004-01-04removed setFeatures (not needed anymore)Max Horn
2004-01-04replaced many instances of _screenWidth by VirtScreen::width, where approriat...Max Horn
2004-01-04uhm? I don't see why VC 2003 would complain about this, but not about the man...Max Horn
2004-01-04nothing.Robert Göffringmann
2004-01-04added control panel confirmation dialog.Robert Göffringmann
2004-01-04removed speed button from control panel and made the game do a full screen re...Robert Göffringmann
2004-01-04respond to 'alter'-type overridesJoost Peters
2004-01-04I don't see why this would be needed (my guess is that the hack in initVirtSc...Max Horn
2004-01-04remove this HACK workaround - I think I may have fixed the true cause (we'll ...Max Horn
2004-01-04cleanup (mostly moved stuff around, and replaced the fadeOut call)Max Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2004-01-03cleanupMax Horn
2004-01-03oopsMax Horn
2004-01-03removed unused param in initScreensMax Horn
2004-01-03added & renamed some constants; fixed & added some doxygen comments; cleaned ...Max Horn
2004-01-03TODOMax Horn
2004-01-03cleanupMax Horn
2004-01-03fix for BE systemsMax Horn
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in n...Max Horn
2004-01-03Fixed bug that made ScummVM crash when loading a savegame where the mainTorbjörn Andersson
2004-01-03It was pointed out to me that we can't use the DEMO variable here, becauseTorbjörn Andersson
2004-01-03oopsMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03changed screen drawing code to only redraw blocks that changed.Robert Göffringmann
2004-01-03Made the music code more like the one in BS1, i.e. the fade time is longerTorbjörn Andersson
2004-01-03Delete the mutex when we're done with it.Torbjörn Andersson
2004-01-03eriktorbjorn's fix for a crash when sprite were completely outside of the screenRobert Göffringmann
2004-01-03Should be enabled for all GF_NEW_COSTUMES games.Travis Howell
2004-01-03Add last fewTravis Howell
2004-01-03simplification (possible since read() doesn't have to be efficient anymore)Max Horn
2004-01-03replace read() by readBuffer() in CopyRateConverterMax Horn
2004-01-03UpdateTravis Howell
2004-01-03Allow queen to use adlib driver as well (that was surprisingly easy :))Joost Peters
2004-01-03Introduce namespace 'Sky'Max Horn
2004-01-03renamed SimonSound class back to just Sound (now that we use namespaces that ...Max Horn
2004-01-03more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...Max Horn
2004-01-03re-enabled .sog and .so3 support for FTMax Horn
2004-01-03removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant...Max Horn
2004-01-03added makeVOCStream() (convenience function)Max Horn
2004-01-02- added missing MOVE_SPEAK code (only CHEF.DOG seems to use that)Gregory Montoir
2004-01-02sync with dataMax Horn
2004-01-02Add comments for HE specific opcodesTravis Howell
2004-01-02spelling mistakeJoost Peters
2004-01-02Tell adlib people they won't hear musicJoost Peters