26814 Commits

Author SHA1 Message Date
Max Horn
e5f58ef5bf Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase
svn-id: r34198
2008-08-27 20:41:28 +00:00
Max Horn
cb21c25e41 FSNode code: Merged most versions of lastPathComponent() into one new AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character
svn-id: r34197
2008-08-27 20:31:22 +00:00
Max Horn
79fafb7b6a Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behavior
svn-id: r34196
2008-08-27 19:29:41 +00:00
Max Horn
31320430de Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile
svn-id: r34194
2008-08-27 18:52:21 +00:00
Max Horn
5860aa45b7 Slightly modified form of patch #2043093: OS/2 patches for posix-fs
svn-id: r34193
2008-08-27 18:38:06 +00:00
Max Horn
44266bfc28 Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIcon
svn-id: r34192
2008-08-27 18:21:03 +00:00
Max Horn
baf975f072 cleanup
svn-id: r34191
2008-08-27 17:41:05 +00:00
Filippos Karapetis
de64aa9c4a Document some animations
svn-id: r34190
2008-08-27 10:00:32 +00:00
Filippos Karapetis
c89281e4a3 Fix for bug #2057200 - "IHNM: Invisible inventory objects"
svn-id: r34189
2008-08-26 14:26:43 +00:00
Johannes Schickel
df5c0b6d0c And for all of those who love recompiling most of ScummVM... fixed typo properly :-P
svn-id: r34188
2008-08-26 13:56:58 +00:00
Johannes Schickel
61f750832a Fixed typo. (Thanks to salty-horse for spotting it).
svn-id: r34187
2008-08-26 13:51:26 +00:00
Filippos Karapetis
cd3a904f78 Correct fix for bug #2073159 - "MICKEY: Incomplete computer message"
svn-id: r34186
2008-08-26 12:34:05 +00:00
Nicola Mettifogo
a403372ae1 Cleanup.
svn-id: r34185
2008-08-26 12:15:11 +00:00
Travis Howell
8669e6dcf4 Add more versions of HE games.
svn-id: r34184
2008-08-26 11:15:01 +00:00
Filippos Karapetis
d431bfa137 Removed some unneeded sanity checks that have been introduced with the latest cleanups
svn-id: r34183
2008-08-26 10:59:59 +00:00
Filippos Karapetis
dbbfaa4c83 talk_dr_grande -> talk_drascula_big
talk_baul -> talk_trunk

svn-id: r34182
2008-08-26 08:35:02 +00:00
Filippos Karapetis
0a2a468d83 Simplified several calls to copyBackground()
svn-id: r34181
2008-08-26 08:21:21 +00:00
Filippos Karapetis
3b0aba1c38 Merged talk_vonBraun and talk_vonBraunpuerta
svn-id: r34180
2008-08-26 08:05:36 +00:00
Filippos Karapetis
3a782bfc48 Cleanup
svn-id: r34179
2008-08-26 07:48:19 +00:00
Willem Jan Palenstijn
8c35bdf044 package tools_gui as scummvm_tools_gui
svn-id: r34173
2008-08-25 19:22:16 +00:00
Torbjörn Andersson
235ab94ef3 Refined the workaround for wrongly compressed audio. If the sample rate is given
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-25 18:47:27 +00:00
Kostas Nakos
7214ab5f5b Update readme
svn-id: r34164
2008-08-25 17:43:56 +00:00
Kari Salminen
4edb057693 Reverted revision 34156 and revision 34153 (extract_cine and decine got properly placed in revision 34162).
svn-id: r34163
2008-08-25 17:41:00 +00:00
Filippos Karapetis
e2fe740e35 Fix for original game bug with the wall plug in chapter 5.
Fixes bug #2059621 - DRASCULA: Plug bug

