index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
World
/
Land
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only send parcel layer data around the point of interest. Can be disabled
Robert Adams
2015-05-03
1
-5
/
+79
*
solving HG IM, HGFriends issues based on falsified GridUser data
Freaky Tech
2015-03-05
1
-1
/
+16
*
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
2014-11-25
2
-2
/
+0
*
Remove race conditions from where SP.AbsolutePosition could change between th...
Justin Clark-Casey (justincc)
2014-08-26
1
-7
/
+4
*
fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...
Michael Cerquoni
2014-07-17
1
-1
/
+1
*
Behavior change: only local users can set home in any parcel of a grid. Setti...
Diva Canto
2014-06-15
1
-9
/
+11
*
Show Group name when land is group-owned
Dev Random
2014-04-23
1
-7
/
+28
*
minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...
Justin Clark-Casey (justincc)
2014-04-23
1
-2
/
+1
*
Prevent sending Land Properties for unprivileged users
Dev Random
2014-04-23
1
-5
/
+8
*
Eliminated many warnings
Oren Hurvitz
2014-04-23
2
-3
/
+1
*
Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...
Oren Hurvitz
2014-04-20
2
-7
/
+8
*
Allows to sell objects on a parcel of land together with that parcel of land....
Snoopy Pfeffer
2014-04-10
1
-0
/
+44
*
Save to database these parcel updates: Force Owner, Abandon Request, Reclaim....
Oren Hurvitz
2014-03-24
1
-0
/
+4
*
Adding a way to disable/enable the in built Dwell Module
H-H-H
2014-03-20
1
-3
/
+17
*
Instead of auto-creating a parcel on request if one doesn't cover a given loc...
Justin Clark-Casey (justincc)
2014-03-11
2
-67
/
+211
*
Remove try/catch in LandManagmentModule.GetLandObject() - this is very old co...
Justin Clark-Casey (justincc)
2014-03-07
1
-70
/
+51
*
Lock m_landlist whilst loading parcels from storage to prevent a race against...
Justin Clark-Casey (justincc)
2014-03-07
1
-7
/
+18
*
Only auto-create a land parcel when there is none in a specified tile if ther...
Justin Clark-Casey (justincc)
2014-03-07
1
-1
/
+13
*
Add scene name to bad parcel add logging
Justin Clark-Casey (justincc)
2014-03-06
1
-2
/
+3
*
refactor: Simplify land object by using c# get/set auto-properties where appl...
Justin Clark-Casey (justincc)
2014-03-06
1
-23
/
+13
*
minor: slightly simplify code in LandObject.ContainsPoint()
Justin Clark-Casey (justincc)
2014-03-06
1
-1
/
+1
*
Remove array initialize calls in LMM - these are unnecessary as the VM alread...
Justin Clark-Casey (justincc)
2014-03-06
1
-4
/
+0
*
minor: Increase size of parcel name field in "land show" console command outp...
Justin Clark-Casey (justincc)
2014-03-06
1
-12
/
+12
*
Prevent adding a land object if it overlaps any existing objects that have no...
Justin Clark-Casey (justincc)
2014-03-06
2
-19
/
+190
*
Fix terrain tests by properly initializing low detail terrain to zero height.
Robert Adams
2014-01-28
1
-1
/
+4
*
Merge branch 'master' into varregion
Robert Adams
2013-12-17
1
-0
/
+13
|
\
|
*
Committing the Avination Scene Presence and related texture code
Melanie
2013-12-11
1
-0
/
+13
*
|
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
Robert Adams
2013-12-14
1
-2
/
+2
*
|
varregion: many replacements of in-place arithmetic with calls to
Robert Adams
2013-11-28
1
-1
/
+1
*
|
Merge branch 'master' into varregion
Robert Adams
2013-11-15
1
-53
/
+125
|
\
\
|
|
/
|
*
If a local land ID is given to the "land show" command, then output to consol...
Justin Clark-Casey (justincc)
2013-11-15
1
-54
/
+126
*
|
varregion: fix GetLandObject error return and initialization of square
Robert Adams
2013-11-10
2
-10
/
+33
*
|
varregion: Massive work to LandManagementModule and LandObject to
Robert Adams
2013-11-08
2
-183
/
+295
*
|
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
2013-09-28
1
-2
/
+2
|
/
*
Mantis 6608: Math error in parcel dimensions/borders seen with land show command
Talun
2013-06-19
1
-10
/
+10
*
Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...
Diva Canto
2013-05-11
2
-35
/
+19
*
Handle SetHome properly
Diva Canto
2013-05-11
1
-0
/
+59
*
Add Avination's support for parcel eject and freeze
Melanie
2013-04-25
1
-0
/
+85
*
Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp...
Justin Clark-Casey (justincc)
2013-03-14
1
-0
/
+5
*
Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases
Oren Hurvitz
2013-01-02
1
-0
/
+6
*
minor: minor code and log formatting fixes to recent changes in LandManagemen...
Justin Clark-Casey (justincc)
2013-01-02
1
-5
/
+6
*
Changed locks to prevent deadlocks (especially during multi-region Load OAR)
Oren Hurvitz
2013-01-02
2
-24
/
+34
*
Implemented Return Objects when it's invoked from the Top Colliders or Top Sc...
Oren Hurvitz
2013-01-02
1
-5
/
+55
*
minor: Fix more compiler warnings in CoreModules tests by properly overriding...
Justin Clark-Casey (justincc)
2012-12-05
1
-1
/
+3
*
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
2012-11-24
1
-1
/
+1
*
Fix bug where loading an OAR with a deeded parcel would always set the parcel...
Justin Clark-Casey (justincc)
2012-11-24
2
-7
/
+11
*
Another 10 modules' directives moved from .addin.xml
Diva Canto
2012-11-12
3
-0
/
+6
*
Refactor: Move Dwell reply to a module that can be disabled. The prior,
Melanie
2012-10-21
2
-12
/
+110
*
SQLite DB: some values of land data will be not saved / loaded
PixelTomsen
2012-10-21
1
-0
/
+1
*
Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...
PixelTomsen
2012-10-20
1
-0
/
+12
[next]