summaryrefslogtreecommitdiff
path: root/src/resources/resource.h
AgeCommit message (Collapse)AuthorFilesLines
2006-01-31Made ResourceManager a friend of Resource to avoid looping over decRef, ↵Björn Steinbrink1-1/+3
which returns void now.
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer1-0/+6
references to resources are reported to be more informative.
2005-08-29Clean up of the ConfigListener and Resource interfaces.Björn Steinbrink1-8/+1
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer1-19/+19
resources other than images.
2005-05-21Numerous things:Bjørn Lindeijer1-0/+5
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager.
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-3/+0
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor.
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+73
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.