Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-28 | PARALLACTION: Cleanup object initialization | Eugene Sandulenko | |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel | |
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-01-06 | PARALLACTION: Fix a const cast warning. | Johannes Schickel | |
2013-01-06 | PARALLACTION: Update to new IFFDecoder for ILBM images | Tomas Jakobsson | |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn | |
2012-07-25 | PARALLACTION: Fix delete[] formatting. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
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 | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-17 | PARALLACTION: Prefer Surface::create taking a PixelFormat over the one ↵ | Johannes Schickel | |
taking a byte depth. | |||
2010-09-06 | PARALLACTION: Use a char array for static data instead of String. | Johannes Schickel | |
svn-id: r52610 | |||
2010-05-04 | Reduce indirect header dependencies further | Max Horn | |
svn-id: r48936 | |||
2009-10-04 | Reduce usage of Common::String::emptyString | Max Horn | |
svn-id: r44603 | |||
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo | |
* Updated Parallaction and SAGA to use the new decoder infrastructure. svn-id: r41465 | |||
2009-06-12 | * Final version of the IFF parsing code. | Nicola Mettifogo | |
* Refactored ILBMDecoder usage from disk code. svn-id: r41458 | |||
2009-04-29 | Refactoring. | Nicola Mettifogo | |
svn-id: r40210 | |||
2009-04-28 | * Disk code cleanup. | Nicola Mettifogo | |
* Added ability to load in-game menu graphics. svn-id: r40175 | |||
2009-03-29 | Fixed several free/delete mismatches. | Nicola Mettifogo | |
svn-id: r39736 | |||
2009-03-28 | Add sound effects support for PC version of BRA. | Travis Howell | |
svn-id: r39716 | |||
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo | |
svn-id: r39636 | |||
2009-03-22 | Stop erroring out if mask or shadow files are missing: not all ↵ | Nicola Mettifogo | |
location/objects have them. svn-id: r39620 | |||
2009-03-22 | Changed Disk code to provide SeekableReadStream's to sound routines as well. | Nicola Mettifogo | |
svn-id: r39608 | |||
2009-03-21 | Some Surface tinkering, and added TODO's about it. | Nicola Mettifogo | |
svn-id: r39585 | |||
2009-03-21 | Fix regression when loading icons in Amiga versions of BRA. | Travis Howell | |
svn-id: r39580 | |||
2009-03-20 | * Reimplemented routine using the old ILBM decoder to use the new one | Nicola Mettifogo | |
* Fixed all remaining issues with masks. svn-id: r39572 | |||
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo | |
svn-id: r39486 | |||
2009-03-17 | Additional palette is loaded on colors 1-15. | Nicola Mettifogo | |
svn-id: r39474 | |||
2009-03-17 | Fixed the remaining palette problems by loading the shadow (mask) file for ↵ | Nicola Mettifogo | |
static objects. svn-id: r39473 | |||
2009-03-17 | Fix regression, caused by my change to adjustForPalette(). | Travis Howell | |
svn-id: r39472 | |||
2009-03-17 | Fix graphical glitches in the Amiga version of BRA, the height seems to be ↵ | Travis Howell | |
off by one. svn-id: r39471 | |||
2009-03-17 | Fix regression in the Amiga demo of BRA, the common sub directory doesn't ↵ | Travis Howell | |
exist in the demo. svn-id: r39470 | |||
2009-03-17 | Sound files don't always exist in the Amiga version of BRA. | Travis Howell | |
svn-id: r39468 | |||
2009-03-17 | Add support for loading palette files in the Amiga version of BRA. | Travis Howell | |
svn-id: r39467 | |||
2009-03-17 | Change adjustForPalette(), to skip transparency color (zero). | Travis Howell | |
svn-id: r39464 | |||
2009-03-16 | Cleanup. | Travis Howell | |
svn-id: r39463 | |||
2009-03-16 | Add talk position adjustment to loadTalk for Amiga version of BRA too. | Travis Howell | |
svn-id: r39446 | |||
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39441 | |||
2009-03-15 | Fixed typo in r39418. | Nicola Mettifogo | |
svn-id: r39419 | |||
2009-03-15 | Fix crash regression in the Amiga BRA demo, by checking if mask buffer ↵ | Travis Howell | |
exists, before using it. svn-id: r39418 | |||
2009-03-15 | The Amiga demo of BRA doesn't have quite as many icons. | Travis Howell | |
svn-id: r39415 | |||
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39413 | |||
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell | |
svn-id: r39409 | |||
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands ↵ | Nicola Mettifogo | |
haven't been implemented yet. svn-id: r39397 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-08 | Trim resource filenames to 8 characters as a last resort on BRA. Script ↵ | Nicola Mettifogo | |
files are unbelievably broken. svn-id: r35784 | |||
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo | |
svn-id: r35766 |