summaryrefslogtreecommitdiff
path: root/src/gui/npcintegerdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-15/+12
2009-03-31Add first draft of net handlersJared Adams1-5/+3
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-7/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-2/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-11/+49
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+4
2009-03-19Forgot to remove some now unneeded includes.Ira Rice1-1/+0
2009-03-19Made the plus and minus buttons in the last commit look moreIra Rice1-2/+2
2009-03-19Reformatted the item amount window and the buy/sell windows so thatIra Rice1-2/+3
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-0/+4
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-2/+0
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-2/+5
2009-03-10Make sure NPC input dialogs get focusJared Adams1-1/+4
2009-03-10Don't center the NPC interraction dialogsJared Adams1-2/+1
2009-02-26Don't clear current NPC earlyJared Adams1-1/+0
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-3/+10
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice1-5/+11
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-3/+11
2009-02-25Make sure that all dialogs are cleared on player death, not just the NPCIra Rice1-0/+5
2009-02-25Fixed up NPC list dialogs to be navigatable by keyboard (scrollingIra Rice1-4/+7
2009-02-24Small dialog visibility fixJared Adams1-0/+7
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer1-2/+2
2009-02-16Fixed up NPC dialogs to behave more like eAthena expects.Jared Adams1-1/+1
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-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+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