summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer27-298/+178
used throughout application, cleaned up shop functions.
2005-01-15Fixing crash on death. Death handling could still be improved though.Bjørn Lindeijer1-4/+5
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer4-79/+79
2005-01-14*** empty log message ***Yohann Ferreira1-1/+2
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer1-5/+1
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer1-3/+6
2005-01-14*** empty log message ***Yohann Ferreira3-22/+100
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer5-54/+31
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer3-19/+21
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 Lindeijer3-3/+3
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-0/+2
2005-01-13*** empty log message ***Yohann Ferreira2-9/+27
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer7-205/+224
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer7-39/+21
2005-01-12*** empty log message ***Yohann Ferreira1-9/+12
2005-01-12*** empty log message ***Yohann Ferreira1-2/+2
2005-01-12*** empty log message ***Yohann Ferreira1-1/+1
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 Lindeijer11-148/+255
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 Lindeijer6-225/+336
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer34-127/+316
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 Lindeijer3-5/+16
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 Lindeijer5-90/+117
2005-01-06Mostly commenting and indenting changes for setup dialog.Bjørn Lindeijer2-152/+158
2005-01-05Removed bugging cancel button from npc dialog and fixed npc sprites.Bjørn Lindeijer2-11/+20
2005-01-04Got rid of last 5 Allegro datafiles.Bjørn Lindeijer2-8/+6
2005-01-04Removed large parts of old GUI code and improved layout of a few dialogs.Bjørn Lindeijer5-604/+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 Marks2-129/+144
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error)
2005-01-03Using own ListBox,Mateusz Kaduk2-15/+19
Removed temporarly unused radio button.
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer2-17/+20
2005-01-02Removed Allegro datafile graphic.datBjørn Lindeijer3-4/+4
2005-01-01Some changes that should be quite meaningless.Bjørn Lindeijer1-1/+2
2004-12-30Marker area of vertical scrollbar now skinned. Graphics seem lacking forBjørn Lindeijer2-0/+60
other parts.
2004-12-30Subclassed ListBox and TextBox for a little better visual appearance.Bjørn Lindeijer8-4/+209
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer3-317/+32
2004-12-30- added exception handling to setup dialog while starting soundAlexander Baldeck1-1/+6
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer8-24/+178
2004-12-29Ported NPC list dialog to Guichan.Bjørn Lindeijer3-47/+109
2004-12-29Updating devcpp project fileEugenio Favalli1-3/+0
2004-12-29Updating devcpp project fileEugenio Favalli1-0/+2
2004-12-29Changes to disable sound on Windows.Bjørn Lindeijer1-25/+30
2004-12-29Subclassed AllegroInput to intercept shortcuts.Bjørn Lindeijer3-1/+121