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