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