Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-13 | Buildfix for gcc 3.3 (moved a template class member into the header file) | Oystein Eftevaag | |
svn-id: r41493 | |||
2009-06-13 | Removed duplicate entry of disk.cpp | Filippos Karapetis | |
svn-id: r41490 | |||
2009-06-13 | Properly updated the MSVC project files of the parallaction engine, fixing ↵ | Filippos Karapetis | |
compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice svn-id: r41489 | |||
2009-06-13 | Updated xcode project | Oystein Eftevaag | |
svn-id: r41488 | |||
2009-06-13 | Oups. disk.cpp was also missing in MSVC files | Arnaud Boutonné | |
svn-id: r41487 | |||
2009-06-12 | SCI: Moved audio code from AudioResource to the sfx core. | Walter van Niftrik | |
svn-id: r41486 | |||
2009-06-12 | SCI: Added detection entries for Japanese QFG. | Walter van Niftrik | |
svn-id: r41485 | |||
2009-06-12 | Fix MSVC compilation : iff.h and iff.cpp were move from ↵ | Arnaud Boutonné | |
engines\parallaction\ to graphics\ svn-id: r41484 | |||
2009-06-12 | Fixed disposeStream initialization. | Nicola Mettifogo | |
svn-id: r41474 | |||
2009-06-12 | Added missing return statements. | Nicola Mettifogo | |
svn-id: r41473 | |||
2009-06-12 | Finally fix build (extra qualifier removed). | Nicola Mettifogo | |
svn-id: r41470 | |||
2009-06-12 | * Adapted Kyra to the new IFFParser interface. | Nicola Mettifogo | |
* Adapted the new IFFParser to Kyra (slightly). The Kyra1 demo on the website works. svn-id: r41468 | |||
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-12 | Rename KeyRemapper dialog to KeyMapper | Eugene Sandulenko | |
svn-id: r41462 | |||
2009-06-12 | Cleanup 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-12 | Removed 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-11 | Fix 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-11 | Added set of CoCo3 AGI games | Eugene Sandulenko | |
svn-id: r41452 | |||
2009-06-10 | Point to the Cursor and AudioCD Managers to help engine authors following ↵ | Jordi Vilalta Prat | |
the right path. svn-id: r41433 | |||
2009-06-10 | Add a convenience wrapper to CursorMan for checking whether cursor palettes ↵ | Johannes Schickel | |
are supported. svn-id: r41432 | |||
2009-06-10 | Extend documentation for "kFeatureCursorHasPalette". | Johannes Schickel | |
svn-id: r41430 | |||
2009-06-10 | Gob 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-10 | Fix a bug in disableCursorPalette, where it never allowed the palette to be ↵ | Johannes Schickel | |
enabled properly again. svn-id: r41428 | |||
2009-06-10 | Fix documentation for debugC and debugCN, relying on special debug levels. | Johannes Schickel | |
svn-id: r41425 | |||
2009-06-10 | Added support for loading savegames from the launcher | Paul Gilbert | |
svn-id: r41424 | |||
2009-06-10 | Added variable to savegame format so that savegames can be correctly loaded ↵ | Paul Gilbert | |
from the ScummVM launcher svn-id: r41423 | |||
2009-06-10 | Added debugCN() call which does not add newline automatically | Eugene Sandulenko | |
svn-id: r41421 | |||
2009-06-10 | Clarify that Cygwin is not supported as building platform anymore | Eugene Sandulenko | |
svn-id: r41419 | |||
2009-06-09 | Fixed CLEAR | Sven Hesse | |
svn-id: r41409 | |||
2009-06-09 | SCI: Moved SCI1 audio map handling into the resource manager. | Walter van Niftrik | |
svn-id: r41408 | |||
2009-06-09 | Added 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-09 | Win Lost in Time is multi-lingual (British, French, Spanish) | Sven Hesse | |
svn-id: r41406 | |||
2009-06-09 | Multi-lingual Inca2 version (American, French, German, Italian, Spanish) | Sven Hesse | |
svn-id: r41405 | |||
2009-06-09 | Win Gob1 is multi-lingual (British, French, German, Italian, Spanish) | Sven Hesse | |
svn-id: r41404 | |||
2009-06-09 | Win Gob2 is multi-lingual (American, French, German) | Sven Hesse | |
svn-id: r41403 | |||
2009-06-09 | Win Gob3 is multi-lingual (British, French, German) | Sven Hesse | |
svn-id: r41402 | |||
2009-06-09 | Changed some lines to tabs instead of whitespaces for identation. | Johannes Schickel | |
svn-id: r41401 | |||
2009-06-09 | Add (failing) hashmap test case for collision handling | Willem Jan Palenstijn | |
svn-id: r41400 | |||
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes 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-09 | Remove unused old code. | Travis Howell | |
svn-id: r41395 | |||
2009-06-09 | Correct check for font data table used in The Feeble Files. | Travis Howell | |
svn-id: r41393 | |||
2009-06-08 | Actually we /did not/ put periods at ends of the sentences in majority of ↵ | Eugene Sandulenko | |
past entries svn-id: r41389 | |||
2009-06-08 | Convert 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-08 | Virtual 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 | - Cleanup | Johannes Schickel | |
- Fix regression in Kyra1 outro svn-id: r41384 | |||
2009-06-08 | Cleanup. | Johannes Schickel | |
svn-id: r41381 | |||
2009-06-08 | sword1: slight cleanup of psx related sound code and comments | Fabio Battaglia | |
svn-id: r41380 | |||
2009-06-08 | Fix out of bounds memory access in Screen::drawShape. | Johannes Schickel | |
svn-id: r41379 |