Commit History

Author SHA1 Message Date
  Diva Canto 7253a9453e Merge branch 'master' of ssh://[email protected]/var/git/opensim 15 years ago
  Diva Canto 5757afe766 First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now. 15 years ago
  Teravus Ovares (Dan Olivares) 0a0b532270 * Fixes teleporting within megaregions on HG enabled regions. You can teleport around now. (but it still doesn't fix the inconsistent attachment state when teleporting into region slots that are not the south west region on megaregions) 15 years ago
  Diva Canto 902279f0fd Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff. 15 years ago
  Teravus Ovares (Dan Olivares) ed475f21ee * Use the BeginInvoke methodology instead of the FireAndForget methodology to try to mitigate a mono assert. Same functionality done a different way. 15 years ago
  Teravus Ovares (Dan Olivares) 4241cdc929 * More comments in the RegionCombinerModule 15 years ago
  Teravus Ovares (Dan Olivares) 1c878ec425 * Fix an off by one error on visible neighbors in the 'RequestNeighbors' method. This off by one error showed one extra row of neighbors on the north and east side 15 years ago
  Teravus Ovares (Dan Olivares) 326c3ee14f * Enables Child Agents for all virtual regions in the region and their neighbors. There still may be issues with crossing into the mentioned neighbors of the virtual regions. This makes regions larger then 512x512 (3 virtual regions) display fully to clients. 15 years ago
  Teravus Ovares (Dan Olivares) c4edefd9a0 minor: organizational 15 years ago
  Teravus Ovares (Dan Olivares) 9505297fb1 * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing right in the new border framework. 15 years ago
  Teravus Ovares (Dan Olivares) 33f36c9010 * Rename the RegionCombiner Module from PhysicsCombiner 15 years ago
  Teravus Ovares (Dan Olivares) 9eb8c14e87 * Deal with teleports to other virtual regions in the same scene. 15 years ago
  Diva Canto dd8b9d5810 Merge branch 'master' of ssh://[email protected]/var/git/opensim 15 years ago
  Teravus Ovares (Dan Olivares) 2f61fb0243 * minor : comments 15 years ago
  Diva Canto 5246dc33dc Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves. 15 years ago
  Diva Canto 6b9cc6c48d Inventory redirects from CachedUserInfo to InventoryService COMPLETE! 15 years ago
  Diva Canto 10d923dbea Fixes a race condition in EQ processing that was making EQs pop up again upon client close. 15 years ago
  Teravus Ovares 4cbf0444df * Tweak the caps manager so that the NPCAvatar works again. 15 years ago
  Arthur Valadares f243dddc04 * Corrected CAPS namespaces 15 years ago
  diva 7a9c85526c Pulled out HelloNeighbour into its own service, INeighbourService, which may get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right. 15 years ago
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
  Jeff Ames 35b450d41d Add copyright headers, formatting cleanup, ignore some generated files. 15 years ago
  Adam Frisby 6b312d9340 * Implements automatic loopback handling for standalone regions. 15 years ago
  Adam Frisby 3b1b3ac9bb * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulator EventQueue methods. 15 years ago
  Dr Scofield e0a06f6416 - moving banned check and public/private check to 15 years ago
  Justin Clarke Casey 7658e30dfc * minor: remove compiler warning 15 years ago
  Justin Clarke Casey 11e1948b57 * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (which is used in other contexts) 15 years ago
  Charles Krinke 8f55b9d735 Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: 15 years ago
  diva 33330297d6 THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. 15 years ago
  diva f1795fd9b0 Stops animations on Teleports, to conform with what the viewer does. 15 years ago