aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2008-02-02Converted parallaction engine to use MetaEngineMax Horn
svn-id: r30727
2008-02-02New MetaEngine class (work in progress to replace the current Engine plugin ↵Max Horn
API with a more object oriented approach) svn-id: r30726
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
svn-id: r30725
2008-02-01engine.h was moved from base/ to engines/ ages ago -- update header file ↵Max Horn
protector accordingly svn-id: r30724
2008-02-01Change InSaveFile -> SeekableReadStream where possibleMax Horn
svn-id: r30722
2008-01-31Slightly simplified Archive selection when loading resources.Nicola Mettifogo
svn-id: r30714
2008-01-30Changed the parameter types of setFlags() and clearFlags() to match their ↵Filippos Karapetis
definitions svn-id: r30711
2008-01-30Fix shadowing warningFilippos Karapetis
svn-id: r30710
2008-01-30Fix for bug #1881170 (AGI: palette-related glitches reported). Made AGIPAL ↵Kari Salminen
use only the lowest 6 bits of each color component (This should be the way the original AGIPAL-hack behaves too). svn-id: r30708
2008-01-29clibable menus for symbianLars Persson
svn-id: r30706
2008-01-29- Updated default char signing to signed (as per PC) in makefilesLars Persson
- Fix for Symbian scrolling problem in GOB3, expressions not evaluated properly resulting in offset beeing set to -1 and not the right offset. svn-id: r30703
2008-01-29Combined two cases that did the exact same thing (In a switch-clause).Kari Salminen
svn-id: r30702
2008-01-29More cleanup: kBit2 is now replaced by the BackgroundInfo structure.Nicola Mettifogo
svn-id: r30697
2008-01-29Fixed regression when displaying animation: the issue could only be noticed ↵Nicola Mettifogo
when characters appeared out of their sketches in the intro. svn-id: r30696
2008-01-29Cleanup (step 2). No code outside Gfx reference screen buffers anymore.Nicola Mettifogo
svn-id: r30695
2008-01-28Commit slightly modified patch #1880670 "KYRA: Hof: Zanthia chat fix for ↵Johannes Schickel
towns and floppy versions". svn-id: r30694
2008-01-28Replace lock/unlock/lock/unlock by lock/unlock for efficencyMax Horn
svn-id: r30693
2008-01-28- make Common::sort supporting a function object to compare two entries ↵Johannes Schickel
instead of operator < - adapt parallaction to use the new Common::sort function svn-id: r30692
2008-01-28Fixed typo in debug message.Torbjörn Andersson
svn-id: r30691
2008-01-28Cleanup (step 1).Nicola Mettifogo
svn-id: r30689
2008-01-28Fixed warning.Torbjörn Andersson
svn-id: r30688
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept ↵Nicola Mettifogo
to store the background picture. svn-id: r30687
2008-01-28Made halfbrite work again.Nicola Mettifogo
svn-id: r30685
2008-01-28Changed _c_moveSheet to work with only 1 buffer.Nicola Mettifogo
svn-id: r30684
2008-01-28Oops. Forgot to update this in the last commit.Nicola Mettifogo
svn-id: r30683
2008-01-28Changed guiSelectCharacter to work with only screen buffer.Nicola Mettifogo
svn-id: r30682
2008-01-28Move low level background management into Gfx.Nicola Mettifogo
svn-id: r30681
2008-01-28Fixed animation sorting: everything should be drawn like before revision ↵Nicola Mettifogo
30673 now. Character may still disappear when changing location because of wrong resource management, though. svn-id: r30680
2008-01-28Fix 'member var shadowed' warningMax Horn
svn-id: r30679
2008-01-28Fix compilationSven Hesse
svn-id: r30676
2008-01-28Removed all job routines. Stubs have been left for future reference in the ↵Nicola Mettifogo
code for BRA. svn-id: r30675
2008-01-28Oops. Forgot ScummVM header in new source file.Nicola Mettifogo
svn-id: r30674
2008-01-28All interactive objects are now drawn in the framebuffer instead of using ↵Nicola Mettifogo
the old kBitBack/kBitFront buffers. Animation are not sorted yet, so they can overlap in an inconsistent fashion for the time being. svn-id: r30673
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-27Possible fix for the errors under older versions of GCC (e.g. under BeOS)Filippos Karapetis
svn-id: r30661
2008-01-27Cleanup.Johannes Schickel
svn-id: r30657
2008-01-27Disabled a debug function which throws warnings in older versions of GCC ↵Filippos Karapetis
(e.g. under BeOS) svn-id: r30655
2008-01-27Fix for some problems introduced (like wrong text display) with last commit.Johannes Schickel
svn-id: r30654
2008-01-27- slightly refactored user settings handlingJohannes Schickel
- added user some settings handling for HoF svn-id: r30653
2008-01-27Really fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong".Eugene Sandulenko
Also replace default HE cursor (used in Lost) with correct one. svn-id: r30650
2008-01-27Limit the number of simultaneous open files in IHNM to 7, down from 12. This ↵Filippos Karapetis
is necessary for devices that can keep a limited amount of files open simultaneously, like the PSP svn-id: r30648
2008-01-27Commit patch #1869752 "KYRA: HoF startup patch for towns and floppy". ↵Johannes Schickel
(Slightly modified) svn-id: r30645
2008-01-25fix for wrong imuse table entry fixes #1879940Paweł Kołodziejski
svn-id: r30634
2008-01-25Fully fix bug #1660424 (KQ4: Zombie bug). The bug also affected room 18 in ↵Kari Salminen
addition to the room 16 that was already taken care of in revision 30482. svn-id: r30631
2008-01-24Added detection for fanmade AGI game Enclosure v1.03.Kari Salminen
svn-id: r30630
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-23Commit of patch #1877134 - "Drascula: Remove Spanish characters"Filippos Karapetis
svn-id: r30621