index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
bin
/
OpenSimDefaults.ini
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
2012-10-20
Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr...
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-10-16
Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...
Justin Clark-Casey (justincc)
1
-1
/
+5
2012-10-09
av_av_collisions_off = false OdePhysics Settings in OpenSimDefaults.ini - No...
teravus
1
-0
/
+3
2012-10-09
Add config option to plant avatar where they are reducing avatar avatar 'push...
teravus
1
-0
/
+6
2012-10-04
Make the asset retrieval concurrency a config switch. The current value
Mic Bowman
1
-0
/
+4
2012-09-27
BulletSim: btGhostObjects working to make 'volume detect' work.
Robert Adams
1
-3
/
+3
2012-09-28
Comment out unused RestPlugins text in OpenSimDefaults.ini
Justin Clark-Casey (justincc)
1
-24
/
+25
2012-09-27
Removed the bits about the TOSModule. That module doesn't go into core. WARNI...
Diva Canto
1
-4
/
+0
2012-09-27
Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.
Justin Clark-Casey (justincc)
1
-0
/
+4
2012-09-25
TOS module. WARNING: migration in GridUser table.
Diva Canto
1
-0
/
+4
2012-09-20
Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefa...
Justin Clark-Casey (justincc)
1
-2
/
+1
2012-09-18
Fix some inconsistencies in configurartion: NonPhys prims
BlueWall
1
-2
/
+2
2012-09-12
Fix indentation and issues where tabs were used instead of spaces in commit 7...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-09-09
implementing per-region configuration of limits on the number of prims one ca...
SignpostMarv
1
-0
/
+4
2012-09-06
If reusing dynamic textures, do not reuse small data length textures that fal...
Justin Clark-Casey (justincc)
1
-0
/
+7
2012-08-30
Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa...
Justin Clark-Casey (justincc)
1
-0
/
+11
2012-08-17
BulletSim: add parameters and functionality to specify the mesh
Robert Adams
1
-0
/
+3
2012-08-15
BulletSim: add physics logging parameters to OpenSimDefaults.ini. Remove trai...
Robert Adams
1
-12
/
+17
2012-08-08
BulletSim: add avatar code to keep avatars from ending up trapped under the t...
Robert Adams
1
-1
/
+1
2012-08-03
Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and DelayBeforeAp...
Justin Clark-Casey (justincc)
1
-19
/
+14
2012-08-03
Move previously unadvertised SendPeriodicAppearanceUpdates setting from [Star...
Justin Clark-Casey (justincc)
1
-1
/
+8
2012-08-02
BulletSim: Debugging log statements added. Reduced size of updata buffer tryi...
Robert Adams
1
-1
/
+1
2012-07-26
BulletSim: refactor all the linkset logic out of the prim class
Robert Adams
1
-2
/
+2
2012-07-25
BulletSim: add parameters for setting linkset constraint factors
Robert Adams
1
-0
/
+6
2012-06-16
Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...
Justin Clark-Casey (justincc)
1
-1
/
+3
2012-06-12
Add the updated OpenSimDefaults.ini for the prior timer_Interval patch.
BlueWall
1
-0
/
+4
2012-06-09
Add documentation to AllowGodFunctions setting in [LL-Functions]
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-06-05
Mantis 4597 AgentPaused packet is ignored.
Talun
1
-0
/
+13
[prev]
[next]