summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer8-60/+37
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 Lindeijer22-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-13Committed zenogais' additions about resource manager.Bjørn Lindeijer1-0/+128
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 Favalli2-3/+22
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer9-205/+226
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 Favalli2-5/+27
2005-01-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer10-242/+356
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-07Updating Dev-Cpp project file and Win32 binariesEugenio Favalli1-2/+22
2005-01-07Don't forget to commit the WindowContainer.Bjørn Lindeijer2-0/+136
2005-01-07Solved the window dragging problem.Bjørn Lindeijer5-5/+18
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 Lindeijer9-105/+135
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 Favalli3-8/+64
- Started being structure conversion
2005-01-05Removed bugging cancel button from npc dialog and fixed npc sprites.Bjørn Lindeijer5-17/+28
2005-01-05Updating Dev-Cpp project file and Win32 binariesEugenio Favalli1-3/+63
2005-01-04Converted level.wav to level.oggBjørn Lindeijer2-3/+3
2005-01-04Got rid of last 5 Allegro datafiles.Bjørn Lindeijer5-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 Lindeijer4-730/+744
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-03Added initial description of key areas in package and resource management.Bjørn Lindeijer1-0/+122
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. ;)