aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-08NEVERHOOD: Add Scene2701johndoe123
2013-05-08NEVERHOOD: More tables for Module2700johndoe123
2013-05-08NEVERHOOD: Add Scene2706johndoe123
- Move calcDistance from Class521 to graphics.cpp
2013-05-08NEVERHOOD: More work in Module2700johndoe123
2013-05-08NEVERHOOD: Updated datjohndoe123
2013-05-08NEVERHOOD: Add new SceneInfo2700 structure and some tables using it for ↵johndoe123
Module2700
2013-05-08NEVERHOOD: Start with Module2700 (doesn't do anything yet)johndoe123
2013-05-08NEVERHOOD: Add Scene2609 and hook Module2600 to the GameModulejohndoe123
2013-05-08NEVERHOOD: Start with Module2600 (missing Scene2609)johndoe123
2013-05-08NEVERHOOD: Add floor button to Scene1401johndoe123
2013-05-08NEVERHOOD: Add floor button ("Class429") to Scene2101johndoe123
2013-05-08NEVERHOOD: Add Module2100 and Scene2101 (not complete yet)johndoe123
2013-05-08NEVERHOOD: Add tables for Scene2101johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1901johndoe123
2013-05-08NEVERHOOD: Add Module1900 and Scene1901, Scene1907johndoe123
(Scene1908 is actually only used in another module...)
2013-05-08NEVERHOOD: Add Scene1609johndoe123
- Use Scene::insertSprite<> in all scenes
2013-05-08NEVERHOOD: Add leaveModule and leaveScenejohndoe123
(instead of using sendMessage directly)
2013-05-08NEVERHOOD: Add Module1600 and Scene1608 (stuff will be renamed later)johndoe123
2013-05-08NEVERHOOD: Add tables for Module1600 and Scene1608johndoe123
2013-05-08NEVERHOOD: Add Scene1109johndoe123
- Also fix some bugs regarding a missing parameter to setMessageList in various scenes
2013-05-08NEVERHOOD: Add tables for Scene1109johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1105johndoe123
2013-05-08NEVERHOOD: Start with Module1100 and add Scene1105johndoe123
2013-05-08NEVERHOOD: Replace InsertKlayman macros with template functions (still weird ↵johndoe123
but nicer)
2013-05-08NEVERHOOD: Try to cleanup sprite creation with a templated insertSprite ↵johndoe123
function (only in Module1000 so far)
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
surface member
2013-05-08NEVERHOOD: Move createModuleXXX/updateModuleXXX methodsjohndoe123
There are merged into createModule and updateModule in the GameModule class
2013-05-08NEVERHOOD: Move createSceneXXX/updateSceneXXX methodsjohndoe123
They are merged into createScene and updateScene for the other already implemented modules (I hope I didn't break too much :)
2013-05-08NEVERHOOD: Merge createSceneXXX/updateSceneXXX methods into createScene and ↵johndoe123
updateScene for Module1200
2013-05-08NEVERHOOD: Merge the three mouse classes into Mouse, introduce ↵johndoe123
insertMouse433 etc. methods and use them
2013-05-08NEVERHOOD: Merge Palette2 class into Palettejohndoe123
2013-05-08NEVERHOOD: Rename Palette2::addPalette to addBasePalette to prepare the ↵johndoe123
merge of the Palette/Palette2 classes
2013-05-08NEVERHOOD: Merge createSceneXXX/updateSceneXXX methods into createScene and ↵johndoe123
updateScene for Module1000
2013-05-08NEVERHOOD: Merge scene-specific createSceneXXX/updateSceneXXX methods into ↵johndoe123
createScene and updateScene (for Module2200 only so far)
2013-05-08NEVERHOOD: Remove unused resource preloading stuff (probably resource ↵johndoe123
preloading is not needed since the original game ran off slow double/quad-speed cd drives and preloading reduced stuttering while playing back then) - Add Klayman animation speedup
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: Use insertStaticSpritejohndoe123
2013-05-08NEVERHOOD: Multiple changes to make the game logic code cleaner (hopefully :)johndoe123
- Introduce Scene::insertStaticSprite to create static sprites instead of the old "addSprite(new StaticSprite" (not used everywhere yet) - Introduce macro InsertKlayman to create the Klayman object - Change sendMessage semantics from "receiver->sendMessage(num,arg,sender)" to "sendMessage(receiver,num,arg)", the sender is always the sending object ("this") - Similar changes using macros will follow - And fixed a bug in the elevator
2013-05-08NEVERHOOD: Add Scene1310 and Scene1311johndoe123
2013-05-08NEVERHOOD: Add Scene1317johndoe123
- Fix SmackerPlayer (last frame was dropped, this hopefully doesn't break other stuff...)
2013-05-08NEVERHOOD: Add Scene1308 (renaming of stuff todo)johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1308johndoe123
2013-05-08NEVERHOOD: Add Scene1307johndoe123
2013-05-08NEVERHOOD: Add Scene1306johndoe123
2013-05-08NEVERHOOD: Add tables for Scene1306johndoe123
2013-05-08NEVERHOOD: Add Scene1305johndoe123