aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-27changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p...Jody Northup
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-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-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-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-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-05Make the PlayStation's abbreviation to all lower-case for consistency and cha...Matthew Hoops
2009-06-05Corrected backend to be able to accept a 16-bit mouseKeyColor without overflowJody Northup
2009-06-01Add a 'flat' option to FSDirectory to allow searching recursively for files i...Willem Jan Palenstijn
2009-05-31Document that debug level 11 turns on all special debug level messages (refer...Filippos Karapetis
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-26Renamed Common::Serializer::syncMagic to matchBytes, and added version paarms...Max Horn
2009-05-26Fixed a bug in Common::Array (including a unit test for it), and changed the ...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-19Improved Common::Serializer in several ways:Max Horn
2009-05-18Typo.Johannes Schickel
2009-05-12Allow creation of KeyState with zero ascii value.Eugene Sandulenko
2009-05-12Add more detailed error message for "Chunk overread" case.Johannes Schickel
2009-05-12Typo.Johannes Schickel
2009-05-12Added a startOffset parameter to hexdump() (used by SCI's own hexdump method)Filippos Karapetis
2009-05-10Keymapper:Eugene Sandulenko
2009-05-10Changed Common::Array::resize() to default init new array elementsMax Horn
2009-05-10Store global keymaps into a separate sectionEugene Sandulenko
2009-05-08Clarified docstring for String::insertCharMax Horn
2009-05-05COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel...Max Horn
2009-05-04Fix valgrind warningEugene Sandulenko
2009-05-04COMMON: Made Array::resize() init/zero the memory it allocatesMax Horn
2009-05-04Fixed new[] / delete mismatch in Common::StringMax Horn
2009-05-03COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a...Max Horn
2009-05-03COMMON: Check for failed memory allocations; changed Common::String to use ne...Max Horn
2009-05-03COMMON: Simplified Common::Stack methods using the recent Common::Array impro...Max Horn
2009-05-03COMMON: Changed Array::resize to not shrink the internal storage if we shrink...Max Horn
2009-04-28COMMON: Made Common::List::clear more efficientMax Horn
2009-04-28fixed a typoMax Horn
2009-04-27COMMON: Improved efficiency of some Common::List methods; added more unit tes...Max Horn
2009-04-27COMMON: Made sure Common::List and Common::array each have all front/back/pu...Max Horn
2009-04-27COMMON: Added Functor2Fun; fixed some typosMax Horn
2009-04-27COMMON: Added Common::List::front() and back() method (similar to std::list)Max Horn