aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Estate/TelehubManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-24Simplify and streamline telehub editing code. Verify rotations and fixMelanie1-47/+22
spwan point positioning on rotated telehubs.
2012-01-24Change Telehubs to store only the data that is really needed and notMelanie1-50/+20
additional redundant information.
2012-01-23Add update to Telehub position and rotation before adding SpawnPointsBlueWall1-4/+11
2012-01-23Cleanup BlueWall1-3/+6
2012-01-23Cleanup unused parts, add some error handlingBlueWall1-53/+52
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie1-24/+22
This is damage control es EstateSettings is not the place this can be put. EstateSettings is nt unique to a region and therefore would introduce a hard limit of one telehub per estate, completely shutting off the option of having SL style telehubs, e.g. one per region. Whole estate teleport routing can still be implemented id desiresd, this way all options are open while the other way most options get closed off.
2012-01-21Telehub Support:BlueWall1-49/+62
Telehub settings now persist to the database and are saved across sim restarts. So-far this only works on MySQL. this is a work in progress, teleport routing is not yet implemented.
2012-01-20Telehub Support:BlueWall1-0/+130
Support for viewer side of telehub management. Can manupulate Telehubs and SpawnPoints from the viewer estate managemnt tools. This is a work in progress and does not yet persist or affect teleport routing.