aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.cpp
AgeCommit message (Expand)Author
2019-10-17CINE: Fix Missing Default Switch CasesD G Turner
2014-05-25CINE: Add a safeguard to avoid incrementing a null pointerStrangerke
2014-03-16CINE: Avoid possible string buffer overrun by using strlcpy and strlcatStrangerke
2014-02-18CINE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-09CINE: Reduce the scope of some variables, optimize a couple of iterator incre...Strangerke
2012-09-07CINE: A little bit enforcement of our formatting guidelines.Johannes Schickel
2012-09-07CINE: Explain the name "undrawChar" and add a possible TODO.Johannes Schickel
2012-09-07CINE: Make selection menu focus rectangle match the original size.Johannes Schickel
2012-09-07CINE: Implement proper text coloring in selection menus for Amiga.Johannes Schickel
2012-08-20CINE: Fix drawing of sprite with mask.Vincent Hamm
2012-08-14CINE: Apply some ScummVM formatting conventionsTorbjörn Andersson
2012-08-13Merge pull request #266 from yaz0r/masteryaz0r
2012-08-13CINE: Fix system menu sometimes not appearing in OSVincent Hamm
2012-08-14CINE: Fix compile error caused by excess ;Travis Howell
2012-08-13CINE: Fix restoring of savegame in caveVincent Hamm
2012-08-12CINE: Slight formatting fixes in gfx.cpp.Johannes Schickel
2012-08-11CINE: Fix typo in OS palette restore code.D G Turner
2012-08-11CINE: Slight cleanup.Vincent Hamm
2012-08-10CINE: Fix masking in Operation Stealth.Vincent Hamm
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-11CINE: Fix for Operation Stealth assertion when caught by rat in Scene 8 Rats'...David Turner
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-06-24Fixed use of uninitialized variable.Johannes Schickel
2010-06-15CINE: Fix bug #2812694.Eugene Sandulenko
2010-05-19Implement FR #2841494: FW: Pause doesn't workEugene Sandulenko
2010-04-28CINE: Get rid of some global constructor usesMax Horn
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-25Hopefully fix highlight background color in PC versions of CinE games.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2009-09-22Clear menu stack in FWRenderer deconstructor.Johannes Schickel
2009-09-22Implement menu stack to support all menu color effects, specific to the Amiga...Johannes Schickel
2009-09-21Changed AMIGA menu code to closer match the original. (The menu item highligh...Johannes Schickel
2009-09-21Fix box outline color for FW Amiga.Johannes Schickel
2009-09-20Changed some type names to match our coding guidelines.Johannes Schickel
2009-09-20Implement support for transparent dialgue boxes in the Amiga version of Futur...Johannes Schickel
2009-08-25Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O...Johannes Schickel
2009-06-11Fix Operation Stealth's 2nd arcade sequence's revolving doors.Kari Salminen
2009-06-08Convert FWRenderer and OSRenderer to use Cine::Palette.Kari Salminen
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-18Make the 256 color transformPaletteRange-function and Future Wars's refreshPa...Kari Salminen
2008-10-22Remove unnecessary function overloadings for loadBg16 and loadBg256.Kari Salminen
2008-10-22Make incrustMask and incrustSprite only draw to the current background in Ope...Kari Salminen
2008-08-25Added a warning to bug #2055912's fix committed in revision 34132.Kari Salminen
2008-08-24Fix for bug #2055912: FW: incrustSprite fails on savegame loading.Kari Salminen
2008-08-20Fix font loading:Kari Salminen
2008-08-17Added some documentation about how data is unpacked in gfxConvertSpriteToRaw ...Kari Salminen