scummvm/engines/neverhood
2013-05-08 20:47:33 +02:00
..
background.cpp NEVERHOOD: Remove DirtyBackground which became obsolete after the renderqueue stuff 2013-05-08 20:47:31 +02:00
background.h NEVERHOOD: Remove DirtyBackground which became obsolete after the renderqueue stuff 2013-05-08 20:47:31 +02:00
blbarchive.cpp NEVERHOOD: Work on the resource system: 2013-05-08 20:47:07 +02:00
blbarchive.h NEVERHOOD: Work on the resource system: 2013-05-08 20:47:07 +02:00
collisionman.cpp
collisionman.h
detection.cpp
diskplayerscene.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
diskplayerscene.h
entity.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
entity.h NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
gamemodule.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
gamemodule.h NEVERHOOD: Rewrite GameModule::initMemoryPuzzle() to use NonRepeatingRandomNumbers 2013-05-08 20:47:33 +02:00
gamevars.cpp NEVERHOOD: Add GameVars::dumpVars() for debugging 2013-05-08 20:47:32 +02:00
gamevars.h NEVERHOOD: Add GameVars::dumpVars() for debugging 2013-05-08 20:47:32 +02:00
graphics.cpp NEVERHOOD: Remove BaseSurface::addDirtyRect() which is obsolete as well 2013-05-08 20:47:32 +02:00
graphics.h NEVERHOOD: Remove BaseSurface::addDirtyRect() which is obsolete as well 2013-05-08 20:47:32 +02:00
klayman.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
klayman.h
menumodule.cpp NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
menumodule.h NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
messages.h
module1000.cpp NEVERHOOD: Fix _drawRects in AsScene1002Door and SsCommonPressButton 2013-05-08 20:47:33 +02:00
module1000.h
module1100.cpp NEVERHOOD: Rename puzzle initialization methods and give them better names 2013-05-08 20:47:32 +02:00
module1100.h
module1200.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
module1200.h NEVERHOOD: Remove TODOs concerning the original engine's debug code 2013-05-08 20:47:31 +02:00
module1300.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module1300.h
module1400.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module1400.h
module1500.cpp NEVERHOOD: Remove Scene::_surfaceFlag which also is obsolete now 2013-05-08 20:47:32 +02:00
module1500.h
module1600.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
module1600.h NEVERHOOD: Try to give the AsCommonCar identifiers better names 2013-05-08 20:47:31 +02:00
module1700.cpp NEVERHOOD: Rename puzzle initialization methods and give them better names 2013-05-08 20:47:32 +02:00
module1700.h
module1800.cpp NEVERHOOD: Add CreditsScene to Module1300 and Module1800 (played after the game end and after jumping into the hole...) 2013-05-08 20:47:33 +02:00
module1800.h
module1900.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
module1900.h
module2000.cpp NEVERHOOD: Remove Scene::_surfaceFlag which also is obsolete now 2013-05-08 20:47:32 +02:00
module2000.h
module2100.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
module2100.h NEVERHOOD: Implement Module2900, the teleporter 2013-05-08 20:47:06 +02:00
module2200.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module2200.h
module2300.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module2300.h
module2400.cpp NEVERHOOD: Fix AsScene2402Door animation 2013-05-08 20:47:33 +02:00
module2400.h
module2500.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module2500.h
module2600.cpp NEVERHOOD: Remove Scene::_surfaceFlag which also is obsolete now 2013-05-08 20:47:32 +02:00
module2600.h
module2700.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
module2700.h NEVERHOOD: Rename puzzle initialization methods and give them better names 2013-05-08 20:47:32 +02:00
module2800.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module2800.h NEVERHOOD: Cleanup and fixes 2013-05-08 20:47:07 +02:00
module2900.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
module2900.h NEVERHOOD: Cleanup and fixes 2013-05-08 20:47:07 +02:00
module3000.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
module3000.h
module.cpp
module.h
module.mk NEVERHOOD: Start with the MenuModule 2013-05-08 20:47:32 +02:00
mouse.cpp NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
mouse.h NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
navigationscene.cpp NEVERHOOD: Move setting of debug variables to the GameModule 2013-05-08 20:47:33 +02:00
navigationscene.h
neverhood.cpp NEVERHOOD: Start with the MenuModule 2013-05-08 20:47:32 +02:00
neverhood.h
palette.cpp NEVERHOOD: Remove TODOs concerning the original engine's debug code 2013-05-08 20:47:31 +02:00
palette.h NEVERHOOD: Remove TODOs concerning the original engine's debug code 2013-05-08 20:47:31 +02:00
resource.cpp NEVERHOOD: Graphics related changes/fixes: 2013-05-08 20:47:07 +02:00
resource.h NEVERHOOD: Use CursorMan 2013-05-08 20:47:07 +02:00
resourceman.cpp NEVERHOOD: Work on the resource system: 2013-05-08 20:47:07 +02:00
resourceman.h NEVERHOOD: Work on the resource system: 2013-05-08 20:47:07 +02:00
scene.cpp NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
scene.h NEVERHOOD: Remove Scene::_surfaceFlag which also is obsolete now 2013-05-08 20:47:32 +02:00
screen.cpp NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
screen.h NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
smackerplayer.cpp NEVERHOOD: Implement an experimental "render queue" to only draw and update what's actually changed; it works surprisingly well so far and only needs a few more changes here and there 2013-05-08 20:47:31 +02:00
smackerplayer.h NEVERHOOD: Implement Scene2802 (radio tuning scene) 2013-05-08 20:47:06 +02:00
smackerscene.cpp NEVERHOOD: Add making of video to the main menu 2013-05-08 20:47:33 +02:00
smackerscene.h NEVERHOOD: Fix Smacker framerate bug after the video decoder changes 2013-05-08 20:47:06 +02:00
sound.cpp
sound.h
sprite.cpp NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
sprite.h NEVERHOOD: Some cleanup: 2013-05-08 20:47:32 +02:00
staticdata.cpp
staticdata.h
todo.txt