summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
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 linke...Yohann Ferreira4-2/+191
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer28-236/+234
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-6/+13
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer5-29/+38
2005-10-04Fixed the black font bug in opengl. Only shows the current HP/MP in ministatu...Yohann Ferreira1-4/+4
2005-10-04Set the white font in the ministatus window only in sdl mode until we have fo...Yohann Ferreira2-2/+8
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the stats...Yohann Ferreira2-1/+16
2005-10-04Fixed the chat window scrolling bug.Yohann Ferreira1-2/+12