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
/
SceneCommunicationService.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-10
* OMG! All but one references to UserProfileCacheService have been rerouted!
Diva Canto
1
-3
/
+4
2010-01-08
A few more inches... Old friends things removed. Less references to UserProfi...
Diva Canto
1
-19
/
+0
2010-01-08
Inching ahead... This compiles, but very likely does not run.
Diva Canto
1
-5
/
+0
2010-01-07
* Finished SimulationServiceConnector
Diva Canto
1
-14
/
+20
2009-12-29
Change teleports so the TeleportFlags are sent to the destination sim. It
Melanie
1
-2
/
+2
2009-12-12
Getting rid of SimpleRegionInfo and SerializableRegionInfo per Mel
Kunnis
1
-33
/
+4
2009-11-26
Remove the old remoting-type interregion code for prim/script crossing
Melanie
1
-72
/
+0
2009-11-17
refactor: move most animation methods from ScenePresence into a new ScenePres...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-09-27
Neighbours cache working.
Diva Canto
1
-3
/
+1
2009-09-27
Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...
Diva Canto
1
-50
/
+37
2009-09-26
Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...
Diva Canto
1
-7
/
+1
2009-09-26
First pass at the heart surgery for grid services. Compiles and runs minimall...
Diva Canto
1
-167
/
+108
2009-09-25
* Fixes teleporting within megaregions on HG enabled regions. You can tele...
Teravus Ovares (Dan Olivares)
1
-1
/
+1
2009-09-25
Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...
Diva Canto
1
-0
/
+7
2009-09-13
* Use the BeginInvoke methodology instead of the FireAndForget methodology to...
Teravus Ovares (Dan Olivares)
1
-5
/
+25
2009-09-13
* More comments in the RegionCombinerModule
Teravus Ovares (Dan Olivares)
1
-11
/
+113
2009-09-10
* Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth...
Teravus Ovares (Dan Olivares)
1
-2
/
+2
2009-09-07
* Enables Child Agents for all virtual regions in the region and their neighb...
Teravus Ovares (Dan Olivares)
1
-2
/
+56
2009-09-06
minor: organizational
Teravus Ovares (Dan Olivares)
1
-1
/
+19
2009-09-02
* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...
Teravus Ovares (Dan Olivares)
1
-1
/
+1
2009-08-29
* Rename the RegionCombiner Module from PhysicsCombiner
Teravus Ovares (Dan Olivares)
1
-21
/
+29
2009-08-28
* Deal with teleports to other virtual regions in the same scene.
Teravus Ovares (Dan Olivares)
1
-9
/
+80
2009-08-14
* minor : comments
Teravus Ovares (Dan Olivares)
1
-3
/
+69
2009-08-13
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...
Diva Canto
1
-12
/
+12
2009-08-13
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
Diva Canto
1
-5
/
+5
2009-08-11
Fixes a race condition in EQ processing that was making EQs pop up again upon...
Diva Canto
1
-12
/
+12
2009-08-01
* Tweak the caps manager so that the NPCAvatar works again.
Teravus Ovares
1
-7
/
+33
2009-06-18
* Corrected CAPS namespaces
Arthur Valadares
1
-1
/
+1
2009-06-14
Pulled out HelloNeighbour into its own service, INeighbourService, which may ...
diva
1
-5
/
+11
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-31
Add copyright headers, formatting cleanup, ignore some generated files.
Jeff Ames
1
-1
/
+1
2009-05-23
* Implements automatic loopback handling for standalone regions.
Adam Frisby
1
-7
/
+22
2009-05-23
* Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...
Adam Frisby
1
-0
/
+17
2009-05-05
- moving banned check and public/private check to
Dr Scofield
1
-3
/
+8
2009-03-17
* minor: remove compiler warning
Justin Clarke Casey
1
-1
/
+1
2009-03-05
* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...
Justin Clarke Casey
1
-1
/
+1
2009-02-22
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
Charles Krinke
1
-7
/
+7
2009-02-20
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...
diva
1
-16
/
+0
2009-02-18
Stops animations on Teleports, to conform with what the viewer does.
diva
1
-0
/
+3
2009-02-18
Fixes height on Basic Physics in local teleports. Plus some small refactoring.
diva
1
-1
/
+2
2009-02-18
Adds support for preserving animations on region crossings and TPs.
diva
1
-2
/
+5
2009-02-14
Moved RegionUp to REST/LocalComms. The original functionality has been entire...
diva
1
-4
/
+6
2009-02-13
And finally... region crossings entirely over RESTComms/LocalComms. No more r...
diva
1
-54
/
+66
2009-02-13
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...
Jeff Ames
1
-4
/
+0
2009-02-12
Makes region crossings asynchronous. Moved the bulk of the original code out ...
diva
1
-0
/
+170
2009-02-08
* Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot...
diva
1
-2
/
+2
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-17
/
+10
2009-01-21
* refactor: Extract caps related code from scene and put into a region module
Justin Clarke Casey
1
-5
/
+8
2009-01-21
* minor: move connection success log message so that it doesn't get printed a...
Justin Clarke Casey
1
-1
/
+1
2009-01-19
* minor: Just some minor log elaboration to reveal in the logs where a telepo...
Justin Clarke Casey
1
-2
/
+9
[next]