summaryrefslogtreecommitdiff
path: root/src/resources/image.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-01-18Fixed pattern drawing and focus on Ok/Select buttons for first dialogs.Bjørn Lindeijer1-2/+44
2005-01-17More standard way of converting surface.Bjørn Lindeijer1-4/+3
2005-01-17Loaded images now converted to display format for speed, and added supportBjørn Lindeijer1-1/+7
for masking on magic pink.
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-43/+68
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-1/+1
2005-01-14Fixed resource loading on Windows.Bjørn Lindeijer1-1/+3
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer1-8/+35
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer1-0/+37
Window widget use it.
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+124
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.