aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman3-9/+9
2012-09-12Make "show http-handlers" command available for ROBUST instances as well as t...Justin Clark-Casey (justincc)2-31/+51
2012-09-11Add a missing brace, remove a useless temp variable, enable charging.Melanie1-6/+3
2012-09-11 report mesh upload costs ( fake values)UbitUmarov2-3/+68
2012-09-11Add levels 4 and 5 to "debug http" console command that will log a sample of ...Justin Clark-Casey (justincc)3-12/+90
2012-09-11 let LLSDAssetUploadRequest include asset_resources information plus letUbitUmarov2-1/+11
2012-09-11documentation (OnSceneObjectPartCopy)SignpostMarv1-0/+3
2012-09-11documentation (OnRemovePresence)SignpostMarv1-0/+7
2012-09-11documentation (OnNewPresence)SignpostMarv1-0/+7
2012-09-11documentation (OnClientConnect)SignpostMarv1-0/+9
2012-09-11documentation (OnBackup)SignpostMarv1-0/+7
2012-09-11documentation (OnTerrainTick)SignpostMarv1-0/+7
2012-09-11documentation (OnTerrainTainted)SignpostMarv1-0/+7
2012-09-11documentation (OnClientMovement)SignpostMarv1-0/+7
2012-09-11Documenting some of the events on OpenSim.Region.Framework.Scenes.EventManage...SignpostMarv1-0/+8
2012-09-11Removing the variable prica handler again. It's never called, was misnamed andMelanie1-332/+0
2012-09-11Re-add the module and fix a typoMelanie1-0/+332
2012-09-11Rename NewFileAgentInventoryVariablePrice to NewAgentInventoryVariablePriceMelanie1-332/+0
2012-09-11Add cost calculation suppor tto the VariablePrice one as wellMelanie2-9/+44
2012-09-11Revert "Remove the unused NewFileAgentInventoryVariablePrice module."Melanie1-0/+296
2012-09-11Add the option to have variable costing for uploadsMelanie2-9/+46
2012-09-11Remove the unused NewFileAgentInventoryVariablePrice module.Melanie1-296/+0
2012-09-11Revamp the v3 inventory sending. Uses threads and some nifty mechanics toMelanie1-81/+117
2012-09-10passing in the function name to MOD_Api.ConvertFromLSL for more user-friendly...SignpostMarv1-4/+4
2012-09-10Remove commented codeMelanie1-11/+0
2012-09-10add a extra httppool thread to compensate for webfetchinventoryUbitUmarov1-1/+2
2012-09-10webFetchInventory: change control event to simple flag, adjust lockingUbitUmarov1-11/+32
2012-09-09Adjust namespce of FlotsamCacheBlueWall2-2/+1
2012-09-09Revert "Move addin information to CoreModulePlugin.addin.xml"BlueWall3-3/+6
2012-09-09Reduce max concurrent endpoint connections from 50 to 6 (was 2 before)Melanie1-1/+1
2012-09-09Catch zero UUIDs in LSL and shout as an error. Also catch attempts to send IMMelanie2-1/+4
2012-09-09implementing per-region configuration of limits on the number of prims one ca...SignpostMarv3-1/+48
2012-09-08 llClientView: try to have only one thread per client processingUbitUmarov1-4/+49
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv5-12/+22
2012-09-084096 is used in various places as the maximum height of a region, refactoring...SignpostMarv3-3/+4
2012-09-07BulletSim: Add Bullet body and shape to BSPhysObject and renameRobert Adams6-62/+505
2012-09-07BulletSim: Add some comments (gasp) and log messages.Robert Adams4-4/+13
2012-09-07BulletSim: PhysicsActorType() now returns the correct value rather than 'unkn...Robert Adams2-2/+3
2012-09-07BulletSim: Modify collision flag calls to return the current flags.Robert Adams2-7/+18
2012-09-07Set the maximum number of concurrent connections to a service endpointMelanie1-0/+2
2012-09-07Move addin attributes to RegionCombinerModule.addin.xmlBlueWall2-3/+14
2012-09-07Revert "Move addin information to RegionCombinerModule.addin.xml"BlueWall2-15/+3
2012-09-07Move addin information to RegionCombinerModule.addin.xmlBlueWall2-3/+15
2012-09-07Move addin information to CoreModulePlugin.addin.xmlBlueWall3-6/+3
2012-09-07 One more redundante ParcelProprieties on loginUbitUmarov1-0/+2
2012-09-07 stop sending duplicated parcelProprieties at loginUbitUmarov1-18/+39
2012-09-07remove fireandforget call to EnableChildAgents at end on CompleteMovement,UbitUmarov1-1/+3
2012-09-07Add warning chevrons around the GC.Collect added to Warp3DImageModule in comm...Justin Clark-Casey (justincc)1-0/+4
2012-09-06Add missing DynamicTexture.cs file from last commitJustin Clark-Casey (justincc)1-0/+61
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)7-46/+181