Justin Clark-Casey (justincc)
|
932c9e757b
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
10 years ago |
Justin Clark-Casey (justincc)
|
77e7bbcbf7
Send group notices through the same messaging module mechanism used to send group chat to avoid timeout issues when sending messages to large groups.
|
10 years ago |
Michael Cerquoni
|
4f67286044
fix missing quote for xBakes connector in Robust example ini files
|
10 years ago |
Michael Cerquoni
|
cfd3e8f0ea
minor spelling mistake fix.
|
10 years ago |
Michael Cerquoni
|
abcb2cdb36
add XBakes connector to Robust.HG.ini.example
|
10 years ago |
Michael Cerquoni
|
a96601478c
add [BakedTextureService] section to Robust.HG.ini.example file same as Robust.ini.example.
|
10 years ago |
Michael Cerquoni
|
e3c4936dea
remove RefreshTime = 0 from [MapImageService] in Standalone.ini, StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
|
10 years ago |
Michael Cerquoni
|
da990d01f2
set RefreshTime = 0 in [MapImageService] in Standalone.ini and StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
10 years ago |
Michael Cerquoni
|
12f2648a57
set RefreshTime = 0 in [MapImageService] in Grid.ini and GridHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
10 years ago |
Dev Random
|
9de3fe9410
Add Varregion support to osGetRegionSize OSSL function
|
10 years ago |
Justin Clark-Casey (justincc)
|
8225e3f40c
Remove try/catch in LandManagmentModule.GetLandObject() - this is very old code and the caught exceptions can no longer occur.
|
10 years ago |
Justin Clark-Casey (justincc)
|
3c05d67094
Lock m_landlist whilst loading parcels from storage to prevent a race against any parcel auto-creation in GetLandObject()
|
10 years ago |
Justin Clark-Casey (justincc)
|
6b7625a56b
Only auto-create a land parcel when there is none in a specified tile if there is more than 1 existing land parcel.
|
10 years ago |
Justin Clark-Casey (justincc)
|
71918eeab4
Add regression test for sending group notices via xmlrpc groups connector.
|
10 years ago |
Justin Clark-Casey (justincc)
|
ddd38a3dea
Add scene name to bad parcel add logging
|
10 years ago |
Justin Clark-Casey (justincc)
|
58c0ed78d4
refactor: Simplify land object by using c# get/set auto-properties where applicable.
|
10 years ago |
Justin Clark-Casey (justincc)
|
470d053443
minor: slightly simplify code in LandObject.ContainsPoint()
|
10 years ago |
Justin Clark-Casey (justincc)
|
ed14e97bb4
Remove array initialize calls in LMM - these are unnecessary as the VM already does this.
|
10 years ago |
Justin Clark-Casey (justincc)
|
aa2fb1ec25
minor: Increase size of parcel name field in "land show" console command output. Construct table using CDT rather than string formats
|
10 years ago |
Justin Clark-Casey (justincc)
|
14569992e1
Prevent adding a land object if it overlaps any existing objects that have not had their bitmaps adjusted.
|
10 years ago |
Justin Clark-Casey (justincc)
|
4e6f7435d0
Add UUID and ready status (whether region has finished starting up) to "show regions" console output.
|
10 years ago |
Justin Clark-Casey (justincc)
|
39ed382ddf
Don't request a terse update after local teleport - this will be done by the main frame loop anyway and has the potential to race that thread.
|
10 years ago |
Justin Clark-Casey (justincc)
|
c9415fd763
If an avatar is sitting, send out position updates to clients for any change, not just those outside the usual tolerances.
|
10 years ago |
Justin Clark-Casey (justincc)
|
31de7b845f
When positioning agent with PRIM_ROTATION in llSetLinkPrimitiveParams(), set the global rotation rather than the local rotation
|
10 years ago |
Justin Clark-Casey (justincc)
|
5038a59ef3
Maybe slightly reduce warp3d memory leakage by disposing of decoded bitmap in Warp3DImageModule.GetTexture()
|
10 years ago |
Justin Clark-Casey (justincc)
|
88b1fc1382
Set up a StreamReader and call ReadToEnd() instead of using the GetStreamString() extension method
|
10 years ago |
Justin Clark-Casey (justincc)
|
94ad69faf2
Remove long unused UntrustedWebRequest class
|
10 years ago |
Justin Clark-Casey (justincc)
|
5fafea6631
refactor: More consistently use using construct within WebUtil to match other existing code there.
|
10 years ago |
Justin Clark-Casey (justincc)
|
1f4f09ad69
Add more details to InvalidOperationException logging in SychronousRestFormsRequest.MakeRequest().
|
10 years ago |
Justin Clark-Casey (justincc)
|
91333b9267
Stop LSL_Api.GetLinkEntities() from creating an unused list on every parameter except LINK_THIS. Simplify code.
|
10 years ago |