summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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: graphics.cpp...Aaron Marks5-146/+171
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
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
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 now...Bjørn Lindeijer4-3/+29
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
2004-12-30- ported Configuration from lists to mapAlexander Baldeck2-68/+31
2004-12-30Marker area of vertical scrollbar now skinned. Graphics seem lacking forBjørn Lindeijer2-0/+60
2004-12-30Subclassed ListBox and TextBox for a little better visual appearance.Bjørn Lindeijer11-6/+217
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer11-1042/+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 Lindeijer12-73/+207
2004-12-29Ported NPC list dialog to Guichan.Bjørn Lindeijer6-88/+131
2004-12-29Updating devcpp project fileEugenio Favalli1-3/+0
2004-12-29Updating devcpp project fileEugenio Favalli2-2/+4
2004-12-29Changes to disable sound on Windows.Bjørn Lindeijer5-28/+56
2004-12-29Subclassed AllegroInput to intercept shortcuts.Bjørn Lindeijer6-96/+234
2004-12-29- added SDL & SDL_mixer to all makefilesAlexander Baldeck1-1/+1
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck8-279/+170
2004-12-28A few cleanups and small fix to sell dialog.Bjørn Lindeijer4-24/+3
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer10-75/+274
2004-12-28Fixed refreshing of stats windowMateusz Kaduk2-6/+3
2004-12-28- some optimization :)Alexander Baldeck1-19/+17
2004-12-28action method sends info to server when stats increased.Mateusz Kaduk1-10/+13
2004-12-28Make stats window display numbers instead of characters.Bjørn Lindeijer5-125/+97
2004-12-28StatsWindow registered with ActionListenerMateusz Kaduk1-11/+11
2004-12-28Added update method to statsMateusz Kaduk3-35/+77
2004-12-28Simplified graphic engineEugenio Favalli6-293/+147
2004-12-28Some fixes to stats window.Bjørn Lindeijer2-23/+20
2004-12-28Fixed coding style.Mateusz Kaduk3-97/+156
2004-12-28Fixed incluing stats_window.h instead of stats.hMateusz Kaduk2-11/+13
2004-12-28Added new gui for stats windowMateusz Kaduk3-0/+132
2004-12-28Inventory dialog is also not a dialog.Bjørn Lindeijer6-26/+26
2004-12-28Oh and the status dialog was actually just a window.Bjørn Lindeijer5-13/+13
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer10-32/+19