aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/module1000.cpp
AgeCommit message (Expand)Author
2013-05-08NEVERHOOD: Merge TextSurface into FontSurfacejohndoe123
2013-05-08NEVERHOOD: Merge CollisionMan into Scene classjohndoe123
2013-05-08NEVERHOOD: Rename some CollisionMan methods/fieldsjohndoe123
2013-05-08NEVERHOOD: Add support for the demo versionjohndoe123
2013-05-08NEVERHOOD: Simplify resource loadingjohndoe123
2013-05-08NEVERHOOD: Clean up Module1000:johndoe123
2013-05-08NEVERHOOD: Add new method StaticSprite::loadSprite and use it instead of sett...johndoe123
2013-05-08NEVERHOOD: Make use of NDrawRect::setjohndoe123
2013-05-08NEVERHOOD: Rename stuff in Sprite:johndoe123
2013-05-08NEVERHOOD: Fix _drawRects in AsScene1002Door and SsCommonPressButtonjohndoe123
2013-05-08NEVERHOOD: Some cleanup:johndoe123
2013-05-08NEVERHOOD: Remove Scene::_surfaceFlag which also is obsolete nowjohndoe123
2013-05-08NEVERHOOD: Cleanup and fixesjohndoe123
2013-05-08NEVERHOOD: Implement GameModule::createModuleByHashjohndoe123
2013-05-08NEVERHOOD: Replace most of the literal digits in get/setSubVar with constantsjohndoe123
2013-05-08NEVERHOOD: Use constants for the numbers in get/setGlobalVarjohndoe123
2013-05-08NEVERHOOD: Simplify code and rename thingsjohndoe123
2013-05-08NEVERHOOD: Rename Class426 to SsCommonPressButtonjohndoe123
2013-05-08NEVERHOOD: Remove SsScene1002LadderArch and Class599 and turn them into stati...johndoe123
2013-05-08NEVERHOOD: Rename Class152 to StaticScenejohndoe123
2013-05-08NEVERHOOD: More Klayman mergingjohndoe123
2013-05-08NEVERHOOD: Change sound playingjohndoe123
2013-05-08NEVERHOOD: Implement the actual audio codejohndoe123
2013-05-08NEVERHOOD: More work on the SoundManjohndoe123
2013-05-08NEVERHOOD: Rename SetSpriteCallback to SetSpriteUpdatejohndoe123
2013-05-08NEVERHOOD: Added a FIXMEFilippos Karapetis
2013-05-08NEVERHOOD: Minor renaming, avoid mixing variables with their typesFilippos Karapetis
2013-05-08NEVERHOOD: Some renaming in Module1000johndoe123
2013-05-08NEVERHOOD: More renaming (mostly in Klayman and AnimatedSprite)johndoe123
2013-05-08NEVERHOOD: Major renaming:johndoe123
2013-05-08NEVERHOOD: Add leaveModule and leaveScenejohndoe123
2013-05-08NEVERHOOD: Replace InsertKlayman macros with template functions (still weird ...johndoe123
2013-05-08NEVERHOOD: Try to cleanup sprite creation with a templated insertSprite funct...johndoe123
2013-05-08NEVERHOOD: Try to clean up the clipRect stuff a littlejohndoe123
2013-05-08NEVERHOOD: Add Scene::setPalette for simpled palette creation and use itjohndoe123
2013-05-08NEVERHOOD: Add Sprite::setVisible and use it instead of direct access to the ...johndoe123
2013-05-08NEVERHOOD: Merge the three mouse classes into Mouse, introduce insertMouse433...johndoe123
2013-05-08NEVERHOOD: Merge Palette2 class into Palettejohndoe123
2013-05-08NEVERHOOD: Rename Palette2::addPalette to addBasePalette to prepare the merge...johndoe123
2013-05-08NEVERHOOD: Merge createSceneXXX/updateSceneXXX methods into createScene and u...johndoe123
2013-05-08NEVERHOOD: Remove unused resource preloading stuff (probably resource preload...johndoe123
2013-05-08NEVERHOOD: Add Module::updateChild and use it (in most places)johndoe123
2013-05-08NEVERHOOD: Use setBackgroundjohndoe123
2013-05-08NEVERHOOD: Use InsertKlaymanjohndoe123
2013-05-08NEVERHOOD: Multiple changes to make the game logic code cleaner (hopefully :)johndoe123
2013-05-08NEVERHOOD: Start with Module1300 and implement Scene1302johndoe123
2013-05-08NEVERHOOD: Very small cleanupjohndoe123
2013-05-08NEVERHOOD: Implement Scene2205johndoe123
2013-05-08NEVERHOOD: Implement Module2300 (just a bunch of NavigationScenes)johndoe123
2013-05-08NEVERHOOD: Implement Scene1004johndoe123