index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-30
Fix line endings
Dan Lake
1
-23
/
+23
2011-10-30
Experimental reorder of Heartbeat loop now simulates physics and sends update...
Dan Lake
1
-29
/
+27
2011-10-29
Remove the SyncRoot locking from Scene which was only being done around the m...
Justin Clark-Casey (justincc)
3
-32
/
+18
2011-10-29
Remove completely unused SOG.Rotation parameter
Justin Clark-Casey (justincc)
2
-17
/
+9
2011-10-28
set grp.RootPart.GroupPosition for code consistency (and readability) rather ...
Justin Clark-Casey (justincc)
1
-5
/
+0
2011-10-28
Add missing doc to rotation/position methods in SOG
Justin Clark-Casey (justincc)
1
-5
/
+5
2011-10-28
fetch SOP.RotationOffset once in UpdateRotation() and compare rather than fet...
Justin Clark-Casey (justincc)
2
-6
/
+21
2011-10-27
Continuation of previous checkin. Found more places where ForEachScenePresenc...
Dan Lake
2
-36
/
+26
2011-10-27
Added new ForEachRootScenePresence to Scene since almost every delegate passe...
Dan Lake
3
-35
/
+50
2011-10-27
Fix a bug I introduced yesterday in ODE physics where prim scripts would only...
Justin Clark-Casey (justincc)
1
-0
/
+2
2011-10-25
Get rid of the pointless null checks on collision listeners. Add warning abo...
Justin Clark-Casey (justincc)
2
-7
/
+0
2011-10-25
For ScenePresence collision events, instead of creating a new CollisionEvents...
Justin Clark-Casey (justincc)
1
-4
/
+6
2011-10-25
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-10-24
Add new EventQueueTests with basic test to check that adding a client registe...
Justin Clark-Casey (justincc)
1
-1
/
+3
2011-10-23
Comment out the uuid gatherer lines that I accidentally left in.
Justin Clark-Casey (justincc)
1
-4
/
+4
2011-10-22
Get UUIDGatherer to scan notecards in the graph for asset uuids.
Justin Clark-Casey (justincc)
2
-16
/
+48
2011-10-20
Get OdeScene to use passed in time step rather than hard-coded 0.089
Justin Clark-Casey (justincc)
1
-2
/
+8
2011-10-20
Pass PhysicsScene.Simulate() only the MinFrameTime rather than the useless Ma...
Justin Clark-Casey (justincc)
1
-12
/
+4
2011-10-19
Removed redundant NotInTransit function from ScenePresence. IsInTransit=false...
Dan Lake
1
-5
/
+0
2011-10-19
Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...
Dan Lake
2
-48
/
+48
2011-10-19
Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...
Dan Lake
2
-4
/
+4
2011-10-17
Allow an avatar to be explicitly named to the "debug packet" command
Justin Clark-Casey (justincc)
1
-2
/
+3
2011-10-17
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-17
refactor: Use SOP.SitTargetAvatar instead of calling a special GetAvatarOnSit...
Justin Clark-Casey (justincc)
2
-10
/
+9
2011-10-17
Implement osNpcSit(). This is still in development so don't trust it
Justin Clark-Casey (justincc)
2
-5
/
+4
2011-10-15
improve method doc on Scene.OtherRegionUp()
Justin Clark-Casey (justincc)
1
-4
/
+4
2011-10-15
move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...
Justin Clark-Casey (justincc)
1
-3
/
+2
2011-10-15
fetch physical_prim switch from [Startup] config from inside scene, as is don...
Justin Clark-Casey (justincc)
2
-38
/
+17
2011-10-15
remove now redundant m_physical_prim flag from SOP.ApplyPhysics()
Justin Clark-Casey (justincc)
2
-6
/
+6
2011-10-15
Restore [Startup] physical_prim flag which can stop any prims being subject t...
Justin Clark-Casey (justincc)
1
-1
/
+6
2011-10-15
remove redundant PhysActor.IsPhysical call from SOP.UpdatePrimFlags() as its ...
Justin Clark-Casey (justincc)
1
-4
/
+0
2011-10-15
refactor: Remove redundant code in SOP.UpdatePrimFlags()
Justin Clark-Casey (justincc)
1
-27
/
+21
2011-10-15
factor common code out into SOP.RemoveFromPhysics()
Justin Clark-Casey (justincc)
2
-7
/
+18
2011-10-14
refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...
Justin Clark-Casey (justincc)
2
-3
/
+3
2011-10-13
Expose minimum frame time and update periods for experimentation.
Justin Clark-Casey (justincc)
1
-19
/
+33
2011-10-13
refactor: Put the frame update period when temporary objects are cleaned up i...
Justin Clark-Casey (justincc)
1
-4
/
+4
2011-10-13
refactor: chain the two scene constructors together to eliminate more copypasta
Justin Clark-Casey (justincc)
1
-29
/
+1
2011-10-13
Tie reported FPS correction factor into the minimum frame time rather than se...
Justin Clark-Casey (justincc)
2
-6
/
+13
2011-10-13
Move fps stat adjustment factor into field rather than hard-coded.
Justin Clark-Casey (justincc)
1
-1
/
+12
2011-10-12
remove some mono compiler warnings
Justin Clark-Casey (justincc)
3
-44
/
+1
2011-10-11
Start recording object updates per second statistic (analogue of agent update...
Justin Clark-Casey (justincc)
2
-1
/
+35
2011-10-10
Add other region stats (total frame time, physics fps, etc.) currently missin...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-10
Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiom...
Justin Clark-Casey (justincc)
1
-13
/
+13
2011-10-10
refactor: have lsl and ossl interrogate scene.StatsReporter directly rather t...
Justin Clark-Casey (justincc)
1
-13
/
+0
2011-10-08
Go back to lying that sim fps is 55 when it's actually locked at a maximum of...
Justin Clark-Casey (justincc)
1
-2
/
+6
2011-10-07
Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-06
Fixed line endings from previous commit
Dan Lake
3
-51
/
+51
2011-10-06
Refactored "known child region" in ScenePresence. There were 4 different
Dan Lake
4
-88
/
+78
2011-10-07
remove the pointless slashes on the end of the (5!) different server stat ret...
Justin Clark-Casey (justincc)
1
-9
/
+2
2011-10-06
Simplified IsInTransit property on ScenePresence and removed InTransit() whic...
Dan Lake
1
-11
/
+10
[next]