summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-519/+0
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-12/+14
2010-03-25Merge StorageWindow into InventoryWindowJared Adams1-3/+1
2010-02-26Simplify arrow handling for eAthenaJared Adams1-8/+2
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-23/+55
2010-02-24Add more to eAthena guild supportJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-5/+5
2010-01-10Change code styleAndrei Karas1-14/+15
2009-12-08Fix handling of an enum switchJared Adams1-2/+1
2009-12-07Fix bugs in eAthena's equipment handlingJared Adams1-7/+7
2009-12-07Simplify Equipment handlingJared Adams1-6/+114
2009-12-02Centralize netcode handler instances in NetJared Adams1-1/+1
2009-11-14Fix display of non-existing items in storage windowStefan Dombrowski1-10/+2
2009-11-07More eAthena guild stuffJared Adams1-8/+14
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-1/+11
2009-09-14Fix context menu for items in the EquipmentWindowJared Adams1-1/+2
2009-07-23Fix adding to existing item in inventoryJared Adams1-0/+5
2009-07-22Fix bug with clearing inventory on map warpJared Adams1-0/+1
2009-07-21Fix handling of odd equipable itemsJared Adams1-6/+1
2009-07-21Merge equipment handling and fix some bugsJared Adams1-2/+5
2009-07-13Some item pickup cleaningJared Adams1-28/+11
2009-06-29Remove local remove of items from equipment window when unequipping.Dennis Friis1-3/+0
2009-05-24Made the "a" part in "You picked up a ..." translatableBjørn Lindeijer1-1/+3
2009-05-23Fixed a few strings for better translationKess Vargavind1-3/+6
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-0/+4
2009-05-06Remove more inventory handling support #ifdefsJared Adams1-5/+15
2009-05-04Fix link colors and item links for pickup messagesJared Adams1-2/+2
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-13Some cleanup of the Configuration interfaceBjørn Lindeijer1-3/+3
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-2/+2
2009-04-06Use a namespace to keep apart implementations of network handlersBjørn Lindeijer1-0/+4
2009-04-02Some cleanup and renamingBjørn Lindeijer1-2/+12
2009-04-02Fixed an inventory offset that I missed previouslyBjørn Lindeijer1-3/+3
2009-04-01Make eAthena's inventory handlerJared Adams1-0/+63
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-39/+65
2009-03-27Clean up chat and chat tabs some moreJared Adams1-1/+2
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-16/+18
2009-03-26Major clean up of ChatTab handlingJared Adams1-3/+3
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-32/+73
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+227