aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19Initialize EventRecorder to passthrough mode in the constructor.Johannes Schickel
2009-08-19Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,...Travis Howell
2009-08-17- Add note about that modifing the parent stream will mess up SeekableSubRead...Johannes Schickel
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-14MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)Joost Peters
2009-08-14Added proper saving/loading of mapped key modifiers. Fixed modifier recogniti...Jody Northup
2009-08-10hackishly fixed modified keys not triggering their mapped actions.Jody Northup
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-29Removed redundant File::ioFailed() implementation; also turned ReadStream::io...Max Horn
2009-07-29Removed last traces of clearIOFailed. Yay :)Max Horn
2009-07-26Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe...Paul Gilbert
2009-07-25Strip trailing whitespaces.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-25FormattingEugene Sandulenko
2009-07-25Add Common::String::printf to format a stringWillem Jan Palenstijn
2009-07-25Add enum which marks global priorites of the EventManager event dispatcher.Johannes Schickel
2009-07-25- EventDispatcher is no longer a singleton.Johannes Schickel
2009-07-25Moved ArtificialEventSource to common/events.h.Johannes Schickel
2009-07-25- Add marco to easily access the EventDispatcher instance.Johannes Schickel
2009-07-25Prevent EventMapper events from being mapped.Johannes Schickel
2009-07-25Add function "allowMapping" to EventSource, for testing whether the event sou...Johannes Schickel
2009-07-25Got rid of EventManger::artificialEventQueue.Johannes Schickel
2009-07-25Replace "EventProvider" class of the DefaultEventManager implementation with ...Johannes Schickel
2009-07-25Add new event dispatching API.Johannes Schickel
2009-07-21Use a BufferedReadStream to buffer ArjFile's input to reduce memory usageWillem Jan Palenstijn
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15Fix formatting of some switch statements.Johannes Schickel
2009-07-15Fix some typos in TransactionError-enumeration's comments.Kari Salminen
2009-07-13Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-...Travis Howell
2009-07-13Unify PS2 and non-PS2 alloc code in Common::Array code (if this causes regres...Max Horn
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
2009-07-13Reverted my previous change (fprintf vs fputs),Max Lingua
2009-07-12Merged revisions 42398,42402-42406,42418-42421,42423,42428-42430 via svnmerge...Travis Howell
2009-07-12Remove double endlineWillem Jan Palenstijn
2009-07-12On PS2 use "fprintf" (as in 0.13.x ) to print error messages to stderr,Max Lingua
2009-07-12I am re-commiting the FORCE_RTL as a temporary solutionMax Lingua
2009-07-12Added a temporary work-around for PS2 backend in common/array.hMax Lingua
2009-07-10removed OSystem::convertScreenRect as unnecessary and bloatful.Jody Northup
2009-07-10Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h...Jody Northup
2009-07-09Corrected lingering formatting errors that were introduced by the find-and-re...Jody Northup
2009-07-09Removed #ifdef blocks around new error values in Common::Error and OSystem::T...Jody Northup
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe...Jody Northup
2009-07-03If NDEBUG is #defined, then assert does nothing, leading to warnings about 'o...Max Horn
2009-07-03Provided a virtual method for converting graphics rectangles from screen form...Jody Northup