aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-14Change key combination to dump all script, due to conflict.Travis Howell
svn-id: r42478
2009-07-14Fix some typos and grammar in sword1's ↵Kari Salminen
Sound::checkSpeechFileEndianness-function's comments. svn-id: r42477
2009-07-14Add detection for Playtoons CK 3 (FR)Arnaud Boutonné
svn-id: r42476
2009-07-14Updated xcode projectOystein Eftevaag
svn-id: r42475
2009-07-14Add workaround for bug #1538873 - SIMON1 (French): Text wrongly displayed.Travis Howell
svn-id: r42474
2009-07-14add workaround for #2687172: BASS: Occasional loss of speechJoost Peters
svn-id: r42473
2009-07-14Bugfix to cursor updates - it previously required that both X and Y ↵Paul Gilbert
positions had changed before a cursor change could occur svn-id: r42472
2009-07-14Bugfix for player being able to walk through some objects against room wallsPaul Gilbert
svn-id: r42471
2009-07-14commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert Joost Peters
svn-id: r42470
2009-07-14Removing ioFailed() usage and fixing a leak in case of errorSven Hesse
svn-id: r42469
2009-07-14TINSEL: Don't use ioFailed to check if a file was opened succesfulyMax Horn
svn-id: r42468
2009-07-13Allow resource loading from EXT even if the TOT has none againSven Hesse
svn-id: r42463
2009-07-13Completed name of the creator of our logoMax Horn
svn-id: r42459
2009-07-13tucker: added workaround for original game glitch (tracker item #2597763)Gregory Montoir
svn-id: r42458
2009-07-13tucker: fixed issues with dirty rects handling (tracker item #2597763)Gregory Montoir
svn-id: r42456
2009-07-13Unify PS2 and non-PS2 alloc code in Common::Array code (if this causes ↵Max Horn
regressions somewhere, we better find a fix that also works on PS2) svn-id: r42455
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
svn-id: r42446
2009-07-13Add transparent GUI options update for SCUMM too.Johannes Schickel
svn-id: r42445
2009-07-13Support transparent guioptions update on game launch for AdvancedMetaEngine.Johannes Schickel
svn-id: r42444
2009-07-13Got rid of Screen_LoL::_paletteConvTable.Johannes Schickel
svn-id: r42443
2009-07-13Add Drascula engine to the creditsEugene Sandulenko
svn-id: r42441
2009-07-13Fix compilation under Windows (The fabs-calls were causing error C2668 about ↵Kari Salminen
'ambiguous call to overloaded function'). svn-id: r42440
2009-07-13Fix for bug #2669415 (FW: half walking speed in a screen).Kari Salminen
svn-id: r42439
2009-07-13Add one more type of IQ-points filename (for bug #2820803)Willem Jan Palenstijn
svn-id: r42436
2009-07-13Fix bug #2820472 - MAZE: Keyboard input fault.Travis Howell
svn-id: r42434
2009-07-13Reverted my previous change (fprintf vs fputs),Max Lingua
and properly implemented fputs for stderr case on PS2 ;-) svn-id: r42433
2009-07-12Remove double endlineWillem Jan Palenstijn
svn-id: r42430
2009-07-12On PS2 use "fprintf" (as in 0.13.x ) to print error messages to stderr,Max Lingua
rather than "fputs", which is buggy in the PS2 implementation. svn-id: r42429
2009-07-12Split _eof vs. _err.Max Lingua
Latter defaults to false for now, there are hooks for possible future implementation. svn-id: r42428
2009-07-12Patch #1936137: "Speech for Mac BS1 english"Eugene Sandulenko
svn-id: r42423
2009-07-12oops, fix propsKostas Nakos
svn-id: r42421
2009-07-12fix build with arm-asm routinesKostas Nakos
svn-id: r42420
2009-07-12Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hackKostas Nakos
svn-id: r42419
2009-07-12Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle ↵Johannes Schickel
uppercase properly". svn-id: r42418
2009-07-12Add missing quotation mark to error message.Johannes Schickel
svn-id: r42406
2009-07-12Added support for sub-relation message types - this fixes trying to attach ↵Paul Gilbert
the chain to the hook on the deck svn-id: r42405
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
- general file write corruption (eg. ScummVM.ini, etc.) - COMI specific save crash / corruption (added option in engines/scumm/saveload.cpp to disable thumbnails on PS2, as emergency fallback in case the fix should prove to be insufficient) - implemented _screenChange logic (fixes grabOverlay & COMI popup menu) - fixed higher pitch (chipmunk fx) - made NET IRXs optional to allow it to work on fat PS2 without net+hd - fixed cursor restore on RTL - added "." as R2 to skip single lines of dialog - added write cache svn-id: r42404
2009-07-12I am re-commiting the FORCE_RTL as a temporary solutionMax Lingua
in trunk, so that trunk/1.0rc is au pair feature-wise with 0.13.x. svn-id: r42403
2009-07-12Added a temporary work-around for PS2 backend in common/array.hMax Lingua
cause its vintage compiler does not support "new T[newCapacity]()" but only "new T[newCapacity]", this will let it compile through. It's ifdef'd as __PLAYSTATION2__, so it won't make a difference for other backends with more modern tools. svn-id: r42402
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're ↵Filippos Karapetis
static data, which never changes during a game) svn-id: r42398
2009-07-11Changed an incorrect warning back to scidprintf - the relevant message is ↵Filippos Karapetis
for testing only svn-id: r42394
2009-07-11Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1)Filippos Karapetis
svn-id: r42393
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
svn-id: r42387
2009-07-11If we fail to auto-detect either the volume or the map version, set the one ↵Filippos Karapetis
to be equal to the other svn-id: r42386
2009-07-11SCI: don't let TimerSongIterator loop forever, and don't immediatelyWillem Jan Palenstijn
signal completion when starting it. This fixes a sync issue with the departing spaceship at the start of SQ4CD (after the intro). svn-id: r42385
2009-07-11Fix pinball type mini game in Putt-Putt Enters The Race.Travis Howell
svn-id: r42382
2009-07-11Explicitely instantiate the decompressWizImage() templates, so that they ↵Sven Hesse
won't be optimized away, as they are also used in akos.cpp svn-id: r42380
2009-07-11Fix oversight in r42361 and also handle consecutive copied characters in SAGA.Willem Jan Palenstijn
svn-id: r42378
2009-07-11Bugfix to properly save the currently playing midi music when saving a scenePaul Gilbert
svn-id: r42377
2009-07-11Only error out, if checkStaticSelectorNames() fails.Travis Howell
svn-id: r42376