Age | Commit message (Expand) | Author |
2013-08-03 | PARALLACTION: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | PARALLACTION: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-04-17 | PARALLACTION: Fix buffer size in unpackBackground. | Alyssa Milburn |
2013-01-06 | PARALLACTION: Update to new IFFDecoder for ILBM images | Tomas Jakobsson |
2012-09-28 | PARALLACTION: Add a workaround for the end credits of NS | Filippos Karapetis |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-07-25 | PARALLACTION: Fix delete[] formatting. | Johannes Schickel |
2012-04-04 | PARALLACTION: Fix spelling of length | Joel Teichroeb |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-12-13 | COMMON: Make more members of Archive constant. | Andrea Corna |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking... | Johannes Schickel |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-08 | PARALLACTION: Avoid hiding overloaded virtual methods. | Nicola Mettifogo |
2011-01-21 | PARALLACTION: Fix Un-initialized Memory Errors and Leaks in Nippon Safes Amig... | David Turner |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-05-04 | Reduce indirect header dependencies further | Max Horn |
2010-04-02 | Fix bug #2969232 - NIPPON: Kos sprite broken (Regression). The current disk a... | Travis Howell |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo |
2009-06-12 | Cleanup of sound code. | Nicola Mettifogo |
2009-06-12 | * Final version of the IFF parsing code. | Nicola Mettifogo |
2009-04-29 | Refactoring. | Nicola Mettifogo |
2009-04-28 | * Disk code cleanup. | Nicola Mettifogo |
2009-03-29 | Fixed several free/delete mismatches. | Nicola Mettifogo |
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo |
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo |
2009-03-21 | Fix build. | Nicola Mettifogo |
2009-03-21 | Changed Nippon Safes to make use of the new ILBMDecoder. | Nicola Mettifogo |
2009-03-20 | Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes. | Nicola Mettifogo |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
2009-03-15 | Fixed regression from r39410, by reimplementing the decompression routine. Th... | Nicola Mettifogo |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ... | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con... | Max Horn |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-12-07 | Fixed some more leaks and mismatched allocations/deallocations. | Nicola Mettifogo |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in N... | Nicola Mettifogo |
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo |
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo |
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo |