summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Change NPC handling in the net codeChuck Miller2-50/+92
2010-11-11Replace Event names with enums instead of stringsChuck Miller7-30/+30
2010-11-11Have the event system channels use enums instead of stringsChuck Miller10-29/+29
2010-11-07Convert the emote system to use particlesChuck Miller1-5/+4
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira7-7/+23
2010-10-13Adding theme colors for party tabsStefan Dombrowski1-1/+1
2010-10-11Implementing show IP for game mastersStefan Dombrowski3-2/+12
2010-10-08Remove the following systemStefan Dombrowski1-21/+0
2010-10-07Disable guilds netcode.Andrei Karas1-0/+2
2010-10-04Remove the following systemChuck Miller1-20/+0
2010-09-29Fixing segfault when switching serverStefan Dombrowski1-0/+3
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer8-13/+53
2010-09-15Avoid log message for unhandled SMSG_BEING_SPAWNStefan Dombrowski1-0/+8
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski3-4/+4
2010-09-11Making sure the inventory window shows the correct number of used slotsStefan Dombrowski1-2/+10
2010-09-08Adding missing updates for buttons in InventoryWindowStefan Dombrowski2-0/+12
2010-09-08Adding missing update for attributes in StatusWindowStefan Dombrowski1-0/+4
2010-09-05Fixing ghost characters in charselectdialogStefan Dombrowski1-0/+3
2010-08-28Fixing omitted items in equipment windowStefan Dombrowski1-2/+1
2010-08-27Changing findBeingByName so that it searches case insensitiveStefan Dombrowski1-1/+1
2010-08-26Merged testing branch into master.Yohann Ferreira3-22/+14
2010-08-24Giving functionality to invite in socialwindow and allow enter key in textdialogStefan Dombrowski1-5/+11
2010-08-23Fixing segmentation fault in partyhandlerStefan Dombrowski1-1/+1
2010-08-16Move more to the event systemJared Adams3-86/+80
2010-08-15Merge branch '1.0'Chuck Miller1-1/+2
2010-08-13Add missing setAttribute for moneyStefan Dombrowski1-0/+1
2010-08-12Simplify working with the event systemJared Adams11-25/+25
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams2-61/+48
2010-08-10Remove NpcDialog references from netcodeJared Adams3-87/+63
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-18/+24
2010-08-04Remove some unused headers and fix some chat eventsJared Adams1-4/+9
2010-08-04Changed the stats.xml to attributes.xml according to the server commit.Yohann Ferreira1-1/+2
2010-08-03Move Theme and UserPalette to the resources folderJared Adams2-4/+2
2010-08-03Merge remote branch 'origin/1.0'Jared Adams1-8/+26
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller1-17/+37
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-1/+1
2010-08-01Fix chat spoofing. Remove colors from nicks in public chat.Andrei Karas1-10/+29
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-3/+2
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-1/+1
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-1/+1
2010-07-28Add some null being checks and cleanup some related codeJared Adams2-26/+23
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller10-10/+0
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller9-68/+65
2010-07-18Replace some state-related netcode methods with eventsJared Adams4-61/+73
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams4-15/+16
2010-07-17Modify how attributes and stats are handledChuck Miller5-156/+115
2010-07-08Fix crash in picking up an item that no longer existsremoitnane1-2/+5
2010-06-29Make whisper responses from tmwAthena show up in correct tabsJared Adams2-6/+23
2010-06-24Fix a logic error in tmwAthena's PartyHandlerJared Adams1-1/+1
2010-06-24Fix a logic error in tmwAthena's PartyHandlerJared Adams1-1/+1