summaryrefslogtreecommitdiff
path: root/src/graphic/image.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer1-44/+0
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer1-41/+5
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-43/+3
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.
2005-01-02Don't try to create video bitmaps, and store whole numbers as whole numbersBjørn Lindeijer1-26/+11
in the configuration file.
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer1-2/+2
2005-01-02Got rid of monsterset.dat. Oh and the monsters have a more realistic size ↵Bjørn Lindeijer1-1/+20
now. ;)
2004-12-25Made image.cpp into module and done some more attempts at making graphics.cppBjørn Lindeijer1-0/+116
readable.