aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-07-21Use a BufferedReadStream to buffer ArjFile's input to reduce memory usageWillem Jan Palenstijn
2009-07-15Fix formatting of some switch statements.Johannes Schickel
2009-07-15Fix some typos in TransactionError-enumeration's comments.Kari Salminen
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-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-03If NDEBUG is #defined, then assert does nothing, leading to warnings about 'o...Max Horn
2009-06-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-23Added support for HungarianSven Hesse
2009-06-13Fix erase() sometimes hiding other hash elements.Willem Jan Palenstijn
2009-06-12Fixed disposeStream initialization.Nicola Mettifogo
2009-06-12* Adapted Kyra to the new IFFParser interface.Nicola Mettifogo
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-10Point to the Cursor and AudioCD Managers to help engine authors following the...Jordi Vilalta Prat
2009-06-10Extend documentation for "kFeatureCursorHasPalette".Johannes Schickel
2009-06-10Fix documentation for debugC and debugCN, relying on special debug levels.Johannes Schickel
2009-06-10Added debugCN() call which does not add newline automaticallyEugene Sandulenko
2009-06-08Spacing.Travis Howell
2009-06-07Fixed appending a (substring of a) string to itselfMax Horn
2009-06-07Added some new method variants to Common::StringMax Horn
2009-06-07Added an experimental '--upgrade-targets' option (to be refined; and possibly...Max Horn
2009-06-06Added CoCo3 version of SQ1Eugene Sandulenko
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-06-05Make the PlayStation's abbreviation to all lower-case for consistency and cha...Matthew Hoops
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