Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-17 | Converted all GUI images to PNG | Bjørn Lindeijer | 36 | -17/+17 | |
2005-01-17 | Converted some images to PNG and put them in new dir structure. | Bjørn Lindeijer | 3 | -21/+22 | |
2005-01-17 | *** empty log message *** | Yohann Ferreira | 1 | -10/+8 | |
2005-01-17 | *** empty log message *** | Yohann Ferreira | 1 | -48/+141 | |
2005-01-17 | Changes to dev file. | Bjørn Lindeijer | 2 | -4/+4 | |
2005-01-17 | Added missing include. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 12 | -59/+47 | |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 30 | -423/+332 | |
2005-01-17 | No longer use Allegro to store map files. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-01-17 | Near SDL switch | Eugenio Favalli | 1 | -0/+3 | |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 13 | -68/+36 | |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 15 | -300/+172 | |
2005-01-16 | Ported slider over to resource manager. | Bjørn Lindeijer | 7 | -76/+61 | |
2005-01-16 | Added drawImageRect function to Graphics class. | Bjørn Lindeijer | 2 | -0/+52 | |
2005-01-16 | Removed checkbox and dialog stuff. | Bjørn Lindeijer | 3 | -90/+1 | |
2005-01-16 | Checkbox update | Eugenio Favalli | 3 | -9/+23 | |
2005-01-16 | More GUI image location changes and chat displays longer. | Bjørn Lindeijer | 12 | -31/+8 | |
2005-01-16 | Added exported core GUI bitmaps. | Bjørn Lindeijer | 11 | -0/+0 | |
2005-01-16 | *** empty log message *** | Bjørn Lindeijer | 1 | -10/+8 | |
2005-01-16 | Change header order. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-16 | Little margin. | Bjørn Lindeijer | 2 | -5/+4 | |
2005-01-15 | Fixed screenshot taking and changed chat box in Guichan widget. | Bjørn Lindeijer | 6 | -179/+164 | |
2005-01-15 | Fixed upping skills. | Bjørn Lindeijer | 4 | -143/+102 | |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 33 | -416/+268 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-15 | Fixed and improved death | Eugenio Favalli | 5 | -14/+26 | |
2005-01-15 | Cleaning | Eugenio Favalli | 4 | -35/+9 | |
2005-01-15 | Being struct/class switch | Eugenio Favalli | 6 | -312/+309 | |
2005-01-15 | Fixing crash on death. Death handling could still be improved though. | Bjørn Lindeijer | 4 | -43/+57 | |
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 8 | -122/+111 | |
2005-01-14 | Fixed resource loading on Windows. | Bjørn Lindeijer | 3 | -22/+5 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 2 | -4/+5 | |
2005-01-14 | Update after rename. | Bjørn Lindeijer | 2 | -2/+2 | |
2005-01-14 | Some fixes for Dev-C++ but it has a black screen problem. | Bjørn Lindeijer | 7 | -86/+143 | |
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 9 | -141/+110 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -3/+3 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 3 | -22/+100 | |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 8 | -60/+37 | |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 5 | -21/+76 | |
Window widget use it. | |||||
2005-01-14 | *** empty log message *** | Yohann Ferreira | 2 | -2/+7 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 22 | -122/+699 | |
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. | |||||
2005-01-13 | Committed zenogais' additions about resource manager. | Bjørn Lindeijer | 1 | -0/+128 | |
2005-01-13 | *** empty log message *** | Yohann Ferreira | 1 | -1/+3 | |
2005-01-13 | *** empty log message *** | Yohann Ferreira | 1 | -0/+2 | |
2005-01-13 | *** empty log message *** | Yohann Ferreira | 2 | -9/+27 | |
2005-01-13 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-13 | Updating Dev-Cpp project file and Win32 binaries | Eugenio Favalli | 2 | -3/+22 | |
2005-01-13 | Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class | Bjørn Lindeijer | 9 | -205/+226 | |
2005-01-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 13 | -72/+94 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -9/+12 | |