svn-id: r34160
2008-08-25 15:58:45 +00:00
Johannes Schickel
a6c931459b Implemented continous screen updating while waiting for text input in v2 GUI. (based on LoK implementation)
svn-id: r34157
2008-08-25 15:14:29 +00:00
Kari Salminen
f21cc823de Added info about cine_tools to tools/README. Also added a couple of FIXMEs to the cine_tools files about missing endian safeness.
svn-id: r34156
2008-08-25 15:14:20 +00:00
Filippos Karapetis
4abc98dfdf Fix for bug #2062024 - "DRASCULA: Error talking with blind man"
svn-id: r34154
2008-08-25 15:07:05 +00:00
Kari Salminen
0c16065463 Added Cinematique archive file unpacker and script disassembler to tools. NOT polished code so caveat emptor.
svn-id: r34153
2008-08-25 15:04:48 +00:00
Filippos Karapetis
a3404665f6 Fix for bug #2073159 - "MICKEY: Incomplete computer message".
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
2008-08-25 14:55:11 +00:00
Johannes Schickel
3b90f69a6e Added short delay(Millis) call while waiting for text input, should reduce CPU usage a little bit.
svn-id: r34149
2008-08-25 13:52:10 +00:00
Kari Salminen
41bbdc427d Added a warning to bug #2055912's fix committed in revision 34132.
svn-id: r34146
2008-08-25 12:00:38 +00:00
Nicola Mettifogo
18250a8560 Fixed regression: show mouse and enable input in NS Demo.
svn-id: r34144
2008-08-25 09:35:22 +00:00
Kostas Nakos
50b55a6f6f patch 1868881: ini option to disable doubletap rmb
svn-id: r34141
2008-08-25 08:48:46 +00:00
Kostas Nakos
2b2bfc04c1 patch 1984130: Add Tremolo info
svn-id: r34138
2008-08-25 08:11:52 +00:00
Nicola Mettifogo
08f5ac5c4d Added workaround for bug 2070751, long standing issue with item matching exposed after revision 32873.
svn-id: r34135
2008-08-25 06:32:08 +00:00
Kari Salminen
81e54d0555 Fix for bug #2055912: FW: incrustSprite fails on savegame loading.
What little testing I did, this seems to work, but more testing
would be nice.

svn-id: r34132
2008-08-24 23:16:37 +00:00
Willem Jan Palenstijn
4ec647c919 new tools
svn-id: r34131
2008-08-24 22:09:55 +00:00
Eugene Sandulenko
bd4db1ea51 New drascula.dat with fixed Italian strings
svn-id: r34128
2008-08-24 21:34:03 +00:00
Eugene Sandulenko
cc467bfe08 Fixes for Italian strings thanks to glorfindel & co.
svn-id: r34126
2008-08-24 21:32:37 +00:00
Eugene Sandulenko
a64491e905 Italian version now has properly translated verbs area as well as numerous
fixes to object names. So new version of packet.005 was prepared.

svn-id: r34124
2008-08-24 21:31:20 +00:00
Eugene Sandulenko
9521b9a12a Fix inventory.
svn-id: r34122
2008-08-24 21:28:20 +00:00
Paweł Kołodziejski
1f04462011 remove broken code, but i'll add better feature into compression tool
svn-id: r34119
2008-08-24 07:54:36 +00:00
Travis Howell
cfc274b695 Add more versions of HE games.
svn-id: r34116
2008-08-24 07:48:44 +00:00
Sven Hesse
5c060ef5d9 Fixing _itemsMap access (bug #2069177)
svn-id: r34113
2008-08-23 14:18:12 +00:00
Travis Howell
2f5da4f356 Another French version Humongous Catalog and another English DOS version of Fatty Bear's Birthday Surprise.
svn-id: r34107
2008-08-23 06:09:30 +00:00
Travis Howell
dded0de6c2 Remove warning about change of config file location under Windows, since it is frequently repeated (due to code restructures). The information is mentioned in the README anyway.
svn-id: r34104
2008-08-22 13:01:23 +00:00
Kari Salminen
d9d77fef03 Designate fix for bug #2057619 as a hack, as that's what it is.
svn-id: r34102
2008-08-22 12:11:51 +00:00
Max Horn
16e02f051d Turned SymbianFilesystemFactory from a singleton into a normal class; adapted symbian backend accordingly
svn-id: r34101
2008-08-22 11:49:34 +00:00
Max Horn
79751b07ae SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting impl; also init _fsFactory in constructor, as it is needed to load the config file
svn-id: r34100
2008-08-22 11:45:29 +00:00
Max Horn
a237ba75bc Symbian backend does not have to implement config file methods, as long as they are identical to those in the SDL backend...
svn-id: r34099
2008-08-22 11:41:14 +00:00