| Commit message (Expand) | Author | Files | Lines |
2013-08-14 | Add pCampbot RequestObjectTextures ini setting to control whether textures ar... | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2013-08-13 | Add a SendAgentUpdates setting to a new pCampbot.ini.example file which can c... | Justin Clark-Casey (justincc) | 1 | -0/+9 |
2013-08-08 | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini. | Robert Adams | 1 | -0/+7 |
2013-08-07 | Amend to last commit -- remove the obsolete var from OpenSim.ini.example | Diva Canto | 1 | -4/+0 |
2013-08-06 | Add the experimental ability to dump stats (result of command "show stats all... | Justin Clark-Casey (justincc) | 4 | -1/+99 |
2013-08-02 | Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua... | Justin Clark-Casey (justincc) | 2 | -0/+22 |
2013-08-02 | Move experimental attachments throttling further down the chain so that multi... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-08-01 | Add experimental "debug attachments throttle <ms>" setting (command line) and... | Justin Clark-Casey (justincc) | 1 | -0/+7 |
2013-07-31 | Add the Simian service config to the GridCommon example | Mic Bowman | 1 | -0/+9 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 4 | -0/+4 |
2013-07-27 | Clarification on docs of .ini.examples for Groups (again) | Diva Canto | 2 | -2/+3 |
2013-07-27 | Clarifications on documentation of Group configs | Diva Canto | 2 | -4/+9 |
2013-07-24 | Added config var that we all thought was already there: see_into_region. (Not... | Diva Canto | 1 | -0/+3 |
2013-07-16 | Improvements to the ServiceThrottleModule: added a category and an itemid to ... | Diva Canto | 1 | -0/+4 |
2013-07-14 | Document obscure Groups config related to the user level required for creatin... | Diva Canto | 1 | -0/+4 |
2013-07-06 | BulletSim: implementation of linkset center-of-mass. | Robert Adams | 1 | -19/+37 |
2013-07-04 | Some consistency fixes for the ini to stop parser breakage | BlueWall | 1 | -6/+10 |
2013-06-28 | Add IMG_BLOOM1.jp2 to standard asset set, which is used in stars. | Justin Clark-Casey (justincc) | 2 | -0/+12 |
2013-06-13 | Add Option: ClassifiedFee | BlueWall | 3 | -0/+9 |
2013-06-11 | Revert "Add option to set minimum fee for classified ads" | BlueWall | 3 | -16/+1 |
2013-06-11 | Add option to set minimum fee for classified ads | BlueWall | 3 | -1/+16 |
2013-06-04 | New HttpServer_OpenSim.dll with increased limits on number of connections, re... | Diva Canto | 1 | -0/+0 |
2013-05-31 | Adding back the BasicProfileModule | BlueWall | 1 | -2/+2 |
2013-05-30 | BulletSim: remove unuseful BulletSim parameters from OpenSimDefaults.ini and | Robert Adams | 1 | -32/+25 |
2013-05-30 | UserProfiles | BlueWall | 6 | -2/+58 |
2013-05-26 | BulletSim: enable GImpact shape for prims with cuts. Include DLLs and SOs | Robert Adams | 4 | -0/+0 |
2013-05-21 | BulletSim: update DLLs and SOs with version containing gImpact code. | Robert Adams | 4 | -0/+0 |
2013-05-16 | Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b | Latif Khalifa | 7 | -11955/+11955 |
2013-05-16 | Removed obsolete libopenmetaverse file | Latif Khalifa | 1 | -57/+0 |
2013-05-09 | Application support: | BlueWall | 2 | -0/+12 |
2013-05-08 | Adds an event and a method so that handling of the CachedTexture | Mic Bowman | 1 | -0/+3 |
2013-05-07 | Delete "" entry for AvatarPicker cap. | Diva Canto | 1 | -1/+0 |
2013-05-07 | Added AvatarPickerSearch capability handler. | Diva Canto | 2 | -1/+7 |
2013-05-01 | Make default config directory "." | BlueWall | 2 | -2/+2 |
2013-05-01 | Add information about creating a PID file for robust to the Robust.ini and Ro... | Justin Clark-Casey (justincc) | 2 | -25/+30 |
2013-04-24 | BulletSim: version of libBulletSim.so for 32 bit systems that doesn't | Robert Adams | 1 | -0/+0 |
2013-04-24 | BulletSim: update DLLs and SOs to they have no dependencies on newer | Robert Adams | 4 | -0/+0 |
2013-04-23 | revert CSJ2K.dll to version in use prior to commit d4fa2c69ed2895dcab76e0df1b... | dahlia | 1 | -0/+0 |
2013-04-21 | Clean up unused config and config comments. | Diva Canto | 2 | -9/+10 |
2013-04-20 | Fix spelling | BlueWall | 1 | -2/+2 |
2013-04-17 | update libomv to git master which adds support for MaterialID in TextureEntry | dahlia | 11 | -15459/+16598 |
2013-04-09 | BulletSim: add Bullet HACD library invocation. Turned off by default as not | Robert Adams | 4 | -0/+0 |
2013-04-09 | Add more notes to async_call_method relating to UnsafeQueueUserWorkItem | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2013-04-08 | BulletSim: Add dylib for BulletSim and add he who figured out building BulletSim | Robert Adams | 1 | -0/+0 |
2013-04-08 | fixed bullet config for osx | Jon Cundill | 1 | -0/+2 |
2013-04-01 | BulletSim: update unmanaged API for HACD parameter passing. Bullet HACD | Robert Adams | 4 | -0/+0 |
2013-03-16 | *Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a c... | teravus | 3 | -0/+121 |
2013-03-14 | * Updates HttpServer again to re-add the code that closes the stream and conn... | teravus | 2 | -0/+0 |
2013-03-12 | Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section... | Justin Clark-Casey (justincc) | 2 | -0/+12 |
2013-03-10 | Update comment about setting physics=BulletSimN as the C# Bullet | Robert Adams | 1 | -2/+1 |