aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-03-18Fix compile of SCI engine.Travis Howell
svn-id: r39517
2009-03-18Renamed resmgr.cpp -> gfx_resmgr.cppFilippos Karapetis
Moved all files from gfx/resource/* to gfx/* svn-id: r39515
2009-03-18Slight cleanupFilippos Karapetis
svn-id: r39514
2009-03-18Cleaned up graphics initialization a bitFilippos Karapetis
svn-id: r39513
2009-03-18Postpone loading of mask and path data on BRA. This fixed locations in which ↵Nicola Mettifogo
mask and path are defined before the screen bitmap. svn-id: r39512
2009-03-18CleanupFilippos Karapetis
svn-id: r39506
2009-03-18Minor corrections and cleanup.Travis Howell
svn-id: r39505
2009-03-18Add another Spanish DOS version of Loom (EGA).Travis Howell
svn-id: r39502
2009-03-17CleanupFilippos Karapetis
svn-id: r39501
2009-03-17Further objectification of the graphics resource managerFilippos Karapetis
svn-id: r39499
2009-03-17Fix warning.Johannes Schickel
svn-id: r39498
2009-03-17Started objectifying the graphics resource manager (refer to patch #2689887)Filippos Karapetis
svn-id: r39492
2009-03-17Fixing the last commit, by using the right type in the cast.Nicola Mettifogo
svn-id: r39491
2009-03-17Another explicit cast for a historic compiler.Nicola Mettifogo
svn-id: r39490
2009-03-17Removed one of the overloads of SoundMan::execute(), to make retarded ↵Nicola Mettifogo
compiler happy. Added a couple of explicit casts from bool to int, so that other compiler don't complain instead. svn-id: r39489
2009-03-17LOL: added some new drawing code required for some shapes and fixed a minor ↵Florian Kagerer
text displaying bug svn-id: r39487
2009-03-17Fixed the transparency problems of static objects in BRA.Nicola Mettifogo
svn-id: r39486
2009-03-17SCI: Added TODO: Merge SegInterface and MemObject? And some cleanupMax Horn
svn-id: r39485
2009-03-17SCI: Got rid of various SegManager::free_* methodsMax Horn
svn-id: r39484
2009-03-17SCI: fix warningMax Horn
svn-id: r39483
2009-03-17sword1: clean background buffers before writing on them in psx decoding ↵Fabio Battaglia
functions svn-id: r39480
2009-03-17sword1: cleanupFabio Battaglia
svn-id: r39479
2009-03-17Renamed some defines:Filippos Karapetis
- FREESCI_CURRENT_SAVEGAME_VERSION, FREESCI_MINIMUM_SAVEGAME_VERSION -> CURRENT_SAVEGAME_VERSION, MINIMUM_SAVEGAME_VERSION (saved games are not compatible with FreeSCI's ones anymore) - _K_VIEW_SIG_FLAG_FREESCI_STOPUPD -> _K_VIEW_SIG_FLAG_STOPUPD (like the rest of the flags) - Removed FREESCI_KFUNCT_GLUTTON (unused) svn-id: r39478
2009-03-17sword1: optimize drawing routine for screen 54Fabio Battaglia
svn-id: r39477
2009-03-17Removed the "About FreeSCI" menu as discussed in -devel, now that the ↵Filippos Karapetis
FreeSCI contributors have been moved to the AUTHORS file svn-id: r39476
2009-03-17sword1: enable psx background caching for screen 54 (bull's head) tooFabio Battaglia
svn-id: r39475
2009-03-17Additional palette is loaded on colors 1-15.Nicola Mettifogo
svn-id: r39474
2009-03-17Fixed the remaining palette problems by loading the shadow (mask) file for ↵Nicola Mettifogo
static objects. svn-id: r39473
2009-03-17Fix regression, caused by my change to adjustForPalette().Travis Howell
svn-id: r39472
2009-03-17Fix graphical glitches in the Amiga version of BRA, the height seems to be ↵Travis Howell
off by one. svn-id: r39471
2009-03-17Fix regression in the Amiga demo of BRA, the common sub directory doesn't ↵Travis Howell
exist in the demo. svn-id: r39470
2009-03-17Sound files don't always exist in the Amiga version of BRA.Travis Howell
svn-id: r39469
2009-03-17Sound files don't always exist in the Amiga version of BRA.Travis Howell
svn-id: r39468
2009-03-17Add support for loading palette files in the Amiga version of BRA.Travis Howell
svn-id: r39467
2009-03-17Enable sound effects in the Amiga version of BRA.Travis Howell
svn-id: r39466
2009-03-17Change adjustForPalette(), to skip transparency color (zero).Travis Howell
svn-id: r39464
2009-03-16Cleanup.Travis Howell
svn-id: r39463
2009-03-16sword1: cache decompressed psx version backgrounds, to avoid uncompressing ↵Fabio Battaglia
them at every screen update. svn-id: r39462
2009-03-16sword1: added caching for train.plx when playing psx versionFabio Battaglia
svn-id: r39461
2009-03-16Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!).Kari Salminen
svn-id: r39456
2009-03-16LOL: - implemented item throwingFlorian Kagerer
svn-id: r39455
2009-03-16Cine::Palette: Make saturatedAddColor-methods more like their old ↵Kari Salminen
counterparts transformPaletteRange and transformColor. svn-id: r39454
2009-03-16Prefix Cine's endian types with CINE_ so they don't clash with already ↵Kari Salminen
defined LITTLE_ENDIAN and/or BIG_ENDIAN on some platforms. svn-id: r39453
2009-03-16Add endianness handling to Cine::Palette's load and save functions.Kari Salminen
svn-id: r39452
2009-03-16It seems that the SCI GUI code tries to show rectangles with negative ↵Filippos Karapetis
height. Added some sanity checks for this, but the *real* problem lies elsewhere svn-id: r39451
2009-03-16Changed the temporary helper functions to definesFilippos Karapetis
svn-id: r39450
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper ↵Filippos Karapetis
functions are used to easily change types between Common::Rect and rect_t, until rect_t is removed svn-id: r39449
2009-03-16Update main menu items, to match original Amiga version of BRA.Travis Howell
svn-id: r39448
2009-03-16Add talk position adjustment to loadTalk for Amiga version of BRA too.Travis Howell
svn-id: r39446
2009-03-16Code formatting, added further constant references, and corrected method ↵Paul Gilbert
signatures svn-id: r39445