Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-26 | Cleanup. | Nicola Mettifogo | |
svn-id: r34185 | |||
2008-08-26 | Add more versions of HE games. | Travis Howell | |
svn-id: r34184 | |||
2008-08-26 | Removed some unneeded sanity checks that have been introduced with the ↵ | Filippos Karapetis | |
latest cleanups svn-id: r34183 | |||
2008-08-26 | talk_dr_grande -> talk_drascula_big | Filippos Karapetis | |
talk_baul -> talk_trunk svn-id: r34182 | |||
2008-08-26 | Simplified several calls to copyBackground() | Filippos Karapetis | |
svn-id: r34181 | |||
2008-08-26 | Merged talk_vonBraun and talk_vonBraunpuerta | Filippos Karapetis | |
svn-id: r34180 | |||
2008-08-26 | Cleanup | Filippos Karapetis | |
svn-id: r34179 | |||
2008-08-25 | package tools_gui as scummvm_tools_gui | Willem Jan Palenstijn | |
svn-id: r34173 | |||
2008-08-25 | Refined the workaround for wrongly compressed audio. If the sample rate is given | Torbjö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-25 | Update readme | Kostas Nakos | |
svn-id: r34164 | |||
2008-08-25 | Reverted revision 34156 and revision 34153 (extract_cine and decine got ↵ | Kari Salminen | |
properly placed in revision 34162). svn-id: r34163 | |||
2008-08-25 | Fix for original game bug with the wall plug in chapter 5. | Filippos Karapetis | |
Fixes bug #2059621 - DRASCULA: Plug bug svn-id: r34160 | |||
2008-08-25 | Implemented continous screen updating while waiting for text input in v2 ↵ | Johannes Schickel | |
GUI. (based on LoK implementation) svn-id: r34157 | |||
2008-08-25 | Added 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-25 | Fix for bug #2062024 - "DRASCULA: Error talking with blind man" | Filippos Karapetis | |
svn-id: r34154 | |||
2008-08-25 | Added Cinematique archive file unpacker and script disassembler to tools. ↵ | Kari Salminen | |
NOT polished code so caveat emptor. svn-id: r34153 | |||
2008-08-25 | Fix 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 | |||
2008-08-25 | Added short delay(Millis) call while waiting for text input, should reduce ↵ | Johannes Schickel | |
CPU usage a little bit. svn-id: r34149 | |||
2008-08-25 | Added a warning to bug #2055912's fix committed in revision 34132. | Kari Salminen | |
svn-id: r34146 | |||
2008-08-25 | Fixed regression: show mouse and enable input in NS Demo. | Nicola Mettifogo | |
svn-id: r34144 | |||
2008-08-25 | patch 1868881: ini option to disable doubletap rmb | Kostas Nakos | |
svn-id: r34141 | |||
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos | |
svn-id: r34138 | |||
2008-08-25 | Added workaround for bug 2070751, long standing issue with item matching ↵ | Nicola Mettifogo | |
exposed after revision 32873. svn-id: r34135 | |||
2008-08-24 | Fix 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-24 | new tools | Willem Jan Palenstijn | |
svn-id: r34131 | |||
2008-08-24 | New drascula.dat with fixed Italian strings | Eugene Sandulenko | |
svn-id: r34128 | |||
2008-08-24 | Fixes for Italian strings thanks to glorfindel & co. | Eugene Sandulenko | |
svn-id: r34126 | |||
2008-08-24 | Italian version now has properly translated verbs area as well as numerous | Eugene Sandulenko | |
fixes to object names. So new version of packet.005 was prepared. svn-id: r34124 | |||
2008-08-24 | Fix inventory. | Eugene Sandulenko | |
svn-id: r34122 | |||
2008-08-24 | remove broken code, but i'll add better feature into compression tool | Paweł Kołodziejski | |
svn-id: r34119 | |||
2008-08-24 | Add more versions of HE games. | Travis Howell | |
svn-id: r34116 | |||
2008-08-23 | Fixing _itemsMap access (bug #2069177) | Sven Hesse | |
svn-id: r34113 | |||
2008-08-23 | Another French version Humongous Catalog and another English DOS version of ↵ | Travis Howell | |
Fatty Bear's Birthday Surprise. svn-id: r34107 | |||
2008-08-22 | Remove 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-22 | Designate fix for bug #2057619 as a hack, as that's what it is. | Kari Salminen | |
svn-id: r34102 | |||
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; ↵ | Max Horn | |
adapted symbian backend accordingly svn-id: r34101 | |||
2008-08-22 | SDL 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-22 | Symbian 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-22 | Turned 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-22 | Moved POSIXFilesystemNode class declaration to a new header file, to enable ↵ | Max Horn | |
subclassing svn-id: r34097 | |||
2008-08-22 | code formatting cleanup | Max Horn | |
svn-id: r34096 | |||
2008-08-22 | Fixed error in parsing. | Nicola Mettifogo | |
svn-id: r34093 | |||
2008-08-22 | Add another 3DO version of Fatty Bear's Birthday Surprise. | Travis Howell | |
svn-id: r34090 | |||
2008-08-22 | Implement 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-21 | KYRA: 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-21 | Fixed warning. | Torbjörn Andersson | |
svn-id: r34086 | |||
2008-08-21 | Fix typo. | Kari Salminen | |
svn-id: r34084 | |||
2008-08-21 | Fix 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-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo | |
svn-id: r34080 | |||
2008-08-21 | KYRA: 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 |