aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17Do not use TO_LE_16 for the IMA ADPCM decoder as it breaks sound on BE systems.Matthew Hoops
svn-id: r39465
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-16SyncHenry Bush
svn-id: r39458
2009-03-16Add FreeSCI contributorsHenry Bush
svn-id: r39457
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-16Removed duplicate tobigun entry in COPYRIGHT fileMax Horn
svn-id: r39447
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
2009-03-16Fix crash regression in BRA introduction for now.Travis Howell
svn-id: r39444
2009-03-16Converted the Cruise engine to use the new Common::Serializer classPaul Gilbert
svn-id: r39443
2009-03-16Added a syncString variation needed for the Cruise enginePaul Gilbert
svn-id: r39442
2009-03-16Fixed most palette issues in BRA Amiga.Nicola Mettifogo
svn-id: r39441
2009-03-16Updated the MSVC project files of the tinsel, sci and scummvm projects for ↵Filippos Karapetis
the file changes which occurred in commits #39430 and #39439 svn-id: r39440
2009-03-16SCI: Removed sbtree code by Common::HashmapMax Horn
svn-id: r39439
2009-03-16SCUMM: Modified version of patch #1687041 (Scumm: Load-/Save-support for the ↵Max Horn
original save-dialog) svn-id: r39438
2009-03-16Patch #2658665: Implement getDevices() in backends/midi/dmedia.cppMax Horn
svn-id: r39437
2009-03-16SCUMM: Modified version of patch #2674880 (FOA: unique filename for ↵Max Horn
IQ-points file) svn-id: r39436
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ↵Filippos Karapetis
are used svn-id: r39435
2009-03-16Added mouse cursor to BRA Amiga. To be perfected.Nicola Mettifogo
svn-id: r39434
2009-03-15Call updateScreen() from the delay() function, like we do in so many otherTorbjörn Andersson
engines, to ensure smooth mouse movement. svn-id: r39433
2009-03-15Align ScummVM version string properly.Johannes Schickel
svn-id: r39432
2009-03-15Added the SVN revision to SCUMMVM_VERSION. The variable has be be set ↵Andre Heider
externally, e.g. 'make SCUMMVM_SVN_REVISION=x' svn-id: r39431
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
svn-id: r39429
2009-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵Max Horn
SCI engine svn-id: r39428
2009-03-15Fix small cursor for modern theme.Johannes Schickel
svn-id: r39426
2009-03-15LOL: - implemented original style random number generator for moving around ↵Florian Kagerer
the monsters svn-id: r39425
2009-03-15Updated MSVC project files for commit #39416 (moved vag.* from ↵Filippos Karapetis
engines/sword1/ to sound/) svn-id: r39423
2009-03-15LOL: - added some missing animations for the shopsFlorian Kagerer
- added support for dropping/picking up items (no throwing yet) svn-id: r39422
2009-03-15Cleanup.Johannes Schickel
svn-id: r39421
2009-03-15Fix for loading Kyra1 Amiga PAK files.Johannes Schickel
svn-id: r39420