Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-17 | Loaded images now converted to display format for speed, and added support | Bjørn Lindeijer | 1 | -1/+7 | |
for masking on magic pink. | |||||
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 2 | -59/+96 | |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -1/+1 | |
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 | 2 | -20/+3 | |
2005-01-14 | Some fixes for Dev-C++ but it has a black screen problem. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 2 | -22/+65 | |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 2 | -5/+5 | |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 2 | -2/+55 | |
Window widget use it. | |||||
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 6 | -0/+664 | |
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. |