aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-2/+2
| * | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+0
| * | CommunicationsManager deleted.Diva Canto2010-01-111-3/+1
| * | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-6/+1
| * | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-13/+0
| * | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-3/+4
| * | A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto2010-01-081-19/+0
| * | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-5/+0
| * | * Finished SimulationServiceConnectorDiva Canto2010-01-071-14/+20
* | | Disable blocking teleports within the same parcel for now; it's not implement...CasperW2010-02-251-2/+4
* | | Merge branch 'master' into careminsterMelanie2010-02-081-1/+0
|\ \ \
| * | | Add EventManager.OnIncomingSceneObject event which is triggered by an incomin...Justin Clark-Casey (justincc)2010-02-081-1/+0
| | |/ | |/|
* | | Line endings cleanupMelanie2010-02-041-36/+36
* | | Merge branch 'master' into careminsterMelanie2010-01-101-7/+0
|\ \ \ | |/ /
| * | Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-7/+0
| |/
* | Merge branch 'master' into careminsterMelanie2009-12-291-2/+2
|\ \ | |/
| * Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-2/+2
* | Fix for landing points. Only one scenario is not fully covered by this change...CasperW2009-12-261-11/+36
|/
* Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis2009-12-121-33/+4
* Remove the old remoting-type interregion code for prim/script crossingMelanie2009-11-261-72/+0
* refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)2009-11-171-1/+1
* Neighbours cache working.Diva Canto2009-09-271-3/+1
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-271-50/+37
* Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto2009-09-261-7/+1
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-261-1/+1
|\
| * * Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)2009-09-251-1/+1
* | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-167/+108
|/
* Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto2009-09-251-0/+7
* * Use the BeginInvoke methodology instead of the FireAndForget methodology to...Teravus Ovares (Dan Olivares)2009-09-131-5/+25
* * More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)2009-09-131-11/+113
* * Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth...Teravus Ovares (Dan Olivares)2009-09-101-2/+2
* * Enables Child Agents for all virtual regions in the region and their neighb...Teravus Ovares (Dan Olivares)2009-09-071-2/+56
* minor: organizationalTeravus Ovares (Dan Olivares)2009-09-061-1/+19
* * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...Teravus Ovares (Dan Olivares)2009-09-021-1/+1
* * Rename the RegionCombiner Module from PhysicsCombinerTeravus Ovares (Dan Olivares)2009-08-291-21/+29
* * Deal with teleports to other virtual regions in the same scene.Teravus Ovares (Dan Olivares)2009-08-281-9/+80
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-151-3/+69
|\
| * * minor : commentsTeravus Ovares (Dan Olivares)2009-08-141-3/+69
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-12/+12
* | Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-131-5/+5
|/
* Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto2009-08-111-12/+12
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-011-7/+33
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva2009-06-141-5/+11
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+1
* * Implements automatic loopback handling for standalone regions. Adam Frisby2009-05-231-7/+22
* * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...Adam Frisby2009-05-231-0/+17
* - moving banned check and public/private check toDr Scofield2009-05-051-3/+8
* * minor: remove compiler warningJustin Clarke Casey2009-03-171-1/+1