aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-25patch 1984130: Add Tremolo infoKostas Nakos
svn-id: r34138
2008-08-25Added workaround for bug 2070751, long standing issue with item matching ↵Nicola Mettifogo
exposed after revision 32873. svn-id: r34135
2008-08-24Fix for bug #2055912: FW: incrustSprite fails on savegame loading.Kari Salminen
What little testing I did, this seems to work, but more testing would be nice. svn-id: r34132
2008-08-24new toolsWillem Jan Palenstijn
svn-id: r34131
2008-08-24New drascula.dat with fixed Italian stringsEugene Sandulenko
svn-id: r34128
2008-08-24Fixes for Italian strings thanks to glorfindel & co.Eugene Sandulenko
svn-id: r34126
2008-08-24Italian version now has properly translated verbs area as well as numerousEugene Sandulenko
fixes to object names. So new version of packet.005 was prepared. svn-id: r34124
2008-08-24Fix inventory.Eugene Sandulenko
svn-id: r34122
2008-08-24remove broken code, but i'll add better feature into compression toolPaweł Kołodziejski
svn-id: r34119
2008-08-24Add more versions of HE games.Travis Howell
svn-id: r34116
2008-08-23Fixing _itemsMap access (bug #2069177)Sven Hesse
svn-id: r34113
2008-08-23Another French version Humongous Catalog and another English DOS version of ↵Travis Howell
Fatty Bear's Birthday Surprise. svn-id: r34107
2008-08-22Remove warning about change of config file location under Windows, since it ↵Travis Howell
is frequently repeated (due to code restructures). The information is mentioned in the README anyway. svn-id: r34104
2008-08-22Designate fix for bug #2057619 as a hack, as that's what it is.Kari Salminen
svn-id: r34102
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; ↵Max Horn
adapted symbian backend accordingly svn-id: r34101
2008-08-22SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting ↵Max Horn
impl; also init _fsFactory in constructor, as it is needed to load the config file svn-id: r34100
2008-08-22Symbian backend does not have to implement config file methods, as long as ↵Max Horn
they are identical to those in the SDL backend... svn-id: r34099
2008-08-22Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need ↵Max Horn
for them to be singletons (actually true for all other FS factories) svn-id: r34098
2008-08-22Moved POSIXFilesystemNode class declaration to a new header file, to enable ↵Max Horn
subclassing svn-id: r34097
2008-08-22code formatting cleanupMax Horn
svn-id: r34096
2008-08-22Fixed error in parsing.Nicola Mettifogo
svn-id: r34093
2008-08-22Add another 3DO version of Fatty Bear's Birthday Surprise.Travis Howell
svn-id: r34090
2008-08-22Implement transition when entering a new location for BRA. Not ↵Nicola Mettifogo
pixel-perfect, but... let's e happy about it. svn-id: r34089
2008-08-21KYRA: Towns/PC-98-Audio: fixed bug where notes for which the hold flag was ↵Florian Kagerer
set were turned off nonetheless svn-id: r34087
2008-08-21Fixed warning.Torbjörn Andersson
svn-id: r34086
2008-08-21Fix typo.Kari Salminen
svn-id: r34084
2008-08-21Fix for bug #2057619: FW: Glitches in title display of demo (regression).Kari Salminen
This fix doesn't seem to break other Future Wars versions like r34039 did. Some versions of TITRE.ANI use 15 for transparency color, others use 0. Previously only one of the choices was supported, now both are recognized. svn-id: r34081
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo
svn-id: r34080
2008-08-21KYRA: Towns/PC-98-Audio: increased precision for envelope generator timing ↵Florian Kagerer
and tempo when using "odd" output rates like 48 kHz or 8 kHz svn-id: r34079
2008-08-21KYRA: Towns/PC-98-Audio: tempo fix for output rates other than 44100 HzFlorian Kagerer
svn-id: r34078
2008-08-20KYRA: Towns/PC-98-Audio: fix bug where pitch wheel is processed twice ↵Florian Kagerer
instead of once svn-id: r34076
2008-08-20Committed patch from bug #2062926 "GCC 4.x versions not detected by ↵Johannes Schickel
configure script". svn-id: r34074
2008-08-20Fixed warning.Johannes Schickel
svn-id: r34072
2008-08-20- add support for Italian floppy versionFlorian Kagerer
- more work on fm-towns music tempo svn-id: r34067
2008-08-20Fix font loading:Kari Salminen
Fixes bug #2058539: OS: Assert starting demo (regression). May possibly also fix bug #2019344: FW: crash with Amiga Italian version (photocopy room), but not sure about that because I couldn't reproduce the bug myself. svn-id: r34065
2008-08-20tempo fixFlorian Kagerer
svn-id: r34064
2008-08-20Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes ↵Kari Salminen
compiling under MSVC. svn-id: r34063
2008-08-20Removed already deleted file engines/scumm/thumbnail.cpp from MSVC project ↵Kari Salminen
files. svn-id: r34062
2008-08-20Oops fix save loading after last commit.Johannes Schickel
svn-id: r34061
2008-08-20Cleanup of thumbnail saving/loading code.Johannes Schickel
svn-id: r34060
2008-08-20Added graphics/thumbnail.cpp and graphics/thumbnail.h to MSVC project files.Kari Salminen
svn-id: r34059
2008-08-20Fix compilation: Changed 'not' to '!'.Kari Salminen
svn-id: r34057
2008-08-20Committed patch #2055831 "KYRA: ResFileEntry parent cache optimization".Johannes Schickel
svn-id: r34055
2008-08-20- Committed Max' compressed save backseeking support from patch #2050337 ↵Johannes Schickel
"KYRA/SCUMM: Thumbnail support/improvement" - Extended SCUMM engine to support savegames without thumbnail header. (Increased savegame version to prevent saves to be loaded from older ScummVM versions) - Fixed KYRA to properly support savegames without thumbnail header. svn-id: r34054
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵Johannes Schickel
(Without Max' compressed backward seeking support for now) svn-id: r34053
2008-08-20Unified member names in container/storage classes Array, HashMap and String: ↵Max Horn
_storage, _size, _capacity svn-id: r34052
2008-08-20Extended HashMap debug outputMax Horn
svn-id: r34051
2008-08-20Moved the mutex locking a bit. (Consistent with how the AGOS engine does it.)Torbjörn Andersson
svn-id: r34050
2008-08-20I believe the setVolume() function has to be guarded by a mutex. (I added ↵Torbjörn Andersson
this to the Tinsel engine a while back to fix mysterious problems, but forgot to add it elsewhere.) Maybe this will fix the mysterious IHNM crashes, as well? svn-id: r34048
2008-08-20Engine now returns to the menu when intro is over.Nicola Mettifogo
svn-id: r34047