| Commit message (Collapse) | Author | Files | Lines |
|
* These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them.
* This might introduce a map issue. Still checking it out.
|
|
|
|
* Testers, please try rezzing your inventory on this revision and sending me feedback in mantis.
* Users, it's not time to update yet. The dust still hasn't settled.
|
|
|
|
Thank you, Xugu Madison and ChrisDown, for a patch that
fixes linux filename extensions from .Xml back to .xml
|
|
|
|
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
|
Reverted pending further discussion.
|
|
Thank you, openlifegrid, for a patch to move new user connections to
thread pool threads.
Reworked by me to fit current trunk.
I believe that that patch may be beneficial in reducing the cases
in which regions become unresponsive and will no longer accept
new logins.
|
|
* Thanks noralbion
|
|
been deleted on an update request from the regular sweep
|
|
* my excuse is that I hadn't used this monodevelop exe before...
|
|
sweep occurs
* Fold m_deleted and m_isDeleted together (ugh!)
|
|
* Remove a few other miscellaneous warnings
|
|
Solves SetPrimitiveParams, Revolutions not calculated
properly.
|
|
Types extracted from a LSL_Types.list have to be down-cast initially
to the exact type of value type object that the Object actually is.
This would make for very cumbersome, ugly code when extracting list
parameter items in ll functions where a few implicit conversions
should be applied such as key -> LSLString and LSLInteger -> LSLFloat
(but not LSLFloat -> LSLInteger). This patch adds a set of GetXXXItem
member functions to the LLS_Type.list class, where XXX is the name
of the LSL_Type to be extracted: LSLFLoat, LSLInteger etc. All take
a single, int parameter that is the item number to be extracted.
|
|
llParseString functions throw exception when passed a
list of variables and this patch adds logic to solve
this to LSL_Api.cs
|
|
If the parcel pointed to by the landmark has nothing in the
Description field (of the General tab in About Land...), a
NullReferenceException is thrown and the client is logged out.
I added a check to the calls to Helpers.StringToField() in OpenSim.Region.ClientStack.LindenUDP.SendParcelInfo to avoid
this issue.
|
|
the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
|
|
attempt to improve meshing speed.
Added a new between points interpolation method to improve accuracy of profile cuts in triangle and square profile prims.
|
|
added logging of exceptions, which we'll get quite a few of at this
point most likely
|
|
|
|
of Entities as a dictionary directly
|
|
|
|
|
|
|
|
|
|
Eliminate gretuitious KillObject packets. KillObject is sent to the
viewer for the root part only.
Also prevents the full update on deselect that makes a deleted object
reappear and stay visible until the background deleter got around to it.
We still send 2 KillObject packets for the root prim, that could be
avoided only at a cost in reliability. One packet seems an acceptable
price to pay for consistency.
|
|
Thannk you, ralphos, for a patch to clean up list item type handling
and add a missing explicit cast in Shared/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thank you, ralphos, for a patch that fixes an InvalidCastException
in llSetPrimitveParams.
|
|
|
|
Thank you, lulurun, for a patch to fix a possible crash when a received
packet contains a quaternion with all members zeroed.
|
|
Prevent a null reference exception when reset is pressed on a script
while it's being compiled.
|
|
The attached patch fixes connectivety checking of root- and
child-agents. If an agent's client isn't sending any packets
for some time (not even to StartPingCheck packets), we assume
that we lost connection and try to log them out.
|
|
Due to the many problems with not cleaned up child-agents, I thought it
might make sense to be able to see them on the console. 'show users' on
the region-server's console now outputs root- and child-agents (with
"root" or "child" column)
|
|
fixes that, and should get us back to compile state.
|
|
|
|
|
|
cleanup: warnings, readability
|
|
|
|
in XEngine. This turned out to be a lot of work to catch up.
|
|
|
|
|