aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Made some advanced detector stuff internal (for now), as it is only used by ↵Max Horn
AdvancedMetaEngine. Also removed obsolete ADVANCED_DETECTOR_DEFINE_PLUGIN macro svn-id: r30779
2008-02-03Removed some dead codeMax Horn
svn-id: r30778
2008-02-03cleanupMax Horn
svn-id: r30777
2008-02-03Fixed maximum token length for the parser.Nicola Mettifogo
svn-id: r30776
2008-02-03Implement exists(), isReadable() and isWritable().Marcus Comstedt
svn-id: r30773
2008-02-03Use vmsfs_delete_file now that libronin supports it...Marcus Comstedt
svn-id: r30772
2008-02-03instOp_on and instOp_off are now implemented, so removed warnings.Nicola Mettifogo
svn-id: r30771
2008-02-03Implemented a couple more opcodes and added capability to load/display ↵Nicola Mettifogo
static images in BRA. svn-id: r30770
2008-02-03- Character is now initialized when needed (for the moment only by NS)Nicola Mettifogo
- Forward lists are now bigger since BRA scripts are larger svn-id: r30769
2008-02-03Programs are now handled in their own list, instead of being accessed via ↵Nicola Mettifogo
the referring Animation. svn-id: r30768
2008-02-03Updated flags to use ASM costume for sam and maxLars Persson
svn-id: r30767
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