aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* move reset code out of HandleMoveToTargetUpdate() so that we only call it whe...Justin Clark-Casey (justincc)2011-08-041-1/+1
* Make SIGNIFICANT_MOVEMENT SP constant a top-level property so that other clas...Justin Clark-Casey (justincc)2011-08-041-1/+1
* When the NPC reaches within the SIGNIFICANT_CLIENT_MOVEMENT distance of the t...Justin Clark-Casey (justincc)2011-08-041-2/+3
* Rename HandleMoveToPositionUpdate() to HandleMoveToTargetUpdate() for consist...Justin Clark-Casey (justincc)2011-08-041-1/+1
* rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...Justin Clark-Casey (justincc)2011-08-031-1/+1
* refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)2011-08-031-3/+3
* get rid of vestigal move to parametersJustin Clark-Casey (justincc)2011-08-031-1/+1
* Put config to enable disable [NPC] module.Justin Clark-Casey (justincc)2011-08-031-4/+7
* Do a partial fix/implementation of OSSL osNpcMoveTo()Justin Clark-Casey (justincc)2011-08-031-11/+48
* Partially fix autopilot/go hereJustin Clark-Casey (justincc)2011-08-021-1/+10
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-1/+0
* Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-5/+20
* Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)2011-07-021-2/+1
* refactor: simplify existing npc code by creating them directly rather than in...Justin Clark-Casey (justincc)2011-07-021-102/+37
* Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)2011-06-291-33/+74
* Major refactoring of appearance handling.Master ScienceSim2010-10-201-8/+8
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-2/+2
* Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-1/+1
* CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-3/+9
* * Changed various modules to not initialize timers unless the module is initi...John Hurliman2009-10-231-5/+6
* * Consolidated adding / removing ClientManager IClientAPIs to two places in S...John Hurliman2009-10-131-1/+0
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-131-1/+1
* * Change the signature of the agent set appearance callback to prevent unnece...John Hurliman2009-09-301-7/+1
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-211-3/+8
* * oops. Mistake with value return.Adam Frisby2009-08-211-0/+6
* * Moves NPC Creation across AppDomains to prevent a major perfomance issue.Adam Frisby2009-08-211-18/+68
* * Make cache, actually cache.Adam Frisby2009-08-211-1/+5
* * Implements a cache in NPCModule for Appearance.Adam Frisby2009-08-211-1/+11
* * Fixing an issue with NPC's and Circuit Codes.Adam Frisby2009-08-211-0/+3
* * Fleshes more of NPCModule out.Adam Frisby2009-08-211-13/+19
* * Implements a bunch of stuff in NPCModuleAdam Frisby2009-08-211-8/+56
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-011-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+68