mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Implement proper persistence of the following prim properties:
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite.
This commit is contained in:
@@ -213,6 +213,13 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
if (ok)
|
||||
{
|
||||
// Make sure we are getting zeroes when running off the
|
||||
// end of grab / degrab packets from old clients
|
||||
//
|
||||
int z;
|
||||
for (z = numBytes ; z < RecvBuffer.Length ; z++)
|
||||
RecvBuffer[z] = (byte)0;
|
||||
|
||||
epProxy = epSender;
|
||||
if (proxyPortOffset != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user