summaryrefslogtreecommitdiff
path: root/src/resources/image.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond1-1/+15
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ...Guillaume Melquiond1-7/+5
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ...Guillaume Melquiond1-0/+7
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-0/+6
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer1-0/+1
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-0/+7
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-0/+2
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-4/+4
2005-10-15Some small cleanups.Björn Steinbrink1-1/+1
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-7/+8
2005-08-29Clean up of the ConfigListener and Resource interfaces.Björn Steinbrink1-3/+4
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink1-0/+3
2005-08-14Fully removed the useOpenGL global.Björn Steinbrink1-0/+10
2005-08-14Moved image drawing code into the graphics class.Björn Steinbrink1-44/+3
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+2
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer1-10/+8
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-15/+11
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-18/+3
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+0
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer1-31/+48
2005-06-21Image loader now automatically determines whether to use masked drawing orBjørn Lindeijer1-8/+1
2005-05-21Numerous things:Bjørn Lindeijer1-1/+0
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-0/+2
2005-05-13Fixed minimap transparent background to work in both SDL and OpenGL by usingBjørn Lindeijer1-11/+0
2005-03-26Images are now exclusively loaded through PhysFS, and Tiled maps should loadBjørn Lindeijer1-14/+4
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer1-4/+3
2005-03-12Changed RWops constructor a bit.Eric Scrivner1-1/+1
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer1-22/+18
2005-02-27Functions create() and fillWithColor() into image class.Yohann Ferreira1-0/+16
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-4/+11
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-1/+1
2005-02-19Added load function that uses SDL_RWopsEric Scrivner1-2/+11
2005-02-18So I added this alpha attribute to images...Bjørn Lindeijer1-0/+11
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-24/+21
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-1/+6
2005-01-18Fixed pattern drawing and focus on Ok/Select buttons for first dialogs.Bjørn Lindeijer1-1/+18
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-16/+28
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer1-14/+30
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer1-2/+18
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+125