aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-06-10Backport debugCN() as it is needed for Draci engineEugene 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
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
2009-04-24Fixed typo.Torbjörn Andersson
2009-04-22COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar...Max Horn
2009-04-21COMMON: Removed copy constructors / assignment operators in cases where they ...Max Horn
2009-04-20COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data...Max Horn
2009-04-11COMMON: Added unit test for Common::List::size(); made List::size() slightly ...Max Horn
2009-04-09Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet...Max Horn
2009-04-01Formatting.Johannes Schickel
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-03-24cleanupMax Horn
2009-03-20Removed #include nds/jtypes.h from common/scummsys.h -- it already gets loade...Max Horn