| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Save and reload appears okay for the duck mesh at https://collada.org/owl/download.php?sess=0&parent=126&expand=1&order=name&curview=0&binary=1&id=698/
However, one attempt at trying to load a more complicated scene failed (errors on console, only triangles appearing in mesh viewer).
Not sure if this is really and OAR load problem. Needs more investigation.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|
|
|
| |
myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
|
|
|
|
| |
untested. Committing to move to my other computer.
|
|
|
|
|
|
| |
Reverting mostly because of the texture asset files that got committed and cause grief with the 0.7-post-fixes branch. But also because I'm going to go at those mantises in another way.
This reverts commit e47608fc62647a28be91dd9caf6e446826fdb54c.
|
|
|
|
| |
(Files .xml and .txt also want to be committed)
|