aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
2009-06-26Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ...Jody Northup
2009-06-25API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co...Jody Northup
2009-06-24made the cursor's pixel format a member of the cursor object, merged ____Curs...Jody Northup
2009-06-23Merged format initialization into InitSize to allow for backends not supporti...Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-19Removed replaced Graphics::ColorMode enum type with factory methods for Graph...Jody Northup
2009-06-17OSystem_SDL::GetBestFormat will no longer return modes greater than that whic...Jody Northup
2009-06-16Corrected oversight in earlier ifdef simplification which leads to compilatio...Jody Northup
2009-06-16Declared getBestFormat in OSystem base class, and implemented in SDL backend.Jody Northup
2009-06-16Simplified cursor related 16-bit code.Jody Northup
2009-06-15Fix compilation when 16BIT code is disabled.Eugene Sandulenko
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-06-13Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...Jody Northup
2009-06-12Unfinished proof of concept regarding my compromise with LordHoto in IRC.Jody Northup
2009-06-11Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...Jody Northup
2009-06-10Code formattingEugene Sandulenko
2009-06-10SDL backend now dynamically generates 8 or 16-bit color surface depending on ...Jody Northup
2009-06-09Laying the foundation for preliminary bitdepth negotiation. (No functionality...Jody Northup
2009-06-06Streamlined the cursor blitting changes introduced in revision 41412Jody Northup
2009-06-06Corrected 16-bit cursor blit errors on GFX mode change.Jody Northup
2009-06-06Corrected cursor display errors introduced by revision 41204, reimplemented 1...Jody Northup
2009-06-06Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-...Travis Howell
2009-06-05Corrected backend to be able to accept a 16-bit mouseKeyColor without overflowJody Northup
2009-06-05Converted cursor code to use 16-bit.Jody Northup
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). I...John Willis
2009-06-03Applying the temporary 16-bit SDL hack.Jody Northup
2009-05-21Attempt to bring event recoredr to life. Still crashes on exit, though.Eugene Sandulenko
2009-05-12Make data that is only locally used staticMax Horn
2009-05-12Give hints for better automappingEugene Sandulenko
2009-05-11Fix compilationEugene Sandulenko
2009-05-11Define hardware keys for 101 keyboard in SDL backend.Eugene Sandulenko
2009-05-10Keymapper:Eugene Sandulenko
2009-05-09Fix GUI keymap.Eugene Sandulenko
2009-05-08SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars (thi...Max Horn
2009-05-01Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ...Bertrand Augereau
2009-03-19COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ...Max Horn
2009-02-27Changing the visibility of the mouse means it has to be redrawn. At least, thisTorbjörn Andersson
2009-02-26Fix regression introduced with r38890, where the mouse cursor was redrawn eve...Johannes Schickel
2009-02-26- Fix cursor drawing bug on (cursor) palette changeJohannes Schickel
2009-02-24SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and dra...Max Horn
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP...Oystein Eftevaag
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-24pollCD() should only return true, if CD audio is actually playing.Travis Howell
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-21Yet more cleanupMax Horn
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-04Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by C...Kostas Nakos