| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Thank you, miceakitsune, for a patch that makes terraforming tools usable again
|
| |
|
|
|
|
|
|
|
| |
at it and determine the new test parameters needed for the terrain
brush with strength support
|
|
|
|
|
|
|
|
| |
Support of strength-slider in latest sl-client (1.21.6)
Added a patch, which includes the support of strength-slider
in latest sl-client (1.21.6) for Raise- and LowerSphere.
|
|
|
|
|
|
| |
signature
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY.
* Thanks nlin
|
|
|
|
|
|
| |
* Temporarily disabled assert because it just picked up an existing bug. Yay for tests!
|
|
|
|
|
|
|
|
|
| |
logic to ConciergeModule. adding XmlRpc method to allow update of
welcome template for a region. documenting [Concierge] "password"
option in OpenSim.ini.example.
|
|
|
|
|
|
|
| |
logic to use a regexp.
|
|
|
|
|
|
| |
Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo
Added to llGetAgentSize to include shoes in avatar height calculation.
|
|
|
|
|
|
| |
Attached patch adds detection of AGENT_WALKING
status to LSL function llGetAgentInfo()
|
|
|
|
|
|
|
| |
Attached patch protects against a NullReferenceException
in SceneObjectGroup.stopMoveToTarget (used by LSL function
llStopMoveToTarget). Thanks to M. Igarashi.
|
| |
|
|
|
|
|
|
| |
the deleting of other, valid objects
|
|
|
|
|
|
| |
a bit faster.
|
|
|
|
|
|
| |
real groups module can even be implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
welcomes = /path/to/welcome/files/directory
a directory in which you can place welcome templates for concierged
regions (those regions that match the "regions" regexp). you can use
format substitution:
0: will be replaced by avatar name of the avatar entering the region
1: will be replaced by region name
2: will be replaced the name of the concierge
|
| |
|
| |
|
|
|
|
|
|
|
| |
OSChatMessage coming from client.
|
|
|
|
|
|
|
| |
again. need to investigate why chat position is catastrophically off.
|
|
|
|
|
|
|
|
| |
MemberwiseClone() also clones the "already backed up" flag, preventing prims
created by drag-copying from being persisted. If such a prim is made the root
prims of a link set, the entire set will not be persisted. Fixed now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
chat relaying via private channels, and old IRCBridgeModule
behaviour. also cleaning up IRCBridgeModule's OpenSim.ini
configuration variable names (still supporting "old" variable
names). refactored IRCChatModule into IRCConnector and incorporating
watchdog from IRCBridgeModule into IRCConnector.
enabling ChatModule to be used as a super-class and utilizing it in
ConciergeModule.
|
|
|
|
|
|
|
| |
llWind always returns a zero vector. In the attached
patch the WindModule has been changed slightly to
make wind data available for llWind
|
| |
|
|
|
|
|
|
|
| |
* Among many other deficiencies, currently a cache clear and relog is needed to see them, which is highly unsatisfactory
* No user funcionality yet
|
|
|
|
|
|
|
|
|
|
| |
server
* use default inventory archive name if none is given
* other minor cleanups
* this facility is not useable yet
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
remove any such objectsd from backup
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Unix epoch starts at midnight, not at 8:00am
* All date/time handling should be done in UTC in the server, not in
the local timezone.
* Refactor out repeated computation of a constant value
- Added setting of CreationTime to some places where inventoryitems
are created
This fixes Mantis#2390.
|