| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
SetRot method if the object is not active physical. This is important for scripted rotating doors. without AbsolutePosition = AbsolutePosition, the door won't rotate. It's also important that we do not use AbsolutePosition = AbsolutePosition if the object is active physical because that would cause a complete rebuild of the object which would break vehicles. This is the best of both worlds right now. Doors as child prim should work again so long as you don't check the Physical box.
* Thanks talentraspel
* Thanks NixNerd
* Thanks KittoFlora
* Thanks lockd
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pass script state and assembly again properly. Reintroduce respecting tht
TrustBinaries flag. Changes the interregion protocol! No version bump
because it was broken anyway, so with a version mismatch it will simply
stay broken, but not crash. Region corssing still doesn't work because
there is still monkey business with both rezzed prims being pushed across
a border and attached prims when walking across a border. Teleport is
untested by may work.
|
| |
| |
| |
| |
| | |
not even supported by the underlying type, so there is no need to ask
for a type the script can not even supply.
|
| | |
|
| |
| |
| |
| |
| | |
not even supported by the underlying type, so there is no need to ask
for a type the script can not even supply.
|
| |
| |
| |
| |
| |
| |
| |
| | |
lock handler. This gives us:
- Faster prim inventory actions. Multiple threads can read at once.
- Fixes the known prim inventory thread locks
- In the event of a thread lock occurring, it will usually self heal after sixty seconds with an error message in the console
|
| |
| |
| |
| | |
inventory operations
|
| |
| |
| |
| | |
EventAbortException() to ease debugging on Visual Studio
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
statements cause script compile failures
This fixes a problem in OpenSim where statements of the form
for ((i = 0); (i < 10); (++i)) { ... }
do not compile even though they are valid lsl.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
ScenePresenceAnimator class
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Adds osGetMapTexture() and osGetRegionMapTexture() methods to retrieve region map texture uuids
|
| |
| |
| |
| |
| |
| |
| |
| | |
script messages to region modules and sending back replies.
Hook IScriptModuleComms.OnScriptCommand to see commands and use
DispatchReply to reply to the script. It is recommended to pass the "id"
parameter from the event as the "k" parameter of the reply.
The script will receive the reply as a link message from link -1.
|
| |
| |
| |
| | |
extension mechanism, it's not a osFunction!
|
| |
| |
| |
| | |
unknown asset type, and log an error if it ever does happen
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
* Added the new AppDomainLoading variable to the [XEngine] section in the example config
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Physics/Manager/PhysicsActor.cs
OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
|
| | |
|
| |
| |
| |
| |
| |
| | |
When I attempt to 'save oar' on a region with thousands of scripts with timers, I get a NullReferenceException every time. The problem comes from inconsistent locking in SensorRepeat.cs of the SenseRepeaters List. It is iterated and modified in many places and these places are all wrapped in a lock except in the GetSerializationData(). This is the function throwing the exception because an item in the list becomes null during iteration.
The attached patch locks SenseRepeatListLock in GetSerializationData()
|
| |
| |
| |
| | |
avoiding locking and copying the list each time it is accessed
|
| |
| |
| |
| | |
use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
|
| |\ |
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
ScriptDelayFactor in config
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
of the named constants for the rule selector.
Information provided by Snowcrash
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
based on something that could change
* Tweaked a few other GetHashCode() overrides to bring them in line with MSDN recommendations
|
| |\ \
| | |/
| | |
| | | |
prioritization
|
| | |
| | |
| | |
| | | |
implements a simple distance prioritizer based on initial agent positions. Re-prioritizing and more advanced priority algorithms will follow soon
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| |
| |
| | |
debug pane. This will still use DEBUG_CHANNEL currently, since it is not
fully implemented. This also removes the "Compiled successfully" message
that pops up in the viewer.
|
|\ \
| |/ |
|
| | |
|