summaryrefslogtreecommitdiff
path: root/src/resources/image.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-26Images are now exclusively loaded through PhysFS, and Tiled maps should loadBjørn Lindeijer1-14/+4
fine again.
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
before it is used and added a start on the map reader.
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
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor.
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
Window widget use it.
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+125
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.