summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-38/+33
before it is used and added a start on the map reader.
2005-02-19Integrated PhysicsFS for TMW package systemEric Scrivner1-7/+101
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-11/+8
2005-02-13Now the resource manager will log a bit about images and cleanup.Bjørn Lindeijer1-4/+4
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-6/+6
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor.
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer1-1/+0
2005-01-14Fixed resource loading on Windows.Bjørn Lindeijer1-19/+0
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer1-1/+2
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer1-3/+3
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+179
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.