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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-29
Remove unused sp.ParentPosition, which has not been used for some time
Justin Clark-Casey (justincc)
2
-21
/
+2
2013-11-29
Comment out debug sit message accidently left active
Justin Clark-Casey (justincc)
1
-3
/
+3
2013-11-29
Fix regression where sitting on ground stopped working.
Justin Clark-Casey (justincc)
1
-8
/
+11
2013-11-29
Restore SP.AbsolutePosition to properly return actual absolute position when ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-28
varregion: add ITerrainChannel.GetHeightAtXYZ() for eventual mesh terrain.
Robert Adams
2
-1
/
+15
2013-11-28
varregion: many replacements of in-place arithmetic with calls to
Robert Adams
1
-2
/
+2
2013-11-27
Fix stand positions rather than having the stand jump to the root prim.
Justin Clark-Casey (justincc)
1
-7
/
+49
2013-11-26
Only translate linked prim specified offset pos by the link prim rotation, no...
Justin Clark-Casey (justincc)
1
-13
/
+15
2013-11-26
fix position changes when sitting on a prim with position and/or orientation ...
Justin Clark-Casey (justincc)
1
-3
/
+28
2013-11-23
Revert "Fix issue where sitting on non-root linked prims would send camera to...
Justin Clark-Casey (justincc)
1
-7
/
+2
2013-11-23
Revert "Add line accidentally left out of recent non-root prim sit fix"
Justin Clark-Casey (justincc)
1
-2
/
+0
2013-11-23
Revert "Fix non-root prim sit positions for prims where a sit target has been...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-23
Revert "Refix fix for sitting on non-root linked prims with explicit sit targ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-23
Revert "fix avatar rotation when sitting on a linked part"
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-23
fix avatar rotation when sitting on a linked part
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-23
Refix fix for sitting on non-root linked prims with explicit sit targets.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-23
Fix non-root prim sit positions for prims where a sit target has been specifi...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-23
Add line accidentally left out of recent non-root prim sit fix
Justin Clark-Casey (justincc)
1
-0
/
+2
2013-11-23
Fix issue where sitting on non-root linked prims would send camera to wrong p...
Justin Clark-Casey (justincc)
1
-2
/
+7
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
2
-3
/
+3
2013-11-13
Fix bug where removing a physical linkset would only decrement the Active Obj...
Justin Clark-Casey (justincc)
2
-2
/
+73
2013-11-08
varregion: elimination of Constants.RegionSize from all over OpenSimulator.
Robert Adams
5
-39
/
+51
2013-11-04
varregion: remove uses of region size constant. In particular, update scene
Robert Adams
2
-9
/
+9
2013-11-03
varregion: send the proper terrain patch layer code for large terrain.
Robert Adams
1
-23
/
+21
2013-11-01
varregion: push TerrainData implementation up and down the database storage s...
Robert Adams
4
-8
/
+41
2013-10-31
varregion: fix problem of X/Y dimensions swapped and incorrect terrain
Robert Adams
2
-28
/
+27
2013-10-17
After finishing to edit an attachment, let other avatars see the changes. (Th...
Oren Hurvitz
2
-8
/
+4
2013-10-16
varregion: move the compressed heighmap compression factor from
Robert Adams
2
-19
/
+7
2013-10-15
Fixed rezzing coalesced objects from a prim's inventory
Oren Hurvitz
3
-72
/
+158
2013-10-15
Made terrain uploads thread-safe
Oren Hurvitz
1
-0
/
+5
2013-10-07
varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...
Robert Adams
5
-148
/
+90
2013-10-07
varregion: remove scattered use of Constants.RegionSize by having routines re...
Robert Adams
1
-2
/
+2
2013-10-07
varregion: add new TerrainData and TerrainCompressor routines. TerrainCompres...
Robert Adams
1
-0
/
+958
2013-10-04
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-09-28
varregion: serious rework of TerrainChannel:
Robert Adams
4
-115
/
+219
2013-09-28
Remove time based terrain storage in SQLite so revision number can be used
Robert Adams
1
-0
/
+21
2013-09-28
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
4
-18
/
+18
2013-09-27
minor: Disable logging left active on regression test TestSameSimulatorIsolat...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-09-27
refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...
Justin Clark-Casey (justincc)
4
-12
/
+12
2013-09-27
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...
Justin Clark-Casey (justincc)
4
-29
/
+17
2013-09-25
varregion: serious rework of TerrainChannel:
Robert Adams
4
-115
/
+219
2013-09-25
Remove time based terrain storage in SQLite so revision number can be used
Robert Adams
1
-0
/
+21
2013-09-25
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
4
-18
/
+18
2013-09-26
minor: Add scene name to baked textures in cache log message
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-09-25
Reinsert client.SceneAgent checks into LLUDPServer.HandleCompleteMovementInto...
Justin Clark-Casey (justincc)
1
-0
/
+3
2013-09-22
Preserve attachment point & position when attachment is rezzed in world
Aleric Inglewood
2
-0
/
+21
2013-09-20
Lock around read/write of ScenePresence.m_originRegionID to make sure that al...
Justin Clark-Casey (justincc)
1
-5
/
+33
2013-09-20
Change some message log levels in Scene.IncomingUpdateChildAgent() for debugg...
Justin Clark-Casey (justincc)
1
-3
/
+3
2013-09-19
UUID Gatherer: find assets used in Light Projection, Particle Systems, and Co...
Oren Hurvitz
1
-1
/
+14
2013-09-19
For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 t...
Justin Clark-Casey (justincc)
1
-1
/
+1
[prev]
[next]