| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
http://wiki.secondlife.com/wiki/LlInstantMessage
Also truncate messages that may exceed the limit set by the packet size. The limit in OpenMetaverse is 1100 bytes including a zero byte terminator.
Fixes Mantis #3244
|
|
|
|
|
|
|
| |
has been set since having no User-Agent seems to work well but the facility is now available to set this if required. Using something based on the pattern of SLs User-Agent may well cause problems, not all web servers respond well to it. See the notes in the SL Wiki http://wiki.secondlife.com/wiki/LlHTTPRequest
Fixes Mantis #3143
|
|
|
|
|
|
|
| |
original target id.
Fixes Mantis #2861
|
|
|
|
|
|
|
| |
OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator.
* minimum_ground_flight_offset, by default is 3 meters, as per Kitto Flora See OpenSim.ini.example for an example.
|
|
|
|
|
| |
* I'm concerned however that the 'minimum fly height' should really be implemented in ScenePresence and not in the specific physics plugin so that all of the physics plugins can take advantage of it and if desired, a person could swap out the 'minimum fly height' functionality with other functionality.
|
|
|
|
| |
Server will return the response as if it was a binary file pending discussion on the [opensim-dev] mailing list to be initiated by dmiles.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Uses 'mouselook' or left mouse button down, to determine when to use the camera's UP axis to determine the direction of movement.
* We crouch-slide no more.
|
|
|
|
| |
llMoveToTarget. Currently, it's 350 times the mass in newtons applied per second, maximum.
|
|
|
|
|
|
|
|
|
|
| |
llSetHoverHeight() should not clamp the x/y position of an object the way MoveTo does,
and it should recalculate the absolute height to hover at as an object moves to reflect
the current ground/water height under it.
Correctly implementing required adjusting the Physics interfaces and implementing at
the physics plug-in level. The attached is a patch that correctly implements
llSetHoverHeight() including updates to the ODE physics plug-in.
|
| |
|
|
|
|
|
|
| |
* Simplify since the land is never null
|
|
|
|
|
|
|
|
| |
* This should make saving large OARs a somewhat better experience
* However, the problem where saving an archive pulls large numbers of assets into the asset cache isn't yet resolved
* This patch also removes lots of archive writing spam that crept in
|
|
|
|
| |
to the client thread crashing if uncaught.
|
|
|
|
| |
run with both -hypergrid=true and -background=true command line arguments. As these two don't work together as they initialise different root OpenSim classes. I was going to change it back to the old behaviour where in that usecase it would just startup in the background but without hyerpgrid enabled. But think its better to give a error about this and then exit, so the user knows to change their settings. Rather than later wondering why hypergrid isn't working.
|
| |
|
| |
|
|
|
|
|
|
| |
* Among other messages, a log entry is posted for every 50 assets added to the archive
|
|
|
|
|
|
|
| |
when the tree root command is executes without another verb following it.
Fixes Mantis #3258
|
|
|
|
| |
(which is used in other contexts)
|
| |
|
|
|
|
| |
object
|
|
|
|
| |
fields with the LLUtil function that prevents the max string size from being breached
|
| |
|
| |
|
|
|
|
| |
method static to get past the build errors. Mikem really needs to check this change over to see its the right approach for what he wanted.
|
|
|
|
|
|
|
| |
Casting from base class to inherited class is a no-no, and we must
preserve the folder type when moving folders, otherwise it gets set to a
Texture folder (type 0).
|
|
|
|
|
|
| |
The order of deserialization needed to be changed. Also corrected a bug
that caused no inventory items to be returned on login.
|
|
|
|
|
|
| |
This doesn't mean they all work as expected, though. More changes to
come as testing unveils bugs.
|
| |
|
|
|
|
|
| |
Also the first inventory storage methods are implemented.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changes to IWindModule interface: Change from assuming a single array of
256 Vector2 values to a lookup function that takes region x, y, z and returns a Vector3
* Changed llWind() to use new lookup method of IWindModule
* Moved logic for determining the wind at a given point in the data array from
llWind() to the Wind Module itself.
|
|
|
|
|
|
| |
fixes llSetLinkPrimitiveParams() - PRIM_ROTATION rotates the prim
containing the script, rather than the specified child prim
|
|
|
|
|
|
| |
Corrects the incomplete implementation of llXorBase64StringsCorrect()
so that it returns the proper reversible result.
|
|
|
|
|
|
| |
* Renames MiniRegionModule to MRMModule to make it more distinct from the actual Mini Region Module[s] executed in Scene.
* Renames MiniRegionModuleBase to MRMBase for convenience. MRM's need to be adjusted to inherit from MRMBase.
|
|
|
|
|
|
|
| |
Engine API.
* It's lag-tacular! :D
|
|
|
|
|
| |
* Please don't use this yet, it represents a very heavy security risk if you enable it.
|
|
|
|
| |
removed on the last commit
|
|
|
|
| |
identical names
|
|
|
|
| |
Disabled - edit code to load.
|
| |
|
|
|
|
|
|
| |
* Not actually tested yet though existing code which doesn't require long file names looks fine
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
it from OpenSim.Client.Linden to OpenSim.Framework.
|