aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/modules/module2200.cpp
AgeCommit message (Collapse)Author
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-06-28NEVERHOOD: Add missing music when entering the Hall of Records buildingFilippos Karapetis
The "Everybody Way Oh" theme should be played in both of the first two rooms of the Hall of Records building
2013-06-12NEVERHOOD: Remove or silence by default some more debug outputFilippos Karapetis
2013-06-10NEVERHOOD: Change the debuglevel of the scene changing debug outputFilippos Karapetis
These are shown on each scene change, but should no longer be needed to be enabled by default, since we can now use the debugger to check and change the current scene
2013-06-09NEVERHOOD: Add a console command to display the current surfacesFilippos Karapetis
2013-05-28NEVERHOOD: Silence two compiler warnings about set but unused variables.D G Turner
2013-05-19NEVERHOOD: Fix incorrect dark palette in Scene2206Ori Avtalion
2013-05-08NEVERHOOD: Move module files to own subdirectoryjohndoe123