aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2008-07-21Fixed a small SFX issue with AGOSChristopher Page
svn-id: r33180
2008-07-21Spacing.Travis Howell
svn-id: r33168
2008-07-21Avoid branching in the inner loop of AGOS drawVertImageCompressedBertrand Augereau
svn-id: r33167
2008-07-16Split the drawVertImage function in the agos engine to make it clearer Bertrand Augereau
and easier to profile svn-id: r33083
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵Christopher Page
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082
2008-07-14AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ↵Christopher Page
so that music and sfx are separately controlled via the Options menu svn-id: r33065
2008-07-14Register spilling avoided in AGOS background drawing (and 2x unrolling)Bertrand Augereau
svn-id: r33062
2008-07-10Lure works with the new GMM implementationChristopher Page
svn-id: r32996
2008-07-10Removed unnecessary #inlcudesChristopher Page
svn-id: r32984
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events ↵Christopher Page
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ↵Christopher Page
event queue. Quit and RTL events have been added, and are now tracked by the DefaultEventManager using shouldQuit() and shouldRTL(). AGOS is working with this new implementation, other engines to follow. svn-id: r32952
2008-06-26Added syncSoundSettings() to Engine, sound settings can now be modified from ↵Christopher Page
the global main menu for most engines svn-id: r32815
2008-06-26Fixed quitting from BASS intro, cleaned up comments in agosChristopher Page
svn-id: r32793
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So ↵Christopher Page
far agi, agos, and cine are now using the new _quit flag. svn-id: r32770
2008-06-16AGOS: Found a system->quit(), changed to _quit=trueChristopher Page
svn-id: r32718
2008-06-12AGOS: Fixed a memory leak in the AGOS engineChristopher Page
svn-id: r32679
2008-05-28Merged revisions ↵Christopher Page
32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-32163,32165-32168,32170-32173,32175-32179,32181-32191,32193-32202,32204-32205,32209-32214,32216,32218,32220-32235,32237-32266,32269-32271,32273-32290,32292-32295,32297-32317,32319-32323,32325-32328,32330-32331,32334-32338,32343-32347 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32350
2008-05-24Add Max's patch for AGOSEngine::pauseEngineIntern().Travis Howell
svn-id: r32241
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-22AGOS: Fixed a memory leak from earlier in a better wayChristopher Page
svn-id: r32219
2008-05-21AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and ↵Christopher Page
_zoneBuffers) svn-id: r32208
2008-05-20AGOS Engine: Began implementation for a new quit event which will cleanly ↵Christopher Page
return to the launcher. This replaces the old shutdown() method within delay() svn-id: r32203
2008-05-14Fixed memory leak when returning to launcher in AGOS engine by properly ↵Christopher Page
creating and deleting midi driver pointer svn-id: r32129
2008-05-13Fixed memory leak by deallocating memory used by window->iconPtrChristopher Page
svn-id: r32094
2008-05-13used memmove() instead of memcpy() to fix memory overlap errorChristopher Page
svn-id: r32088
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-18Always correct time events duration, when saving games.Travis Howell
svn-id: r31557
2008-04-17Fix bug #1932150 - SIMON1: Sousaphone Bug.Travis Howell
svn-id: r31527
2008-04-17Fix Bug #1555117 - SIMON2: Cannot load Savegame.Travis Howell
svn-id: r31526
2008-04-16Correct time events duration, when saving in Elvira 1.Travis Howell
svn-id: r31516
2008-04-16Minor cleanup.Travis Howell
svn-id: r31514
2008-04-16Remove unused opcode and minor cleanup.Travis Howell
svn-id: r31513
2008-04-16Cleanup.Travis Howell
svn-id: r31512
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-03-29Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1.Travis Howell
svn-id: r31300
2008-03-27Add work around for script bug in The Feeble Files.Travis Howell
svn-id: r31260
2008-03-26And don't attempt to play sound, when the sound file isn't loaded in The ↵Travis Howell
Feeble Files. svn-id: r31240
2008-03-26Remove error for missing sound files in The Feeble Files, due to fault in ↵Travis Howell
French version. svn-id: r31239
2008-03-26Move code to ignore invalid characters.Travis Howell
svn-id: r31238
2008-03-26Ooops, correct error in conversion of The Feeble Files font data.Travis Howell
svn-id: r31237
2008-03-26Always ignore invalid characters, when using charset data.Travis Howell
svn-id: r31236
2008-03-26Switch all font data to hexadecimal and sort by language name.Travis Howell
svn-id: r31235
2008-03-25Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1.Travis Howell
svn-id: r31233
2008-03-24Correct background color when displaying saved game list in Amiga versions ↵Travis Howell
of Simon the Sorcerer 1. svn-id: r31230
2008-03-23Fix name locking in Waxworks, and cleanup.Travis Howell
svn-id: r31229
2008-03-23Remove left over debug code.Travis Howell
svn-id: r31225
2008-03-23Add comments about unknown cases and remove unused cases in parseNextEvent().Travis Howell
svn-id: r31224
2008-03-22Add support for room states in Waxworks (DOS).Travis Howell
svn-id: r31218
2008-03-19Correct extra field for Amiga floppy versions of Simon the Sorcerer 1.Travis Howell
svn-id: r31190