| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
been deleted on an update request from the regular sweep
|
|
|
|
| |
is built in Visual Studio
|
|
|
|
|
|
| |
* my excuse is that I hadn't used this monodevelop exe before...
|
|
|
|
|
|
|
|
| |
sweep occurs
* Fold m_deleted and m_isDeleted together (ugh!)
|
|
|
|
|
|
|
| |
* The data returned from the db was never inserted in the list to be processed and return
* This is an example where a warning has revealed a bug
|
|
|
|
|
|
| |
* Remove a few other miscellaneous warnings
|
|
|
|
|
|
| |
Solves SetPrimitiveParams, Revolutions not calculated
properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The attached patch (against r6075) fixes it for grid-mode. If the
home-region isn't available, the stored regionHandle will be used
to compute the region-coordinates of the home. This will be wrong
if the home-region has moved, of course, but without the region
being online we can't request the RegionInfo of it for finding out.
Doing that (before the patch) and accessing the (null) RegionInfo
led to a NullReferenceException, which prevented logging in to the
last location.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
Thank you, cmickeyb, for a patch that corrects the database connection
handling in the multithreaded user server.
|
|
|
|
|
|
| |
fixes that, and should get us back to compile state.
|
|
|
|
|
|
| |
removed. Removing that now.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Thank you, RuudL, for a patch that supplements the previous MSSQL
patch.
|
| |
|
|
|
|
|
|
| |
cleanup: warnings, readability
|
| |
|
| |
|
|
|
|
|
|
| |
in XEngine. This turned out to be a lot of work to catch up.
|
| |
|