Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-14 | Bugfix for player being able to walk through some objects against room walls | Paul Gilbert | |
svn-id: r42471 | |||
2009-07-14 | commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert | Joost Peters | |
svn-id: r42470 | |||
2009-07-14 | TINSEL: Don't use ioFailed to check if a file was opened succesfuly | Max Horn | |
svn-id: r42468 | |||
2009-07-13 | Allow resource loading from EXT even if the TOT has none again | Sven Hesse | |
svn-id: r42463 | |||
2009-07-13 | tucker: added workaround for original game glitch (tracker item #2597763) | Gregory Montoir | |
svn-id: r42458 | |||
2009-07-13 | tucker: fixed issues with dirty rects handling (tracker item #2597763) | Gregory Montoir | |
svn-id: r42456 | |||
2009-07-13 | Refactor GUI options update into a function in Common: updateGameGUIOptions. | Johannes Schickel | |
svn-id: r42446 | |||
2009-07-13 | Add transparent GUI options update for SCUMM too. | Johannes Schickel | |
svn-id: r42445 | |||
2009-07-13 | Support transparent guioptions update on game launch for AdvancedMetaEngine. | Johannes Schickel | |
svn-id: r42444 | |||
2009-07-13 | Got rid of Screen_LoL::_paletteConvTable. | Johannes Schickel | |
svn-id: r42443 | |||
2009-07-13 | Fix compilation under Windows (The fabs-calls were causing error C2668 about ↵ | Kari Salminen | |
'ambiguous call to overloaded function'). svn-id: r42440 | |||
2009-07-13 | Fix for bug #2669415 (FW: half walking speed in a screen). | Kari Salminen | |
svn-id: r42439 | |||
2009-07-13 | Add one more type of IQ-points filename (for bug #2820803) | Willem Jan Palenstijn | |
svn-id: r42436 | |||
2009-07-13 | Fix bug #2820472 - MAZE: Keyboard input fault. | Travis Howell | |
svn-id: r42434 | |||
2009-07-12 | Patch #1936137: "Speech for Mac BS1 english" | Eugene Sandulenko | |
svn-id: r42423 | |||
2009-07-12 | oops, fix props | Kostas Nakos | |
svn-id: r42421 | |||
2009-07-12 | fix build with arm-asm routines | Kostas Nakos | |
svn-id: r42420 | |||
2009-07-12 | Add missing quotation mark to error message. | Johannes Schickel | |
svn-id: r42406 | |||
2009-07-12 | Added 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-12 | ScummVM/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-11 | Moved 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-11 | Changed an incorrect warning back to scidprintf - the relevant message is ↵ | Filippos Karapetis | |
for testing only svn-id: r42394 | |||
2009-07-11 | Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1) | Filippos Karapetis | |
svn-id: r42393 | |||
2009-07-11 | Removed the version parameter from GfxResManager | Filippos Karapetis | |
svn-id: r42387 | |||
2009-07-11 | If 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-11 | SCI: don't let TimerSongIterator loop forever, and don't immediately | Willem 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-11 | Fix pinball type mini game in Putt-Putt Enters The Race. | Travis Howell | |
svn-id: r42382 | |||
2009-07-11 | Explicitely 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-11 | Fix oversight in r42361 and also handle consecutive copied characters in SAGA. | Willem Jan Palenstijn | |
svn-id: r42378 | |||
2009-07-11 | Bugfix to properly save the currently playing midi music when saving a scene | Paul Gilbert | |
svn-id: r42377 | |||
2009-07-11 | Only error out, if checkStaticSelectorNames() fails. | Travis Howell | |
svn-id: r42376 | |||
2009-07-11 | Applied patch 2818733 - "SCI: Timer iterator for audio resources played via ↵ | Filippos Karapetis | |
doSound" svn-id: r42375 | |||
2009-07-11 | Applied slightly modified patch 2819002 - "SCI: resource-view-patch on ↵ | Filippos Karapetis | |
SQ5/German fix" svn-id: r42374 | |||
2009-07-11 | Removed an invalid detection entry | Filippos Karapetis | |
svn-id: r42373 | |||
2009-07-11 | Applied a slightly modified patch from clone2727 which adds static selector ↵ | Filippos Karapetis | |
names to some demos which are missing them (KQ4, LSL1, LSL3, Iceman and Christmas1992) svn-id: r42372 | |||
2009-07-11 | Fixed regression in the script parser from commit 42260 | Filippos Karapetis | |
svn-id: r42371 | |||
2009-07-11 | Added initialisation of paging screens when the game starts | Paul Gilbert | |
svn-id: r42370 | |||
2009-07-11 | Active background screens are now properly freed when the game exits | Paul Gilbert | |
svn-id: r42369 | |||
2009-07-11 | Bugfix to show the mouse cursor when restarting the game after returning to ↵ | Paul Gilbert | |
launcher svn-id: r42368 | |||
2009-07-11 | Removed the now uneeded "Screen::_disableScreen" flag. | Johannes Schickel | |
svn-id: r42366 | |||
2009-07-11 | Fix graphics not updating, when loading a save in Kyra1. This fixes problems ↵ | Johannes Schickel | |
when loading saves in rooms like Brynn's temple, which play animations directly on scene enter. svn-id: r42365 | |||
2009-07-11 | Fix bug #2819628 - DETECTOR: Atlantis CD sets wrong gui options. | Travis Howell | |
svn-id: r42364 | |||
2009-07-11 | Fix SAGA outline generation algorithm for characters | Willem Jan Palenstijn | |
that are copies of earlier characters. (5 characters in IHNM.) This fixes #1904624. svn-id: r42361 | |||
2009-07-11 | Fix recent regression in AGOSEngine_Simon1::drawImage(). | Travis Howell | |
svn-id: r42360 | |||
2009-07-10 | tinsel: proper detection entry for Discworld 1 Italian only CD | Fabio Battaglia | |
svn-id: r42356 | |||
2009-07-10 | Fixing mismatched delete | Sven Hesse | |
svn-id: r42354 | |||
2009-07-10 | Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc." | Filippos Karapetis | |
svn-id: r42345 | |||
2009-07-09 | Oops specify the correct revsision number in the fixme. | Johannes Schickel | |
svn-id: r42306 | |||
2009-07-09 | Add fixme about SCI32 specific code. | Johannes Schickel | |
svn-id: r42305 | |||
2009-07-09 | By comparing the commit log of r42300, it seems that "off" was renamed to ↵ | Johannes Schickel | |
"lastDirectoryOffset". I changed the SCI32 specific code to use that now. I can't assure this is anyhow correct, so anyone with knowledge of this code please check it. svn-id: r42303 |