Diva Canto
|
19558f380a
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to neighbours.
|
14 rokov pred |
Justin Clark-Casey (justincc)
|
c4ba2e5dfb
minor: remove some compiler warnings
|
14 rokov pred |
John Hurliman
|
d506449f67
* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalEndPoint.Port). This class is complex enough as it is
|
14 rokov pred |
Melanie
|
10f8c2ea9b
Merge branch 'master' into presence-refactor
|
15 rokov pred |
Diva Canto
|
f1c30784ac
* General cleanup of Teleports, Crossings and Child agents. They are now in the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic.
|
15 rokov pred |
Diva Canto
|
4de82891a9
Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.
|
15 rokov pred |
Diva Canto
|
7356860b48
Several more buglets removed.
|
15 rokov pred |
Diva Canto
|
011a1b3798
More appearance woes fixed, this time for child agents. Tested on a grid with 2 simulators. Everything seems to be working, including border crosses. TPs (prim crossing) need love now.
|
15 rokov pred |
Diva Canto
|
77e43f4801
Fixed a couple of bugs with Appearance. Appearance is all good now.
|
15 rokov pred |
Diva Canto
|
c5ea783526
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
|
15 rokov pred |
Diva Canto
|
001d369568
CommunicationsManager deleted.
|
15 rokov pred |
Diva Canto
|
0c2946031b
CommunicationsManager is practically empty. Only NetworkServersInfo is there.
|
15 rokov pred |
Diva Canto
|
4dd523b45d
* Changed IPresenceService Logout, so that it takes a position and a lookat
|
15 rokov pred |
Diva Canto
|
1e1b2ab221
* OMG! All but one references to UserProfileCacheService have been rerouted!
|
15 rokov pred |
Melanie
|
81d5a4b6d8
Remove "login disable", "login enable" and "login status" commands.
|
15 rokov pred |
Diva Canto
|
6b60f3cce5
A few more inches... Old friends things removed. Less references to UserProfileService.
|
15 rokov pred |
Diva Canto
|
b63405c1a7
Inching ahead... This compiles, but very likely does not run.
|
15 rokov pred |
Diva Canto
|
f11a97f12d
* Finished SimulationServiceConnector
|
15 rokov pred |
Melanie
|
0b5cdc539c
Change teleports so the TeleportFlags are sent to the destination sim. It
|
15 rokov pred |
Kunnis
|
d89f3e9811
Getting rid of SimpleRegionInfo and SerializableRegionInfo per Mel
|
15 rokov pred |
Melanie
|
05fc504ff3
Remove the old remoting-type interregion code for prim/script crossing
|
15 rokov pred |
Justin Clark-Casey (justincc)
|
1324082b90
refactor: move most animation methods from ScenePresence into a new ScenePresenceAnimator class
|
15 rokov pred |
Diva Canto
|
2432cc607e
Neighbours cache working.
|
15 rokov pred |
Diva Canto
|
5d09c53a1a
Unpacking the mess with OtherRegionUp, so we can have a real cache of the neighbours in the grid service modules.
|
15 rokov pred |
Diva Canto
|
632bb71262
Fixed MapBlocks bug, wrong order of arguments. First version that seems completely functional.
|
15 rokov pred |
Diva Canto
|
7253a9453e
Merge branch 'master' of ssh://[email protected]/var/git/opensim
|
15 rokov pred |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
15 rokov pred |
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 rokov pred |
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 rokov pred |
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 rokov pred |