summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Simplify working with the event systemJared Adams5-17/+17
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams2-19/+31
2010-08-12Forgot a Label constructorJared Adams1-0/+1
2010-08-12Fix Label color handlingJared Adams1-1/+1
2010-08-10Remove NpcDialog references from netcodeJared Adams2-18/+153
2010-08-09Replace remaining gcn::Label instances with Label instancesJared Adams3-4/+8
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-1/+3
2010-08-03Move Theme and UserPalette to the resources folderJared Adams44-1318/+52
2010-08-03Merge remote branch 'origin/1.0'Jared Adams1-4/+36
2010-08-03Added double click to equip unequip and use itemsdweems1-4/+36
2010-08-02Fix some bugsJared Adams1-2/+4
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams4-28/+88
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller1-0/+25
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams7-17/+18
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