summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-301/+0
2013-09-11remove unused includes from gui files.Andrei Karas1-1/+0
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-1/+13
2013-06-13add copy to clipboard in npc dialog.Andrei Karas1-0/+4
2013-06-13move npc dialogs array from netcode.Andrei Karas1-0/+7
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-17improve npcdialog class.Andrei Karas1-4/+6
2013-04-14another fixes from cpplint.Andrei Karas1-3/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-8/+8
2012-10-19Fix namespace conflicts.Andrei Karas1-9/+5
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-10-02Fix some conversions.Andrei Karas1-1/+1
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-6/+6
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-07Improve constructors in some classes.Andrei Karas1-3/+1
2012-08-27Add const to more classes.Andrei Karas1-8/+8
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-0/+2
2012-07-28Add support for images in npc menu.Andrei Karas1-3/+10
2012-07-18Add close button to npc dialog in menu selection.Andrei Karas1-0/+2
2012-07-01Add npc avatars for evol server.Andrei Karas1-0/+21
2012-05-13Remove guichanfwd.h.Andrei Karas1-0/+5
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+3
2012-02-29Fix npc menu focus/defocus issue.Andrei Karas1-0/+2
2012-02-03Add some missing getters.Andrei Karas1-1/+2
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas1-0/+7
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-19Unhide method widgetResized. Removed empty widgetResized from some classes.Andrei Karas1-7/+0
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-15Replace in npc dialogs textbox to browserbox. This allow use links, colors, etc.Andrei Karas1-4/+8
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas1-0/+5
2011-01-02Initial commit.Andrei Karas1-0/+232