aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Collapse)Author
2009-02-15Proper endianness handling in MatchingLevels().Joost Peters
Fixes #2603000 "DW2: Long pause entering Shades (big endian)" svn-id: r38316
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304
2009-02-07Handle endianness difference in RestoreActorReels() -- fixes bug 2569407 - ↵Joost Peters
DW2: Big Endian crash on loading saved game svn-id: r36245
2009-02-04correct endianness in SetActorRGB()Joost Peters
svn-id: r36220
2009-02-04Fix palette on big endianJoost Peters
svn-id: r36219
2009-02-04DW2/Tinsel2 endian fixes. Apart from some palette glitches the game is ↵Joost Peters
playable now. svn-id: r36218
2009-02-04DW2 endian fixesJoost Peters
svn-id: r36216
2009-02-04endian fixJoost Peters
svn-id: r36214
2009-02-02Fixed warning about implicit signed -> unsigned integer conversionMax Horn
svn-id: r36200
2009-02-02endian safetyJoost Peters
svn-id: r36199
2009-02-02t2PlayReel() endian fixesJoost Peters
svn-id: r36198
2009-02-02more endian fixesJoost Peters
svn-id: r36197
2009-02-01endian fixJoost Peters
svn-id: r36196
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
svn-id: r36142
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-28Silence GCC warning.Torbjörn Andersson
svn-id: r36122
2009-01-27cleanupMax Horn
svn-id: r36084
2009-01-25Fixed warning.Torbjörn Andersson
svn-id: r36059
2009-01-25some DW2 endian fixesJoost Peters
svn-id: r36058
2009-01-24fixing #2531282: don't fall back to a real audio CD when playing enhanced ↵Willem Jan Palenstijn
midi tracks svn-id: r36030
2009-01-20Mention that kSupportsRTL is problematic in tinselFilippos Karapetis
svn-id: r35969
2009-01-20Implemented loading from the command line and the GMM for tinsel ↵Filippos Karapetis
(kSupportsLoadingDuringStartup) svn-id: r35958
2009-01-20Fix another warningMax Horn
svn-id: r35934
2009-01-20Some WIP code for the kSupportsLoadingDuringStartup engine featureFilippos Karapetis
svn-id: r35932
2009-01-17Since users need to rename the sound and index files in DW2, throw nice GUI ↵Filippos Karapetis
error messages when these files are not found before dying with an error svn-id: r35886
2009-01-14Fix for non-looped tracks of the music enhancement project. Also, got rid of ↵Filippos Karapetis
the dwMidiIndex variable svn-id: r35862
2009-01-12Don't call _mixer->stopAll() when changing scenes, as this stops the ↵Filippos Karapetis
enhanced audio tracks as well. Sounds are stopped by stopAllSamples() svn-id: r35839
2009-01-12CleanupFilippos Karapetis
svn-id: r35838
2009-01-12Imitate the way the original game is playing MIDI tracks when playing ↵Filippos Karapetis
enhanced ones svn-id: r35837
2009-01-12Added support for the Discworld 1 Music Enhancement project. Big thanks to ↵Filippos Karapetis
James Woodcock for his work on both versions of the game (the *.GRA and *.SCN version) svn-id: r35836
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-27Added extra endian conversion. This may fix bug #2462700Paul Gilbert
svn-id: r35566
2008-12-24add comment for clarificationJoost Peters
svn-id: r35528
2008-12-24on systems that need alignment, allocate chunks that are a multiple of 4 to ↵Joost Peters
ensure we get aligned chunks. Otherwise, some pNode structs will be dereferenced from unaligned addresses. svn-id: r35527
2008-12-23change PPINIT's bools to uint8 to fix crash on OSX (see revision 33285 - ↵Joost Peters
must've been accidentally undone by the DW2 merge) svn-id: r35508
2008-12-23endian fixesJoost Peters
svn-id: r35506
2008-12-21Reduced the memory allocated for DW1 and DW1 demo by 5MBFilippos Karapetis
svn-id: r35464
2008-12-21Disable loading from command line again, it seems it only worked for saves, ↵Johannes Schickel
which did a cd change in DW2 and I only tested those by chance. svn-id: r35456
2008-12-20- Added comment about error check when loading save on startupJohannes Schickel
- Updated code to properly test the last three digits of save filenames instead of only the last two svn-id: r35455
2008-12-20Implemented support for loading saves from launcher / via command line.Johannes Schickel
svn-id: r35454
2008-12-20Fixed loading Discworld 2 savegames from GMM.Johannes Schickel
svn-id: r35453
2008-12-17move necessary code outside of assertWillem Jan Palenstijn
svn-id: r35414
2008-12-16Add target for CD demo of Discworld 1.Travis Howell
svn-id: r35405
2008-12-14Removed the comment about the DW1 Demo not being supportedPaul Gilbert
svn-id: r35356
2008-12-14Minor bugfix to string display in DW1 demoPaul Gilbert
svn-id: r35354
2008-12-13Workaround to correctly return control to the player in the DW1 Demo after ↵Paul Gilbert
using the prunes svn-id: r35334
2008-12-13Bugfixes for text display and animations in DW1 demoPaul Gilbert
svn-id: r35333
2008-12-13Added handling for record differences in the hotspot/polygon format in DW1 DemoPaul Gilbert
svn-id: r35331
2008-12-12Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime ↵Sven Hesse
(I've apparently misunderstood its intent) and using Mixer::getSoundElapsedTime() instead svn-id: r35317