summaryrefslogtreecommitdiff
path: root/src/gui/npcintegerdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer1-2/+2
2009-02-16Allow setting default values for NPC dialogsJared Adams1-0/+5
2009-02-16Fix some compilation issuesJared Adams1-1/+1
2009-02-16Add next/close buttons for NPCsJared Adams1-1/+6
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Fixes some variable names to conform to naming conventionBjørn Lindeijer1-3/+3
2009-02-04Modified the NPC string and integer classes to automatically take focusIra Rice1-4/+12
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-8/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Reset the input fields so that they're reset when they're brought upIra Rice1-0/+1
2009-01-18Fixed the NPC Integer input field, as well as cut some bull from theIra Rice1-38/+24
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-0/+125