aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/picture.cpp
AgeCommit message (Expand)Author
2007-09-22Make sure that picture fill doesn't go out of the picture's bounds, since pre...Filippos Karapetis
2007-09-21Removed an unnecessary picture update when drawing crystal objects in MickeyFilippos Karapetis
2007-09-21The animation of the crystals in Mickey is shown correctly nowFilippos Karapetis
2007-09-20Last pieces of Troll's Tale. Only missing thing is soundEugene Sandulenko
2007-09-20Implement inventory in Troll's TaleEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-19Don't free the picture buffer inside decodePicture(). The buffer should (and ...Filippos Karapetis
2007-09-18Fix picture drawing in Troll's Tale. Implement room navigation.Eugene Sandulenko
2007-09-18Code formatting fixesMax Horn
2007-09-18WIP for Troll's TaleEugene Sandulenko
2007-09-11fix regression: free the picture data after decoding a PreAGI pictureMatthew Hoops
2007-09-11PreAGI does not need an AGI resource loader, as it only needs to load picture...Matthew Hoops
2007-09-08Fixed various warningsMax Horn
2007-09-06Objects in Mickey are shown correctly now. Also, reduced the places where the...Filippos Karapetis
2007-09-05Move static variables to class.Eugene Sandulenko
2007-09-05Some updates for Mickey:Filippos Karapetis
2007-09-04- Replace plotPattern() function with one based on specs.Eugene Sandulenko
2007-09-03Some updates for Mickey: objects are shown now (though still incorrectly), im...Filippos Karapetis
2007-09-03Make static data tables const (helps the optimizer a bit)Max Horn
2007-09-02The dimensions of the picture resources in preagi games is different for each...Filippos Karapetis
2007-09-02The picture files in Mickey have a different widthFilippos Karapetis
2007-09-02Merged all the different picture decoding functionsFilippos Karapetis
2007-09-01Fix regressionEugene Sandulenko
2007-09-01An early WIP of PreAGI (TrollVM) supportEugene Sandulenko
2007-09-01Add older picture formats parsersEugene Sandulenko
2007-06-26Fix saving & restoring with AGI256 and AGI256-2 games.Kari Salminen
2007-06-25Fix priority screen showing when using AGI256 or AGI256-2.Kari Salminen
2007-06-20Make drawing & blitting always use the correct screenKari Salminen
2007-06-20Add AGI256 picture resource decoding support to PictureMgr::decodePicture.Kari Salminen
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-01-27Fixed picture drawing bug in pattern data (should only affect v3 + sq1 games ...Stuart George
2007-01-16Fix a minor compiler warning.David Symonds
2007-01-16Formating names in source codePaweł Kołodziejski
2007-01-12Slighty modified patch #1631229: "Revamp of AGI savegame system"Eugene Sandulenko
2007-01-06Removed almost all the remaining hires code.David Symonds
2007-01-06Start removing hires code from AGI engine.David Symonds
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
2006-10-15Added some more const keywordsMax Horn
2006-05-24Fixed most - not all - GCC warnings.Torbjörn Andersson
2006-05-24removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRESPaweł Kołodziejski
2006-05-23imported AGI enginePaweł Kołodziejski