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
/
Scene.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Making the defaults for interest management variables match whether you have ...
John Hurliman
2009-10-27
1
-3
/
+3
*
Forgot a line in the previous commit
John Hurliman
2009-10-27
1
-0
/
+2
*
Finally hunted down the Parallel deadlock. Packets were being handled asynchr...
John Hurliman
2009-10-27
1
-6
/
+9
*
Experimental change of PhysicsVector to Vector3. Untested
John Hurliman
2009-10-26
1
-2
/
+2
*
Removing the ClientManager reference from IScene and hiding it entirely insid...
John Hurliman
2009-10-26
1
-5
/
+20
*
* Switched all operations on the list of clients that could be either sync or...
John Hurliman
2009-10-26
1
-21
/
+27
*
Added calls to GC.AddMemoryPressure() when unmanaged memory is allocated for ...
John Hurliman
2009-10-26
1
-0
/
+5
*
* Changed the watchdog timer to improve the speed of UpdateThread(), only tra...
John Hurliman
2009-10-26
1
-0
/
+2
*
Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...
John Hurliman
2009-10-25
1
-1
/
+1
*
* Changed various modules to not initialize timers unless the module is initi...
John Hurliman
2009-10-23
1
-0
/
+3
*
* Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ...
John Hurliman
2009-10-23
1
-4
/
+9
*
Implemented a "FrontBack" prioritizer, using distance plus the plane equation...
John Hurliman
2009-10-23
1
-0
/
+4
*
Experimental change to use an immutable array for iterating ScenePresences, a...
John Hurliman
2009-10-23
1
-15
/
+10
*
Implemented a Watchdog class. Do not manually create Thread objects anymore, ...
John Hurliman
2009-10-22
1
-10
/
+10
*
Merge branch 'master' into vehicles
Melanie
2009-10-22
1
-54
/
+71
|
\
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...
John Hurliman
2009-10-19
1
-2
/
+2
|
|
\
|
*
|
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...
John Hurliman
2009-10-19
1
-0
/
+4
|
*
|
* Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p...
John Hurliman
2009-10-18
1
-24
/
+11
|
*
|
Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi...
John Hurliman
2009-10-17
1
-0
/
+13
|
*
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into priorit...
John Hurliman
2009-10-16
1
-0
/
+11
|
|
\
\
|
*
|
|
Updating OpenSim.ini.example with the section required to enable a useful pri...
John Hurliman
2009-10-16
1
-0
/
+2
|
*
|
|
Object update prioritization by Jim Greensky of Intel Labs, part one. This im...
John Hurliman
2009-10-15
1
-8
/
+32
|
*
|
|
* Removed some of the redundant broadcast functions in Scene and SceneGraph s...
John Hurliman
2009-10-15
1
-22
/
+9
*
|
|
|
Merge branch 'master' into vehicles
Melanie
2009-10-19
1
-2
/
+13
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Formatting cleanup.
Jeff Ames
2009-10-19
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
* fix previous commit
Teravus Ovares (Dan Olivares)
2009-10-16
1
-1
/
+1
|
*
|
* Ensure that at least 20 frames run before letting avatar in.
Teravus Ovares (Dan Olivares)
2009-10-16
1
-0
/
+11
|
|
/
*
|
Merge branch 'master' into vehicles
Melanie
2009-10-15
1
-1
/
+1
|
\
\
|
|
/
|
*
* Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...
John Hurliman
2009-10-14
1
-1
/
+1
*
|
Merge branch 'master' into vehicles
Melanie
2009-10-15
1
-86
/
+144
|
\
\
|
|
/
|
*
Merge branch 'master' into htb-throttle
Melanie
2009-10-14
1
-0
/
+1
|
|
\
|
|
*
Setting changeY in border crossing.
Diva Canto
2009-10-14
1
-0
/
+1
|
*
|
Merge branch 'master' into htb-throttle
Melanie
2009-10-14
1
-21
/
+93
|
|
\
\
|
|
|
/
|
|
*
* Fixes some prim crossings on megaregions with regions beyond the 512m mark
Teravus Ovares (Dan Olivares)
2009-10-13
1
-21
/
+93
|
*
|
Optimized heartbeat by calling Update() only on updated objects.
Dan Lake
2009-10-13
1
-45
/
+37
|
*
|
* Consolidated adding / removing ClientManager IClientAPIs to two places in S...
John Hurliman
2009-10-13
1
-0
/
+4
|
*
|
* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...
John Hurliman
2009-10-13
1
-3
/
+3
|
*
|
* Unregister event handlers in LLUDPServer when a client logs out and disconn...
John Hurliman
2009-10-13
1
-13
/
+2
|
*
|
Merge branch 'master' into htb-throttle
Melanie
2009-10-12
1
-56
/
+54
|
|
\
\
|
|
|
/
|
*
|
Change the backup thread to run on a BackgroundWorker instead of a Thread. I ...
John Hurliman
2009-10-09
1
-4
/
+4
*
|
|
Merge branch 'master' into vehicles
Melanie
2009-10-12
1
-56
/
+54
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fixed tree crossing. This will alleviate
Diva Canto
2009-10-11
1
-56
/
+54
|
|
/
*
|
Merge branch 'master' into vehicles
Melanie
2009-10-08
1
-2
/
+3
|
\
\
|
|
/
|
*
Added a debug line for nebadon
John Hurliman
2009-10-06
1
-0
/
+3
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-thr...
John Hurliman
2009-10-06
1
-0
/
+16
|
|
\
|
*
|
Fixing a few compile errors in the previous commit
John Hurliman
2009-10-06
1
-2
/
+0
*
|
|
Merge branch 'master' into vehicles
Melanie
2009-10-06
1
-0
/
+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Melanie
2009-10-06
1
-6
/
+6
|
|
\
\
|
|
*
|
Commenting the DEBUG code that I added yesterday, because it's causing mono t...
Diva Canto
2009-10-06
1
-6
/
+6
|
*
|
|
Lock the heartbeat against multiple invocations. May prevent deadlocks and/or
Melanie
2009-10-06
1
-0
/
+10
|
|
/
/
[prev]
[next]