| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and timer LSL events generate a syntax error if inappropriately given arguments.
This matches behaviour seen on the LL grid and a previous change for state_entry.
These are all the events which should take no arguments
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(UUID)null
Patch from http://opensimulator.org/mantis/view.php?id=6843
Thanks Kira.
|
| | |
| | |
| | |
| | | |
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845
|
| | |
| | |
| | |
| | |
| | |
| | | |
console the full details of that parcel.
Using "land show" without a land ID still outputs a summary of parcels in the region
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Objects statistic by 1 instead of by the number of prims removed.
Unlike LL, OpenSimulator currently uses this stat to record the number of prims in the physics simulation, even when they are at rest.
Added regression test for this case.
|
| | |
| | |
| | |
| | |
| | |
| | | |
state_entry() generates a syntax error.
Same for other events to follow at a later date.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This records how many packets were indicated to be resends by clients
Not 100% reliable since clients can lie about resends, but usually would indicate if clients are not receiving UDP acks at all or in a manner they consider timely.
|
| |\ \
| | |/
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
generate syntax error as seen on the LL grid
This is done through the parser and so generates the same syntax error message if any parameters are wrongly specified for this event.
We were already enforcing event names in the parser.
This is only for state_entry so far as an initial test of the approach - appears to work correctly.
|
| | |
| | |
| | |
| | | |
j2kDecodeCache folder should be cleared after updating to this revision so that sculpts containing alpha can be re-decoded and successfully meshed.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
first added a few commits ago
|
| | |
| | |
| | |
| | | |
UploadBakedTextureModule
|
| | |
| | |
| | |
| | |
| | |
| | | |
This allows one to monitor the total number of messages resent to clients over time.
A constantly increasing stat may indicate a general server network or overloading issue if a fairly high proportion of packets sent
A smaller constantly increasing stat may indicate a problem with a particular client-server connection, would need to check "show queues" in this case.
|
| | |
| | |
| | |
| | | |
particle system functionality. Note that this does *not* complete required server side changes for implementing the new particle system
|
| | |
| | |
| | |
| | | |
rate that is currently only displayed if LogLevel >=1 in [AssetCache] config
|
| | | |
|
| | |\ |
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
[Startup] section.
These are long unused but confusingly will be seen in the [Startup] section on a "config save".
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ObjectProperties UDP replies to viewer
Not yet shown that this is used or resolves a bug where not all textures appear on objects with an "XML with textures" upload from singularity 1.8.3
Proper texture entries are actually present and appear properly on relog, but not on select from viewer until at least one face texture is changed.
|
| | | |
|
| | |
| | |
| | |
| | | |
Appears to be a never used method.
|
| | |
| | |
| | |
| | | |
if we sent immediately)
|
| | |
| | |
| | |
| | |
| | |
| | | |
static objects.
Reorder collision flag setting code for terrain to fit pattern used elsewhere.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
Signed-off-by: teravus <teravus@gmail.com>
|
| | |
| | |
| | |
| | | |
(The changes weren't visible before because updates to attachments aren't sent while the attachment is selected.)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the vehicle buoyancy if the vehicle is above its hover height.
This is a known misfeature of this vehicle flag which has been accepted
since it would break too many implementations. The problem is noticed
when creating a jetski-like vehicle that jumps over sand bars. A boat
normally is configured with neutral buoyancy and hovering at water
height. When it jumps the sandbar, it needs to have gravity applied
to get back to water level.
|
| | |
| | |
| | |
| | | |
Previously only the first object in the Coalesced Object was rezzed. Now all the objects are rezzed.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* Break out common BasicDOSProtector code into separate class.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler
* Applied the XmlRpcBasicDOSProtector.cs to the login service as both an example, and good practice.
* Applied the BaseStreamHandlerBasicDOSProtector.cs to the friends service as an example of the DOS Protector on StreamHandlers
* Added CircularBuffer, used for CPU and Memory friendly rate monitoring.
* DosProtector has 2 states, 1. Just Check for blocked users and check general velocity, 2. Track velocity per user, It only jumps to 2 if it's getting a lot of requests, and state 1 is about as resource friendly as if it wasn't even there.
|
| |\ \
| | | |
| | | |
| | | | |
careminster
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
shouldn't
* Fixes cases where Last Attachment Point doesn't get written when it should.
* Fixes Null Reference in BaseHttpServer when shutting down, null path provided.
* Drop then Wear retains Last Attachment Point
|
| | |\ \ |
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
location in the hijacked variable KeyFrame.AngularVelocity. When steps in OnTimer <= 0.0, normalize the final position by Constants.RegionSize and move the object there. The hack here is KeyFrame.AngularVelocity probably isn't the right name for this variable because it's the un-mucked with keyframe position. When you determine the feasibility of changing the name without affecting the serialization of existing objects in world... It's simply a name change to KeyFrame.FinalPosition or something proper.
(cherry picked from commit e0399ccaec68889c12e4679b4d62142b49b379df)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
stack unwinding.. the faster it goes.
* Tweak XEngine so that it's partially functional again. It's still not great, but basic things work.
(cherry picked from commit 01c3be27460fd3f28efd17b8d6606b883350f653)
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | /
| | | |_|/
| | |/| |
| | | | | |
Conflicts:
OpenSim/Framework/Servers/VersionInfo.cs
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
|
| | | | |
| | | | |
| | | | |
| | | | | |
shout-range, at the request of Singularity dev Liru-Dargon
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
region modules to directly subscribe to chat and messages received by NPCs
Currently still requires INPC from NPCModule.GetNPC() to be cast to an NPCAvatar.
|