Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hack | Kostas Nakos | |
svn-id: r42419 | |||
2009-07-12 | Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle ↵ | Johannes Schickel | |
uppercase properly". svn-id: r42418 | |||
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-12 | I am re-commiting the FORCE_RTL as a temporary solution | Max Lingua | |
in trunk, so that trunk/1.0rc is au pair feature-wise with 0.13.x. svn-id: r42403 | |||
2009-07-12 | Added a temporary work-around for PS2 backend in common/array.h | Max 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-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 | Restored several files after the version update. | Eugene Sandulenko | |
.in files are THE sources, and have to be modified, not the files generated from them. svn-id: r42358 | |||
2009-07-10 | Recreate FSNode after calling checkPath since checkPath may | Willem Jan Palenstijn | |
have created the directory the FSNode points to, invalidating its cached metadata. In the future, it might be nice to add a FSNode::rescan() function for this? This fixes #2793187 . svn-id: r42357 | |||
2009-07-10 | tinsel: proper detection entry for Discworld 1 Italian only CD | Fabio Battaglia | |
svn-id: r42356 | |||
2009-07-10 | Mention the Gob savegame format change and change the version from 0.14.0 to ↵ | Sven Hesse | |
1.0.0 there too svn-id: r42355 | |||
2009-07-10 | Fixing mismatched delete | Sven Hesse | |
svn-id: r42354 | |||
2009-07-10 | This is 1.0.0svn | Eugene Sandulenko | |
svn-id: r42346 | |||
2009-07-10 | Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc." | Filippos Karapetis | |
svn-id: r42345 | |||
2009-07-10 | Mention cruise support | Eugene Sandulenko | |
svn-id: r42328 | |||
2009-07-10 | Changed the status of the Tinsel engine to be enabled by default | Paul Gilbert | |
svn-id: r42322 | |||
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 | |||
2009-07-09 | Fix wrong format arugment. | Johannes Schickel | |
svn-id: r42301 | |||
2009-07-09 | Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", ↵ | Filippos Karapetis | |
with some slight formatting changes svn-id: r42300 | |||
2009-07-09 | restAdjust should be a signed integer. Fixes crashes with SCI1 games that ↵ | Filippos Karapetis | |
take absolute lofs parameters (a regression of commit #42260) svn-id: r42297 | |||
2009-07-09 | Cleanup rollDice (the results of the old and the new function are almost ↵ | Johannes Schickel | |
identical). svn-id: r42293 | |||
2009-07-09 | Cleanup. | Johannes Schickel | |
svn-id: r42292 |