aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2007-05-13free decrunch buffer once protracker module is loadedGregory Montoir
svn-id: r26822
2007-05-10Fix glitches in pause options of Elvira 1.Travis Howell
svn-id: r26796
2007-05-09Fix compilation with MSVC8Filippos Karapetis
svn-id: r26793
2007-05-09Imrproved support for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26792
2007-05-08Fix masking issues in Amiga versions of Simon the Sorcerer 1.Travis Howell
svn-id: r26787
2007-05-08Fix compilation with MSVC8Filippos Karapetis
svn-id: r26784
2007-05-08Add palette difference when drawing images in Elvira 1.Travis Howell
svn-id: r26783
2007-05-07Don't attempt to decode unknown icon data formats.Travis Howell
svn-id: r26781
2007-05-07The Palette difference in inventory arrows, applies to AGA version of Simon ↵Travis Howell
the Sorcerer 1 too. svn-id: r26780
2007-05-07Fixes for conversation response in Waxworks.Travis Howell
svn-id: r26779
2007-05-07Fix inventory palette glitches in Elvira 2.Travis Howell
svn-id: r26775
2007-05-07Fix bug #1714096 - DIMP: Unable to start (regression).Travis Howell
svn-id: r26774
2007-05-07Fix inventory movement in Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26773
2007-05-07Set exact variable sizes for VC10 state, to avoid more regressions.Travis Howell
svn-id: r26770
2007-05-07Cleanup.Travis Howell
svn-id: r26769
2007-05-06Cleanup.Travis Howell
svn-id: r26759
2007-05-06Fix regression due to sign issue, which could cause crashes.Travis Howell
svn-id: r26758
2007-05-06Fix regression that caused input to fail, after load or save error occurs.Travis Howell
svn-id: r26756
2007-04-28Add code difference for inventory arrows in Amiga versions of Simon the ↵Travis Howell
Sorcerer 1. svn-id: r26641
2007-04-27Renamed agosgame.cpp -> detection_tables.hMax Horn
svn-id: r26634
2007-04-27Renamed some game.cpp files to detection.cppMax Horn
svn-id: r26623
2007-04-26Removing more semicolaMax Horn
svn-id: r26597
2007-04-18Update details for Russian translation of Simon the Sorcerer 1.Travis Howell
svn-id: r26543
2007-04-15Fix mouse regression in Swampy Adventures.Travis Howell
svn-id: r26503
2007-04-15Update reporting of invalid script opcodes.Travis Howell
svn-id: r26501
2007-04-15Fix Elvira 1 regression.Travis Howell
svn-id: r26500
2007-04-15Cleanup.Travis Howell
svn-id: r26497
2007-04-15Add eriktorbjorn's patch to split script opcodes into specific game engines.Travis Howell
svn-id: r26490
2007-04-15Cleanup.Travis Howell
svn-id: r26482
2007-04-15Split game engines, to allow further cleanups.Travis Howell
svn-id: r26481
2007-04-15Cleanup.Travis Howell
svn-id: r26480
2007-04-15Cleanup.Travis Howell
svn-id: r26479
2007-04-15Cleanup.Travis Howell
svn-id: r26478
2007-04-14Renamed AGOSEngine::midi to AGOSEngine::_midiMax Horn
svn-id: r26468
2007-04-10Correct details for Simon the Sorcerer 2 (DOS Floppy) with Russian patch.Travis Howell
svn-id: r26449
2007-04-10Remove two invalid entries for Simon the Sorcerer 2, since they use md5 ↵Travis Howell
checksums of the complete files (based on ICON.DAT). svn-id: r26448
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ↵Gregory Montoir
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. svn-id: r26357
2007-03-22Add Spanish version of Waxworks (DOS).Travis Howell
svn-id: r26273
2007-03-19Remove duplicate code, for clipping of mouse position.Travis Howell
svn-id: r26238
2007-03-18More AGOSEngine::waitForInput refactoringMax Horn
svn-id: r26218
2007-03-18Refactoring AGOSEngine::waitForInput some more (in baby steps, so that if I ↵Max Horn
break something, it'll be easier to figure out at which point I did it :) svn-id: r26210
2007-03-18Refactoring AGOSEngine::waitForInput a bit (by resolving gotos)Max Horn
svn-id: r26207
2007-03-18Changed AGOS to use the EventManager to track the mouse position; added a ↵Max Horn
FIXME comment about _mouseOld never being set svn-id: r26206
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
Fingolfin's blessings. Keyboard repeat is now handled by the event manager, rather than by individual engines. Since this can cause problems with some engines (see the AGI engine), the extra "key down" events are marked as "synthetic", so that they can be ignored if necessary. svn-id: r26170
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
svn-id: r26156
2007-03-14Update error messages in loadModule().Travis Howell
svn-id: r26131
2007-03-09Removing some unnecessary #includesMax Horn
svn-id: r26044
2007-02-27Change the volume of music channel of mixer, when adjusting music volume too.Travis Howell
svn-id: r25894
2007-02-26Add demo of Waxworks.Travis Howell
svn-id: r25876