aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-31Shutting up a warning on systems where char is signed by defaultSven Hesse
svn-id: r34225
2008-08-31Fixed leak with Input class, introduced in commit 34206.Nicola Mettifogo
svn-id: r34224
2008-08-31More cleanup.Nicola Mettifogo
svn-id: r34223
2008-08-31Cleanup.Nicola Mettifogo
svn-id: r34222
2008-08-31Removed extra semicolon detected by salty-horse pesky compiler.Nicola Mettifogo
svn-id: r34221
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
svn-id: r34220
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with ↵Nicola Mettifogo
regards of gui code, which is now independent of engine version. svn-id: r34219
2008-08-30Added some The Last Dynasty stubsSven Hesse
svn-id: r34217
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
svn-id: r34216
2008-08-30cleanupMax Horn
svn-id: r34215
2008-08-30TINSEL: The engine version is an integer, not a bitfieldMax Horn
svn-id: r34214
2008-08-30TINSEL: Remove some unused code; and duplicated the 4-FLAGS version ↵Max Horn
detection entry (one copy for each language) for the user's convenience svn-id: r34213
2008-08-30TINSEL: Write config changes to diskMax Horn
svn-id: r34212
2008-08-30cleanupMax Horn
svn-id: r34211
2008-08-30TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW ↵Max Horn
(only 4 flags version has been tested; see also bug #2048383) svn-id: r34210
2008-08-30Removed global g_system.Nicola Mettifogo
svn-id: r34209
2008-08-30Added a whitespace, just for salty-horse.Torbjörn Andersson
svn-id: r34208
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
svn-id: r34206
2008-08-29Updated msvc8 and msvc9 project files for latest FS changes.Johannes Schickel
svn-id: r34205
2008-08-29Made out-of-memory error in SCUMM a bit more verboseMax Horn
svn-id: r34201
2008-08-28Some extra HashMap testsMax Horn
svn-id: r34200
2008-08-27Removed various uses of scumm_stricmp by the more readable ↵Max Horn
String::equalsIgnoreCase and String:: compareToIgnoreCase svn-id: r34198
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new ↵Max Horn
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197
2008-08-27Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behaviorMax Horn
svn-id: r34196
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵Max Horn
Compile svn-id: r34194
2008-08-27Slightly modified form of patch #2043093: OS/2 patches for posix-fsMax Horn
svn-id: r34193
2008-08-27Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIconMax Horn
svn-id: r34192
2008-08-27cleanupMax Horn
svn-id: r34191
2008-08-27Document some animationsFilippos Karapetis
svn-id: r34190
2008-08-26Fix for bug #2057200 - "IHNM: Invisible inventory objects"Filippos Karapetis
svn-id: r34189
2008-08-26And for all of those who love recompiling most of ScummVM... fixed typo ↵Johannes Schickel
properly :-P svn-id: r34188
2008-08-26Fixed typo. (Thanks to salty-horse for spotting it).Johannes Schickel
svn-id: r34187
2008-08-26Correct fix for bug #2073159 - "MICKEY: Incomplete computer message"Filippos Karapetis
svn-id: r34186
2008-08-26Cleanup.Nicola Mettifogo
svn-id: r34185
2008-08-26Add more versions of HE games.Travis Howell
svn-id: r34184
2008-08-26Removed some unneeded sanity checks that have been introduced with the ↵Filippos Karapetis
latest cleanups svn-id: r34183
2008-08-26talk_dr_grande -> talk_drascula_bigFilippos Karapetis
talk_baul -> talk_trunk svn-id: r34182
2008-08-26Simplified several calls to copyBackground()Filippos Karapetis
svn-id: r34181
2008-08-26Merged talk_vonBraun and talk_vonBraunpuertaFilippos Karapetis
svn-id: r34180
2008-08-26CleanupFilippos Karapetis
svn-id: r34179
2008-08-25package tools_gui as scummvm_tools_guiWillem Jan Palenstijn
svn-id: r34173
2008-08-25Refined the workaround for wrongly compressed audio. If the sample rate is givenTorbjörn Andersson
as 11025 Hz, it should be 11840 Hz. However, a fixed version of compress_queen won't necessarily produce files with that sample rate, since LAME will resample the sounds to 12000 Hz. I.e. we can only override the rate if it's exactly 11025. svn-id: r34169
2008-08-25Update readmeKostas Nakos
svn-id: r34164
2008-08-25Reverted revision 34156 and revision 34153 (extract_cine and decine got ↵Kari Salminen
properly placed in revision 34162). svn-id: r34163
2008-08-25Fix for original game bug with the wall plug in chapter 5.Filippos Karapetis
Fixes bug #2059621 - DRASCULA: Plug bug svn-id: r34160
2008-08-25Implemented continous screen updating while waiting for text input in v2 ↵Johannes Schickel
GUI. (based on LoK implementation) svn-id: r34157
2008-08-25Added info about cine_tools to tools/README. Also added a couple of FIXMEs ↵Kari Salminen
to the cine_tools files about missing endian safeness. svn-id: r34156
2008-08-25Fix for bug #2062024 - "DRASCULA: Error talking with blind man"Filippos Karapetis
svn-id: r34154
2008-08-25Added Cinematique archive file unpacker and script disassembler to tools. ↵Kari Salminen
NOT polished code so caveat emptor. svn-id: r34153
2008-08-25Fix for bug #2073159 - "MICKEY: Incomplete computer message".Filippos Karapetis
Random numbers are calculated from 1 onwards in the preAGI engines, but there was an off-by one error. I'm currently hesitant to add this fix to the 0.12.0 branch, as I'm unsure if it has any possible regressions in Troll's Tale or Winnie the Pooh svn-id: r34152