aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image
AgeCommit message (Expand)Author
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17SWORD25: Prefer Surface::format over Surface::bytesPerPixel.Johannes Schickel
2011-04-17SWORD25: Prefer Surface::create taking a PixelFormat over the one taking a by...Johannes Schickel
2011-04-14SWORD25: Silly whitespace fix.Alyssa Milburn
2011-04-14SWORD25: Fix rendering on big-endian.Alyssa Milburn
2011-03-25SWORD25: more translated comments from gfx/image (patch #3238507)Max Horn
2011-03-24SWORD25: Commit submitted patch of German comments translated to EnglishPaul Gilbert
2011-03-23SWORD25: Commit of patch translating German comments to EnglishPaul Gilbert
2011-03-18SWORD25: C++ify some code, remove obsolete stuffMax Horn
2011-02-02GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en...Filippos Karapetis
2011-01-30SWORD25: Added alternative code for video frame blitting (currently disabled)Filippos Karapetis
2011-01-24SWORD25: Fix some invalid writes / crashesSven Hesse
2011-01-23SWORD25: Replaced BS_ASSERT() with assert()Filippos Karapetis
2011-01-23SWORD25: Removed the custom log class and replaced it with warning/error/debu...Filippos Karapetis
2011-01-16SWORD25: Fix main menu button text colourTorbjörn Andersson
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-03SWORD25: cleanupMax Horn
2010-11-02SWORD25: Convert printf to debugNMax Horn
2010-11-01SWORD25: Replace art_warn/art_die by warning/errorMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-24SWORD25: Simplify & optimize PNG reading codeMax Horn
2010-10-24SWORD25: Get rid of colorFormat parameter in PNGLoader APIMax Horn
2010-10-24SWORD25: Merge classes PNGLoader, ImageLoader and ImageLoaderManagerMax Horn
2010-10-24SWORD25: Merge B25SLoader into PNGLoaderMax Horn
2010-10-24SWORD25: Add ImageLoaderManager, get rid of last globally constructed objectMax Horn
2010-10-20SWORD25: Added description field to savegamesPaul Gilbert
2010-10-19SWORD25: Enforced code formatting rules in rest of the engineEugene Sandulenko
2010-10-19SWORD25: Enforce code naming conventions in gfx/image/imageloader*Eugene Sandulenko
2010-10-19SWORD25: Enforce code naming conventions in gfx/graphicengine*Eugene Sandulenko
2010-10-19SWORD25: Fix for Valgrind identified memory leakPaul Gilbert
2010-10-18SWORD25: Fix for Valgrind identified errorsPaul Gilbert
2010-10-15SWORD25: Do not use Kernel::GetService directly anymoreMax Horn
2010-10-13SWORD25: Get rid of (deprecated) access to libpng io_ptrMax Horn
2010-10-13SWORD25: Fix empty loop body & conversion warningsMax Horn
2010-10-13SWORD25: Semi-colon cleanup.Johannes Schickel
2010-10-13SWORD25: Silenced MSVC false positive about a potentially uninitialized variableFilippos Karapetis
2010-10-13SWORD25: Get rid of kernel/bs_stdint.hMax Horn
2010-10-13SWORD25: Add path to art.h includeEugene Sandulenko
2010-10-13SWORD25: Stop polluting global namespaceEugene Sandulenko
2010-10-13SWORD25: Merged all art* code and cleaned it upEugene Sandulenko
2010-10-13SWORD25: Add proper copyrights to gfx/image/art*Eugene Sandulenko
2010-10-13SWORD25: Enforse code naming conventions in PackageManager and Sword25EngineEugene Sandulenko
2010-10-13SWORD25: Remove redundant codeEugene Sandulenko
2010-10-13SWORD25: Fixed vector renderer. Yay!Eugene Sandulenko
2010-10-13SWORD25: Fix transparency effectsEugene Sandulenko
2010-10-12SWORD25: Implemented thumbnail loading for savegame listPaul Gilbert
2010-10-12SWORD25: Rename GLImage to RenderedImageEugene Sandulenko
2010-10-12SWORD25: Rename glimage.* to renderedimage.*Eugene Sandulenko
2010-10-12SWORD25: Adjust the paths accordinglyEugene Sandulenko
2010-10-12SWORD25: Moved glimage and swimage to image/Eugene Sandulenko