Age | Commit message (Expand) | Author |
2009-04-27 | COMMON: Added Common::List::front() and back() method (similar to std::list) | Max Horn |
2009-04-24 | Fixed typo. | Torbjörn Andersson |
2009-04-22 | COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar... | Max Horn |
2009-04-21 | COMMON: Removed copy constructors / assignment operators in cases where they ... | Max Horn |
2009-04-20 | COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data... | Max Horn |
2009-04-11 | COMMON: Added unit test for Common::List::size(); made List::size() slightly ... | Max Horn |
2009-04-09 | Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet... | Max Horn |
2009-04-01 | Formatting. | Johannes Schickel |
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the f... | Joost Peters |
2009-03-24 | cleanup | Max Horn |
2009-03-20 | Removed #include nds/jtypes.h from common/scummsys.h -- it already gets loade... | Max Horn |
2009-03-19 | COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ... | Max Horn |
2009-03-16 | Added a syncString variation needed for the Cruise engine | Paul Gilbert |
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S... | Max Horn |
2009-03-10 | Fixed warning in list code | Max Horn |
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn |
2009-03-07 | Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICE | Max Lingua |
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ... | Max Horn |
2009-03-01 | Fix documentation, debug(C/N) prints to stdout not stderr. | Johannes Schickel |
2009-03-01 | COMMON: added a debugC variant which only takes a debug channel mask | Max Horn |
2009-02-28 | Patch #2638336: Broken Sword PSX Support | Eugene Sandulenko |
2009-02-27 | Clarify timer API. | Willem Jan Palenstijn |
2009-02-26 | Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight form... | Johannes Schickel |
2009-02-24 | Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correct | Max Horn |
2009-02-24 | Add some remarks on OSystem::updateScreen() properties | Max Horn |
2009-02-24 | Moved FSDirectory implementation from common/archive.cpp to common/fs.cpp | Max Horn |
2009-02-22 | Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca... | Max Horn |
2009-02-22 | Modified ZipArchive::createReadStreamForMember to check whether the zip archi... | Max Horn |
2009-02-22 | Changed Common::File and FSDirectory to invoke FSNode::exists a few times les... | Max Horn |
2009-02-20 | Disable MSVC warning, which is frequently paranoid. | Travis Howell |
2009-02-18 | Fix documentation, warning prints to stderr not stdout. | Johannes Schickel |
2009-02-17 | typo | Willem Jan Palenstijn |
2009-02-17 | Added an "equals" function to Common::Rect (used by SCI) | Filippos Karapetis |
2009-02-16 | More paranoia checks | Max Horn |
2009-02-16 | cleanup | Max Horn |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-15 | Merged internal 'matchPath' method of class Archive into global matchString f... | Max Horn |
2009-02-15 | Merged rev 38209 from 0.13 to trunk: XML parsing fix | Oystein Eftevaag |
2009-02-13 | Changed OverlayColor from int16 to uint16 to fix the strange colours that | Torbjörn Andersson |
2009-01-30 | Removed default implementations of OSystem::getOverlayHeight() and getOverlay... | Max Horn |
2009-01-30 | Document OSystem::copyRectToOverlay params more explicitly (esp. the pitch pa... | Max Horn |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-30 | Switched special debug levels to using a hashmap internally | Max Horn |
2009-01-30 | Some more 'special debug levels' tweaks | Max Horn |
2009-01-30 | Some work on the 'special debug levels' aka 'engine debug levels' code | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-30 | Moved debug() etc. and special debug flag handling code to common/debug.*; al... | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-29 | Be paranoid about g_system being set | Max Horn |