summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira2-4/+10
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink1-4/+0
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink3-26/+24
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink2-39/+13
2006-02-01Removed duplicated code.Björn Steinbrink1-15/+6
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink2-90/+0
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink13-116/+44
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink3-64/+37
2006-01-31Cleanup.Björn Steinbrink1-7/+8
2006-01-31Made RequestTradeDialog inherit from ConfirmDialog.Björn Steinbrink2-65/+10
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink2-17/+17
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink4-50/+67
2006-01-31Various small cleanups.Björn Steinbrink3-4/+1
2006-01-30A few cleanups and simplifications.Björn Steinbrink9-106/+26
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink49-1356/+376
2006-01-21Small followup change.Bjørn Lindeijer1-3/+4
2006-01-21Applied patch by Ar2ro that worked around scrolldown bug in the chatbox.Bjørn Lindeijer1-1/+49
2006-01-14Removed unused var.Björn Steinbrink2-6/+1
2006-01-07Removed --skipupdate option from Dev.Cpp project file, splitted the setup win...Eugenio Favalli2-41/+125
2006-01-05Remove some useless code.Björn Steinbrink9-22/+3
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli8-121/+226
2006-01-03moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp}Ronny Pfannschmidt1-15/+8
2006-01-03Enabled some /commands.Eugenio Favalli2-14/+48
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli4-22/+22
2006-01-02Smoothed also character creation, buttons are now disabled during connection/...Eugenio Favalli5-6/+43
2006-01-01Fix crash in Login with empty name.Björn Steinbrink2-15/+3
2005-12-30Applied pcloud's patch that enhances chat window functionality while hidden.Bjørn Lindeijer2-22/+68
2005-12-30Added a new item, improved smooth login sequence, added a registration window...Eugenio Favalli6-126/+521
2005-12-29Restored Dev-Cpp default execution options, updated walkmap in snow map, smoo...Eugenio Favalli8-63/+114
2005-12-29ixed two little bugsJan-Fabian Humann1-4/+4
2005-12-29Added the workaround suggested by DoenerJan-Fabian Humann1-0/+3
2005-12-29Removed duplicate pick up codeBjörn Steinbrink1-3/+1
2005-12-29Added popup support to the Gui class. Moved all mouse input handling into the...Björn Steinbrink4-20/+141
2005-12-05Avoid crashing on trying to log the name of a non-existing character.Bjørn Lindeijer1-2/+6
2005-11-13Made the three desert maps use the fringe layer for objects. Reveals bug withBjørn Lindeijer1-1/+2
2005-10-23Fix a warning and a possible segmentation fault.Cedric Borgese1-1/+1
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being upda...Björn Steinbrink25-156/+50
2005-10-20Various cleanups and refactorisations.Björn Steinbrink12-98/+88
2005-10-19Code cleanup.Björn Steinbrink2-28/+35
2005-10-19Remove debug output.Björn Steinbrink1-5/+0
2005-10-18Added garbage collecting container.Björn Steinbrink2-0/+110
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink56-392/+46
2005-10-18Header, whitespace and intendation cleanups.Björn Steinbrink5-20/+11
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink15-157/+157
2005-10-16Use the ResourceManager to get spritesets.Björn Steinbrink2-10/+5
2005-10-16gl is default for win/apple/USE_OPENGL, needs to restart for fsDuane Bailey1-4/+12
2005-10-16The connection should be non-blocking now and fixed the problem with sound no...Eugenio Favalli5-111/+110
2005-10-13Make sure Alt shortcuts don't appear in chatbox.Bjørn Lindeijer1-1/+1
2005-10-13Use gcn::Font instead of gcn::ImageFont as pointer type.Björn Steinbrink3-11/+11
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer3-18/+30