| Commit message (Expand) | Author | Files | Lines |
2014-01-20 | Adds a configuration option to cannibalize bandwidth from the | Mic Bowman | 1 | -0/+10 |
2013-11-06 | minor: Make PID file examples in OpenSim and Robust config somewhat more mean... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-10-15 | As discussed on many previous occasions, switch the default physics engine in... | Justin Clark-Casey (justincc) | 1 | -6/+5 |
2013-09-27 | minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces) | Justin Clark-Casey (justincc) | 1 | -18/+33 |
2013-09-19 | For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 t... | Justin Clark-Casey (justincc) | 1 | -1/+9 |
2013-09-12 | minor: replace spaces with tabs for see_into_region setting | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-09-12 | Allow setting the EntityTransfer-max_distance to 0 to override distance check... | BlueWall | 1 | -2/+5 |
2013-09-10 | chaning the default max_distance to 16383 as we actually start counting at ze... | Michael Cerquoni | 1 | -2/+2 |
2013-09-10 | This extends the default max_distance for teleports to 16384, a big thank you... | Michael Cerquoni | 1 | -2/+2 |
2013-08-08 | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini. | Robert Adams | 1 | -0/+7 |
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-27 | Clarification on docs of .ini.examples for Groups (again) | Diva Canto | 1 | -0/+1 |
2013-07-27 | Clarifications on documentation of Group configs | Diva Canto | 1 | -1/+0 |
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-06 | BulletSim: implementation of linkset center-of-mass. | Robert Adams | 1 | -19/+37 |
2013-05-30 | BulletSim: remove unuseful BulletSim parameters from OpenSimDefaults.ini and | Robert Adams | 1 | -32/+25 |
2013-05-30 | UserProfiles | BlueWall | 1 | -0/+13 |
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 | 1 | -0/+4 |
2013-04-09 | Add more notes to async_call_method relating to UnsafeQueueUserWorkItem | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2013-03-12 | Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2013-03-02 | Added existance and default value for [XEngine]MinTimerInterval to OpenSimDef... | Robert Adams | 1 | -0/+4 |
2013-03-01 | Moved permissions config vars out of [Startup] into [Permissions]. Backwards ... | Diva Canto | 1 | -48/+49 |
2013-02-25 | Move map related settings from [Startup] to a new [Map] section in OpenSim.ini | Justin Clark-Casey (justincc) | 1 | -26/+24 |
2013-02-08 | Adds size limits to JsonStore. Adds a separate configuration | Mic Bowman | 1 | -0/+4 |
2013-02-05 | BulletSim: remove degenerate triangles from meshes. This fixes the | Robert Adams | 1 | -14/+2 |
2013-02-04 | Remove [XMLRPC] section I added by accident to the top of OpenSimDefaults.ini... | Justin Clark-Casey (justincc) | 1 | -15/+0 |
2013-02-03 | Changing OpenSimDefaults back to default | teravus | 1 | -1/+1 |
2013-02-03 | Adds the ability to load more then one IClientNetworkServer thereby allowing ... | teravus | 1 | -1/+1 |
2013-02-02 | Stop exceptions being thrown if GenerateMapTiles = false but no static map ti... | Justin Clark-Casey (justincc) | 1 | -0/+14 |
2013-01-23 | Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini and... | Justin Clark-Casey (justincc) | 1 | -6/+14 |
2013-01-20 | This updates prebuild to remove BulletSimN, implements the BulletSim API in B... | teravus | 1 | -0/+14 |
2013-01-19 | IRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in Open... | PixelTomsen | 1 | -0/+11 |
2013-01-15 | BulletSim: by default, turn on continuious collision detection (CCD) | Robert Adams | 1 | -8/+0 |
2012-12-28 | BulletSim: update values in OpenSimDefaults.ini to reflect the values really ... | Robert Adams | 1 | -2/+2 |
2012-12-13 | Add WaitForEventCompletionOnScriptStop [XEngine] config param to OpenSimDefau... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2012-11-25 | BulletSim: update OpenSimDefaults.ini with current default values for frictio... | Robert Adams | 1 | -21/+12 |
2012-11-23 | Enable further client stack packet pooling by default by setting RecycleBaseU... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2012-11-23 | Add AllowRegionRestartFromClient setting to [EstateManagement] section of Ope... | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2012-11-21 | BulletSim: Make avatar capsule so it is not circular. | Robert Adams | 1 | -1/+2 |
2012-11-19 | Expose configuration options for the XmlRpcGridRouter | BlueWall | 1 | -14/+0 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -82/+28 |
2012-11-11 | remove entry OpenGridProtocol in OpenSimDefaults.ini - module was deleted | PixelTomsen | 1 | -10/+0 |
2012-11-10 | One more module: EventQueueGetModule. Also making it non-optional for this dll. | Diva Canto | 1 | -3/+0 |
2012-10-29 | refactoring to use assembly:classname style of configuration | SignpostMarv | 1 | -2/+2 |
2012-10-29 | Renaming module back to SoundModule as the hypothetical plan was to make anot... | SignpostMarv | 1 | -3/+2 |
2012-10-29 | tweaking configuration logic so that the INonSharedRegionModule will load by ... | SignpostMarv | 1 | -0/+8 |