aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-20MADS: Phantom: Move Exit and Climb to verbs. Review calls to isAction, use ↵Strangerke
isObject instead when needed
2015-10-20MADS: Phantom: Some refactoring and renamingStrangerke
2015-10-20MADS: Phantom: Fix calls to setDynamicAnim in Scene 101Strangerke
2015-10-20MADS: Phantom: Implement scene 113, some renamingStrangerke
2015-10-20MADS: Phantom: Implement scene 112Strangerke
2015-10-19MADS: Phantom: Implement scene 111. Remove dead 'breaks'.Strangerke
2015-10-19MADS: Phantom: Move "lock" to the list of verbsStrangerke
2015-10-19MADS: Phantom: Implement scene 110Strangerke
2015-10-19MADS: Phantom: Implement scene 109Strangerke
2015-10-19MADS: Phantom: Some renaming in scene 108Strangerke
2015-10-18MADS: Phantom: Fix some hotspot rects in scene 103, implement scene 108Strangerke
2015-10-18MADS: Phantom: Add logic for scene 107Strangerke
2015-10-18MADS: Phantom: Implement scene 106Strangerke
2015-10-18MADS: Phantom: Fix code formattingStrangerke
2015-10-18MADS: Phantom: Fix hotspot rects, remove some dead codeStrangerke
2015-10-18MADS: Phantom: Fix several calls to startPingPongCycle, addSpriteCycle and ↵Strangerke
addReverseSpriteCycle
2015-10-18MADS: Phantom: Add logic for scene 105Strangerke
Use an enum in various calls of _scene->_dynamicHotspots.add()
2015-10-16MADS: Phantom: Fix some code formattingStrangerke
2015-10-16MADS: Phantom: Implement logic for scene 104Strangerke
2015-10-15MADS: Phantom: Some renamingStrangerke
2015-10-15MADS: Phantom: Fix calls to addSpriteCycle, remove duplicated sequence functionStrangerke
2015-10-15MADS: Add logic for scene 103, some rework on animationsStrangerke
2015-10-13MADS: Phantom: Rewrite logic for Scene102Strangerke
2015-10-12MADS: Phantom: Add some more logic for scene 101Strangerke
2015-10-10MADS: Phantom: Add a check on conversation restore in scene 1XX, rework some ↵Strangerke
checks
2015-10-10MADS: Phantom: Implement Scene101::enter(), add some empty (new) engine ↵Strangerke
functions
2015-09-22MADS: Phantom - Implement Scene1xx functionsStrangerke
2015-09-21MADS: Allow multiple animations for Phantom and later gamesStrangerke
2015-08-30Merge branch 'master' into phantomPaul Gilbert
Conflicts: engines/mads/phantom/game_phantom.cpp engines/mads/phantom/globals_phantom.h engines/mads/phantom/phantom_scenes.h engines/mads/phantom/phantom_scenes1.cpp engines/mads/phantom/phantom_scenes1.h engines/sherlock/events.cpp engines/sherlock/inventory.cpp engines/sherlock/journal.cpp engines/sherlock/map.cpp engines/sherlock/map.h engines/sherlock/module.mk engines/sherlock/music.cpp engines/sherlock/music.h engines/sherlock/objects.cpp engines/sherlock/objects.h engines/sherlock/people.cpp engines/sherlock/people.h engines/sherlock/resources.cpp engines/sherlock/resources.h engines/sherlock/scalpel/drivers/adlib.cpp engines/sherlock/scalpel/drivers/mididriver.h engines/sherlock/scalpel/scalpel.cpp engines/sherlock/scalpel/scalpel_scene.cpp engines/sherlock/scalpel/scalpel_scene.h engines/sherlock/scalpel/scalpel_user_interface.cpp engines/sherlock/scalpel/scalpel_user_interface.h engines/sherlock/scalpel/settings.cpp engines/sherlock/scalpel/tsage/logo.cpp engines/sherlock/scalpel/tsage/logo.h engines/sherlock/scene.cpp engines/sherlock/scene.h engines/sherlock/screen.cpp engines/sherlock/screen.h engines/sherlock/sherlock.cpp engines/sherlock/sherlock.h engines/sherlock/sound.cpp engines/sherlock/sound.h engines/sherlock/surface.cpp engines/sherlock/surface.h engines/sherlock/talk.cpp engines/sherlock/talk.h engines/sherlock/tattoo/tattoo.cpp engines/sherlock/tattoo/tattoo.h engines/sherlock/tattoo/tattoo_scene.cpp engines/sherlock/tattoo/tattoo_scene.h engines/sherlock/tattoo/tattoo_user_interface.cpp engines/sherlock/tattoo/tattoo_user_interface.h engines/sherlock/user_interface.cpp engines/sherlock/user_interface.h
2015-08-30SHERLOCK: SS: Make _frameRate unsigned to fix GCC warningsPaul Gilbert
2015-08-30SHERLOCK: SS: Fix speed of intro sequencePaul Gilbert
2015-08-30SHERLOCK: Syntax fixesPaul Gilbert
2015-08-30DEBUGGER: Add clarifying commentTorbjörn Andersson
2015-08-30SHERLOCK: Add "listfiles" debugger commandTorbjörn Andersson
To make it easier to use the "dumpfile" command. There is little- to-no sanity checking in this one...
2015-08-29SHERLOCK: RT: Don't check for gameplay keys when entering copy protectionPaul Gilbert
2015-08-29SHERLOCK: RT: Fix crash visiting Lawton's house after he's fledPaul Gilbert
2015-08-30SHERLOCK: Finish implementation of song / songs debugger commandsTorbjörn Andersson
This adds support for Rose Tattoo and 3DO version of Serrated Scalpel.
2015-08-29SHERLOCK: RT: Fix resetting cursor after buying coffee from GreengrocerPaul Gilbert
2015-08-29SHERLOCK: RT: Reset each person _resetNPCPath when starting a scriptPaul Gilbert
2015-08-29SHERLOCK: RT: Replace constant with it's proper enum valuePaul Gilbert
2015-08-29SHERLOCK: Fix comment typosTorbjörn Andersson
2015-08-29SHERLOCK: Rework the "song" debugger commandTorbjörn Andersson
Instead of taking a room number (which didn't work in Rose Tattoo), it now takes a song name. To see which songs are available, use the "songs" command. Note that this is still only works for Serrated Scalpel, since I haven't implemented getting a list of available songs for Rose Tattoo. I need to study the resource manager a bit first...
2015-08-29DEBUGGER: Add function for printing a StringArray in columnsTorbjörn Andersson
2015-08-29SHERLOCK: RT: Fix playing music when displaying the mapPaul Gilbert
2015-08-29SHERLOCK: RT: Add extra delay after showing scene image in the mapPaul Gilbert
The original relied on the delay loading the resources for the scene to show the image for a few seconds, but since scene loading is so much faster now, introduce an extra delay to keep it briefly on-screen
2015-08-29SHERLOCK: RT: Fix redundant extra wait after talking to LLoyd JonesPaul Gilbert
2015-08-28SHERLOCK: RT: Workaround for monkey cap cutscene ending too quicklyPaul Gilbert
Somewhat unusually, the cutscene for the monkey stealing Hodgkins cap (wilb29a.tlk) is ended immediately after they both run off-screen, but the characters aren't properly marked as hidden until several seconds later when another script, 30cuend, is called. If a user saved the game really quickly before 30cuend is fired, it can leave the game in an in-consistent state. This commit fixes that by forcing the WAIT cursor to remain active until 30cuend has executed.
2015-08-28SHERLOCK: RT: Enforce wait cursor when pausing without control in scriptsPaul Gilbert
2015-08-27SHERLOCK: RT: Reset _npcIndex when loading savegamePaul Gilbert
2015-08-27SHERLOCK: RT: Fix previous commit, and make talkTo virtualPaul Gilbert