summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-25Make ManaServ player stats softcodedJared Adams2-2/+4
2010-04-25Fix some storage bugsJared Adams2-15/+17
2010-04-25Fixed the VideoMode listBox logic in the setup window.Bertram1-0/+34
2010-04-21Add a clear button to the NPC dialogJared Adams4-16/+73
2010-04-19Add afk mode for player.Andrei Karas1-0/+5
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram3-11/+11
2010-04-16Fix canceling game connectionJared Adams2-0/+3
2010-04-12Fix error in server list download when download has problemsJared Adams1-2/+5
2010-04-12Added the player collision rectangle and tweaked colorsBertram1-2/+9
2010-04-12Added a more trusty path debug view for ManaServ.Bertram2-15/+58
2010-04-09Add support for registration disabled for eAthenaJared Adams1-0/+3
2010-04-06Fix a crash when adding new serversJared Adams2-28/+9
2010-03-31Removed the ability to assign custom skins to windows/popupsThorbjørn Lindeijer8-67/+3
2010-03-30Fix some memory issuesJared Adams1-0/+1
2010-03-29Add minimum version information to the server listJared Adams4-30/+156
2010-03-29Fix ListBox::draw to work more correctlyJared Adams1-4/+4