summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer2-10/+3
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer17-176/+90
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer10-48/+33
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer10-297/+129
2005-01-16Ported slider over to resource manager.Bjørn Lindeijer6-76/+61
2005-01-16Removed checkbox and dialog stuff.Bjørn Lindeijer3-90/+1
2005-01-16Checkbox updateEugenio Favalli2-8/+22
2005-01-16More GUI image location changes and chat displays longer.Bjørn Lindeijer4-30/+7
2005-01-16Change header order.Bjørn Lindeijer1-1/+1
2005-01-16Little margin.Bjørn Lindeijer1-4/+4
2005-01-15Fixed screenshot taking and changed chat box in Guichan widget.Bjørn Lindeijer3-150/+129
2005-01-15Fixed upping skills.Bjørn Lindeijer2-136/+99
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer27-298/+178
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
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
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
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
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: graphics.cpp...Aaron Marks2-129/+144
2005-01-03Using own ListBox,Mateusz Kaduk2-15/+19
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer2-17/+20