Teravus Ovares (Dan Olivares)
|
2f61fb0243
* minor : comments
|
hace 15 años |
Diva Canto
|
10d923dbea
Fixes a race condition in EQ processing that was making EQs pop up again upon client close.
|
hace 15 años |
Teravus Ovares
|
4cbf0444df
* Tweak the caps manager so that the NPCAvatar works again.
|
hace 15 años |
Arthur Valadares
|
f243dddc04
* Corrected CAPS namespaces
|
hace 15 años |
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.
|
hace 15 años |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Jeff Ames
|
35b450d41d
Add copyright headers, formatting cleanup, ignore some generated files.
|
hace 15 años |
Adam Frisby
|
6b312d9340
* Implements automatic loopback handling for standalone regions.
|
hace 15 años |
Adam Frisby
|
3b1b3ac9bb
* Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulator EventQueue methods.
|
hace 15 años |
Dr Scofield
|
e0a06f6416
- moving banned check and public/private check to
|
hace 15 años |
Justin Clarke Casey
|
7658e30dfc
* minor: remove compiler warning
|
hace 15 años |
Justin Clarke Casey
|
11e1948b57
* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (which is used in other contexts)
|
hace 15 años |
Charles Krinke
|
8f55b9d735
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
|
hace 15 años |
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.
|
hace 15 años |
diva
|
f1795fd9b0
Stops animations on Teleports, to conform with what the viewer does.
|
hace 15 años |
diva
|
2a13e046db
Fixes height on Basic Physics in local teleports. Plus some small refactoring.
|
hace 15 años |
diva
|
3f25128e77
Adds support for preserving animations on region crossings and TPs.
|
hace 15 años |
diva
|
217ffee8cb
Moved RegionUp to REST/LocalComms. The original functionality has been entirely maintained, although it will have to be revisited soon, because it's buggy.
|
hace 15 años |
diva
|
96113e5660
And finally... region crossings entirely over RESTComms/LocalComms. No more remoting for agent movements. WARNING: This breaks region crossing compatibility with previous versions.
|
hace 15 años |
Jeff Ames
|
95d53d48d4
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
|
hace 15 años |
diva
|
7a274a7e1d
Makes region crossings asynchronous. Moved the bulk of the original code out of ScenePresence and into SceneCommunicationService, where it should be (next to RequestTeleportToLocation). No changes in the crossing mechanism itself, yet. But this change opens the way to doing crossings as slowly as it needs to be, outside the simulator Update loop.
|
hace 15 años |
diva
|
665269a277
* Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRootAgent; CAPs are already in place when this runs.
|
hace 16 años |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
hace 16 años |