| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector.
|
| |
|
|
|
|
| |
that data providers can verify authenticity if they want.
|
|
|
|
| |
capitalization of 'name' to lower case, also in the same <grid> section.
|
|
|
|
|
|
|
|
| |
terrain. Default is still pinhead island. I much rather have a flat land in the beginning.
Conflicts:
bin/OpenSim.ini.example
|
|
|
|
| |
being found or not, because the UI is horribly confusing -- places profile is always "loading..." whether the region exists or not.
|
|
|
|
|
|
|
|
|
| |
redefine the encoding of HG URLs because the viewer messes them up. Examples of what works and doesn't work:
- secondlife://ucigrid00.nacs.uci.edu|8002/128/128 <-- works throughout the viewer
- secondlife://http|!!ucigrid00.nacs.uci.edu|8002+Test+Zone+1/128/128 <-- works throughout the viewer
- secondlife://http|!!grid.sciencesim.com!grid!hypergrid.php+Yellowstone01+74/128/128 <-- works throughout
- secondlife://http%3A%2F%2Fucigrid00.nacs.uci.edu%3A8002%20UCI%20Central%201/128/128 <-- works in chat, but not as URLs in the webkit
|
|
|
|
| |
This reverts commit 0434758a0d2d968063456a4b903a5251d2e437ab.
|
|
|
|
| |
This reverts commit 09ff121654ca3d3444571507030435020e64133a.
|
|
|
|
| |
This reverts commit d7651a389e0a5bbd1a1bfc95fa0cb8823b839dad.
|
|
|
|
| |
This reverts commit 8bb0a710836c5c669a96f7a602b48fdda3923574.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mantis 5914
The part reverted is from commit 2ebb421.
Unfortunately, IAvatarFactoryModule.SetAppearance() does not transfer attachments.
I'm not sure how to do this separately, unfortunately I'll need to leave it to Dan :)
Regression test added for this case.
Mantis ref: http://opensimulator.org/mantis/view.php?id=5914
|
|\
| |
| |
| | |
into 0.7.3-post-fixes
|
| | |
|
|/
|
|
|
|
| |
* Telehub support
* Bugfix to Friends lookups
* Updates to Creator fields to store up to 255 characters for HG item creator storage
|
|
|
|
| |
No methods in the List class are thread safe in the MS specification/documentation
|
|
|
|
|
| |
This is already being done in the other place where a sensor is added.
Adding a sensor whilst another thread is iterating over the sensor list can cause a concurrency exception.
|
| |
|
|\
| |
| |
| | |
into 0.7.3-post-fixes
|
| |
| |
| |
| | |
there.
|
| | |
|
| |
| |
| |
| | |
and password
|
| | |
|
|/
|
|
| |
http://opensimulator.org/mantis/view.php?id=5763
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
http://opensimulator.org/mantis/view.php?id=5756 http://opensimulator.org/mantis/view.php?id=5755 http://opensimulator.org/mantis/view.php?id=5754
|
| |
| |
| |
| | |
This is how it was originally. This stops a very long running alarm callback from causing a problem.
|
| |
| |
| |
| | |
returns and for consistency.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
On the first frame, all startup scene objects are added to the physics scene.
This can cause a considerable delay, so we don't start raising the alarm on scene loop timeouts until the second frame.
This commit also slightly changes the behaviour of timeout reporting.
Previously, a report was made for the very first timed out thread, ignoring all others until the next watchdog check.
Instead, we now report every timed out thread, though we still only do this once no matter how long the timeout.
|
| |
| |
| |
| | |
speed.
|
| | |
|
| |
| |
| |
| | |
This should resolve http://opensimulator.org/mantis/view.php?id=5901
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
banlines or freezing on the banline.
This involves
1) On forcible teleport, call m_scene.RequestTeleportLocation() rather than ScenePresence.Teleport() - only EntityTransferModule now should call SP.Teleport()
2) When avatar is being forcibly moved due to banlines, use a 'stop movement' tolerance of 0.2 to requested position rather than 1
This prevents the avatar sometimes being stuck to banlines until they teleport somewhere else.
This aims to fix some problems in http://opensimulator.org/mantis/view.php?id=5822
|
| |\ |
|
| | |
| | |
| | |
| | | |
constructor and never subsequent set to null.
|
| |/
| |
| |
| |
| |
| | |
potential bad update that places an object at the opposite side of the
origin sim for a moment before actually crossing it. Especially important in
grids like OSG where lag between sims is high.
|
| |
| |
| |
| | |
This is a valid check because the caller could supply an invalid uuid.
|
| | |
|
| |
| |
| |
| |
| | |
This fixes the problem by fixing the permissions module to look at root part permissions rather than having to do this for every caller.
Resolves http://opensimulator.org/mantis/view.php?id=5569
|
| |
| |
| |
| |
| |
| |
| |
| | |
http://opensimulator.org/mantis/view.php?id=5569"
This reverts commit 15ce73caca9ea6448e34b95d344cbbf5c9507f6d.
As per the COMMENTS in http://opensimulator.org/mantis/view.php?id=5569, I was going to fix this in a more general way.
|
| |
| |
| |
| | |
http://opensimulator.org/mantis/view.php?id=5569
|
| |
| |
| |
| |
| | |
This uses the same approach as ODE.
radams, if this doesn't work for you please feel free to revert.
|
| | |
|
| |
| |
| |
| | |
that had come up after the NPC was created.
|
| |
| |
| |
| |
| | |
In over 4 years this never progressed beyond an unimplemented stub.
This doesn't mean that it can't come back if someone is interested in implementing PhysX support.
|