Age | Commit message (Expand) | Author |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-07 | Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-... | Travis Howell |
2009-07-07 | Silenced the very chatty song iterator console messages by converting them to... | Filippos Karapetis |
2009-07-07 | Improved the LSL1VGA workaround after talking with waltervn | Filippos Karapetis |
2009-07-07 | Added a workaround for incorrect font references in LSL1VGA (which was the or... | Filippos Karapetis |
2009-07-07 | Change all uses of FM-Towns/fm-towns to FM-TOWNS. | Johannes Schickel |
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel |
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel |
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel |
2009-07-07 | kFeatures800 -> kFeatures800x600 in order to have more meaningful name | Eugene Sandulenko |
2009-07-07 | Adapt KYRA to use the new Graphics::FontSJIS code. | Johannes Schickel |
2009-07-07 | Removed the weird checks for a maximum resource number (the sci_max_resource_... | Filippos Karapetis |
2009-07-07 | Change SaveLoad_Playtoons case | Arnaud Boutonné |
2009-07-07 | Removed the superfluous sci_version_types array (it's essentially the same as... | Filippos Karapetis |
2009-07-07 | - Add a new gametype for 'The Land of the Magic Stones' | Arnaud Boutonné |
2009-07-07 | - Separate Playtoons gametypes from in GobEngine::initGameParts() | Arnaud Boutonné |
2009-07-07 | Groovie: Added video skipping functionality in 11h, verified some opcode usag... | Jordi Vilalta Prat |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-07 | Groovie: Fix a memory leak in still frames | Jordi Vilalta Prat |
2009-07-07 | Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall... | Filippos Karapetis |
2009-07-07 | Add detection of Playtoons 2 En | Arnaud Boutonné |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-07 | Removed the shooting workaround delay - the overlay number can vary, so it is... | Paul Gilbert |
2009-07-07 | Merged revisions 42201-42202 via svnmerge from | Travis Howell |
2009-07-07 | Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from | Travis Howell |
2009-07-07 | Set the correct sound rate for Personal Nightmare. | Travis Howell |
2009-07-07 | Prevent a crash when the engine errors out before the game state is initialized | Filippos Karapetis |
2009-07-07 | Removed unused define | Filippos Karapetis |
2009-07-07 | Fix to the return values of the Op_GetMouseButton library function now allows... | Paul Gilbert |
2009-07-07 | Added workaround to briefly pause when displaying the first message of the sh... | Paul Gilbert |
2009-07-07 | Bugfix so that user delays work correctly | Paul Gilbert |
2009-07-07 | Bugfix so the game speed will correctly change after showing the credits when... | Paul Gilbert |
2009-07-06 | Groovie: Fix most ROQ glitches | Jordi Vilalta Prat |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore) | Johannes Schickel |
2009-07-06 | Swapped the music and audio resource check for SCI1.1 games. Digital sound ef... | Filippos Karapetis |
2009-07-06 | KQ6CD should be working correctly again | Filippos Karapetis |
2009-07-06 | Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clande... | Jordi Vilalta Prat |
2009-07-06 | Loop over the string instead of copying and then editing it (hopefully, the P... | Sven Hesse |
2009-07-06 | add workaround for PSP compiler ICE | Joost Peters |
2009-07-06 | Proper handling of sound effects marked as music resources | Filippos Karapetis |
2009-07-06 | Removed all the current special cases coding for user (mouse press) waiting, ... | Paul Gilbert |
2009-07-06 | When a song isn't found, send a "stop handle" event so that the engine won't ... | Filippos Karapetis |
2009-07-06 | Splitting up the big evaluate() function | Sven Hesse |
2009-07-06 | Assigned several unimplemented/unused kernel functions as stubs, so that we k... | Filippos Karapetis |
2009-07-06 | Added seChanged the warning displayed when a selector can't be mapped to a de... | Filippos Karapetis |
2009-07-06 | Fixed compilation | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |