summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-13/+13
2012-01-30Keep a single blank line between NPC textsThorbjørn Lindeijer1-0/+1
2012-01-26Remove "> Next" from NPC dialogsAndrei Karas1-2/+0
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-09Added a close button to the npc dialog window.Yohann Ferreira1-22/+26
2012-01-07Made the first choice item be selected at the beginningBen Longbons1-0/+6
2011-05-26Fix compilation on gcc 4.6.1.Yohann Ferreira1-1/+1
2011-05-25Added more double clickable actionsAngelo Castellani1-0/+15
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-20/+20
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-7/+7
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-10/+10
2010-12-15Merge branch '0.5'Thorbjørn Lindeijer1-0/+5
2010-11-29Allow enter OK button key in input field.Andrei Karas1-0/+5
2010-11-13Replace config listeners with the event systemChuck Miller1-4/+7
2010-11-12Change NPC handling in the net codeChuck Miller1-20/+10
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-16/+16
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-11/+11
2010-08-12Simplify working with the event systemJared Adams1-12/+12
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams1-14/+26
2010-08-10Remove NpcDialog references from netcodeJared Adams1-9/+150
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-0/+5
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+0
2010-04-21Add a clear button to the NPC dialogJared Adams1-14/+50
2010-03-25Simplify NPC input when only one dialog is openJared Adams1-0/+3
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-7/+67
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-3/+4
2010-01-10Fix handling of NPC talking statusJared Adams1-1/+0
2009-11-29Fix NPC choice interfaceJared Adams1-14/+14
2009-08-07Gettext fixesKess Vargavind1-1/+2
2009-07-26Gettext fixesKess Vargavind1-4/+4
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-06-30Fixed compiler warning about unsigned/signed integer comparisionThorbjørn Lindeijer1-1/+1
2009-06-27Prevent selection of out of range menu optionsJared Adams1-1/+5
2009-05-13Fixed two compiler warningsBjørn Lindeijer1-0/+3
2009-05-13Allow more control of NpcDialog using the keyboardJared Adams1-0/+16
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-3/+0
2009-05-10Marked some strings as not translatableBjørn Lindeijer1-2/+2
2009-05-09Increased the distance between head and overhead text a bitBjørn Lindeijer1-2/+3
2009-05-09Fix some memory leaksJared Adams1-0/+12
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-12/+10
2009-05-03NPC Integer input plus and minusBlue1-8/+22
2009-05-03Fix some layout issues with the NPC dialogJared Adams1-6/+39
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-05-02Fix up some things in the NPC dialogJared Adams1-3/+18
2009-05-01Forgot the new dialogJared Adams1-0/+277