aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-26SCI: Stop processing in kGetEvent after loadingWillem Jan Palenstijn
getSciEvent can trigger the main ScummVM menu, which can trigger loading a game, which will invalidate the game state that kGetEvent is operating on. Other kernel functions may still have the same problem, and a better solution may be necessary.
2015-04-25SCI: script patch qfg2 saurus freeze - bug #5156Martin Kiewitz
getting back on saurus in the desert by typing command "ride" freezes the game. This patch fixes the issue. Attention: difficult bug to fix, may cause issues
2015-04-25SCI: script patch for sq4cd, walk in bug #5468Martin Kiewitz
walk right up in the first room, only for SQ4 CD
2015-04-25SHERLOCK: Fixes and cleanup for checkObjectPaul Gilbert
2015-04-25SHERLOCK: Fix setting scene flags when leaving a scenePaul Gilbert
2015-04-25SHERLOCK: Fix saving and display of inventory itemsPaul Gilbert
2015-04-25SHERLOCK: Fix paging to end of journalPaul Gilbert
2015-04-25SHERLOCK: Journal paging fixPaul Gilbert
2015-04-25SHERLOCK: Fix crash displaying journal contents for LestradePaul Gilbert
2015-04-24SHERLOCK: Fix paging in the journalPaul Gilbert
2015-04-24SHERLOCK: Fix crash when entering backstage areaPaul Gilbert
2015-04-24SHERLOCK: Fix talk dialog buttonsPaul Gilbert
2015-04-24SHERLOCK: Fix minor gfx glitch when sliding up closing dialogsPaul Gilbert
2015-04-24SHERLOCK: Implement saving scene status when saving game or leaving scenePaul Gilbert
2015-04-24SHERLOCK: Formatting fixesPaul Gilbert
2015-04-24SHERLOCK: Fix display of look description dialogsPaul Gilbert
2015-04-24SCI: qfg1vga script patch 4 stag dagger bug #6135Martin Kiewitz
fixes animation issue when throwing a dagger at white stag in room 77
2015-04-24SHERLOCK: Fix loading/handling of sprite offsetsPaul Gilbert
2015-04-24SHERLOCK: Fix Sherlock disappearing when walking to examine objectsPaul Gilbert
2015-04-24SHERLOCK: Fix 'Press any key' interface messagesPaul Gilbert
2015-04-24SHERLOCK: Fix talk sequences being incorrectly startedPaul Gilbert
2015-04-24SHERLOCK: Fix button display in talk dialogPaul Gilbert
2015-04-24SHERLOCK: Fix restoring background as player icon moves on mapPaul Gilbert
2015-04-24SHERLOCK: Fix pathfinding for movement on map screenPaul Gilbert
2015-04-23SCI: fix Camelot save on map screen bug #6744Martin Kiewitz
don't put restored script windows into _windowList[]
2015-04-22SHERLOCK: Fix map path loadingPaul Gilbert
2015-04-22SHERLOCK: Fix display of Holmes' icon on overhead mapPaul Gilbert
2015-04-22SHERLOCK: Fix display of location names on overhead mapPaul Gilbert
2015-04-22SHERLOCK: Fix display of overhead mapPaul Gilbert
2015-04-22SHERLOCK: Fix leaving scenes via exit zonesPaul Gilbert
2015-04-22SHERLOCK: Fixes for multi-point walking routesPaul Gilbert
2015-04-22SHERLOCK: Fix thumbnails for savegames made via in-game files dialogPaul Gilbert
2015-04-22SHERLOCK: Hook up saving and loading via GMMPaul Gilbert
2015-04-22SHERLOCK: Hook up savegames to launcherPaul Gilbert
2015-04-22SHERLOCK: Fixes for saving and restoring gamesPaul Gilbert
2015-04-22SHERLOCK: Further fixes for entering savegame namesPaul Gilbert
2015-04-22SHERLOCK: Fix Files saves listing and save name entryPaul Gilbert
2015-04-21SHERLOCK: Implement savegame synchronizationPaul Gilbert
2015-04-21SHERLOCK: Implemented save game dialog event handlingPaul Gilbert
2015-04-21SCI: kDoBresen adjustments for SCI<=1_EGA, thx wjpMartin Kiewitz
2015-04-21SCI: fix bug in new workaround sig codeMartin Kiewitz
2015-04-21SHERLOCK: Beginnins of SaveManager classPaul Gilbert
2015-04-21SHERLOCK: Fix Setup dialog button handlingPaul Gilbert
2015-04-21SHERLOCK: Fix display of cursorPaul Gilbert
2015-04-21SHERLOCK: More darts game logicPaul Gilbert
2015-04-20SHERLOCK: Add some more code for the introStrangerke
2015-04-20MAEMO: Fix compilation.Tarek Soliman
Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be
2015-04-20SHERLOCK: Map path walking, beginnings of darts gamePaul Gilbert
2015-04-19SCI: workaround sig cleanup 2Martin Kiewitz
2015-04-19SCI: workaround sig cleanupMartin Kiewitz
old and now obsolete localCallOffset removed