summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Remove isActive methods from buy/sell windowsJared Adams7-16/+21
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller6-46/+39
2010-07-30Fixed two more forgotten hard-coded references.Yohann Ferreira1-1/+3
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-2/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira33-120/+118
2010-07-22Add two debug map modes and improve slightly map drawing.Andrei Karas1-1/+1
2010-07-19Merge branch '1.0'Yohann Ferreira7-19/+56
2010-07-18Fix runtime crash from bad event keysChuck Miller1-8/+13
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller4-4/+0
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller2-1/+19
2010-07-18Add old values to stat and attribute eventsJared Adams1-0/+1
2010-07-18Fix crash when withdrawing something from storageChuck Miller1-0/+3
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams5-14/+14
2010-07-17Modify how attributes and stats are handledChuck Miller9-177/+208
2010-07-16Fix memory corruption in chat on exit.Andrei Karas3-6/+24
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira4-11/+30
2010-07-10Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ...Philipp Sehmisch3-105/+94
2010-07-08Fix whispers.Andrei Karas1-1/+1
2010-06-29Make whisper responses from tmwAthena show up in correct tabsJared Adams4-19/+24
2010-06-29Fixed sell support on tmwAthena while keeping it working for Manaserv.Yohann Ferreira1-2/+6
2010-06-29Fixed the sell support under Manaserv.Yohann Ferreira1-1/+2
2010-06-13Merge remote branch '1.0/1.0'Jared Adams10-23/+64
2010-06-13Fix memory leaks in different windows.Andrei Karas3-0/+8
2010-06-13Handle char-server login errors betterJared Adams1-0/+1
2010-06-12Add error.xml to client repository and move error.pngJared Adams1-0/+2
2010-06-12Fix memory leak in socialwindow.cpp.Andrei Karas1-1/+17
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams6-34/+44
2010-06-09Fix dead Beings not being removed using tmwAthenaJared Adams1-2/+2
2010-06-06Fix memory leak in setup_playersAndrei Karas1-9/+7
2010-06-06Fix memory leak in statuswindowAndrei Karas1-0/+7
2010-06-05Fix memory leak in minimapAndrei Karas1-3/+1
2010-06-03Cleanup some logging statementsJared Adams1-7/+1
2010-06-03Ignore unknown server types in the server listJared Adams1-0/+9
2010-06-03Fix an unitialized variable problem in ThemeJared Adams1-0/+1
2010-06-01Made the MP bar be shown only if the protocol is using it.Yohann Ferreira2-14/+42
2010-05-28Fix memory leak in last patch.Andrei Karas1-0/+1
2010-05-27Fix drawing incorrect utf8 strings issue.Andrei Karas1-3/+8
2010-05-22Fix handling of tmwAthena registration disabled bitJared Adams1-1/+2
2010-05-21Remove some unneeded printfsJared Adams1-4/+0
2010-05-21Fix compilationJared Adams1-1/+2
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer16-45/+171
2010-05-17Remove Monster, Player, and NPC classesJared Adams19-119/+83
2010-05-13Draw item image in item popups.Andrei Karas4-11/+55
2010-05-06Add support for floor item spritesJared Adams2-5/+8
2010-05-06Fix reading arrays at index -1.Andrei Karas2-3/+12
2010-05-06Fixed some copy/pasted documentationThorbjørn Lindeijer1-3/+3
2010-05-05Fix showing the type of the default serverJared Adams1-0/+2
2010-05-05Allow start game if update server is down.Andrei Karas1-9/+23
2010-05-01Add chat logging.Andrei Karas7-1/+43
2010-04-25Fix some button issues in SocialWindowJared Adams2-2/+21