aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-04move reset code out of HandleMoveToTargetUpdate() so that we only call it whe...Justin Clark-Casey (justincc)1-1/+1
2011-08-04Make SIGNIFICANT_MOVEMENT SP constant a top-level property so that other clas...Justin Clark-Casey (justincc)1-1/+1
2011-08-04When the NPC reaches within the SIGNIFICANT_CLIENT_MOVEMENT distance of the t...Justin Clark-Casey (justincc)2-2/+5
2011-08-04extend npc move test to check a second movementJustin Clark-Casey (justincc)1-2/+21
2011-08-04Rename HandleMoveToPositionUpdate() to HandleMoveToTargetUpdate() for consist...Justin Clark-Casey (justincc)1-1/+1
2011-08-03remove move to duck walk compensation - no longer required.Justin Clark-Casey (justincc)1-1/+5
2011-08-03rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...Justin Clark-Casey (justincc)2-2/+2
2011-08-03extend move test to check avatar is moving in the right direction after setti...Justin Clark-Casey (justincc)1-0/+13
2011-08-03extend move test to check one beat of the simulator without actually asking t...Justin Clark-Casey (justincc)1-1/+7
2011-08-03Add passing but incomplete NPC move regression testJustin Clark-Casey (justincc)1-47/+25
2011-08-03stop avatar service being set up in NPC TestCreate() - it's no longer usedJustin Clark-Casey (justincc)1-6/+48
2011-08-03refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)1-3/+3
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)3-3/+3
2011-08-03enable the NPC module for its regression testJustin Clark-Casey (justincc)1-0/+2
2011-08-03Put config to enable disable [NPC] module.Justin Clark-Casey (justincc)1-4/+7
2011-08-03Do a partial fix/implementation of OSSL osNpcMoveTo()Justin Clark-Casey (justincc)1-11/+48
2011-08-02Partially fix autopilot/go hereJustin Clark-Casey (justincc)2-1/+11
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2-2/+1
2011-08-01Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2-7/+41
2011-07-23Fix LLTextBox to work with the updated libOMVMelanie2-2/+2
2011-07-13refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)1-2/+2
2011-07-13Add experimental module to check status of services that the simulator is con...Justin Clark-Casey (justincc)1-0/+119
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
2011-07-02Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)2-2/+72
2011-07-02refactor: simplify existing npc code by creating them directly rather than in...Justin Clark-Casey (justincc)1-102/+37
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)2-34/+75
2011-06-24Changed actual default values of 'ServiceConnectorModule' and 'MessagingModul...Makopoppo3-3/+3
2011-06-24RegionReady Module:BlueWall1-0/+2
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-4/+4
2011-06-04Remove the unmaintained 'CMS' framework, which was really a 'source-control' ...Justin Clark-Casey (justincc)15-3578/+0
2011-06-01a few minor formatting tweaksJustin Clark-Casey (justincc)1-3/+4
2011-06-01A final couple of tweaks to GroupsModule.cs. Remove unneeded delegate, and pr...James Stallings aka Hiro Protagonist1-9/+22
2011-06-01revert the prematurely included groups patch, yet againJustin Clark-Casey (justincc)1-22/+5
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)3-7/+24
2011-05-31revert the patch that accidentally got added in the last commitJustin Clark-Casey (justincc)1-22/+5
2011-05-31update libomv libraries to 0.9.0Justin Clark-Casey (justincc)1-5/+22
2011-05-28Adding an event to signal that logins are enabledBlueWall1-11/+76
2011-05-28Add option to disable loginsBlueWall1-1/+24
2011-05-26improve help information for "appearance show"Justin Clark-Casey (justincc)1-2/+3
2011-05-24Revert "Make client event handlers for money only work on root agents"BlueWall1-30/+6
2011-05-24Make client event handlers for money only work on root agentsBlueWall1-6/+30
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-21minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2011-05-17convert tabs to spacesJustin Clark-Casey (justincc)1-2/+2
2011-05-17Fixup documentation for AutoBackupModule.Kim King1-7/+4
2011-05-14refactor: improve PrimLimitsModule to call ILandObject.GetSimulatorMaxPrimCou...Justin Clark-Casey (justincc)1-21/+22
2011-05-09Convert the prim count module into a permissionsmoduleMelanie1-17/+17
2011-05-09Incremental - Just did some cleanup of comments and class name change to clea...E. Allen Soard1-11/+3
2011-05-09Incremental patch to add config options to enable/disable the prim limits mod...E. Allen Soard1-1/+19
2011-05-09Adds an optional module to enforce prim limits on a given parcel Takes into a...E. Allen Soard1-0/+163