| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
passes it malformed data
|
|
|
|
|
|
|
|
| |
made it into the build
* Not sure how to remove all those annoying XMLConfigurator errors though
|
|
|
|
| |
first place
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
XIRCBrigeModule is transient, will merge it with IRCBridgeModule:
extends/refactors IRCBridgeModule to support channel-per-region (if
desired).
|
|
|
|
|
|
|
| |
Cleanups in REST inventory and asset services.
|
|
|
|
|
|
|
|
| |
Adding support to set start region and lookat for an avatar via
XmlRpc.
|
|
|
|
|
|
|
|
| |
Here's the patch that clamps llGround to using sane values avoiding
runtime errors.
|
|
|
|
|
|
|
| |
for llSetHoverHeight() and llStopHover(). I believe
this gets is to less then 50 LSL functions left to
implement.
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
|
|
|
|
|
|
| |
some fixes in MySQL and SQLite
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
| |
SQLite reports System NUll Reference, but works, inside
LoadItems, on SQLiteRegionData.cs
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
| |
Creates a new directory cov and exports to html files in
subdirectories.
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
|
| |
* object_rez event should now be sent to all scripts in the prim
* Thanks idb!
|
|
|
|
|
|
|
| |
* Introduces missing casts for float, integer, vector, quaterion and string to list
* Thanks idb
|
| |
|
|
|
|
|
|
|
|
|
| |
instead
* This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections)
* If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list)
|
|
|
|
|
|
|
|
| |
isn't enabled.
* Please let's check such patches carefully - we don't want info leaking out unless the user has requested it
|
|
|
|
|
|
|
|
|
|
| |
sending ImageNotFound to clients if avatar textures are missing
* Whilst this does automatically get the client to rebake, on crossing a region border the 'local' assets are left behind
* There may be a cunning solution (such as squirting the assets on region crossing, or having them fetched from the original region) but
instead I'm going to opt for the easy solution of keeping them in the asset database, for now
|
|
|
|
| |
forge project.
|
| |
|
|
|
|
| |
some trailing whitespace.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Thank you, Diva, for a patch that helps keep the list of sims to index clean
by allowing sims to deregister.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* And hopefully rebaking all the time should no longer be necessary now
* It turns out that when the client baked the texture, the uploaded asset had the Temporary flag to true (Temporary is actually deprecated).
* It also had the StoreLocal flag set to true, which signifies that the asset should be stored locally. If it disappears we should reply to the asset request with
ImageNotInDatabasePacket
* However, last time this was enabled some clients started crashing. This may well no longer be the case and needs to be tested, but in the mean time we will store
the asset instead.
* This needs to be resolved in a better way, possibly by starting to send the ImageNotInDatabase packet again instead
|
|
|
|
| |
logging messages
|
|
|
|
|
|
| |
* This shouldn't fix the existing appearance bugs, but neither should it make them worse.
|
|
|
|
|
|
| |
* reinstate debug level log message indicating when a child agent is made a root for future debugging purposes
|
|
|
|
|
|
| |
* Stop 'show threads' throwing an exception if a thread is dead
|
|
|
|
|
|
|
|
| |
When the avatar stops flying in mid air, it stays still
while it falls to the ground. Normally, the avatar would
use the falling animation (when it spins its arms and legs
while falling) until it reaches the ground.
|
|
|
|
|
|
|
|
|
|
|
|
| |
The attached patch fixes the bug where when linking in a new set of
prims to an already linked set of objects the prims were placed at the
end of the list rather than just after the root prim. ie. link prim
order result was different on OpenSim compared to an LL server. This
causes a few issues with respect to compatibility of scripts,
especially when using llCreateLink.
|
|
|
|
|
|
|
| |
Thank you, nlin, for a patch that fixes serialization of vector and
quaternion types for script state.
|
|
|
|
| |
fixes to cut face UV coordinates
|
| |
|
| |
|
|
|
|
|
|
| |
* A better version can now be found on the forge at http://forge.opensimulator.org/gf/project/osgui
|
|
|
|
|
|
|
|
| |
Region/Environment and use that instead of the Region/Modules/AvatarFactory
* Remove the AvatarFactory dll
|
| |
|
|
|
|
|
|
|
| |
* This time there are accompanying changes to the unit test to adapt it to the changes
* Thanks tglion
|
|
|
|
|
|
|
|
|
| |
r6977.
* If a change is going to affect a unit test, then please could we change the unit test at the same time? Otherwise this will never get done
* It also seems a bad idea to disable tests which start failing unless there's a very good reason
|
| |
|
|
|
|
|
|
|
| |
LSL - Bitwise operators OR and XOR do not work
on integer variables
|
|
|
|
|
|
| |
llGetRot and llGetRootRotation return the wrong
values when the object is attached
|
|
|
|
|
| |
Primary Key violation when just linked a lot of prims using MSSQL.
|
| |
|