Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the amount of time we wait for a teleport to complete. This allows ↵ | Thomas Grimshaw | 2010-04-07 | 1 | -1/+1 |
| | | | | teleportation to a remote region without a local connection to the asset server without timing out. | ||||
* | Disable blocking teleports within the same parcel for now; it's not ↵ | CasperW | 2010-02-25 | 1 | -2/+4 |
| | | | | implemented correctly. Will review soon. | ||||
* | Merge branch 'master' into careminster | Melanie | 2010-02-08 | 1 | -1/+0 |
|\ | |||||
| * | Add EventManager.OnIncomingSceneObject event which is triggered by an ↵ | Justin Clark-Casey (justincc) | 2010-02-08 | 1 | -1/+0 |
| | | | | | | | | | | | | incoming scene object Add a read-only Attachments property to ScenePresence | ||||
* | | Line endings cleanup | Melanie | 2010-02-04 | 1 | -36/+36 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-10 | 1 | -7/+0 |
|\ \ | |/ | |||||
| * | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2010-01-10 | 1 | -7/+0 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 1 | -2/+2 |
| | | | | | | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation | ||||
* | | Fix for landing points. Only one scenario is not fully covered by this ↵ | CasperW | 2009-12-26 | 1 | -11/+36 |
|/ | | | | change, and that is people who teleport from neighbouring regions, who won't get affected by the landing point. | ||||
* | Getting rid of SimpleRegionInfo and SerializableRegionInfo per Mel | Kunnis | 2009-12-12 | 1 | -33/+4 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Remove the old remoting-type interregion code for prim/script crossing | Melanie | 2009-11-26 | 1 | -72/+0 |
| | |||||
* | refactor: move most animation methods from ScenePresence into a new ↵ | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -1/+1 |
| | | | | ScenePresenceAnimator class | ||||
* | Neighbours cache working. | Diva Canto | 2009-09-27 | 1 | -3/+1 |
| | |||||
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 2009-09-27 | 1 | -50/+37 |
| | | | | neighbours in the grid service modules. | ||||
* | Fixed MapBlocks bug, wrong order of arguments. First version that seems ↵ | Diva Canto | 2009-09-26 | 1 | -7/+1 |
| | | | | | | completely functional. Also fixed the notification of the message server in standalone -- that server doesn't usually exist. | ||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-26 | 1 | -1/+1 |
|\ | |||||
| * | * Fixes teleporting within megaregions on HG enabled regions. You can ↵ | Teravus Ovares (Dan Olivares) | 2009-09-25 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
* | | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 2009-09-26 | 1 | -167/+108 |
|/ | | | | minimally. A few bugs to catch now. | ||||
* | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not ↵ | Diva Canto | 2009-09-25 | 1 | -0/+7 |
| | | | | the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff. | ||||
* | * Use the BeginInvoke methodology instead of the FireAndForget methodology ↵ | Teravus Ovares (Dan Olivares) | 2009-09-13 | 1 | -5/+25 |
| | | | | to try to mitigate a mono assert. Same functionality done a different way. | ||||
* | * More comments in the RegionCombinerModule | Teravus Ovares (Dan Olivares) | 2009-09-13 | 1 | -11/+113 |
| | | | | | | * Changed the Destination ID to 0 in the TeleportFinish Event (why did we have it as 3?) * Added border based trigger teleports * Fix MakeRootAgent border cross tests for ensuring that the position is inside the region to use the borders to figure out if it's outside the Region | ||||
* | * Fix an off by one error on visible neighbors in the 'RequestNeighbors' ↵ | Teravus Ovares (Dan Olivares) | 2009-09-10 | 1 | -2/+2 |
| | | | | method. This off by one error showed one extra row of neighbors on the north and east side | ||||
* | * Enables Child Agents for all virtual regions in the region and their ↵ | Teravus Ovares (Dan Olivares) | 2009-09-07 | 1 | -2/+56 |
| | | | | | | 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. * Uses a grid request multiple times, so the more regions are in the instance, the longer logging in takes. Consider this temporary until there's a RegionInfo request similar to the MapItem Request. | ||||
* | minor: organizational | Teravus Ovares (Dan Olivares) | 2009-09-06 | 1 | -1/+19 |
| | | | | * Move the neighbor region lookup to another method from where it was before in EnableNeighbourChildAgents. | ||||
* | * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ↵ | Teravus Ovares (Dan Olivares) | 2009-09-02 | 1 | -1/+1 |
| | | | | | | right in the new border framework. * This also contains some inactive preliminary code for disconnecting combined regions that will be used to make one root region a virtual region of a new root region. | ||||
* | * Rename the RegionCombiner Module from PhysicsCombiner | Teravus Ovares (Dan Olivares) | 2009-08-29 | 1 | -21/+29 |
| | |||||
* | * Deal with teleports to other virtual regions in the same scene. | Teravus Ovares (Dan Olivares) | 2009-08-28 | 1 | -9/+80 |
| | |||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-15 | 1 | -3/+69 |
|\ | |||||
| * | * minor : comments | Teravus Ovares (Dan Olivares) | 2009-08-14 | 1 | -3/+69 |
| | | | | | | | | * also re-trigger panda | ||||
* | | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -12/+12 |
| | | | | | | | | starting to get on my nerves. | ||||
* | | Inventory redirects from CachedUserInfo to InventoryService COMPLETE! | Diva Canto | 2009-08-13 | 1 | -5/+5 |
|/ | |||||
* | Fixes a race condition in EQ processing that was making EQs pop up again ↵ | Diva Canto | 2009-08-11 | 1 | -12/+12 |
| | | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet. | ||||
* | * Tweak the caps manager so that the NPCAvatar works again. | Teravus Ovares | 2009-08-01 | 1 | -7/+33 |
| | |||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 1 | -1/+1 |
| | | | | | * "luke, use the sed" | ||||
* | Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵ | diva | 2009-06-14 | 1 | -5/+11 |
| | | | | 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. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -1/+1 |
| | |||||
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -7/+22 |
| | | | | | * This /should/ make OpenSim behave properly when hosting behind a NAT router and utilizing port forwarding (but the router doesn't support Loopback) | ||||
* | * Breaks OpenSim.. err I mean.. adds NAT translation support to ↵ | Adam Frisby | 2009-05-23 | 1 | -0/+17 |
| | | | | | | | EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming. | ||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -3/+8 |
| | | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | ||||
* | * minor: remove compiler warning | Justin Clarke Casey | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap ↵ | Justin Clarke Casey | 2009-03-05 | 1 | -1/+1 |
| | | | | (which is used in other contexts) | ||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -7/+7 |
| | | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | ||||
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵ | diva | 2009-02-20 | 1 | -16/+0 |
| | | | | | | | versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports. | ||||
* | Stops animations on Teleports, to conform with what the viewer does. | diva | 2009-02-18 | 1 | -0/+3 |
| | |||||
* | Fixes height on Basic Physics in local teleports. Plus some small refactoring. | diva | 2009-02-18 | 1 | -1/+2 |
| | |||||
* | Adds support for preserving animations on region crossings and TPs. | diva | 2009-02-18 | 1 | -2/+5 |
| | | | | | | | Known issue: after TP, the self client doesn't see the animations going, but others can see them. So there's a bug there (TPs only, crossings seem to be all fine). Untested: did not test animation overriders; only tested playing animations from the viewer. | ||||
* | Moved RegionUp to REST/LocalComms. The original functionality has been ↵ | diva | 2009-02-14 | 1 | -4/+6 |
| | | | | entirely maintained, although it will have to be revisited soon, because it's buggy. | ||||
* | And finally... region crossings entirely over RESTComms/LocalComms. No more ↵ | diva | 2009-02-13 | 1 | -54/+66 |
| | | | | remoting for agent movements. WARNING: This breaks region crossing compatibility with previous versions. |