Age | Commit message (Expand) | Author |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-11-03 | PARALLACTION: Fix warnings. Fix nasty out-of-scope bug in parallaction_br.cpp | Eugene Sandulenko |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
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-02-19 | Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma... | Johannes Schickel |
2011-02-16 | PARALLACTION: Use signed math in fadeTo. | Alyssa Milburn |
2011-02-16 | PARALLACTION: Fix half bright palette. | Johannes Schickel |
2011-02-14 | PARALLACTION: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-24 | PARALLACTION: Improve safety of PathBuffer::getValue(). | David Turner |
2010-06-13 | Support for vertical scrolling. Patch 3005933 by fuzzie. | Nicola Mettifogo |
2010-05-22 | Cleanup (removed more Parallaction::getGameType() calls). | Nicola Mettifogo |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-28 | Fix uninitialized variable | Willem Jan Palenstijn |
2010-04-28 | Initialize _requested*ScrollDir variables in constructor. | Nicola Mettifogo |
2010-04-27 | Fix bug 2969257 (labels) and hopefully plug all the leaks. | Nicola Mettifogo |
2010-04-02 | Fix whitespace | Willem Jan Palenstijn |
2009-03-23 | Fix pallete for label font in the Amiga version of BRA. | Travis Howell |
2009-03-23 | Correct label font used by Amiga version of BRA. | Travis Howell |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-02-27 | The engine has now to build the drawing list for the graphic department, inst... | Nicola Mettifogo |
2009-02-26 | Fixed crashes and leaks when quitting BRA from menu and splash screen. | Nicola Mettifogo |
2009-02-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-03 | Fixed support for walking zones in BRA: | Nicola Mettifogo |
2009-01-12 | Fixed regression from revision 35765. Mask and path patches were destroyed be... | Nicola Mettifogo |
2009-01-08 | Fixed points 2 and 3 of bug #2438549, spotlight wasn't displayed correctly. | Nicola Mettifogo |
2009-01-07 | Fixed warnings | Max Horn |
2009-01-07 | Extended PathBuffer to support BRA. | Nicola Mettifogo |
2009-01-07 | * moved more mask management to BackgroundInfo | Nicola Mettifogo |
2009-01-05 | Deleted unused declarations, sorted others, and removed some dead code. | Nicola Mettifogo |
2008-12-25 | Fix for bug #2464538 "PARALLACTION: Compiler error on AmigaOS4", | Johannes Schickel |
2008-12-24 | Fixed display of location background when changing from a scrollable to a non... | Nicola Mettifogo |
2008-12-24 | Simplified destructions of Balloon objects. | Nicola Mettifogo |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo |
2008-12-15 | Weeded out some more unused code, and some restructuring. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-12-13 | Some more restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-12-07 | Fix bug #2401150: "Compiler: No matching function (Parallaction / Amiga)" | Eugene Sandulenko |
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all... | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo |
2008-10-02 | Engine class changed: | Max Horn |