Teravus Ovares (Dan Olivares)
|
2f61fb0243
* minor : comments
|
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 |
diva
|
2a13e046db
Fixes height on Basic Physics in local teleports. Plus some small refactoring.
|
15 years ago |
diva
|
3f25128e77
Adds support for preserving animations on region crossings and TPs.
|
15 years ago |
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.
|
15 years ago |
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.
|
15 years ago |
Jeff Ames
|
95d53d48d4
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
|
15 years ago |
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.
|
15 years ago |
diva
|
665269a277
* Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRootAgent; CAPs are already in place when this runs.
|
16 years ago |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
16 years ago |