summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-10Resource manager can now load sfx and music as samples.Eugenio Favalli1-4/+46
(added a new sfx to test the sound engine)
2005-03-26Images are now exclusively loaded through PhysFS, and Tiled maps should loadBjørn Lindeijer1-38/+31
fine again.
2005-03-25Fix compile issues on Windows.Bjørn Lindeijer1-1/+1
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-8/+9
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer1-1/+1
2005-03-12Made PhysFS code a bit more generic for later additions.Eric Scrivner1-18/+41
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer1-2/+2
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.