Age | Commit message (Expand) | Author |
2009-06-10 | Extend documentation for "kFeatureCursorHasPalette". | Johannes Schickel |
2009-06-10 | Fix documentation for debugC and debugCN, relying on special debug levels. | Johannes Schickel |
2009-06-10 | Added debugCN() call which does not add newline automatically | Eugene Sandulenko |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-08 | Spacing. | Travis Howell |
2009-06-07 | Fixed appending a (substring of a) string to itself | Max Horn |
2009-06-07 | Added some new method variants to Common::String | Max Horn |
2009-06-07 | Added an experimental '--upgrade-targets' option (to be refined; and possibly... | Max Horn |
2009-06-06 | Added CoCo3 version of SQ1 | Eugene Sandulenko |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-05 | Make the PlayStation's abbreviation to all lower-case for consistency and cha... | Matthew Hoops |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-01 | Add a 'flat' option to FSDirectory to allow searching recursively for files i... | Willem Jan Palenstijn |
2009-05-31 | Document that debug level 11 turns on all special debug level messages (refer... | Filippos Karapetis |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-26 | Renamed Common::Serializer::syncMagic to matchBytes, and added version paarms... | Max Horn |
2009-05-26 | Fixed a bug in Common::Array (including a unit test for it), and changed the ... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-19 | Improved Common::Serializer in several ways: | Max Horn |
2009-05-18 | Typo. | Johannes Schickel |
2009-05-12 | Allow creation of KeyState with zero ascii value. | Eugene Sandulenko |
2009-05-12 | Add more detailed error message for "Chunk overread" case. | Johannes Schickel |
2009-05-12 | Typo. | Johannes Schickel |
2009-05-12 | Added a startOffset parameter to hexdump() (used by SCI's own hexdump method) | Filippos Karapetis |
2009-05-10 | Keymapper: | Eugene Sandulenko |
2009-05-10 | Changed Common::Array::resize() to default init new array elements | Max Horn |
2009-05-10 | Store global keymaps into a separate section | Eugene Sandulenko |
2009-05-08 | Clarified docstring for String::insertChar | Max Horn |
2009-05-05 | COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel... | Max Horn |
2009-05-04 | Fix valgrind warning | Eugene Sandulenko |
2009-05-04 | COMMON: Made Array::resize() init/zero the memory it allocates | Max Horn |
2009-05-04 | Fixed new[] / delete mismatch in Common::String | Max Horn |
2009-05-03 | COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a... | Max Horn |
2009-05-03 | COMMON: Check for failed memory allocations; changed Common::String to use ne... | Max Horn |
2009-05-03 | COMMON: Simplified Common::Stack methods using the recent Common::Array impro... | Max Horn |
2009-05-03 | COMMON: Changed Array::resize to not shrink the internal storage if we shrink... | Max Horn |
2009-04-28 | COMMON: Made Common::List::clear more efficient | Max Horn |
2009-04-28 | fixed a typo | Max Horn |
2009-04-27 | COMMON: Improved efficiency of some Common::List methods; added more unit tes... | Max Horn |
2009-04-27 | COMMON: Made sure Common::List and Common::array each have all front/back/pu... | Max Horn |
2009-04-27 | COMMON: Added Functor2Fun; fixed some typos | Max Horn |
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 |