summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer5-21/+76
Window widget use it.
2005-01-14*** empty log message ***Yohann Ferreira2-2/+7
2005-01-14*** empty log message ***Yohann Ferreira1-1/+1
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer16-122/+691
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*** empty log message ***Yohann Ferreira1-1/+3
2005-01-13*** empty log message ***Yohann Ferreira1-0/+2
2005-01-13*** empty log message ***Yohann Ferreira2-9/+27
2005-01-13*** empty log message ***Yohann Ferreira1-1/+1
2005-01-13Updating Dev-Cpp project file and Win32 binariesEugenio Favalli1-1/+0
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer8-205/+225
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer13-72/+94
2005-01-12*** empty log message ***Yohann Ferreira1-9/+12
2005-01-12*** empty log message ***Yohann Ferreira2-11/+12
2005-01-12*** empty log message ***Yohann Ferreira1-1/+1
2005-01-12*** empty log message ***Yohann Ferreira1-0/+9
2005-01-12*** empty log message ***Yohann Ferreira1-1/+2
2005-01-12Changed layout of status dialog somewhat.Bjørn Lindeijer2-32/+42
2005-01-12*** empty log message ***Yohann Ferreira1-2/+2
2005-01-12*** empty log message ***Yohann Ferreira3-6/+31
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer12-154/+261
to the OkDialog class.
2005-01-09Updating Dev-Cpp project file and Win32 binaries and fixing a compilation issueEugenio Favalli1-0/+2
2005-01-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer9-242/+355
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer39-200/+392
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2005-01-07Don't forget to commit the WindowContainer.Bjørn Lindeijer2-0/+136
2005-01-07Solved the window dragging problem.Bjørn Lindeijer4-5/+17
2005-01-06Dragged in some Guichan code so that we can handle things a bit different.Bjørn Lindeijer2-14/+129
2005-01-06Moved some GUI code into a class.Bjørn Lindeijer8-104/+133
2005-01-06Mostly commenting and indenting changes for setup dialog.Bjørn Lindeijer2-152/+158
2005-01-06Whoops left in two debug prints.Bjørn Lindeijer2-2/+4
2005-01-05Small fix in handling spaces around delimiter in ini file.Bjørn Lindeijer2-61/+86
2005-01-05- Fixing DevCpp project file againEugenio Favalli2-0/+56
- Started being structure conversion
2005-01-05Removed bugging cancel button from npc dialog and fixed npc sprites.Bjørn Lindeijer5-17/+28
2005-01-04Converted level.wav to level.oggBjørn Lindeijer2-3/+3
2005-01-04Got rid of last 5 Allegro datafiles.Bjørn Lindeijer4-14/+23
2005-01-04Removed large parts of old GUI code and improved layout of a few dialogs.Bjørn Lindeijer6-627/+185
2005-01-04Use custom ListBox and ScrollArea for skill dialog.Bjørn Lindeijer2-25/+40
2005-01-04Converted Skills dialog from old gui to Guichan. Files modified: ↵Aaron Marks5-146/+171
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error)
2005-01-03Use a std::list to store the beings (nodes).Bjørn Lindeijer4-140/+69
2005-01-03Using own ListBox,Mateusz Kaduk2-15/+19
Removed temporarly unused radio button.
2005-01-03Indenting and comment updates.Bjørn Lindeijer3-704/+717
2005-01-03Some more comment and indent changes.Bjørn Lindeijer5-17/+34
2005-01-03Some indent, comment and const parameter changes.Bjørn Lindeijer4-215/+237
2005-01-02Don't try to create video bitmaps, and store whole numbers as whole numbersBjørn Lindeijer2-41/+42
in the configuration file.
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer9-66/+73
2005-01-02Got rid of monsterset.dat. Oh and the monsters have a more realistic size ↵Bjørn Lindeijer4-3/+29
now. ;)
2005-01-02Don't load the weapon set, doesn't seem to be used at the moment even.Bjørn Lindeijer3-11/+4
2005-01-02Removed Allegro datafile graphic.datBjørn Lindeijer7-19/+19
2005-01-02Added some commented SDL code to prepare for switch.Bjørn Lindeijer2-98/+163
2005-01-01Some changes that should be quite meaningless.Bjørn Lindeijer3-51/+46
2004-12-31- fixed bad bug in Configuration that always treated values as numericAlexander Baldeck1-1/+1