summaryrefslogtreecommitdiff
path: root/src/gui/npc_text.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-138/+0
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-4/+3
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-22/+12
2009-03-31Add first draft of net handlersJared Adams1-6/+5
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-4/+2
2009-03-27Fix some problems with NPC dialogsJared Adams1-6/+0
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-7/+55
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+7
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-1/+1
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-0/+1
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-2/+1
2009-03-10Don't center the NPC interraction dialogsJared Adams1-1/+1
2009-03-10Made it so that when windows load previous states, they are neverIra Rice1-2/+9
2009-03-09Send the correct packet for the NPC close buttonJared Adams1-0/+8
2009-03-09Send the correct packet for the NPC close buttonJared Adams1-0/+7
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+6
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice1-4/+14
2009-02-25Prevent duplicate NPC talking when using keyboardJared Adams1-0/+1
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-6/+15
2009-02-25Make sure that all dialogs are cleared on player death, not just the NPCIra Rice1-0/+1
2009-02-24Cleaned up some code, as well as removed redundant talk client requestingIra Rice1-1/+6
2009-02-24Send a next dialog packet when ending interactionJared Adams1-0/+1
2009-02-24Fixed compile warningsBjørn Lindeijer1-1/+1
2009-02-23Clear text from NpcTextDialog when character diesJared Adams1-0/+5
2009-02-18Centralize current_npc cleanupJared Adams1-13/+9
2009-02-17Reduce NpcTextDialog to one actionJared Adams1-14/+22
2009-02-16Fixed up NPC dialogs to behave more like eAthena expects.Jared Adams1-8/+11
2009-02-16Fix some compilation issuesJared Adams1-1/+1
2009-02-16Add next/close buttons for NPCsJared Adams1-6/+27
2009-02-15Fixes some variable names to conform to naming conventionBjørn Lindeijer1-6/+6
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-3/+1
2009-01-28Consolidated setMinWidth into textWrap, since all lines are dependantIra Rice1-12/+2
2009-01-28Moved NPC text back to using the textbox. Rationale is that the textboxIra Rice1-13/+27
2009-01-26Fixed a few default window sizes so that they look better for first timeIra Rice1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Fixed window transparency in NPC text (because the browser box was toldIra Rice1-1/+1
2009-01-20Removed the now uneeded add calls, which I accidently left in twoIra Rice1-3/+0
2009-01-20Reflowed NPC text dialog to use the layout code, so that window resizingIra Rice1-6/+11
2009-01-20Switch the NPC text dialog over to a BrowserBoxJared Adams1-32/+14
2009-01-06Added support for internationalizationIra Rice1-2/+4
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+0
2008-12-07Fixed wrapping in some cases, removed draw methodBjørn Lindeijer1-15/+8
2008-12-07Made NPC dialogues resizeable.Ira Rice1-4/+33
2008-12-06Fixed NPC dialogs so that they properly wrap. Broken by the last cherryIra Rice1-0/+5
2008-12-06Fixed wrapping in some cases, removed draw methodBjørn Lindeijer1-13/+8
2008-12-07Fixed wrapping in some cases, removed draw methodBjørn Lindeijer1-15/+8
2008-12-07Made NPC dialogues resizeable.Ira Rice1-4/+33
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1