Age | Commit message (Expand) | Author |
2009-07-10 | Fixed a couple of errors in the new getSupportedFormats implementation. | Jody Northup |
2009-07-10 | updated comment on initGraphics as I should have done before commiting r42330. | Jody Northup |
2009-07-10 | Simplified SCI and groovie's initial graphics setup making use of the overloa... | Jody Northup |
2009-07-10 | Overloaded initGraphics to provide for simpler procedures for engines support... | Jody Northup |
2009-07-10 | Fixed some branch-specific vsprops configuration, that was lost in the merge ... | Jody Northup |
2009-07-10 | removed OSystem::convertScreenRect as unnecessary and bloatful. | Jody Northup |
2009-07-10 | Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h... | Jody Northup |
2009-07-10 | Merged revisions 42277-42278,42286-42290,42292-42293,42297,42300-42301,42303,... | Travis Howell |
2009-07-09 | fix compile | Matthew Hoops |
2009-07-09 | Oops specify the correct revsision number in the fixme. | Johannes Schickel |
2009-07-09 | Add fixme about SCI32 specific code. | Johannes Schickel |
2009-07-09 | By comparing the commit log of r42300, it seems that "off" was renamed to "la... | Johannes Schickel |
2009-07-09 | Fix wrong format arugment. | Johannes Schickel |
2009-07-09 | Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi... | Filippos Karapetis |
2009-07-09 | restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak... | Filippos Karapetis |
2009-07-09 | Cleanup rollDice (the results of the old and the new function are almost iden... | Johannes Schickel |
2009-07-09 | Cleanup. | Johannes Schickel |
2009-07-09 | Added proper safeguards for shorten.*, thereby fixing commit 42259 | Filippos Karapetis |
2009-07-09 | Reverted commit #42257, as the original issue was with the compilation proces... | Filippos Karapetis |
2009-07-09 | - Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that th... | Filippos Karapetis |
2009-07-09 | Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch... | Filippos Karapetis |
2009-07-09 | Warn instead of crash when a video frame part was found although the header s... | Sven Hesse |
2009-07-09 | corrected creation of one Graphics::PixelFormat to reflect the resurrection o... | Jody Northup |
2009-07-09 | Corrected lingering formatting errors that were introduced by the find-and-re... | Jody Northup |
2009-07-09 | Removed #ifdef blocks around new error values in Common::Error and OSystem::T... | Jody Northup |
2009-07-09 | Changed the status of the cruise engine to be enabled by default | Paul Gilbert |
2009-07-09 | Giving Font its own real class | Sven Hesse |
2009-07-09 | Merged revisions 42252,42255-42263,42269-42271 via svnmerge from | Travis Howell |
2009-07-08 | LOL: cleanup | Florian Kagerer |
2009-07-08 | LOL: rename new function in last commit according to LordHoto's suggestion | Florian Kagerer |
2009-07-08 | LOL: fix long standing bugs in the battle system (hit chance, damage, etc) by... | Florian Kagerer |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-08 | - Moved printObject inside the Console class | Filippos Karapetis |
2009-07-08 | Only the kernel needs to be initialized before anything else, when saving/loa... | Filippos Karapetis |
2009-07-08 | Fixed saving/loading again (broken with the latest changes for game feature a... | Filippos Karapetis |
2009-07-08 | Some cleanup for the script debugger code: | Filippos Karapetis |
2009-07-08 | Added guards to only include the Shorten audio code when the SAGA2 code in th... | Filippos Karapetis |
2009-07-08 | Also added the ENABLE_IHNM and ENABLE_SAGA2 preprocessor definitions to the s... | Filippos Karapetis |
2009-07-08 | The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB... | Filippos Karapetis |
2009-07-08 | Updated the MSVC project files of the scummvm project (added graphics/sjis.*) | Filippos Karapetis |
2009-07-08 | Synced the MSVC project files of the gob engine | Filippos Karapetis |
2009-07-08 | Fix recent regression in vc61(). | Travis Howell |
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 | Simply compile guard of SJIS code and fix comment. | Johannes Schickel |
2009-07-07 | Add guards to only include SJIS font code, when KYRA or SCI is enabled. | Johannes Schickel |
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel |