summaryrefslogtreecommitdiff
path: root/src/gui/npcpostdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-5/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-15Center the CustomServerDialog on its parent windowThorbjørn Lindeijer1-1/+1
2010-11-12Change NPC handling in the net codeChuck Miller1-5/+6
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-1/+1
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-1/+1
2010-08-12Simplify working with the event systemJared Adams1-2/+2
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams1-5/+5
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-0/+4
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-3/+3
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-2/+0
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-8/+32
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-2/+2
2009-05-21Fixed a few strings for better translationKess Vargavind1-4/+5
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-6/+5
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-3/+2
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-2/+7
2009-03-27Removed unnecessary parenthesis on constructorsBjørn Lindeijer1-2/+2
2009-03-27Clean up chat and chat tabs some moreJared Adams1-8/+10
2009-03-26Major clean up of ChatTab handlingJared Adams1-1/+1
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-1/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-12Fixed multiline editing for lettersDavid Athay1-1/+3
2008-11-06Added interface for sending post.David Athay1-0/+101