summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink2-90/+0
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵Björn Steinbrink13-116/+44
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way.
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game ↵Björn Steinbrink3-64/+37
crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private.
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 ↵Eugenio Favalli2-41/+125
window into 3 tabs and added a joystick calibration tool.
2006-01-05Remove some useless code.Björn Steinbrink9-22/+3
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵Eugenio Favalli8-121/+226
deletion.
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 ↵Eugenio Favalli5-6/+43
connection/data phase.
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 ↵Eugenio Favalli6-126/+521
window (a lot of duplicated code to be removed).
2005-12-29Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵Eugenio Favalli8-63/+114
smoothed login sequence.
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 ↵Björn Steinbrink4-20/+141
the Gui class.
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
objects disappearing at the bottom and still some draw order problems.
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 ↵Björn Steinbrink25-156/+50
updated in the item amount box when the buttons are used.
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 ↵Eugenio Favalli5-111/+110
not being played at startup.
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
corrected strange commit by ElvenProgrammer.
2005-10-10Updated docs for releaseEugenio Favalli2-0/+232
2005-10-10Pajarico added more international characters to the fixed font and rpg font.Bjørn Lindeijer2-2/+4
2005-10-10Don't include debugwindow.h/cpp twice in Makefile.amBjørn Lindeijer2-10/+17
2005-10-10Fixed path for win32Eugenio Favalli1-1/+1
2005-10-09Corrected the white browser font bug and the black hp/mp bug which were ↵Yohann Ferreira4-2/+191
linked. Added a debug window.