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
/
Framework
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: if no groups module, deny access
UbitUmarov
2015-12-13
2
-2
/
+3
*
several changes to region and land access control - this may be a bit broken now
UbitUmarov
2015-12-13
1
-198
/
+192
*
add IsEstateManager check to Permissions
UbitUmarov
2015-12-12
1
-0
/
+17
*
fix backup control flag, still a bad merge effect
UbitUmarov
2015-12-11
1
-12
/
+4
*
keep SOG reference to root part since two many things depend on deleted SOGs ...
UbitUmarov
2015-12-10
2
-5
/
+8
*
remove some SOG references on delete to help GC
UbitUmarov
2015-12-10
2
-3
/
+22
*
send a full update on GroupResize, not a terse
UbitUmarov
2015-12-05
1
-1
/
+1
*
more changes on lookAt and RotLookAt; do something in attachments
UbitUmarov
2015-12-01
2
-30
/
+81
*
some changes due to lookAt and RotLookAt
UbitUmarov
2015-12-01
2
-63
/
+46
*
remove terrain height clamping left over the ushort format testing
UbitUmarov
2015-11-27
1
-5
/
+1
*
DeregisterRegion from grid earlier on close
UbitUmarov
2015-11-27
1
-4
/
+4
*
change Backup on scene close to Forced, and not dependent on last change time.
UbitUmarov
2015-11-27
1
-1
/
+1
*
remove thread Heartbeat from watchdog
UbitUmarov
2015-11-27
1
-5
/
+7
*
Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore pri...
Melanie Thielker
2015-11-26
2
-2
/
+13
*
suspend the use of DisableSimulator, that is causing teleport and crossing i...
UbitUmarov
2015-11-25
1
-4
/
+4
*
remove warning on siting in phantom prims without sittarget
UbitUmarov
2015-11-23
1
-1
/
+1
*
Changes to TerrainModule/ITerrainModule to support importing OARs with differ...
Jak Daniels
2015-11-22
1
-0
/
+2
*
Changes to TerrainChannel/ITerrainChannel to support importing OARs with diff...
Jak Daniels
2015-11-22
2
-0
/
+150
*
remove a warning
UbitUmarov
2015-11-21
1
-3
/
+3
*
remove some duplicate using statements
UbitUmarov
2015-11-21
1
-3
/
+0
*
remove unused return value on DeliverMessageTo()
UbitUmarov
2015-11-20
1
-1
/
+1
*
work around some 'tests' errors: add a DefaultPermitions module to sceneB
UbitUmarov
2015-11-19
1
-2
/
+3
*
start adding LegacySitOffsets option. TRUE will prevent the use of new math f...
UbitUmarov
2015-11-17
2
-19
/
+70
*
work around some 'tests' errors: UUID.Zero is a invalid ownerID
UbitUmarov
2015-11-17
1
-2
/
+2
*
remove unused parameter
UbitUmarov
2015-11-17
2
-2
/
+3
*
work around some 'tests' errors: missing call to InventoryDeQueueAndDelete()
UbitUmarov
2015-11-17
1
-2
/
+2
*
work around some 'tests' errors: suspend sit on sittarget until im not 2 sl...
UbitUmarov
2015-11-17
1
-0
/
+2
*
work around some 'tests' errors: suspend undo-redo tests until new ones can ...
UbitUmarov
2015-11-17
1
-1
/
+3
*
bug fix: StateSource of a SOG that is not a attachment is StateSource.PrimCr...
UbitUmarov
2015-11-17
1
-1
/
+3
*
work around some 'tests' errors: backup is async
UbitUmarov
2015-11-16
1
-1
/
+3
*
work around some 'tests' errors: fix math
UbitUmarov
2015-11-16
1
-3
/
+2
*
work around some 'tests' error: internal GroupResize() doesn't heave Undo
UbitUmarov
2015-11-16
1
-1
/
+1
*
work around some 'tests' error: object is deleted on DeRezObjects, fix last ...
UbitUmarov
2015-11-16
1
-2
/
+2
*
dont find parts of groups marked as Deleted
UbitUmarov
2015-11-16
1
-1
/
+1
*
work around some 'tests' error: object is deleted on DeRezObjects
UbitUmarov
2015-11-16
1
-7
/
+7
*
work around some 'tests' error: object crossing is async
UbitUmarov
2015-11-16
1
-0
/
+14
*
Add some values to the SimulatorFeatures cap's OpenSimExtras section:
Melanie Thielker
2015-11-12
1
-0
/
+29
*
Move a call to RequestModuleInterface to a new scene callback function
Melanie Thielker
2015-11-12
1
-1
/
+9
*
reduce the small MTU violation sending terrain compressed patchs
UbitUmarov
2015-11-10
1
-1
/
+1
*
replace StatisticsFPSfactor that needed to be changed with FrameTime to a si...
UbitUmarov
2015-11-09
2
-166
/
+179
*
rename MinFrameTime as FrameTime, since it is not a minimum but a target valu...
UbitUmarov
2015-11-08
2
-21
/
+28
*
More plumbing of the EntityTransferContext (not yet complete)
Melanie Thielker
2015-11-01
1
-2
/
+4
*
Merge branch 'master' into avinationmerge
UbitUmarov
2015-11-01
4
-14
/
+22
|
\
|
*
Introduce an EntityTransferContext carrying the version numbers to pass
Melanie Thielker
2015-10-31
2
-7
/
+8
|
*
Remove testing cruft that is blocking the new protocols. Unit tests no
Melanie Thielker
2015-10-31
1
-1
/
+5
|
*
let silly tests override version on local connections
UbitUmarov
2015-10-31
1
-2
/
+2
|
*
Merge branch 'master' of opensimulator.org:/var/git/opensim
Melanie Thielker
2015-10-31
2
-9
/
+6
|
|
\
|
|
*
fix mantis 7733, reverting setting of IsAttachment on first call to full chec...
UbitUmarov
2015-10-29
2
-9
/
+6
|
*
|
Testing stage of the new versioning system. Use at own risk. May not
Melanie Thielker
2015-10-31
2
-4
/
+4
|
|
/
|
*
set SOG.IsAttachment when doing a full check, so future gets see the right v...
UbitUmarov
2015-10-25
1
-1
/
+6
[next]