summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer2-22/+65
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer2-5/+5
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer2-2/+55
Window widget use it.
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer6-0/+664
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.