aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Collapse)Author
2008-05-24Fixed compiler warning of unused variablePaul Gilbert
svn-id: r32239
2008-05-24Implemented LureEngine::pauseEngineInternPaul Gilbert
svn-id: r32238
2008-05-24Changed the delayed sequence list from using a system milliseconds expiry ↵Paul Gilbert
point to a milliseconds countdown - this should fix potential problems that could arise if a modal dialog was kept on-screen too long svn-id: r32237
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-04-19Added a debugger command 'script' to allow execution of script engine methodsPaul Gilbert
svn-id: r31568
2008-04-06Fixed warning. (The 'anim' variable shadowed the anim() function.)Torbjörn Andersson
svn-id: r31421
2008-04-06Replaced ManagedList with Common::SharedPtr in the rest of the lure engineFilippos Karapetis
svn-id: r31420
2008-04-06Replaced ManagedList with Common::SharedPtr in lure's sound systemFilippos Karapetis
svn-id: r31419
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵Max Horn
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413
2008-04-02Changed spaces to tabs.Torbjörn Andersson
svn-id: r31362
2008-03-19Commit of Hans de Goede's patches to the sound handling codePaul Gilbert
svn-id: r31194
2008-03-19Removed some unportable and unused code ;-)Max Horn
svn-id: r31193
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵Max Horn
Common::ADGameDescription instead) svn-id: r31121
2008-03-14Advanced Detector: Changed fallback detector from a callback function ↵Max Horn
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119
2008-02-16Bugfix for loading older savegame versionsPaul Gilbert
svn-id: r30879
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine ↵Max Horn
constructor svn-id: r30871
2008-02-14Changed error dialog display to exit ScummVM through the standard execution ↵Paul Gilbert
path rather than using the exit() method svn-id: r30866
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2008-01-29clibable menus for symbianLars Persson
svn-id: r30706
2008-01-28Changed array of method pointers to case statement to fix compiler error in ↵Paul Gilbert
earlier versions of gcc svn-id: r30672
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-24Got rid of the experimental NPC Schedule store in favour of moving the NPC ↵Paul Gilbert
schedules from the active hotspot class back into the hotspot data class, similiar to how the original game implements them svn-id: r30629
2008-01-22Bugfix for transformation sparkle to finish if the player changes room ↵Paul Gilbert
partway through animation svn-id: r30609
2008-01-20Fixed shadowing warning that I missedPaul Gilbert
svn-id: r30584
2008-01-20Fixed bug with saving of cached actor schedules and added saving of talk ↵Paul Gilbert
data flags svn-id: r30582
2008-01-19fixed potential unitialized variablePaweł Kołodziejski
svn-id: r30574
2008-01-18Enhanced Surface::writeSubstring to crop any string that exceeds the width ↵Paul Gilbert
of the surface - this fixes a visual glitch in the German version where some lines were so long they were exceeding the size of the screen svn-id: r30547
2008-01-18Increase talk dialog size by 2 pixels to accommodate a very long word in the ↵Paul Gilbert
German version svn-id: r30545
2008-01-17Bugfix for logging the description of actions being donePaul Gilbert
svn-id: r30532
2008-01-17Updated required lure.dat version numberPaul Gilbert
svn-id: r30526
2008-01-17Bugfix for the position and size of the copy protection dialog instructions ↵Paul Gilbert
in the German version svn-id: r30524
2008-01-16Added code fragment to correctly set the walk to position for Goewin (for ↵Paul Gilbert
interacting with her) both when she's in the Apothecary and when she's out walking svn-id: r30515
2008-01-12Bugfix for actors getting stuck (losing their schedule)Paul Gilbert
svn-id: r30435
2008-01-12Removed old copyright 2005-2006 line from several files so that their ↵Paul Gilbert
headers are consistant with the other files svn-id: r30433
2008-01-10Fix for debug logging of the current action namePaul Gilbert
svn-id: r30386
2008-01-10Fixed warnings.Torbjörn Andersson
svn-id: r30379
2008-01-10Replaced the Blacksmith hack with an NPC Schedules list that stores the ↵Paul Gilbert
active schedule of an NPC when it's deactivated in case it's later reactivated again. svn-id: r30378
2008-01-10Corrected the name of script method #39 which closes the town hall doorPaul Gilbert
svn-id: r30371
2008-01-10Added proper reset of barmen data when game is restarted, and added missing ↵Paul Gilbert
barman data to savegames svn-id: r30367
2008-01-10Bugfix for incorrect data being saved for the current NPC the barmen are servingPaul Gilbert
svn-id: r30365
2008-01-09Bugfix for #1866784 - Castle Skorl can be activated multiple timesPaul Gilbert
svn-id: r30354
2008-01-09Bugfix for #1866782 - fixes the issue with the Blacksmith being reactivated ↵Paul Gilbert
after earlier being deactivated in the middle of hammering the anvil svn-id: r30353
2008-01-09Fix for #1866777 - adds saving of hotspot layer to savegamesPaul Gilbert
svn-id: r30347
2008-01-09Fixed popup menu height so bottom action doesn't partially overlap the ↵Paul Gilbert
bottom border svn-id: r30346