Justin Clark-Casey (justincc)
|
659c741ff5
Add more notes to async_call_method relating to UnsafeQueueUserWorkItem
|
11 years ago |
Justin Clark-Casey (justincc)
|
fb1211ad5e
Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section of OpenSim.ini. False by default.
|
11 years ago |
Robert Adams
|
b47ffb5dc4
Added existance and default value for [XEngine]MinTimerInterval to OpenSimDefaults.ini
|
11 years ago |
Diva Canto
|
20530ee667
Moved permissions config vars out of [Startup] into [Permissions]. Backwards compatible ([Startup] still being looked up), but please update your configs sometime soon.
|
11 years ago |
Justin Clark-Casey (justincc)
|
d0cb4fc326
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
|
11 years ago |
Mic Bowman
|
e93defd0ca
Adds size limits to JsonStore. Adds a separate configuration
|
11 years ago |
Robert Adams
|
dce9e323f4
BulletSim: remove degenerate triangles from meshes. This fixes the
|
11 years ago |
Justin Clark-Casey (justincc)
|
80d9b336ff
Remove [XMLRPC] section I added by accident to the top of OpenSimDefaults.ini in previous commit 95883282
|
11 years ago |
Justin Clark-Casey (justincc)
|
9588328242
Stop exceptions being thrown if GenerateMapTiles = false but no static map tile has been set. Do more informative warn instead.
|
11 years ago |
Justin Clark-Casey (justincc)
|
55c6753b13
Merge branch 'master' into cooptermination
|
11 years ago |
Justin Clark-Casey (justincc)
|
c51cae8fe8
Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini and OpenSim.ini.example. Default remains abort.
|
11 years ago |
teravus
|
2c517d792f
This updates prebuild to remove BulletSimN, implements the BulletSim API in BulletSPlugin using the BulletXNA Bullet physics engine. It also updates the BulletXNA library to be compatible with the changes. OpenSimDefaults has been updated to describe how to switch engines and terrain implementations.
|
11 years ago |
PixelTomsen
|
9c590e51b6
IRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in OpenSimDefaults.ini / section [IRC]
|
11 years ago |
Robert Adams
|
13778c895a
BulletSim: by default, turn on continuious collision detection (CCD)
|
11 years ago |
Robert Adams
|
976023366f
BulletSim: update values in OpenSimDefaults.ini to reflect the values really used by the code.
|
12 years ago |
Justin Clark-Casey (justincc)
|
523213060b
Add WaitForEventCompletionOnScriptStop [XEngine] config param to OpenSimDefaults.ini to allow change of the wait time for an event to complete on script removal before aborting its thread
|
12 years ago |
Robert Adams
|
9b98011714
BulletSim: update OpenSimDefaults.ini with current default values for friction and collision margin. Remove some of the BulletSim parameters that are very esoteric and dangerous. Most of the remaining parameters are features one can 'see'.
|
12 years ago |
Justin Clark-Casey (justincc)
|
edbdbd44b9
Enable further client stack packet pooling by default by setting RecycleBaseUDPPackets = true by default.
|
12 years ago |
Justin Clark-Casey (justincc)
|
f473252fa8
Add AllowRegionRestartFromClient setting to [EstateManagement] section of OpenSim.ini.
|
12 years ago |
Robert Adams
|
cbc7e7bf85
BulletSim: Make avatar capsule so it is not circular.
|
12 years ago |
BlueWall
|
665f79e15c
Expose configuration options for the XmlRpcGridRouter
|
12 years ago |
PixelTomsen
|
a180fef99e
remove entry OpenGridProtocol in OpenSimDefaults.ini - module was deleted
|
12 years ago |
Diva Canto
|
4ac857f902
One more module: EventQueueGetModule. Also making it non-optional for this dll.
|
12 years ago |
SignpostMarv
|
a09cba6da3
refactoring to use assembly:classname style of configuration
|
12 years ago |
SignpostMarv
|
a16ddbee41
Renaming module back to SoundModule as the hypothetical plan was to make another module using the shared region module interface, but this was pointed out by Melanie_T to be mostly pointless.
|
12 years ago |
SignpostMarv
|
e0b5a3cd90
tweaking configuration logic so that the INonSharedRegionModule will load by default
|
12 years ago |
Justin Clark-Casey (justincc)
|
cd3762ca9f
Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc groups.
|
12 years ago |
Justin Clark-Casey (justincc)
|
fc861c7904
Add optional pool for the UDPPacketBuffer objects that handle all incoming UDP data.
|
12 years ago |
teravus
|
7e90ea3551
av_av_collisions_off = false OdePhysics Settings in OpenSimDefaults.ini - No Avatar Avatar Collisions. This causes avatar to be able to walk through each other as if they're ghosts but still interact with the environment.
|
12 years ago |
teravus
|
764270a0d8
Add config option to plant avatar where they are reducing avatar avatar 'pushability' av_planted see OpenSimDefaults.ini. Use when you have unruly visitors that rudely push each other around. Still allows a small amount of movement based on the avatar movement PID controller settings. You can increase the spring tension in the PID controller and really prevent any movement if you would like.
|
12 years ago |