summaryrefslogtreecommitdiff
path: root/src/npc.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-12Make use of the new available colorsMajin Sniper1-2/+4
2009-03-06Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-1/+1
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-7/+4
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice1-63/+2
2009-02-25Prevent duplicate NPC talking when using keyboardJared Adams1-2/+5
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-65/+2
2009-02-25Don't delete the Being in the NPC classJared Adams1-4/+1
2009-02-25If no network is set, then don't continueIra Rice1-1/+10
2009-02-25Fix some problems with deleting NPCs earlyJared Adams1-9/+3
2009-02-25If no network is set, then don't continueJared Adams1-0/+2
2009-02-25Don't delete the current NPC too earlyJared Adams1-3/+11
2009-02-24Cleaned up some code, as well as removed redundant talk client requestingIra Rice1-3/+9
2009-02-24Don't set current_npc when initiating interractionJared Adams1-1/+0
2009-02-24Don't set current_npc when initiating interractionJared Adams1-1/+0
2009-02-24Remove debug statement that should've been removedJared Adams1-1/+0
2009-02-18Centralize current_npc cleanupJared Adams1-1/+17
2009-02-17Merge branch 'aethyra/master'Bjørn Lindeijer1-4/+0
2009-02-16Moved target unsetting on NPCs and monsters to the being class. This isIra Rice1-4/+0
2009-02-16Don't arbitrarily unset player target on NPC deletionBjørn Lindeijer1-9/+5
2009-02-16Fixed up NPC dialogs to behave more like eAthena expects.Jared Adams1-2/+2
2009-02-16Don't arbitrarily unset player target on NPC deletionBjørn Lindeijer1-9/+5
2009-02-16Add next/close buttons for NPCsJared Adams1-2/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-1/+0
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-14/+40
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-01-24Tweaks to the speech bubbles so that being status (GM, mob, npc,Ira Rice1-0/+2
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-4/+1
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-3/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Fixed String dialog sending so that it doesn't crash the client afterIra Rice1-3/+3
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-0/+18
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-12/+24
2009-01-15Added emote database, which is loosely based off of the NPC database.Ira Rice1-2/+1
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-10/+5
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-1/+1
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-1/+3
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-25Fixed NPC's so that clothes would draw again. However, if in the future Ira Rice1-0/+6
2008-10-25Changed NPC's to inherit from the player class. This should be helpful Ira Rice1-1/+6
2008-10-25Changed NPC name logic so that it filters out all content past the # Ira Rice1-2/+4
2008-10-14Early addition of a particle effect disabling option. Would like to Ira Rice1-6/+9
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-1/+2
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-12/+27
2008-08-13Added support for different colored fonts for different being typesLloyd Bryant1-1/+1
2008-07-18Import of client treeLloyd Bryant1-11/+32
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch1-2/+26
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-1/+1