summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-5/+5
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-10player_node -> local_playerYohann Ferreira1-1/+1
2011-11-13Added background support to the equipment boxes.Yohann Ferreira1-0/+19
2011-08-30Added a way to specify where the equipment boxes will display.Yohann Ferreira1-18/+4
2011-08-30Made the popup-menu work again for equip/unequip processes.Yohann Ferreira1-12/+14
2011-08-18Improved equip slots description for both protocols.Yohann Ferreira1-5/+26
2011-08-18Made the equipment window not use server specific code again.Yohann Ferreira1-88/+81
2011-08-18Made the client able to successfully equip/unequip!Yohann Ferreira1-20/+13
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-16/+16
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-1/+1
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2011-01-25Added a child class to the equipment window specialized for tAthena.Yohann Ferreira1-60/+70
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira1-43/+60
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-1/+1
2010-08-16Move more to the event systemJared Adams1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-3/+3
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-1/+1
2010-02-22Cleanup some popup-related code and make sure BeingPopup is includedJared 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-11Cleanup GUI classesJared Adams1-6/+7
2009-09-23Fixed some glitches in Equipment and Inventory window, and made the code mor...Bertram1-0/+1
2009-09-14Fix context menu for items in the EquipmentWindowJared Adams1-1/+1
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-07-21Merge equipment handling and fix some bugsJared Adams1-50/+13
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-1/+4
2009-05-10Make sure Unequip button is disabled when appropriateBjørn Lindeijer1-8/+15
2009-05-08Keep a little spacing above the tabs in the chat windowBjørn Lindeijer1-3/+3
2009-05-08Fixed positioning of the item icons in the equipment windowBjørn Lindeijer1-1/+3
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+1
2009-04-12Cleaned up the ItemPopup class a bitBjørn1-3/+1
2009-04-10Some cleanup of the equipment window codeBjørn Lindeijer1-56/+35
2009-04-09Actually use ItemType instead of shortBjørn Lindeijer1-1/+0
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-21/+22
2009-04-06Moved many MessageOut constructions aroundBjørn Lindeijer1-3/+3
2009-04-02Start TMWServ's PlayerHandler and InventoryHandlerJared Adams1-1/+1
2009-03-31Remove unused backgroundJared Adams1-7/+0
2009-03-30fix segfault if the background image is missingBernd Wachter1-1/+2
2009-03-30Fix a segfault in the equipment windowJared Adams1-1/+1
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-8/+3
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-8/+3
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-19/+26
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-19/+23
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-4/+53
2009-03-14Modified the equipment window to use the highlight color for selections.Ira Rice1-16/+18