aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/NPC (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | extend move test to check avatar is moving in the right direction after setti...Justin Clark-Casey (justincc)2011-08-031-0/+13
* | | | | | | | | | | | | | extend move test to check one beat of the simulator without actually asking t...Justin Clark-Casey (justincc)2011-08-031-1/+7
* | | | | | | | | | | | | | Add passing but incomplete NPC move regression testJustin Clark-Casey (justincc)2011-08-031-47/+25
* | | | | | | | | | | | | | stop avatar service being set up in NPC TestCreate() - it's no longer usedJustin Clark-Casey (justincc)2011-08-031-6/+48
* | | | | | | | | | | | | | 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-032-2/+2
* | | | | | | | | | | | | | enable the NPC module for its regression testJustin Clark-Casey (justincc)2011-08-031-0/+2
* | | | | | | | | | | | | | 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-022-1/+11
* | | | | | | | | | | | | | 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-012-7/+41
* | | | | | | | | | | | | | Fix LLTextBox to work with the updated libOMVMelanie2011-07-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)2011-07-022-2/+72
* | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)2011-05-311-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | First pass at moving object property requests into a queue similarMic Bowman2011-04-121-9/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)2011-03-251-1/+1
* | | | | | | | | Implement SendPlacesReplyMelanie2010-12-301-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | * Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)2010-12-211-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Major refactoring of appearance handling.Master ScienceSim2010-10-202-9/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...Diva Canto2010-08-161-0/+4
* | | | | | Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto2010-08-161-1/+1
* | | | | | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-4/+0
| |_|_|_|/ |/| | | |
* | | | | Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packetMelanie2010-06-121-0/+4
| |_|_|/ |/| | |
* | | | Added overload of SendGenericMessage to LLClientView with string list as para...Mikko Pallari2010-05-211-0/+5
| |_|/ |/| |
* | | * Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman2010-05-211-1/+1
| |/ |/|
* | * Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown2010-05-121-11/+3
|/
* thanks lkalif for Mantis #4676 - a patch that adds support for inventory linksdahlia2010-04-121-0/+1
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+1
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-2/+2
* - parcel blocking, region crossing blocking, teleport blockingunknown2010-03-091-0/+1
* - supporting llTextBoxunknown2010-03-061-0/+4
* Change the signature of SendChangeUserRights, because we have to sendMelanie2010-02-281-1/+1
* Add missing ChangeUserRights packet senderMelanie2010-02-281-0/+4
* Initial Online friends notification seems to be working reliably now. All thi...Diva Canto2010-02-281-2/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-151-0/+2
|\
| * Revolution is on the roll again! :)Revolution2010-02-141-0/+2
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-21/+7
| * * A few other endlines...Teravus Ovares (Dan Olivares)2010-01-261-9/+9
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-7/+21
* | * HGGridConnector is no longer necessary.Diva Canto2010-01-291-9/+14
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-12/+20
|\ \ | |/
| * Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2010-01-091-1/+1
| * Adds IClientAPI voids for GroupProposals.Revolution2010-01-081-1/+9
| * Fixes the newly added packets as per Melanie's request.Revolution2010-01-071-10/+10
* | 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
|/
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-18/+18