Age | Commit message (Expand) | Author |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-25 | API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-23 | Merged format initialization into InitSize to allow for backends not supporti... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for Graph... | Jody Northup |
2009-06-17 | OSystem_SDL::GetBestFormat will no longer return modes greater than that whic... | Jody Northup |
2009-06-16 | Corrected oversight in earlier ifdef simplification which leads to compilatio... | Jody Northup |
2009-06-16 | Declared getBestFormat in OSystem base class, and implemented in SDL backend. | Jody Northup |
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup |
2009-06-15 | Fix compilation when 16BIT code is disabled. | Eugene Sandulenko |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
2009-06-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Code formatting | Eugene Sandulenko |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-06 | Streamlined the cursor blitting changes introduced in revision 41412 | Jody Northup |
2009-06-06 | Corrected 16-bit cursor blit errors on GFX mode change. | Jody Northup |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-06-04 | Code formatting in the gp2xwiz backend | Max Horn |
2009-06-04 | Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). I... | John Willis |
2009-06-03 | Applying the temporary 16-bit SDL hack. | Jody Northup |
2009-06-03 | cleanup | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Fixed compilation error | Filippos Karapetis |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-27 | Changes for the latest libfat update. | Andre Heider |
2009-05-25 | Added hardwarekeys.cpp to makefile | Lars Persson |
2009-05-24 | Also strip trailing whitespaces in C and Objective-C source files. (Seems I f... | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko |
2009-05-21 | Workaround for shells that treat an empty list in for as a syntax error... | Marcus Comstedt |
2009-05-21 | Micro-optimization: Don't re-strip plugins which are not modified. | Marcus Comstedt |
2009-05-21 | Ack, can't use something set with := in the dependency section. *sigh* New ... | Marcus Comstedt |
2009-05-21 | Added proper dependencies for the "plugin_dist" target. | Marcus Comstedt |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-16 | Fix bug #2790461: "WINCE: Compilation broken" | Eugene Sandulenko |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-13 | Silence another g++ 4.4 warning. | Johannes Schickel |
2009-05-12 | Make data that is only locally used static | Max Horn |
2009-05-12 | Allow ESC button also be assigned in keymapper. | Eugene Sandulenko |
2009-05-12 | Give hints for better automapping | Eugene Sandulenko |
2009-05-12 | Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this w... | Filippos Karapetis |