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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-05
add missing invalidation of osGetLinkNumber cache
UbitUmarov
1
-0
/
+2
2017-04-05
OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Fast...
UbitUmarov
1
-4
/
+28
2017-04-05
give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini
UbitUmarov
1
-2
/
+2
2017-04-04
add a little speedup on repeated requests for same name on osGetLinkNumber.
UbitUmarov
2
-7
/
+29
2017-04-04
add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...
UbitUmarov
4
-0
/
+77
2017-04-04
mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...
UbitUmarov
5
-18
/
+37
2017-04-04
mantis 8130: improve keyframes motion
UbitUmarov
1
-70
/
+63
2017-04-04
mantis 8140: fix objectTeleport rotation if stop TRUE
UbitUmarov
1
-1
/
+9
2017-04-03
oops
UbitUmarov
1
-4
/
+4
2017-04-03
fix typo
UbitUmarov
1
-1
/
+2
2017-04-03
add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...
UbitUmarov
5
-7
/
+161
2017-04-03
add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...
UbitUmarov
3
-0
/
+91
2017-04-01
store the physics inertia override in Mysql and add it to serializer. run p...
UbitUmarov
5
-36
/
+53
2017-03-31
add missing file. Changes of inertia data of objects running does not
UbitUmarov
1
-1
/
+2
2017-03-31
add OSSL functions to override linksets total mass, center of mass and inert...
UbitUmarov
6
-46
/
+531
2017-03-31
Adapt to a variable name that has changed in core
Melanie Thielker
1
-2
/
+2
2017-03-31
Prevent error spew when script send IM to HG users before HG is up
Melanie Thielker
1
-3
/
+8
2017-03-31
Also ignore NPCs in short-circuiting region restarts
Melanie Thielker
1
-2
/
+2
2017-03-31
Add the ability to post to and act uponconfiguration in etcd
Melanie Thielker
3
-3
/
+276
2017-03-31
Allow short-circuiting region restart delays of there are no users left
Melanie Thielker
1
-0
/
+43
2017-03-31
Set a startup marker to let external scripts know the scene is up.
Melanie Thielker
1
-0
/
+22
2017-03-31
Change a misleading message that could lead users to believe a grid is down
Melanie Thielker
1
-1
/
+3
2017-03-31
Add the option to link a scene object with a monitoring object
Melanie Thielker
2
-0
/
+15
2017-03-31
A god is a god is a god. Let gods access scripts and NCs
Melanie Thielker
1
-0
/
+8
2017-03-31
Squelch an error that happens when the asset cache was mounted RO.
Melanie Thielker
1
-0
/
+3
2017-03-30
add CanSellObject() permitions check functions
UbitUmarov
4
-66
/
+151
2017-03-30
mantis 8131: make the new Offline IM code optional and disabled by default, s...
UbitUmarov
1
-32
/
+55
2017-02-02
Fix an error that would cause a rebake loop on HG grids
Melanie Thielker
1
-1
/
+1
2017-02-01
Correct whimsical spelling on a log message
Melanie Thielker
1
-1
/
+1
2017-02-01
Refactor part II
Melanie Thielker
1
-9
/
+4
2017-02-01
Refactor asset handling as per Ubit's suggestion
Melanie Thielker
8
-72
/
+50
2017-02-01
Secure sim stats with an (optional) password.
Melanie Thielker
2
-0
/
+3
2017-01-30
Make negative asset caching actually work
Melanie Thielker
9
-33
/
+97
2017-01-30
Comment two very spammy debug messages that the usr can't do anything about
Melanie Thielker
2
-3
/
+4
2017-01-27
update parcel select or sat on stats on sit and stand
UbitUmarov
1
-0
/
+4
2017-01-27
fix SimwideArea again
UbitUmarov
1
-0
/
+1
2017-01-27
several changes relative to objects return and parcel prim counts: avoid nul...
UbitUmarov
11
-68
/
+74
2017-01-27
parcels must be loaded before objects, so they can be added to them
UbitUmarov
1
-3
/
+2
2017-01-27
bug fix: wrong enabled check
UbitUmarov
2
-8
/
+2
2017-01-27
Permissions modules where made NONShared modules. Make them so, removing inc...
UbitUmarov
4
-121
/
+193
2017-01-26
remove unused and wrong methods
UbitUmarov
2
-58
/
+1
2017-01-26
remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint
UbitUmarov
4
-44
/
+25
2017-01-26
Make it possible to override the URL module
Melanie Thielker
1
-12
/
+12
2017-01-26
ubOde: update prim mass when changing Density
UbitUmarov
1
-1
/
+3
2017-01-25
CHANGED ALLOWED_DROP should only trigger if user has no MOD rights
UbitUmarov
2
-55
/
+59
2017-01-25
add and use CanDropInObjectInv
UbitUmarov
3
-173
/
+242
2017-01-25
fix test setup
UbitUmarov
1
-3
/
+10
2017-01-25
make use of CanDoObjectInvToObjectInv
UbitUmarov
3
-21
/
+21
2017-01-24
fix a bug in CanCopyObjectInventory; add CanDoObjectInvToObjectInv ( not wired)
UbitUmarov
1
-23
/
+82
2017-01-23
Comment some more debug and squelch another module not running msg.
Melanie Thielker
1
-4
/
+4
[prev]
[next]