Age | Commit message (Expand) | Author |
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 |
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 |