Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | MOHAWK: Print the rect of the hotspot in the 'hotspot' command too | Matthew Hoops | |
svn-id: r52300 | |||
2010-08-23 | SCI: slightly changing msecs for scrolling | Martin Kiewitz | |
svn-id: r52299 | |||
2010-08-23 | SCI: Check for EOF and errors when reading from a file. Fixes bug #3049360 - ↵ | Filippos Karapetis | |
"SCI: Bug in file read/write operations" svn-id: r52298 | |||
2010-08-23 | SCI: Fix whitespace | Willem Jan Palenstijn | |
svn-id: r52297 | |||
2010-08-23 | CONFIG: Always sort 'scummvm' and keymapper domains first | Max Horn | |
svn-id: r52296 | |||
2010-08-23 | SCUMM: cleanup | Max Horn | |
svn-id: r52295 | |||
2010-08-23 | SCI: Fixed bug #3051163 - "MOTHERGOOSE: Crash at the very end" and merged 2 ↵ | Filippos Karapetis | |
SQ6 workarounds svn-id: r52294 | |||
2010-08-23 | MOHAWK: Add initial work for the dome sliders | Matthew Hoops | |
While the sliders cannot move yet, the game now knows if the puzzle is complete and whether you're over a slider or not. Drawing the sliders and moving the sliders will come next. svn-id: r52292 | |||
2010-08-22 | SCI: Fixed bug #3048908 - "PQ3EGA: Wrong speech bubble background colors" ↵ | Filippos Karapetis | |
and added a FIXME inside kGraphDrawLine svn-id: r52291 | |||
2010-08-22 | GOB - Suppress debug comments | Arnaud Boutonné | |
svn-id: r52290 | |||
2010-08-22 | SCI: Fixed bug #3050856 - "SQ3 : Crash at intro" | Filippos Karapetis | |
svn-id: r52289 | |||
2010-08-22 | GOB - Fix 2 bugs in Fascination Hebrew, now playable. | Arnaud Boutonné | |
Again, thanks SylvainTV for the debugging efforts svn-id: r52288 | |||
2010-08-22 | SCUMM: fix CD audio regression in Monkey Island 1 DOS/CD | Florian Kagerer | |
svn-id: r52287 | |||
2010-08-22 | GOB - Add detection for all the languages on Fascination CD | Arnaud Boutonné | |
Add detection for Spanish, Italian, German and French svn-id: r52286 | |||
2010-08-22 | i18n: Formatting fixes. | Thierry Crozat | |
svn-id: r52285 | |||
2010-08-22 | i18n: Implement po file parsing in create_translations tool | Thierry Crozat | |
Until now the parsing was done by the po2c perl script, which generated a messages.h file. The create_translations executable had then to be recompiled before being executed. This commit removes the po2c perl script. The parsing is now directly done by the create_translations tool. The parsing has also been extended to support the msgctxt strings. This is not dumped yet in translations.dat but will be once I have finished implementing context support for the translations. svn-id: r52284 | |||
2010-08-22 | SCI: Add uninit'd workaround for the SQ6 demo | Matthew Hoops | |
svn-id: r52283 | |||
2010-08-22 | NEWS: Mention dingux port | Fabio Battaglia | |
svn-id: r52282 | |||
2010-08-22 | SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI ↵ | Filippos Karapetis | |
debugger. There is no real need to implement kernel debug commands, but since this one maps almost directly to our own "show" debug command, it has been reimplemented (was removed in rev #45310). Normally, there is no real need to implement kernel functions for debug functionality, since there are advanced tools for this purpose nowadays (plus, ScummVM's debugger). Fixes bug #3050616 - "QFG1 EGA: priority/control/view functions crash, debug mode" svn-id: r52281 | |||
2010-08-22 | DINGUX: whitspace commit to start buildbot | Fabio Battaglia | |
svn-id: r52280 | |||
2010-08-22 | N64: add some comments to code | Fabio Battaglia | |
svn-id: r52277 | |||
2010-08-22 | N64: small fix to the port readme | Fabio Battaglia | |
svn-id: r52275 | |||
2010-08-22 | MP3: Fix seeking. | Johannes Schickel | |
Formerly we did not read the first chunk of MP3 data after seeking. This resulted in incorrect sound output in the Freddy Pharkas demo when the sound was compressed with MP3 for example. svn-id: r52272 | |||
2010-08-22 | PSP: switched from stdio to psp functions -- dramatic speed improvement | Yotam Barnoy | |
Turns out that stdio is about 30x(!) slower than using the PSP's functions. Very significant optimization. svn-id: r52271 | |||
2010-08-22 | N64: fix some signed/unsigned int comparison warnings | Fabio Battaglia | |
svn-id: r52270 | |||
2010-08-22 | SCI: Fix a bug in kFileIOWriteString. The first return statement should go ↵ | Matthew Hoops | |
inside the if-statement. svn-id: r52269 | |||
2010-08-21 | GRAPHICS: Extend Surface::fill() method to support 32bits. Looks ugly | Eugene Sandulenko | |
svn-id: r52268 | |||
2010-08-21 | GOB: Clean up of Fascination code | Arnaud Boutonné | |
Move Fascination specific function to appropriate classes, plus some style modifications svn-id: r52267 | |||
2010-08-21 | SCI: improving delaying transitions | Martin Kiewitz | |
should hopefully make them run better on different platforms (some platforms dont update on every updateScreen call, so the transitions worked much faster there (e.g. wii) and some other platforms dont have that much power, so transitions were slower on those) svn-id: r52266 | |||
2010-08-21 | Hugo: Some formatting fixes. | Johannes Schickel | |
svn-id: r52265 | |||
2010-08-21 | SCI: now fading color 255 as well in sci1.1 | Martin Kiewitz | |
looks better, although sierra didn't do that (examples: qfg3 demo/intro) svn-id: r52264 | |||
2010-08-21 | SCI: removing debug output from r52259 | Martin Kiewitz | |
svn-id: r52263 | |||
2010-08-21 | N64: Remove some unused variable and silence some signed/unsigned comparison ↵ | Fabio Battaglia | |
warnings svn-id: r52262 | |||
2010-08-21 | i18n: Changed wording of messages about translations.dat file. | Johannes Schickel | |
svn-id: r52261 | |||
2010-08-21 | i18n: Formatting fixes. | Johannes Schickel | |
svn-id: r52260 | |||
2010-08-21 | SCI: fixing resourcemgr for pharkas/german | Martin Kiewitz | |
pharkas/german has duplicate resource entries inside the main resource files and we used the first ones. This results in half of the game being english and umlauts missing. We now use the last entries, which will fix all those issues (fixes bug #3039551) svn-id: r52259 | |||
2010-08-21 | Reverted part of r52256, it's not really undefined behavior (the two parts ↵ | Filippos Karapetis | |
of the bitwise OR aren't reading from the same source) svn-id: r52258 | |||
2010-08-21 | i18n: Style fixes. | Johannes Schickel | |
svn-id: r52257 | |||
2010-08-21 | SCI: Fixed potentially undefined behavior | Filippos Karapetis | |
svn-id: r52256 | |||
2010-08-21 | SCI: Added support for the DEL key | Filippos Karapetis | |
svn-id: r52255 | |||
2010-08-21 | SCI: add support for Control-C in earlier SCI games, too | Filippos Karapetis | |
svn-id: r52254 | |||
2010-08-21 | SCI added the "init" selector to the list of static selectors of LB2 floppy ↵ | Filippos Karapetis | |
(which has no selector vocabulary), so that the workarounds of the CD version match with the ones from the floppy version svn-id: r52253 | |||
2010-08-21 | SCI: Fixed bug #3048911 - "Keyboard discrepancies in all SCI games" by ↵ | Filippos Karapetis | |
handling synthetic (keyboard repeat) events and adding support for Control-C svn-id: r52252 | |||
2010-08-21 | SCI: Fixed bug #3050122 - "QFG3: Crash after throwing the spear of death" | Filippos Karapetis | |
svn-id: r52251 | |||
2010-08-21 | SCI: Added a detection entry for LSL5 (bug report #3049771) | Filippos Karapetis | |
svn-id: r52250 | |||
2010-08-21 | COMMON: Added equality operators to Common::Rect | Paul Gilbert | |
svn-id: r52249 | |||
2010-08-20 | GOB: Add an initGame() for Fascination. | Arnaud Boutonné | |
Added in order to suppress the speaker and the adlib flag. When the speaker flag is set, some sounds are skipped. The adlib flag will be required the day the MDY/TBR player will work: SB music for the moment svn-id: r52247 | |||
2010-08-20 | SCI: added another comment to kRandom | Martin Kiewitz | |
about hoyle4 svn-id: r52246 | |||
2010-08-20 | FM-TOWNS AUDIO: fix possible crash | Florian Kagerer | |
(This crash might have occured on very slow machines or when using valgrind) svn-id: r52245 | |||
2010-08-20 | SCI: kRandom now exactly behaving like sierra sci | Martin Kiewitz | |
hoyle4 and lsl5 door code work now svn-id: r52244 |