aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-02-03Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'dRobin Watts
forgotten to define the enabling symbol in cpp files. Consequently I'd cocked up when copying the call to the ARM code across from my hacked costume.cpp into a fresh one. svn-id: r30766
2008-02-03Added asmCopy8Col from DS implementation. Changed names to match GFX.cpp ↵Lars Persson
(and DS names) svn-id: r30759
2008-02-03Changed ASM names to match those in the ARM asm implementationsLars Persson
svn-id: r30758
2008-02-03Fixed location switching in BRA a bit more.Nicola Mettifogo
svn-id: r30757
2008-02-03Animations are now displayed in the right spots in BRA.Nicola Mettifogo
svn-id: r30756
2008-02-03Added code to unpack and render animations in BRA.Nicola Mettifogo
svn-id: r30755
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-03Converted queen and sky to use MetaEngine (forgot them because they don't ↵Jordi Vilalta Prat
use the AdvancedDetector). svn-id: r30752
2008-02-03Missing ( in ASM_COSTUME codeLars Persson
svn-id: r30751
2008-02-03Introduce ARM code for commonest case of "proc3" costume blitting (asRobin Watts
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM define. Currently enabled for WinCE only. svn-id: r30750
2008-02-02Enabled rudimentary location switch in BRA.Nicola Mettifogo
svn-id: r30748
2008-02-02Subtitles are now displayed in the intro for BRA, though in wrong color (and ↵Nicola Mettifogo
I don't know why). svn-id: r30747
2008-02-02Fixed the description for the Gob2 Amiga demo (bug report #1883801)Sven Hesse
svn-id: r30745
2008-02-02Added the MD5 for Gob2 English Amiga as supplied by fac76 in bug report #1883808Sven Hesse
svn-id: r30744
2008-02-02Fixed warning.Torbjörn Andersson
svn-id: r30742
2008-02-02Fix GCC compile.Travis Howell
svn-id: r30741
2008-02-02BRA now loads and displays location backgrounds (at least in the intro).Nicola Mettifogo
svn-id: r30740
2008-02-02Cleanup of BRA menu code.Nicola Mettifogo
svn-id: r30739
2008-02-02Reworked menu in BRA (now functioning).Nicola Mettifogo
svn-id: r30737
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Allowed BackgroundInfo to display bitmaps smaller than the screen and other ↵Nicola Mettifogo
small tweaks to re-enable splash screens in BRA. svn-id: r30732
2008-02-02Some more integration of background code into BackgroundInfo.Nicola Mettifogo
svn-id: r30731
2008-02-02Fixed warning.Torbjörn Andersson
svn-id: r30730
2008-02-02Fix a typoJordi Vilalta Prat
svn-id: r30729
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