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
/
OptionalModules
/
PrimLimitsModule
/
PrimLimitsModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...
UbitUmarov
2017-04-03
1
-0
/
+22
*
bug fix: wrong enabled check
UbitUmarov
2017-01-27
1
-5
/
+2
*
Permissions modules where made NONShared modules. Make them so, removing inc...
UbitUmarov
2017-01-27
1
-19
/
+21
*
Oops.. fix the null on the correct place.. jenkis may now fail for another re...
UbitUmarov
2017-01-21
1
-2
/
+3
*
fix a null ref on jenkins
UbitUmarov
2017-01-20
1
-6
/
+4
*
change CanObjectEntry() to use a SOG
UbitUmarov
2017-01-20
1
-24
/
+15
*
change CanDuplicateObject
UbitUmarov
2017-01-19
1
-3
/
+5
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
1
-10
/
+10
*
change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ...
UbitUmarov
2016-10-11
1
-2
/
+2
*
seems to compile ( tests comented out)
UbitUmarov
2015-09-02
1
-9
/
+0
*
bad merge?
UbitUmarov
2015-09-01
1
-10
/
+29
|
\
|
*
varregion: any conversions of use of Constants.RegionSize converted into
Robert Adams
2015-03-29
1
-2
/
+2
|
*
Merge branch 'master' into careminster
Melanie
2013-03-01
1
-2
/
+3
|
|
\
|
*
|
removed potencial null refs and rearrange code a bit
UbitUmarov
2012-11-04
1
-13
/
+19
|
*
|
Prevent scripted region crossings from crashing with prim limits enabled
Melanie
2012-03-06
1
-1
/
+7
*
|
|
Revert my commit that fixed unexpected behaviour re: parcel prim limits.
Kevin Cozens
2014-10-30
1
-1
/
+1
*
|
|
Use parcel prim limit (not region limit) when checking if area is full.
Kevin Cozens
2014-10-30
1
-1
/
+1
*
|
|
Tweak to PrimLimits and add missing Regions.ini example
Dev Random
2014-04-12
1
-16
/
+5
*
|
|
Add per-user checking to PrimLimitsModule
Dev Random
2014-04-12
1
-24
/
+69
*
|
|
minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim...
Justin Clark-Casey (justincc)
2014-04-02
1
-4
/
+4
*
|
|
Fix problem where moving an object to another region on the same simulator wa...
Justin Clark-Casey (justincc)
2014-04-02
1
-2
/
+5
*
|
|
Don't fail to enable permissions modules correctly if there is any leading or...
Justin Clark-Casey (justincc)
2014-03-25
1
-2
/
+3
|
|
/
|
/
|
*
|
Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...
Diva Canto
2013-03-01
1
-2
/
+3
|
/
*
refactor: improve PrimLimitsModule to call ILandObject.GetSimulatorMaxPrimCou...
Justin Clark-Casey (justincc)
2011-05-14
1
-21
/
+22
*
Convert the prim count module into a permissionsmodule
Melanie
2011-05-09
1
-17
/
+17
*
Incremental - Just did some cleanup of comments and class name change to clea...
E. Allen Soard
2011-05-09
1
-11
/
+3
*
Incremental patch to add config options to enable/disable the prim limits mod...
E. Allen Soard
2011-05-09
1
-1
/
+19
*
Adds an optional module to enforce prim limits on a given parcel Takes into a...
E. Allen Soard
2011-05-09
1
-0
/
+163