aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-16FULLPIPE: Plug scene35 inEugene Sandulenko
2014-01-16FULLPIPE: Initial code for scene35Eugene Sandulenko
2014-01-15AVALANCHE: Move Clock to dedicated files.uruk
2014-01-15AVALANCHE: Fix another bug regarding speaking.uruk
This prevents the player from giving commands to Avalot when the character is tied up to a tree, so it's impossible to break the game's consistency that way.
2014-01-15AVALANCHE: Repair bug regarding speaking in bed.uruk
2014-01-15AVALANCHE: Implement wobble, move it to Animation.uruk
2014-01-15AVALANCHE: Implement, rename, move zonk() and connected functions.uruk
Implementations: zonk(), zl(). Renames: zonk() -> thunder(), zl() -> drawLightning(). Moved: the 2 above from Pingo to Animation. Addition: GraphicManager::drawLine().
2014-01-15AVALANCHE: Implement setBackgroundColor().uruk
2014-01-15MORTEVIELLE: Split resetVariables in two, reuse it in engine constructorStrangerke
2014-01-15Merge branch 'master' of https://github.com/scummvm/scummvmuruk
2014-01-15AVALANCHE: Repair rest of the credits.uruk
2014-01-15FULLPIPE: Implement ModalMap::getScenePicture()Eugene Sandulenko
2014-01-15FULLPIPE: Implement ModalMap::initMap()Eugene Sandulenko
2014-01-15FULLPIPE: Implement ModalMap::init()Eugene Sandulenko
2014-01-15FULLPIPE: Implement ModalMap::handleMessage()Eugene Sandulenko
2014-01-15FULLPIPE: More code to ModalMapEugene Sandulenko
2014-01-15FULLPIPE: Implement FullpipeEngine::openMap() and stub ModalMap classEugene Sandulenko
2014-01-15WINTERMUTE: Stop any playing FMV when loading a savegame.Einar Johan Trøan Sømåen
2014-01-15AVALANCHE: Repair credits.pluruk
2014-01-15MORTEVIELLE: Add some missing variable initializationsStrangerke
2014-01-14TSAGE: Fix for R2R cursor closing dialogs on title screenPaul Gilbert
2014-01-14NEVERHOOD: Fix for bug #6481: 'NEVERHOOD: Wrong walk sound in navigation scene'johndoe123
2014-01-14NEVERHOOD: Fix for bug #6493: "NEVERHOOD: Many sounds playback as loud ↵johndoe123
static (Wii)"
2014-01-14FULLPIPE: Sort scenes in updateMap()Eugene Sandulenko
2014-01-14FULLPIPE: Implement FullpipeEngine::updateMap()Eugene Sandulenko
2014-01-14WINTERMUTE: Limit the range of the panning-variable to stay within [-1,1].Einar Johan Trøan Sømåen
Also, store the panning state, so that the next playback starts with the same pan.
2014-01-13FULLPIPE: Renames in scene34. This completes the sceneEugene Sandulenko
2014-01-13FULLPIPE: Implement sceneHandler34_genFlies()Eugene Sandulenko
2014-01-13FULLPIPE: Implement sceneHandler34_animateLeaveBoard()Eugene Sandulenko
2014-01-13FULLPIPE: Implement sceneHandler34_animateAction()Eugene Sandulenko
2014-01-13FULLPIPE: Implement sceneHandler34_testVent() and showVent()Eugene Sandulenko
2014-01-13FULLPIPE: Implement sceneHandler34_setExits()Eugene Sandulenko
2014-01-13FULLPIPE: Yet more code to scene34Eugene Sandulenko
2014-01-13FULLPIPE: More code to scene34Eugene Sandulenko
2014-01-13Merge pull request #420 from somaen/disableSDLAlphaStrangerke
SDL: Avoid having SDL_SRCALPHA set even if we have alpha in the pixelformat.
2014-01-13TEENAGENT: Fix two more missing callbacks.D G Turner
This fixes bug #6494 "TEENAGENT: Yet another unimplemented callback".
2014-01-12TSAGE: Fix right animation of suit-rack in R2R landing bayPaul Gilbert
2014-01-12TSAGE: Fix for speaking to R2R speakers multiple timesPaul Gilbert
2014-01-12FULLPIPE: Implement sceneHandler34_fromCactus()Eugene Sandulenko
2014-01-12FULLPIPE: Enable scene34Eugene Sandulenko
2014-01-12FULLPIPE: Implement sceneHandler34()Eugene Sandulenko
2014-01-12FULLPIPE: Implement scene34_updateCursor()Eugene Sandulenko
2014-01-12FULLPIPE: More code to scene34Eugene Sandulenko
2014-01-12FULLPIPE: Plug scene34 inEugene Sandulenko
2014-01-12FULLPIPE: Initial code for scene34Eugene Sandulenko
2014-01-12FULLPIPE: Fix ModalVideoPlayer. Original reacts to more keysEugene Sandulenko
2014-01-12FULLPIPE: Implement clearGlobalMessageQueueList1()Eugene Sandulenko
2014-01-12FULLPIPE: Implement Movement::freePixelData()Eugene Sandulenko
2014-01-12CGE: Remove unecessary void pointer usage in resource file I/O.D G Turner
2014-01-11VIDEO: Add support for multiple Smacker audio tracksMatthew Hoops