aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/modules/module2100.cpp
AgeCommit message (Collapse)Author
2014-02-18NEVERHOOD: Make GPL headers consisten in themselves.Johannes Schickel
2013-12-25NEVERHOOD: Change more message values to enumsFilippos Karapetis
2013-12-23NEVERHOOD: Add names to some message IDsFilippos Karapetis
2013-10-05NEVERHOOD: Clean up some includesFilippos Karapetis
2013-10-05NEVERHOOD: Split sprites from their scenes in module 1200Filippos Karapetis
2013-10-05NEVERHOOD: Split sprites from their scenes in modules 2100 and 2200Filippos Karapetis
This also reduces inter-header dependencies
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-01NEVERHOOD: Fix the second tape sprite in the whale roomFilippos Karapetis
The second tape is now correctly faced to the right
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-05-08NEVERHOOD: Move module files to own subdirectoryjohndoe123