aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
* Updated Parallaction and SAGA to use the new decoder infrastructure. svn-id: r41465
2009-06-12Rename KeyRemapper dialog to KeyMapperEugene Sandulenko
svn-id: r41462
2009-06-12Cleanup of sound code.Nicola Mettifogo
svn-id: r41461
2009-06-12* Replaced the A8SVXDecoder class with a function to return an AudioStream ↵Nicola Mettifogo
in trunk/sound/. * Refactored sound code in Parallaction to use the new Audio::make8SVXStream. svn-id: r41460
2009-06-12Removed a leftover printf().Nicola Mettifogo
svn-id: r41459
2009-06-12* Final version of the IFF parsing code.Nicola Mettifogo
* Refactored ILBMDecoder usage from disk code. svn-id: r41458
2009-06-11Fix Operation Stealth's 2nd arcade sequence's revolving doors.Kari Salminen
- Now the doors actually do revolve when before they didn't. - The fix was to alias the 9th background with the collision page directly when loading collision page data. This way changes written to the 9th background go to the collision page and vice versa (And there were changes in the labyrinth). - Also converted _bgTable from a pure array to a Common::Array svn-id: r41453
2009-06-11Added set of CoCo3 AGI gamesEugene Sandulenko
svn-id: r41452
2009-06-10Point to the Cursor and AudioCD Managers to help engine authors following ↵Jordi Vilalta Prat
the right path. svn-id: r41433
2009-06-10Add a convenience wrapper to CursorMan for checking whether cursor palettes ↵Johannes Schickel
are supported. svn-id: r41432
2009-06-10Extend documentation for "kFeatureCursorHasPalette".Johannes Schickel
svn-id: r41430
2009-06-10Gob detection : Arnaud Boutonné
- use GUIO_NOSPEECH and GUIO_NOSUBTITLES intensively, as there is no control other them even when they are present - Replace non-ASCII characters by hex values svn-id: r41429
2009-06-10Fix a bug in disableCursorPalette, where it never allowed the palette to be ↵Johannes Schickel
enabled properly again. svn-id: r41428
2009-06-10Fix documentation for debugC and debugCN, relying on special debug levels.Johannes Schickel
svn-id: r41425
2009-06-10Added support for loading savegames from the launcherPaul Gilbert
svn-id: r41424
2009-06-10Added variable to savegame format so that savegames can be correctly loaded ↵Paul Gilbert
from the ScummVM launcher svn-id: r41423
2009-06-10Added debugCN() call which does not add newline automaticallyEugene Sandulenko
svn-id: r41421
2009-06-10Clarify that Cygwin is not supported as building platform anymoreEugene Sandulenko
svn-id: r41419
2009-06-09Fixed CLEARSven Hesse
svn-id: r41409
2009-06-09SCI: Moved SCI1 audio map handling into the resource manager.Walter van Niftrik
svn-id: r41408
2009-06-09Added a workaround for Win Lost in Time.Sven Hesse
It's got VMD files which are still referenced as IMD svn-id: r41407
2009-06-09Win Lost in Time is multi-lingual (British, French, Spanish)Sven Hesse
svn-id: r41406
2009-06-09Multi-lingual Inca2 version (American, French, German, Italian, Spanish)Sven Hesse
svn-id: r41405
2009-06-09Win Gob1 is multi-lingual (British, French, German, Italian, Spanish)Sven Hesse
svn-id: r41404
2009-06-09Win Gob2 is multi-lingual (American, French, German)Sven Hesse
svn-id: r41403
2009-06-09Win Gob3 is multi-lingual (British, French, German)Sven Hesse
svn-id: r41402
2009-06-09Changed some lines to tabs instead of whitespaces for identation.Johannes Schickel
svn-id: r41401
2009-06-09Add (failing) hashmap test case for collision handlingWillem Jan Palenstijn
svn-id: r41400
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398
2009-06-09Remove unused old code.Travis Howell
svn-id: r41395
2009-06-09Correct check for font data table used in The Feeble Files.Travis Howell
svn-id: r41393
2009-06-08Actually we /did not/ put periods at ends of the sentences in majority of ↵Eugene Sandulenko
past entries svn-id: r41389
2009-06-08Convert FWRenderer and OSRenderer to use Cine::Palette.Kari Salminen
Also fix some bugs that came up in testing of Cine::Palette. svn-id: r41386
2009-06-08Virtual Keyboard: Add some quick changes to the virtual keyboard to activate ↵John Willis
submit and cancel events from the default lowercase keyboards. This makes it possible to cancel and submit without having to call Common::KEYCODE_F7 again. Sorry for the nasty (temp) graphics. svn-id: r41385
2009-06-08- CleanupJohannes Schickel
- Fix regression in Kyra1 outro svn-id: r41384
2009-06-08Cleanup.Johannes Schickel
svn-id: r41381
2009-06-08sword1: slight cleanup of psx related sound code and commentsFabio Battaglia
svn-id: r41380
2009-06-08Fix out of bounds memory access in Screen::drawShape.Johannes Schickel
svn-id: r41379
2009-06-08Virtual Keyboard: Fix slight error in earlier commit (failed to rename the ↵John Willis
XML to match the keyboard pack name). svn-id: r41376
2009-06-08Spacing.Travis Howell
svn-id: r41375
2009-06-08Add more Polish font data for The Feeble Files.Travis Howell
svn-id: r41374
2009-06-08Virtual Keyboard: Move vkeybd.zip into packs folder and rename default ↵John Willis
keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip. svn-id: r41373
2009-06-08Add Polish font data for The Feeble Files.Travis Howell
svn-id: r41372
2009-06-08sword1: add Broken Sword PSX demo supportFabio Battaglia
svn-id: r41369
2009-06-08SCI: CleanupWalter van Niftrik
svn-id: r41368
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
svn-id: r41367
2009-06-08Virtual Keyboard: Add source files for the default keyboard pack seperate ↵John Willis
from ZIP archive (makes it easier to version the packs vkeybd.xml and track fixes) and add script to build keyboard pack(s) ZIP's from source files (based on /gui/themes/scummtheme.py). svn-id: r41366
2009-06-08Update details for the Polish version of The Feeble Files.Travis Howell
svn-id: r41365
2009-06-08Moved some more debug commands to ScummVM's consoleFilippos Karapetis
svn-id: r41364
2009-06-08Virtual Keyboard: Fix default keyboard pack to return correct events for ↵John Willis
ENTER and !. svn-id: r41363