aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Collapse)Author
2009-10-26TINSEL: cleanupMax Horn
svn-id: r45417
2009-10-26TINSEL: Fix handling of free memory blocksMax Horn
svn-id: r45416
2009-10-26Change assert parameter to match the comment above it.Johannes Schickel
svn-id: r45415
2009-10-26Silence GCC warning.Torbjörn Andersson
svn-id: r45413
2009-10-26TINSEL: Further untangle memory managment.Max Horn
* Add new function MemoryNoAlloc * Make MemoryAlloc private * Get rid of params to various memory related functions svn-id: r45409
2009-10-26TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value ↵Max Horn
of MemoryReAlloc() svn-id: r45408
2009-10-26TINSEL: Remove dead stuff from memory managment code, doxygenify some commentsMax Horn
svn-id: r45402
2009-10-26TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() functionMax Horn
svn-id: r45401
2009-10-26TINSEL: cleanupMax Horn
svn-id: r45400
2009-10-26TINSEL: Move ExtractActor from scn.* to play.*Max Horn
svn-id: r45399
2009-10-26TINSEL: CleanupMax Horn
svn-id: r45398
2009-10-26TINSEL: Some cleanup to the BMV codeMax Horn
svn-id: r45397
2009-10-24Change "=" to ":=" in some module.mk files for consistency.Johannes Schickel
svn-id: r45364
2009-10-20TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine.Max Horn
Global C++ objects are not portable, as their constructors / destructors may never be called. svn-id: r45283
2009-10-20TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s)Max Horn
svn-id: r45271
2009-10-20TINSEL: Make lots of stuff in dialogs.cpp staticMax Horn
svn-id: r45270
2009-10-20TINSEL: Move BMV player code into a new BMVPlayer classMax Horn
svn-id: r45269
2009-10-20TINSEL: Start cleanup BMV codeMax Horn
svn-id: r45268
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
svn-id: r45233
2009-10-09Some const correctness changes; cleanupMax Horn
svn-id: r44850
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
svn-id: r44802
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-28Script workaround for partially off-screen text in DW1 GRAPaul Gilbert
svn-id: r44445
2009-09-27TINSEL: cleanupMax Horn
svn-id: r44416
2009-09-26FLAC support had a typo in detection, fixedMartin Kiewitz
svn-id: r44379
2009-09-24Oops, DoNextFrame() is supposed to return a valueFilippos Karapetis
svn-id: r44315
2009-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent ↵Filippos Karapetis
warnings and issues in compilers which don't support NORETURN svn-id: r44312
2009-09-24TINSEL: Fixed some warnings about unreachable codeFilippos Karapetis
svn-id: r44295
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the ↵Johannes Schickel
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266
2009-09-13Added workaround fix for Amazon conversation being cut off in Act 2Paul Gilbert
svn-id: r44050
2009-09-10Removed incorrect German Neon Edition MD5Paul Gilbert
svn-id: r44023
2009-09-08tinsel: correct mac cd checksums, made on files extracted as raw dataFabio Battaglia
svn-id: r44014
2009-09-08Tinsel: added (disabled) Discworld 1 MAC detection entryFabio Battaglia
svn-id: r44011
2009-09-07Added second German Neon Edition detection entryPaul Gilbert
svn-id: r44001
2009-08-28Added missing parameter size specifiers for the DW-GRA Palace Guards script ↵Paul Gilbert
fixes svn-id: r43777
2009-08-20Bugfix for assert in the DW2 Cartwheel scenePaul Gilbert
svn-id: r43558
2009-08-19Corrected comments in the bug workaround listPaul Gilbert
svn-id: r43529
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵Johannes Schickel
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512
2009-08-17Fix for some more !!HIGH STRINGS!! when talking to the palace guardsPaul Gilbert
svn-id: r43468
2009-08-15Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r43409
2009-08-14Fix incorrect memset() call (reported by Peter Bortas).Joost Peters
svn-id: r43375
2009-08-09Changed subtitles display speed to also include the time taken to say voice ↵Paul Gilbert
samples (if voices are turned on). This means subtitles will display for the same time irrespective of whether voices are on or not svn-id: r43150
2009-08-08Change workaround for bug #2820054 to apply for all GRA versions.Johannes Schickel
svn-id: r43123
2009-08-08Formatting fix.Johannes Schickel
svn-id: r43122
2009-08-08Fix for bug #2412336 "DW2: Voices cut off" (commit on behalf of dreammaster)Johannes Schickel
svn-id: r43120
2009-08-08Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ↵Johannes Schickel
which actually happened on all systems, when using the multilanguage version. svn-id: r43119
2009-08-08Commit of dhewg's patch to fix screen refreshes on the WiiPaul Gilbert
svn-id: r43112
2009-08-07Bugfix for #2831159 - Palace guards saying !!HIGH STRING!!Paul Gilbert
svn-id: r43093