| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
dev-appearance
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
AvatarService -- add two new methods, GetAppearance and SetAppearance
to get around the lossy encoding in AvatarData. Preseve the old
functions to avoid changing the behavior for ROBUST services.
AvatarAppearance -- major refactor, moved the various encoding
methods used by AgentCircuitData, ClientAgentUpdate and
ScenePresence into one location. Changed initialization.
AvatarAttachments -- added a class specifically to handle
attachments in preparation for additional functionality
that will be needed for viewer 2.
AvatarFactory -- removed a number of unused or methods duplicated
in other locations. Moved in all appearance event handling from
ScenePresence. Required a change to IClientAPI that propogated
throughout all the IClientAPI implementations.
|
| |
| |
| |
| |
| |
| | |
* The last 4 commits are a patch from otakup0pe that's supposed to make URLs better somehow in an effort to make it easier to do hypergrid (I think).. But as it seems that I'm the only one who was able to apply the patch.. and I looked it over and it doesn't look like it breaks anything via the diffs.. I'll sign off on it.
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Set the projection parameters in the host prim ...
osSetProjectionParam(bool Enabled,
key TextureMaskUUID,
float FOV,
float Focus,
float Ambiance);
Set the projection parameters in a target prim ...
osSetProjectionParam(ikey target uuid,
bool Enabled,
key TextureMaskUUID,
float FOV,
float Focus,
float Ambiance);
Threat Level very high
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
|
|
|
|
|
| |
Requires the LL Mesh Beta viewer
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
|
|
|
|
| |
* Binary error on downloading the mesh though.. so still not yet working.
|
| |
|
|
|
|
|
|
|
| |
before it was done.
* Shouldn't break the build.
* Doesn't work yet either.
|
| |
|
|
|
|
|
| |
The formatting of lines with the help of a regular expression match will be done only for output with an explicitly given logging level.
This fixes the issue of colons being added to help texts on the local console.
|
|
|
|
| |
client ip address to agent circuit data, so that it's always there.
|
| |
|
|
|
|
| |
* Added more mundane tests.
|
|
|
|
| |
* Does anyone have an example raw notecard to look at and test the notecard parser?
|
|
|
|
| |
* SL Util tests of AssetType2ContentType and ContentType2AssetType
|
|
|
|
|
|
| |
text/plain.
Non-error responses to requests SessionCommand and CloseSession should use the appropriate content type for their XML data payload.
|
|
|
|
| |
Though this is actually thread-safe on .net 4.0 and mono today, the .net sdk states that Dictionary instance members are not guaranteed thread-safe
|
|
|
|
|
|
| |
OpenSim/Framework/Tests/PrimeNumberHelperTests.cs
I'm assuming the lowercase tests was a mistake. Please revert if it actually wasn't
|
|
|
|
|
| |
* Added MundaneFrameworkTests.cs for the really mundane tests like testing properties,constructors, etc in OpenSim.Framework.
* Fixed LeftAxis and UpAxis unpacking from OSD to AgentPosition (copy and paste error caught while writing mundane test) (Good thing nobody uses the camera frustum from remote regions yet)
|
|
|
|
|
|
| |
* Tests Animation Constructors
* Tests Animation OSD Packing/Unpacking
* Tests the PrimeNumberHelper class which is used in the cache.
|
|
|
|
| |
MapAndArray collection
|
|
|
|
| |
All methods had already been deleted, only GetThreads() was left
|
|
|
|
| |
OpenSim.Framework.Watchdog
|
|\ |
|
| | |
|
| | |
|
|/
|
|
|
| |
* Removed StorageManager
* CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
|
|
|
|
| |
prevented passwords from being echoed after enter is pressed.
|
|
|
|
|
|
| |
under 27 chars
Can't quite remember why this has to be <=27 chars, maybe something to do with the space available for the version string in a typical client
|
|\ |
|
| |
| |
| |
| |
| |
| | |
avoid repeated requests for missing avatar IDs
* Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
|
|/
|
|
| |
then adjust the inventory items to point to the new uuid as well
|
| |
|
|
|
|
| |
on IDwellModule
|
| |
|
| |
|
|
|
|
|
|
| |
rather than an older XML one
This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
|
| |
|
| |
|
|
|
|
|
|
| |
properly for the new media settings.
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
|
| |
starting an asynchronous write, one should not close the channel it will
be written to synchrnously, that leads to grief.
|
|
|
|
|
| |
any useful information. Error messages are useless without location information.
It looks more elegant, but is totally pointless.
|
| |
|
|
|
|
| |
to read or write this file.
|
|\ |
|
| | |
|
|/
|
|
|
|
| |
Make region name an optional command parameter.
Avoid question for region name if it has already been specified.
Extend help text.
|