| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
and taper orientation along path.
--------- From Dahlia! Thanks Dahlia!!!
the attached patch reinstates the default hollow shape of the physics mesh of the torus prim type and corrects the orientation of the effects of taper on the profile along the path.
|
|
|
|
| |
therefore; fix to: 0001058: Physics crash when changing Type of Prim intersecting with ground.
|
|
|
|
|
|
|
|
| |
style way over XMLRPC.
* Friend status updates are still only local, so you still won't know before instant messaging someone if they're online.
* The server each user is on and the user server must be updated or the instant message won't get to the destination.
|
|
|
|
| |
related.
|
|
|
|
|
|
|
| |
add path start and end to skew z offset of circular path prim meshes (PATCH attached)
* Apparently this fixed a bug in my code that caused PushX to appear to work and pushX didn't appear to work after the patch.. so I fixed that after applying this patch and PushX actually works now.
|
| |
|
|
|
|
| |
patch from Dahlia. IM type stuff. No big deal, not done.
|
|
|
|
| |
they appear in non-console servers too
|
|
|
|
|
|
|
|
| |
must remember to nant clean
* Hook all server startups into base opensim server startup method
|
| |
|
| |
|
| |
|
|
|
|
| |
true. Instant messages, inventory transfers use this.. and it was always returning false.
|
|
|
|
| |
exists would be better than carrying on
|
| |
|
|
|
|
|
|
|
| |
* Right now, this only saves and reloads textures that have been applied to the entire prim (not ones which have been applied to individual faces).
* This is work in progress - it is currently experimental, hacky, inefficient, completely unsupported and liable to change rapidly at short notice :)
|
|
|
|
| |
into the database
|
|
|
|
| |
restoration routines
|
|
|
|
|
|
| |
* No user functionality yet
|
|
|
|
|
|
|
|
| |
When you copy an item in inventory and paste it, the name gets lost.
Also when you use "Save as" in the Appearance Editing window the
created item in inventory has always the name "New <item-type>",
regardless of what you typed in as name.
|
|
|
|
|
|
| |
* Now all servers respond to the "show version" command on the console
|
| |
|
|
|
|
|
|
|
|
| |
grid managing
* This hack just temporarily sends console output to /dev/null when we make the relevant addins calls, restoring it afterwards
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
I have added everything *except* the patch to
.../LSL/Compiler.cs. The Compiler.cs patch has a
namespace issue. Lets make a second patch to close
the gap.
|
|
|
|
|
|
|
| |
* User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there.
* From the UserServer, admin types 'logoff-user firstname lastname message'.
* Some regions may not get the message because they're not updated yet.
|
|
|
|
|
| |
0001425: [PATCH] Correct llResetOtherScript() behavoir in XEngine
|
|
|
|
| |
fix in the location you set. (however the checkbox doesn't get re-populated properly yet, so it'll uncheck again even though the message got through to the server)
|
|
|
|
| |
across reboots though.
|
|
|
|
|
|
| |
* This now has equivalent functionality to load-xml2 - no asset data is restored yet
|
|
|
|
| |
reference instead.
|
| |
|
|
|
|
|
|
| |
patch and I apologize for my confusion with the interim
patch earlier.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- volume doesn't change with a new llLoopSound(same sound, new volume);
- SendFullUpdateToClients sends 0's in all sound related fields when
there's no sound on the prim, thereby improving the amount of data being
sent out on these prims (fixes zeropack)
- Removed some code duplication between llStartSound, llLoopSound and llParticleSystem() calls
|
|
|
|
|
|
| |
* No reload functionality implemented yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
noticed that Scene.Close() will only call Close on non-shared region
modules. i've now added code to SceneManager.Close() to collect all
shared region module from each scene before calling Scene.Close()
on it and then, once, all Scenes are closed, go through the list of
collected shared region modules and close them as well. SceneManager.Close()
is only called when we initiate a shutdown --- i've verified that a
Scene restart does not trigger the shutdown of shared modules :-)
also, this adds a couple of bug fixes to the IRCBridgeModule (which
after all didn't take kindly to being closed) as well as a check to
InterregionModule's Close() call.
finally, this fixes the RestPlugin's XmlWriter so that it no longer
includes the "xsd=..." and "xsi=..." junk.
|
|
|
|
| |
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.
|
|
|
|
|
| |
* Added a Non-finite avatar position reset. This will either handle the <0,0,0> avatar gracefully, or send the avatar to 127,127,127 if that also doesn't work. ( I've only been able to reproduce this error once on my development workstation )
|
| |
|
|
|
|
|
|
|
|
| |
Patch to cleanup some incorrect parsing, boundry conditions
and error checking in the llGetNotecardLine and
llGetNumberOfNotecardLines functions.
|
|
|
|
| |
math in the sun module. This populates the sun phase slider on the terrain tab in the estate tools according to the current sun phase. Display purposes only for now. Need to go the other way for setting the sun phase based on the linden hour in the estate tools.
|
|
|
|
| |
was sending updates to both root and child agents, you'll still get sun jitter until this revision is adopted by every region nearby.
|