| Commit message (Expand) | Author | Files | Lines |
2012-09-11 | let LLSDAssetUploadRequest include asset_resources information plus let | UbitUmarov | 2 | -1/+11 |
2012-09-11 | documentation (OnSceneObjectPartCopy) | SignpostMarv | 1 | -0/+3 |
2012-09-11 | documentation (OnRemovePresence) | SignpostMarv | 1 | -0/+7 |
2012-09-11 | documentation (OnNewPresence) | SignpostMarv | 1 | -0/+7 |
2012-09-11 | documentation (OnClientConnect) | SignpostMarv | 1 | -0/+9 |
2012-09-11 | documentation (OnBackup) | SignpostMarv | 1 | -0/+7 |
2012-09-11 | documentation (OnTerrainTick) | SignpostMarv | 1 | -0/+7 |
2012-09-11 | documentation (OnTerrainTainted) | SignpostMarv | 1 | -0/+7 |
2012-09-11 | documentation (OnClientMovement) | SignpostMarv | 1 | -0/+7 |
2012-09-11 | Documenting some of the events on OpenSim.Region.Framework.Scenes.EventManage... | SignpostMarv | 1 | -0/+8 |
2012-09-11 | Removing the variable prica handler again. It's never called, was misnamed and | Melanie | 1 | -332/+0 |
2012-09-11 | Re-add the module and fix a typo | Melanie | 1 | -0/+332 |
2012-09-11 | Rename NewFileAgentInventoryVariablePrice to NewAgentInventoryVariablePrice | Melanie | 1 | -332/+0 |
2012-09-11 | Add cost calculation suppor tto the VariablePrice one as well | Melanie | 2 | -9/+44 |
2012-09-11 | Revert "Remove the unused NewFileAgentInventoryVariablePrice module." | Melanie | 1 | -0/+296 |
2012-09-11 | Add the option to have variable costing for uploads | Melanie | 2 | -9/+46 |
2012-09-11 | Remove the unused NewFileAgentInventoryVariablePrice module. | Melanie | 1 | -296/+0 |
2012-09-11 | Revamp the v3 inventory sending. Uses threads and some nifty mechanics to | Melanie | 1 | -81/+117 |
2012-09-10 | passing in the function name to MOD_Api.ConvertFromLSL for more user-friendly... | SignpostMarv | 1 | -4/+4 |
2012-09-10 | Remove commented code | Melanie | 1 | -11/+0 |
2012-09-10 | add a extra httppool thread to compensate for webfetchinventory | UbitUmarov | 1 | -1/+2 |
2012-09-10 | webFetchInventory: change control event to simple flag, adjust locking | UbitUmarov | 1 | -11/+32 |
2012-09-09 | Adjust namespce of FlotsamCache | BlueWall | 2 | -2/+1 |
2012-09-09 | Revert "Move addin information to CoreModulePlugin.addin.xml" | BlueWall | 3 | -3/+6 |
2012-09-09 | Reduce max concurrent endpoint connections from 50 to 6 (was 2 before) | Melanie | 1 | -1/+1 |
2012-09-09 | Catch zero UUIDs in LSL and shout as an error. Also catch attempts to send IM | Melanie | 2 | -1/+4 |
2012-09-09 | implementing per-region configuration of limits on the number of prims one ca... | SignpostMarv | 3 | -1/+48 |
2012-09-08 | llClientView: try to have only one thread per client processing | UbitUmarov | 1 | -4/+49 |
2012-09-08 | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note... | SignpostMarv | 5 | -12/+22 |
2012-09-08 | 4096 is used in various places as the maximum height of a region, refactoring... | SignpostMarv | 3 | -3/+4 |
2012-09-07 | BulletSim: Add Bullet body and shape to BSPhysObject and rename | Robert Adams | 6 | -62/+505 |
2012-09-07 | BulletSim: Add some comments (gasp) and log messages. | Robert Adams | 4 | -4/+13 |
2012-09-07 | BulletSim: PhysicsActorType() now returns the correct value rather than 'unkn... | Robert Adams | 2 | -2/+3 |
2012-09-07 | BulletSim: Modify collision flag calls to return the current flags. | Robert Adams | 2 | -7/+18 |
2012-09-07 | Set the maximum number of concurrent connections to a service endpoint | Melanie | 1 | -0/+2 |
2012-09-07 | Move addin attributes to RegionCombinerModule.addin.xml | BlueWall | 2 | -3/+14 |
2012-09-07 | Revert "Move addin information to RegionCombinerModule.addin.xml" | BlueWall | 2 | -15/+3 |
2012-09-07 | Move addin information to RegionCombinerModule.addin.xml | BlueWall | 2 | -3/+15 |
2012-09-07 | Move addin information to CoreModulePlugin.addin.xml | BlueWall | 3 | -6/+3 |
2012-09-07 | One more redundante ParcelProprieties on login | UbitUmarov | 1 | -0/+2 |
2012-09-07 | stop sending duplicated parcelProprieties at login | UbitUmarov | 1 | -18/+39 |
2012-09-07 | remove fireandforget call to EnableChildAgents at end on CompleteMovement, | UbitUmarov | 1 | -1/+3 |
2012-09-07 | Add warning chevrons around the GC.Collect added to Warp3DImageModule in comm... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2012-09-06 | Add missing DynamicTexture.cs file from last commit | Justin Clark-Casey (justincc) | 1 | -0/+61 |
2012-09-06 | If reusing dynamic textures, do not reuse small data length textures that fal... | Justin Clark-Casey (justincc) | 7 | -46/+181 |
2012-09-06 | Prevent double slashes, try #4 | UbitUmarov | 1 | -1/+1 |
2012-09-06 | Prevent double slashes, try #3 | Melanie | 1 | -0/+3 |
2012-09-06 | Revert "Change string concatenation to Path.Combine to eliminate extra slashes." | Melanie | 1 | -8/+6 |
2012-09-06 | Change string concatenation to Path.Combine to eliminate extra slashes. | Melanie | 1 | -6/+8 |
2012-09-06 | Revert " remove extra '/' in assets url" | Melanie | 1 | -13/+6 |