aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-07FULLPIPE: Implement sceneHandler28_clickLift()Eugene Sandulenko
2014-01-06Merge branch 'master' of github.com:scummvm/scummvmjohndoe123
2014-01-06NEVERHOOD: Correct fix for bug #6480johndoe123
The car clipping rectangle wasn't set correctly when the car is on the upper level.
2014-01-06NEVERHOOD: Tiny cleanupTorbjörn Andersson
2014-01-06FULLPIPE: Add sanity checkEugene Sandulenko
2014-01-06FULLPIPE: Remove redundant checkEugene Sandulenko
2014-01-06FULLPIPE: Initialize variablesEugene Sandulenko
2014-01-06FULLPIPE: Initialize variableEugene Sandulenko
2014-01-06FULLPIPE: Remove redundant check. CID 1148380Eugene Sandulenko
2014-01-06FULLPIPE: Initialize variableEugene Sandulenko
2014-01-06HOPKINS: Remove some unused constantsStrangerke
2014-01-06SCI: Fix memory leakWillem Jan Palenstijn
Thanks to digitall for testing.
2014-01-06FULLPIPE: Enable scene28Eugene Sandulenko
2014-01-06FULLPIPE: Add some code to scene28Eugene Sandulenko
2014-01-06FULLPIPE: Implement sceneHandler28()Eugene Sandulenko
2014-01-06FULLPIPE: Sort constants by scene (5-10)Eugene Sandulenko
2014-01-06FULLPIPE: Sort constants by scene (1-4)Eugene Sandulenko
2014-01-06FULLPIPE: Implement scene28_updateCursor()Eugene Sandulenko
2014-01-06NEVERHOOD: Minor adjustment to original load/delete dialogsTorbjörn Andersson
This makes space for one additional savegame slot, giving them the same number of slots as the original save dialog. I can't compare to the original, but it arguably looks better this way.
2014-01-06NEVERHOOD: Fix palette fadingTorbjörn Andersson
The palette didn't fade all the way to white when using the shrinking machine, which caused visible glitches. I've verified against a YouTube "Let's Play" that in the original it did fade all the way. Whether or not it did it in this exact way I do not know, but... close enough.
2014-01-06NEVERHOOD: Fix bug #6480 "NEVERHOOD: Car glitches"johndoe123
2014-01-06NEVERHOOD: Fix bug #6478 "NEVERHOOD: No footstep sounds"johndoe123
2014-01-06NEVERHOOD: Add mousewheel support to original save/load dialogsTorbjörn Andersson
2014-01-06NEVERHOOD: Use constants for messages in a couple of placesTorbjörn Andersson
Ideally, we should always use constants of course. But I guess we don't yet have sensible names for all messages.
2014-01-06FULLPIPE: Plug scene28 inEugene Sandulenko
2014-01-06FULLPIPE: Initial code for scene28Eugene Sandulenko
2014-01-06FULLPIPE: Fix compiler warningEugene Sandulenko
2014-01-06NEVERHOOD: Fix bug #6479 - "NEVERHOOD: Radio shows the wrong picture at first"Filippos Karapetis
2014-01-06FULLPIPE: Initial implementation of scene music tracksFilippos Karapetis
2014-01-06FULLPIPE: Renames in scene26. This completes the sceneEugene Sandulenko
2014-01-06FULLPIPE: Implement sceneHandler26_animateVents()Eugene Sandulenko
2014-01-06FULLPIPE: Implement sceneHandler26_testVent()Eugene Sandulenko
2014-01-06FULLPIPE: Implement sceneHandler26_updatePool()Eugene Sandulenko
2014-01-06FULLPIPE: Implement sceneHandler26_showVent()Eugene Sandulenko
2014-01-06FULLPIPE: Implement sceneHandler26_clickVent()Eugene Sandulenko
2014-01-05FULLPIPE: Enable scene26Eugene Sandulenko
2014-01-05FULLPIPE: More code to scene26Eugene Sandulenko
2014-01-05FULLPIPE: Implement sceneHandler26()Eugene Sandulenko
2014-01-05FULLPIPE: Implement scene26_updateCursor()Eugene Sandulenko
2014-01-05FULLPIPE: Plug scene26 inEugene Sandulenko
2014-01-05FULLPIPE: Initial code for scene26Eugene Sandulenko
2014-01-05NEVERHOOD: Simplify and document Module2800::createScene()Filippos Karapetis
2014-01-05NEVERHOOD: Stop the background music when showing disk playerTorbjörn Andersson
This is consistent with all other disk players in the game. Only this one had it starting the music instead. Probably a typo.
2014-01-05FULLPIPE: Rename remaining vars in scene25. This completes the sceneEugene Sandulenko
2014-01-05FULLPIPE: Some renames in scene25Eugene Sandulenko
2014-01-05FULLPIPE: Enable scene25Eugene Sandulenko
2014-01-05FULLPIPE: Give proper names to subs in scene25Eugene Sandulenko
2014-01-05FULLPIPE: Implement StaticANIObject::restartMessageQueue()Eugene Sandulenko
2014-01-05FULLPIPE: Implement sceneHandler25_sub01()Eugene Sandulenko
2014-01-05FULLPIPE: Implement sceneHandler25_sub02()Eugene Sandulenko