summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer40-22/+124
modules to file lists.
2004-12-27Ok dialog (still to complete)Eugenio Favalli2-0/+116
2004-12-27Fixed setting full screen chekbox stateMateusz Kaduk1-1/+2
2004-12-27Using Configuration classMateusz Kaduk2-7/+29
Added switch for sound
2004-12-27Skinned slider, yeah!Bjørn Lindeijer5-6/+142
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer4-190/+168
possible to delete or use items.
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 Lindeijer6-6/+254
\|-`~ to the fixed font.
2004-12-26- spaces are now stripped when options are being read (relaxed syntax in ↵Alexander Baldeck1-1/+0
tmw.ini) - sorry for the "blah" in login.cpp -
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck2-25/+25
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files
2004-12-26*** empty log message ***Alexander Baldeck2-3/+5
2004-12-25Fix forgotten commit and increased static inventory size to 100 for now.Bjørn Lindeijer1-1/+1
2004-12-25Some more beautification of inventory, but actually it should be fixed thatBjørn Lindeijer2-60/+88
you can have only 10 items at maximum.
2004-12-25Another attempt at fixing inventory draw crash.Bjørn Lindeijer1-62/+73
2004-12-25Little initialization fix for show_inventory.Bjørn Lindeijer2-3/+12
2004-12-25Document supposed behaviour.Bjørn Lindeijer1-0/+7
2004-12-25Some corrections made to parse_items. Something still seems to go wrong at theBjørn Lindeijer2-10/+11
server side though.
2004-12-25Fixed error causing monster death bitmaps not to show up.Bjørn Lindeijer2-3/+21
2004-12-25Excuse me, but indeed freeing the item name is giving problems...Bjørn Lindeijer1-2/+2
2004-12-25Xmas quest updateEugenio Favalli2-8/+9
2004-12-25* Huge formatting changes and some attempts in simplifying graphics code.Bjørn Lindeijer3-65/+34
* Use of STL vector in npc.cpp
2004-12-23Password masking is back!Bjørn Lindeijer6-144/+99
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer9-10/+149
2004-12-22Added fullscreen mode checkbox in setup windowMateusz Kaduk2-4/+17
2004-12-22Fixed window titlebar drawing.Bjørn Lindeijer1-5/+4
2004-12-22Added modes list to setupMateusz Kaduk2-7/+52
2004-12-22Using tmw's button in setupMateusz Kaduk2-5/+20
2004-12-22Setup has create_setup() method that creates only one instance.Mateusz Kaduk2-22/+25
2004-12-22- setup gets only called from game.cppMateusz Kaduk2-54/+47
- setup class changed
2004-12-21Size is the only thing that matters.Bjørn Lindeijer1-2/+2
2004-12-21That shouldn't be there.Bjørn Lindeijer1-10/+0
2004-12-21Committing ported character select and new character dialogs by nym.Bjørn Lindeijer4-237/+453
2004-12-20Removed some leftover alfont.h includes.Bjørn Lindeijer2-2/+0
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer8-52/+214
2004-12-19no deprecated warnings about text_mode, textout or textprintf anymoreAlexander Baldeck1-30/+10
2004-12-19killed a few warnings about depcrated functions. mostly textprintfAlexander Baldeck4-14/+15
2004-12-19removed alfont usage (obsolete dependency now)Alexander Baldeck6-111/+104
2004-12-19More refining of windows.Bjørn Lindeijer6-57/+46
2004-12-19Implemented setLocationRelativeTo method on Window allowing the dialogs to beBjørn Lindeijer4-4/+62
centered on screen.
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer4-127/+168
2004-12-18Added support for @!"$%&/=?^+*#[]{}()<>_;'., in the fixed font.Bjørn Lindeijer1-1/+2
2004-12-18Corrected titlebar height.Bjørn Lindeijer1-4/+4
2004-12-18Added colon to the fixed font and removed some alfont usage.Bjørn Lindeijer8-111/+50
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer5-52/+86
WARNING: From now on we need Guichan 0.2.0, the 0.1.0 version will NOT work!
2004-12-17Whoops forgot the bitmaps.Bjørn Lindeijer1-3/+3
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer3-1/+254
2004-12-16Doxygen improvements.Bjørn Lindeijer9-26/+52
2004-12-16Skinned checkbox similar to what it used to be.Bjørn Lindeijer7-119/+159
2004-12-15Good old Aqua buttons back but now using GuichanBjørn Lindeijer6-7/+182