| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Physics/Manager/PhysicsScene.cs
|
| |\ |
|
| | |
| | |
| | |
| | | |
if the bot was not yet aware of any objects.
|
| |/
| |
| |
| |
| |
| | |
themselves. For that, the physics module simply calls RequestAssetMethod, which
in turn points to Scene.PhysicsRequestAsset. This gives physics access to
the asset system without introducing unwanted knowledge of the scene class.
|
| |\ |
|
| | |
| | |
| | |
| | | |
not rebuild the physics mesh. Update the DLLs and SOs to latest version.
|
| | |
| | |
| | |
| | | |
to be consistant with parameter data structure
|
| |/
| |
| |
| | |
on every single sensor sweep.
|
| |
| |
| |
| |
| |
| | |
than debug, since these signal real problems.
Also outputs full exception instead of just the message to aid diagnostics.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
SensorRepeat list with a new list on add/removes rather than locking it for the duration of the sensor sweep.
A deadlock was observed today where NPC removal on a script thread would lock the NPC list and then try to lock the sensor list via scripted attachment removal.
Concurrently, the sensor sweep thread would lock the sensor list and then try to lock the NPC list to check NPC status.
This commit resolves the deadlock by replacing the sensor list on update rather than locking it for the duration of the sweep.
|
| |
| |
| |
| |
| |
| | |
would base its gain calculation on the previous avatar's gain, instead of the original input gain.
This was making sound attenuate oddly when there were NPCs in the region, though it could also happen with ordinary avatars.
|
| |
| |
| |
| | |
constants to the script engine.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Set ERP and CFM in linkset constraints.
Reorder rebuilding of object bodies so they are not rebuilt everytime
something is linked and unlinked.
|
| |\ |
|
| | |
| | |
| | |
| | | |
properly look at the ITEMS dictionary already returned rather than the level above this.
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
render according to their camera position is beyond me.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
retake them.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
inworldz claims and SL's realities
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
present on the command line for compatibility, but is ignored.
Avination's IAR operations are administratively done and the staff doesn't
have the passwords of the users.
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |/
| |/| |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/Monitoring/BaseStatsCollector.cs
OpenSim/Region/Application/OpenSim.cs
OpenSim/Region/Application/OpenSimBase.cs
OpenSim/Region/Framework/Scenes/SceneManager.cs
bin/OpenMetaverse.Rendering.Meshmerizer.dll
bin/OpenMetaverse.StructuredData.dll
bin/OpenMetaverse.dll
bin/OpenMetaverseTypes.dll
prebuild.xml
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
thread since commit c150320 (Thu Jul 26 15:27:18 2012)
c150320 started explicitly disposing of the physics scene and nulling it out on region shutdown.
However, the update loop may not have yet checked Scene.ShuttingDown, particularly if avatars were not in the scene, causing failure when it tried to lookup time dilation.
This commit moves the setting of m_shuttingDown above the existing 500ms pause to notify avatars that they are being kicked.
This should not affect the few other places that use this flag.
|
| | |
| | |
| | |
| | | |
than crash)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
is always IntPtr.Zero and contacts returned always have a valid geometry.
Possibly this was for a feature that was never implemented or was otherwise removed.
Thanks to SignpostMarv for the spot of the warning that shows this parameter was never changed.
|
| | |
| | |
| | |
| | | |
This is to try and resolve a strange Initialization exception for the AppearanceManager type that only occurs on Windows 64 bit (not Windows 32 bit or Linux!)
|
| | |
| | |
| | |
| | | |
currently calculated dynamically
|
| | |
| | |
| | |
| | |
| | |
| | | |
ISceneAgent.PresenceType from which IScenePresence inherits.
No other code changes required.
|
| | |
| | |
| | |
| | |
| | |
| | | |
time built with xbuild rather than nant.
This may fix Windows and some mono version builds.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Built from https://github.com/openmetaversefoundation/libopenmetaverse/commits/master
This update incorporates a fix by Melanie in libomv where textures would sometimes rotate slightly when other properties were changed.
Hence addresses http://opensimulator.org/mantis/view.php?id=6100
This update also incorporates libomv bot code updates that significantly reduce the warning spam for pCampbot.
The change rate of libomv is low and many changes refer to bot or code not used by OpenSimulator, so I think it is sufficiently stable to use evne though it's not a release.
|
| | |
| | |
| | |
| | | |
./runprebuild.sh autoclean - cleans projects w/o prompting
|
| | |
| | |
| | |
| | | |
./runprebuild.sh vs2008/vs2010 to set the target
|
| | |
| | |
| | |
| | | |
./runprebuild.sh clean to clean up the project files
|