summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-15Fixed screenshot taking and changed chat box in Guichan widget.Bjørn Lindeijer6-179/+164
2005-01-15Fixed upping skills.Bjørn Lindeijer4-143/+102
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer33-416/+268
used throughout application, cleaned up shop functions.
2005-01-15Fixed and improved deathEugenio Favalli5-14/+26
2005-01-15CleaningEugenio Favalli4-35/+9
2005-01-15Being struct/class switchEugenio Favalli6-312/+309
2005-01-15Fixing crash on death. Death handling could still be improved though.Bjørn Lindeijer4-43/+57
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer8-122/+111
2005-01-14Fixed resource loading on Windows.Bjørn Lindeijer3-22/+5
2005-01-14*** empty log message ***Yohann Ferreira2-4/+5
2005-01-14Update after rename.Bjørn Lindeijer2-2/+2
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer7-86/+143
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer9-141/+110
2005-01-14*** empty log message ***Yohann Ferreira1-3/+3
2005-01-14*** empty log message ***Yohann Ferreira3-22/+100
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