summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-2/+2
2012-01-10player_node -> local_playerYohann Ferreira1-7/+7
2011-08-30Made the popup-menu work again for equip/unequip processes.Yohann Ferreira1-8/+17
2011-05-15Starting to fix party inviteStefan Dombrowski1-1/+4
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-3/+3
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-3/+3
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-5/+5
2011-02-19Reorder store option to the top, so it is more useful.Ben Longbons1-5/+5
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-3/+3
2010-10-08Remove the following systemStefan Dombrowski1-9/+0
2010-10-04Remove the following systemChuck Miller1-9/+0
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-1/+2
2010-08-30Fixing segmentation fault and making invite to guild in pop-up conditionalStefan Dombrowski1-1/+2
2010-08-26Merged testing branch into master.Yohann Ferreira1-8/+9
2010-08-16Move more to the event systemJared Adams1-5/+3
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-1/+2
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-2/+2
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-16/+22
2010-05-06Add support for floor item spritesJared Adams1-3/+6
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-22/+9
2010-03-25Merge StorageWindow into InventoryWindowJared Adams1-2/+1
2010-03-19Fix crash when player chooses to follow a being that has been deleted alreadyChuck Miller1-2/+2
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-4/+6
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-13Make NPC dialogs instance instead of globalJared Adams1-3/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-1/+1
2010-01-13Adds a follow manager for usersBlueSansDouze1-4/+5
2010-01-11Cleanup GUI classesJared Adams1-7/+7
2010-01-10Change code styleAndrei Karas1-1/+2
2009-12-27Add right click whisperdweems000@gmail.com1-0/+8
2009-11-26Merge a little more and remove the BuddyWindowJared Adams1-19/+1
2009-10-24REplace instances of TMW with ManaJared Adams1-2/+2
2009-09-23Fixes party inviteChuck Miller1-1/+1
2009-09-13Add ellipsis (...) to some options requiring further inputKess Vargavind1-3/+6
2009-08-31Fixes NPC names on the popup menu.Freeyorp1-6/+2
2009-08-07Gettext fixesKess Vargavind1-3/+4
2009-07-24Prevent translations from leaving popups uselessJared Adams1-35/+63
2009-07-23Clear some more support ifdefsJared Adams1-2/+0
2009-07-17Various gettext fixesKess Vargavind1-1/+2
2009-05-12Fix up handling of GM statusJared Adams1-9/+12
2009-05-12Adjust the context menu's invite optionsJared Adams1-1/+4
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-5/+7
2009-05-06Clean up the bypass code for the ItemAmountWindowJared Adams1-4/+4
2009-05-06Remove more inventory handling support #ifdefsJared Adams1-7/+2
2009-05-05Fix the context menu for the storage windowJared Adams1-15/+41
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1