summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-28Ported buy/sell dialog, made sure mouse is only drawn once and updated buildBjørn Lindeijer6-68/+182
2004-12-27Added radiobutton classMateusz Kaduk2-0/+98
2004-12-27Added radiobutton class and aqua graphic for it.Mateusz Kaduk4-0/+13
2004-12-27Fixed listbox and scrollarea sizes in setup.Mateusz Kaduk2-7/+11
2004-12-27Skinned background/border of scrollarea, not the scrollbars yet.Bjørn Lindeijer6-4/+173
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer41-22/+125
2004-12-27Ok dialog (still to complete)Eugenio Favalli3-232/+358
2004-12-27*** empty log message ***Alexander Baldeck2-2/+12
2004-12-27*** empty log message ***Alexander Baldeck1-1/+1
2004-12-27Fixed setting full screen chekbox stateMateusz Kaduk1-1/+2
2004-12-27Using Configuration classMateusz Kaduk2-7/+29
2004-12-27Skinned slider, yeah!Bjørn Lindeijer7-7/+143
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer7-265/+242
2004-12-26Small icon fixesEugenio Favalli1-1/+1
2004-12-26Some more Xmas fixesEugenio Favalli1-2/+3
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer10-35/+279
2004-12-26- spaces are now stripped when options are being read (relaxed syntax in tmw....Alexander Baldeck2-3/+30
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck7-227/+239
2004-12-26- minor fixes for ini creation/writingAlexander Baldeck2-1/+3
2004-12-26- replaced default ini creation routine with new systemAlexander Baldeck3-18/+74
2004-12-26some more code beautification :)Alexander Baldeck3-298/+295
2004-12-26added some doxgen commentsAlexander Baldeck2-0/+19
2004-12-26*** empty log message ***Alexander Baldeck2-3/+5
2004-12-26added configuration.cpp to file.list and src/Makefile.amAlexander Baldeck1-0/+1
2004-12-26*** empty log message ***Alexander Baldeck1-0/+2
2004-12-26merge to new config system completeAlexander Baldeck1-1/+1
2004-12-26covertied init to use the new config system (ignore last message)Alexander Baldeck1-3/+2
2004-12-26- code beautification ofter coding guielinesAlexander Baldeck1-171/+172
2004-12-26added new config file handling (code integration has yet to be done)Alexander Baldeck2-0/+141
2004-12-25Fix forgotten commit and increased static inventory size to 100 for now.Bjørn Lindeijer2-2/+2
2004-12-25Some more beautification of inventory, but actually it should be fixed thatBjørn Lindeijer2-60/+88
2004-12-25Another attempt at fixing inventory draw crash.Bjørn Lindeijer1-62/+73