Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-25 | After discussing with waltervn, committing my fix for the King's Quest I ↵ | Matthew Hoops | |
Demo (original from Patch #2795916). I'm also fixing the full game as well :) svn-id: r41841 | |||
2009-06-24 | SCI: Fix regression in r41833. | Walter van Niftrik | |
svn-id: r41834 | |||
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik | |
svn-id: r41833 | |||
2009-06-22 | Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with ↵ | Max Horn | |
@brief removed svn-id: r41785 | |||
2009-06-21 | Cleanup | Filippos Karapetis | |
svn-id: r41727 | |||
2009-06-19 | SCI: Fix cel1 y-offset regression introduced in r40997. | Walter van Niftrik | |
svn-id: r41680 | |||
2009-06-18 | Patch | Max Horn | |
svn-id: r41647 | |||
2009-06-15 | Added aliases for the script/breakpoint related commands and added the ↵ | Filippos Karapetis | |
debugflag related commands to the help screen svn-id: r41538 | |||
2009-06-14 | SCI: Added detection entries for Japanese SQ4. | Walter van Niftrik | |
svn-id: r41517 | |||
2009-06-13 | Buildfix for gcc 3.3 (moved a template class member into the header file) | Oystein Eftevaag | |
svn-id: r41493 | |||
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-09 | SCI: Moved SCI1 audio map handling into the resource manager. | Walter van Niftrik | |
svn-id: r41408 | |||
2009-06-08 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r41368 | |||
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis | |
svn-id: r41367 | |||
2009-06-08 | Moved some more debug commands to ScummVM's console | Filippos Karapetis | |
svn-id: r41364 | |||
2009-06-07 | Hopefully fixed memory corruption when loading games | Filippos Karapetis | |
svn-id: r41361 | |||
2009-06-07 | SCI: C++ified the song iterator code a little bit more | Max Horn | |
svn-id: r41360 | |||
2009-06-07 | SCI: Got rid of g_EngineState | Max Horn | |
svn-id: r41359 | |||
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik | |
svn-id: r41349 | |||
2009-06-07 | SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that ↵ | Max Horn | |
SciEngine::_gamestate is updated whenever the EngineState gets changed (due to loading a savestate) svn-id: r41346 | |||
2009-06-07 | SCI: Simplified SongLibrary code a bit | Max Horn | |
svn-id: r41345 | |||
2009-06-07 | SCI: Objectified Song struct 'a bit' | Max Horn | |
svn-id: r41344 | |||
2009-06-07 | SCI: Objectified SongLibrary | Max Horn | |
svn-id: r41343 | |||
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn | |
svn-id: r41342 | |||
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis | |
svn-id: r41340 | |||
2009-06-07 | Init _opl to 0. This prevents a crash on exit when the Adlib driver is ↵ | Filippos Karapetis | |
closed, if the game music driver doesn't support music for the currently playing game (e.g. Christmas 1998) svn-id: r41339 | |||
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the ↵ | Filippos Karapetis | |
VIEW_PRIORITY and PRIORITY_BAND_FIRST wrappers svn-id: r41338 | |||
2009-06-07 | MD5 from bugreport #2797962: "SCI: Laura Bows 2 german, md5" | Eugene Sandulenko | |
svn-id: r41326 | |||
2009-06-07 | Added MD5 from Bug #2796782: "SCI: LSL1 Russian MD5" | Eugene Sandulenko | |
svn-id: r41325 | |||
2009-06-07 | SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr. | Walter van Niftrik | |
svn-id: r41318 | |||
2009-06-06 | Moved some more debug commands to ScummVM's coneole | Filippos Karapetis | |
svn-id: r41302 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-06-06 | Fix unused variable warnings. | Johannes Schickel | |
svn-id: r41231 | |||
2009-06-06 | Moved some more debug commands to ScummVM's coneole | Filippos Karapetis | |
svn-id: r41227 | |||
2009-06-06 | SCI: Fix audio regression in KQ5CD, introduced in r41205. | Walter van Niftrik | |
svn-id: r41222 | |||
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn | |
Storing them as reg_t* could cause the pointers to become invalid when they pointed into CloneTable since CloneTable can be re-allocated. svn-id: r41220 | |||
2009-06-06 | Some uint8 -> byte conversions | Filippos Karapetis | |
svn-id: r41216 | |||
2009-06-06 | Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used) | Filippos Karapetis | |
svn-id: r41215 | |||
2009-06-06 | Objectified the graphics driver | Filippos Karapetis | |
svn-id: r41214 | |||
2009-06-06 | SCI: Moved the handling of 65535.map into the resource manager. | Walter van Niftrik | |
svn-id: r41205 | |||
2009-06-05 | Cleanup | Filippos Karapetis | |
svn-id: r41202 | |||
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis | |
svn-id: r41198 | |||
2009-06-05 | Removed some unused code and performed some cleanup | Filippos Karapetis | |
svn-id: r41197 | |||
2009-06-05 | SCI: Audio: Fixed bug in sample length computation. | Walter van Niftrik | |
svn-id: r41186 | |||
2009-06-04 | SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE, | Walter van Niftrik | |
but use native endianness. Thanks to clone2727 for pointing this out. svn-id: r41181 | |||
2009-06-04 | SCI: Made some members of class Resource protected; some cleanup | Max Horn | |
svn-id: r41180 | |||
2009-06-04 | oops | Max Horn | |
svn-id: r41178 | |||
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version ↵ | Max Horn | |
(following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant svn-id: r41177 | |||
2009-06-04 | SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the ↵ | Max Horn | |
kernel func map in kernel.cpp a bit svn-id: r41176 |