aboutsummaryrefslogtreecommitdiff
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-03Updated number of icons in the icon fileLars Persson
svn-id: r30764
2008-02-03Updated libs used for ASMLars Persson
svn-id: r30763
2008-02-03GFX asm defines updated properly. Custume #define turned off since this is ↵Lars Persson
crashing. svn-id: r30762
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a ↵Oystein Eftevaag
different directory structure and permission setup svn-id: r30761
2008-02-03Added template param to CLIP since implicit cast is not working 100% on all ↵Lars Persson
platforms. Target type is int32 so used that. svn-id: r30760
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-03Forgot to enable ASM opts somewhere (thought I had).Lars Persson
svn-id: r30753
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-02Corrected an off-by-one error introduced with the latest cleanupsFilippos Karapetis
svn-id: r30743
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-02CleanupFilippos Karapetis
svn-id: r30738
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-02Update MSVC8 and MSVC9 project files for commit #30726Filippos Karapetis
svn-id: r30735
2008-02-02Simplified iconLars Persson
svn-id: r30734
2008-02-02Now using customized SVG as icon for S60v3 and not bitmap. Original ScummVM ↵Lars Persson
svg icon does not work on S60 phones (rendering is corrupt) svn-id: r30733
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-01Moved enum PluginError from base/plugins.h to common/error.hMax Horn
svn-id: r30723
2008-02-01Change InSaveFile -> SeekableReadStream where possibleMax Horn
svn-id: r30722
2008-01-31Second part of patch #1880781: "BeOS port for scummvm"Eugene Sandulenko
svn-id: r30720
2008-01-31Add Begasusu as an official BeOS builderEugene Sandulenko
svn-id: r30717
2008-01-31Patch #1880781: "BeOS port for scummvm"Eugene Sandulenko
svn-id: r30715
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-30Add ListWidget version with immediate parameters.Eugene Sandulenko
svn-id: r30709
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