aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2009-03-19COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ...Max Horn
2009-03-16Added a syncString variation needed for the Cruise enginePaul Gilbert
2009-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...Max Horn
2009-03-10Fixed warning in list codeMax Horn
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-03-07Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICEMax Lingua
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-03-01Fix documentation, debug(C/N) prints to stdout not stderr.Johannes Schickel
2009-03-01COMMON: added a debugC variant which only takes a debug channel maskMax Horn
2009-02-28Patch #2638336: Broken Sword PSX SupportEugene Sandulenko
2009-02-27Clarify timer API.Willem Jan Palenstijn
2009-02-26Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight form...Johannes Schickel
2009-02-24Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correctMax Horn
2009-02-24Add some remarks on OSystem::updateScreen() propertiesMax Horn
2009-02-24Moved FSDirectory implementation from common/archive.cpp to common/fs.cppMax Horn
2009-02-22Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca...Max Horn
2009-02-22Modified ZipArchive::createReadStreamForMember to check whether the zip archi...Max Horn
2009-02-22Changed Common::File and FSDirectory to invoke FSNode::exists a few times les...Max Horn
2009-02-20Disable MSVC warning, which is frequently paranoid.Travis Howell
2009-02-18Fix documentation, warning prints to stderr not stdout.Johannes Schickel
2009-02-17typoWillem Jan Palenstijn
2009-02-17Added an "equals" function to Common::Rect (used by SCI)Filippos Karapetis
2009-02-16More paranoia checksMax Horn
2009-02-16cleanupMax Horn
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-15Merged internal 'matchPath' method of class Archive into global matchString f...Max Horn