aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
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)2-2/+2
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)1-1/+0
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 libOMVMelanie1-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)1-33/+74
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)1-1/+1
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-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-02AutoBackupModule: Implement per-region settings in Regions.ini.Sean McNamara1-105/+186
2011-05-02First pass at fixing justincc's feedback v2 ( http://opensimulator.org/mantis...Sean McNamara2-768/+868
2011-04-26Wait for OnOarFileSaved event callback before executing scriptSean McNamara2-8/+29
2011-04-23AutoBackup: Removed unneeded imports.Sean McNamara1-1/+0
2011-04-23Fix most issues raised by justincc: http://opensimulator.org/mantis/view.php?...Sean McNamara2-764/+854
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-9/+3
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+3
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-9/+3
2011-04-12Fixup the global defaults config parsing code.Sean McNamara1-15/+25
2011-04-11Fix NREs harder.Sean McNamara1-16/+23
2011-04-11Fix some NREs on certain paths.Sean McNamara1-6/+22
2011-04-11AutoBackup: Support region-independent settings too.Sean McNamara1-57/+175
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-1/+1
2011-02-28Fix small bug with remove region; update settings docs.Sean McNamara1-6/+8
2011-02-28First pass at busy heuristics. Compile-tested only.Sean McNamara1-6/+63
2011-02-28Be smarter about stopping timers. Cleanup formatting.Sean McNamara1-277/+225
2011-02-26First working commit of AutoBackupModule.Sean McNamara1-11/+23
2011-02-25Start the timer. (Could it be that simple?)Sean McNamara1-0/+1
2011-02-25s/True/trueSean McNamara1-1/+1
2011-02-25Make timer auto-respawn.Sean McNamara1-3/+6
2011-02-25Config works, but timer isn't firing. Hmm.Sean McNamara1-5/+7
2011-02-25Try to fix config one more time.Sean McNamara1-11/+14
2011-02-19More relevant console messages, and maybe fix config problemSean McNamara1-19/+6
2011-02-19Fix an actual bug in the timer interval calculation (minutes -> msec)Sean McNamara1-3/+15