aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow scripts in attachments owned by the NPC to control the NPCMelanie2012-04-181-1/+7
* Merge branch 'master' into careminsterMelanie2012-03-311-1/+1
|\
| * refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)2012-03-311-1/+1
| * Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)2012-03-291-1/+1
| * Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2012-03-291-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-291-1/+1
|\ \ | |/
| * Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)2012-03-281-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-221-5/+0
|\ \ | |/
| * Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)2012-03-211-5/+0
* | Merge branch 'master' into careminsterMelanie2012-03-201-7/+5
|\ \ | |/
| * Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-7/+5
* | added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov2012-03-151-0/+5
* | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie2012-03-111-34/+2
|\ \
| * \ Merge branch 'master' into careminsterMelanie2012-03-111-34/+2
| |\ \ | | |/
| | * Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)2012-03-091-34/+2
* | | Merge branch 'ubitwork'Melanie2012-03-111-0/+1
|\ \ \ | |/ / |/| |
| * | BIG MESS. changed Iclient interface so only one event is used to inform scene...UbitUmarov2012-03-101-0/+1
* | | Merge branch 'master' into careminsterMelanie2012-03-091-1/+36
|\ \ \ | |/ / |/| / | |/
| * fix for NPC not playing internal animationssatguru srivastava2012-03-091-1/+36
* | Merge branch 'master' into careminsterMelanie2012-03-061-61/+56
|\ \ | |/
| * Simplify NPCModuleTests code by putting the NPCModule in an instance variable...Justin Clark-Casey (justincc)2012-03-061-61/+56
* | Merge branch 'master' into careminsterMelanie2012-03-062-12/+57
|\ \ | |/
| * Go back to setting appearance directly in NPCModule.SetAppearance() to fix ma...Justin Clark-Casey (justincc)2012-03-062-9/+57
* | Fix NPC appearance setting to include attachments againMelanie2012-02-271-1/+4
* | Merge branch 'master' into careminsterMelanie2012-02-161-2/+2
|\ \ | |/
| * Fix some logic mistakes where firstly osNpcCreate() without options was creat...Justin Clark-Casey (justincc)2012-02-161-2/+2
* | Merge branch 'master' into careminsterMelanie2012-02-151-6/+6
|\ \ | |/
| * Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake2012-02-141-6/+6
* | Merge branch 'master' into careminsterMelanie2012-02-102-3/+5
|\ \ | |/
| * If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...Justin Clark-Casey (justincc)2012-02-091-8/+7
* | Merge branch 'master' into careminsterMelanie2012-02-091-0/+3
|\ \ | |/
| * minor: put in commented out logging statements for future reuseJustin Clark-Casey (justincc)2012-02-091-0/+3
* | Push more NPC stuff into threadsMelanie2012-02-081-15/+22
* | Merge branch 'master' into careminsterMelanie2012-02-042-15/+17
|\ \ | |/
| * Merge branch 'master' of /home/opensim/src/opensimBlueWall2012-02-031-1/+1
| |\
| | * Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-1/+1
| * | Extend m_avatars lock in NpcModule.CreateNPC over both creation of NPC scene ...Justin Clark-Casey (justincc)2012-02-031-14/+16
| |/
| * Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-1/+1
* | Make ban, eject, freeze and the scripted versions of those work.Melanie2012-02-021-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-284-12/+34
|\ \ | |/
| * Remove IClientAPI from the money module. It was only used to pass in theMelanie2012-01-281-2/+2
| * Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-283-10/+32
* | Merge branch 'master' into careminsterMelanie2012-01-211-0/+5
|\ \ | |/
| * Telehub Support:BlueWall2012-01-201-0/+5
* | Merge branch 'master' into careminsterMelanie2012-01-122-16/+56
|\ \ | |/
| * Add remove test for unowned avatarsJustin Clark-Casey (justincc)2012-01-121-0/+20
| * Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)2012-01-121-4/+1
| * refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)2012-01-121-13/+36
| * Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-063-11/+36
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-063-11/+36