Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 2 | -11/+12 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -0/+9 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -1/+2 | |
2005-01-12 | Changed layout of status dialog somewhat. | Bjørn Lindeijer | 2 | -32/+42 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 3 | -6/+31 | |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 12 | -154/+261 | |
to the OkDialog class. | |||||
2005-01-09 | Updating Dev-Cpp project file and Win32 binaries and fixing a compilation issue | Eugenio Favalli | 2 | -5/+27 | |
2005-01-08 | Some improvements to character creation and selection dialogs. | Bjørn Lindeijer | 10 | -242/+356 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 39 | -200/+392 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-07 | Updating Dev-Cpp project file and Win32 binaries | Eugenio Favalli | 1 | -2/+22 | |
2005-01-07 | Don't forget to commit the WindowContainer. | Bjørn Lindeijer | 2 | -0/+136 | |
2005-01-07 | Solved the window dragging problem. | Bjørn Lindeijer | 5 | -5/+18 | |
2005-01-06 | Dragged in some Guichan code so that we can handle things a bit different. | Bjørn Lindeijer | 2 | -14/+129 | |
2005-01-06 | Moved some GUI code into a class. | Bjørn Lindeijer | 9 | -105/+135 | |
2005-01-06 | Mostly commenting and indenting changes for setup dialog. | Bjørn Lindeijer | 2 | -152/+158 | |
2005-01-06 | Whoops left in two debug prints. | Bjørn Lindeijer | 2 | -2/+4 | |
2005-01-05 | Small fix in handling spaces around delimiter in ini file. | Bjørn Lindeijer | 2 | -61/+86 | |
2005-01-05 | - Fixing DevCpp project file again | Eugenio Favalli | 3 | -8/+64 | |
- Started being structure conversion | |||||
2005-01-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 5 | -17/+28 | |
2005-01-05 | Updating Dev-Cpp project file and Win32 binaries | Eugenio Favalli | 1 | -3/+63 | |
2005-01-04 | Converted level.wav to level.ogg | Bjørn Lindeijer | 2 | -3/+3 | |
2005-01-04 | Got rid of last 5 Allegro datafiles. | Bjørn Lindeijer | 5 | -14/+23 | |
2005-01-04 | Removed large parts of old GUI code and improved layout of a few dialogs. | Bjørn Lindeijer | 6 | -627/+185 | |
2005-01-04 | Use custom ListBox and ScrollArea for skill dialog. | Bjørn Lindeijer | 2 | -25/+40 | |
2005-01-04 | Converted Skills dialog from old gui to Guichan. Files modified: ↵ | Aaron Marks | 5 | -146/+171 | |
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error) | |||||
2005-01-03 | Use a std::list to store the beings (nodes). | Bjørn Lindeijer | 4 | -140/+69 | |
2005-01-03 | Using own ListBox, | Mateusz Kaduk | 2 | -15/+19 | |
Removed temporarly unused radio button. | |||||
2005-01-03 | Indenting and comment updates. | Bjørn Lindeijer | 4 | -730/+744 | |
2005-01-03 | Some more comment and indent changes. | Bjørn Lindeijer | 5 | -17/+34 | |
2005-01-03 | Some indent, comment and const parameter changes. | Bjørn Lindeijer | 4 | -215/+237 | |
2005-01-03 | Added initial description of key areas in package and resource management. | Bjørn Lindeijer | 1 | -0/+122 | |
2005-01-02 | Don't try to create video bitmaps, and store whole numbers as whole numbers | Bjørn Lindeijer | 2 | -41/+42 | |
in the configuration file. | |||||
2005-01-02 | Got rid of hairset.dat and playerset.dat. | Bjørn Lindeijer | 9 | -66/+73 | |
2005-01-02 | Got rid of monsterset.dat. Oh and the monsters have a more realistic size ↵ | Bjørn Lindeijer | 4 | -3/+29 | |
now. ;) |