summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-9/+13
Warnings were about initialization order and signed variables compared to unsigned variables. Please pay attention to these things. Also made some getters const and turned some std::string parameters into const std::string &.
2009-05-03NPC Integer input plus and minusBlue1-2/+4
Added plus and minus buttons on NPC Integer input. No server side modifications.
2009-05-03Fix some layout issues with the NPC dialogJared Adams1-0/+6
Also add a reset button for the string and integer input modes.
2009-05-02Fix up some things in the NPC dialogJared Adams1-2/+8
2009-05-01Forgot the new dialogJared Adams1-0/+185