| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
OpenSim, license text is unchanged)
* Added Bitmap[,] to IParcel for MRM
|
|
|
|
|
| |
First part of Mantis #964, the necessary clouds image will follow separately.
|
|
|
|
|
|
|
| |
gets stuck and NonFinite Avatar messages floods console
Addresses Mantis #3380
|
|
|
|
|
|
|
|
| |
(as WebStatsModule was doing)
* Assume that StatsReporter is always present (possibly as a no-op impl) rather than doing null checks
|
|
|
|
|
|
|
| |
probably mark byte[] as obsolete.
* Implements SOPObject.Say for MRM. (Note, not IObject yet)
|
| |
|
|
|
|
| |
structures from OpenSim.Region.Framework.Scenes back to OpenSim.Framework, so they can be referenced more broadly. This involved having to move the small Animation data structure to OpenSim.Framework too.
|
|
|
|
|
|
|
|
|
|
| |
glitch in ScenePresence
* ..
* ..
* err, okay, this was a stick-buggery April 1st joke by me. This removes it. Happy April 1st!
* fixes mantis 3376
|
|
|
|
|
|
|
|
|
| |
Permissions now use proper events and not delegate lists, which makes
for much easier reading and much less work adding new methods.
I finally found a way to raise events with return values without it becoming
late bound.
|
|
|
|
|
|
|
|
|
|
|
|
| |
With some support from HomerH, this patch adds support for Wind
Model plugins via the mono.Addin framework.
* Adds console & OSSL access to Wind Parameters
* Adds plug-in support for custom wind models
* Provides two example Wind Model plug-ins
Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^]
-- will move this documentation to http://opensimulator.org [^]
after the patch has been committed.
|
| |
|
|
|
|
|
|
| |
IGroupsModule interface
|
| |
|
| |
|
|
|
|
|
|
|
| |
with LibOMV based clients.
* Modifies the IClientAPI! So client stacks will need to be modified!
|
|
|
|
|
|
| |
* Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder.
This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
|
| |
|
|
|
|
| |
where it belongs. Better error handling in ScenePresence.CopyFrom.
|
|
|
|
|
|
| |
* Not yet ready for use
|
|
|
|
| |
execution of T021_TestCroswsToNewRegion()
|
|
|
|
|
|
|
|
| |
has both WaitOnes() which don't time out and tight loops
* Going to see if this stops the freeze failures where (though there may also be a separate occasional failure in the save oar test)
|
|
|
|
|
|
|
|
|
| |
when the test starts
* This is to help identify which test is freezing, since all the tests in the previous dll (coremodules) succeed
* Unfortunately they are not executed in the same order in which the results are listed in Bamboo
|
|
|
|
|
|
|
|
|
|
|
|
| |
to wear outfits in the future.
This functionality will be upstreamed later.
** Fixed call of new AvatarAppearance without arguments, which caused bots look like clouds of gas
** Added a SendAvatarData in ScenePresence.SetAppearance, which is expected after SetAppearance is run
** Fixed AssetXferUploader: CallbackID wasn't being passed on on multiple packets asset uploads
** Set VisualParams in AvatarAppearance to stop the alien looking bot from spawning and now looks a little better.
*** TODO: Set better VisualParams value then 150 to everything
|
|
|
|
|
|
| |
Fixes Mantis #3330
|
|
|
|
|
|
|
| |
* reduce noisiness of uuid gatherer
* stop bothering to pointless complain about directory tar entries when loading an oar
|
|
|
|
| |
agent. This is not used by the regions yet, but it may be a better alternative to transfer agents even when that is done by the regions. The data is still trivial; soon it will have attachments, scripts and script state. Also, authorization tokens still to come. Serialization using OSD/json, as the other methods.
|
| |
|
| |
|
|
|
|
|
|
|
| |
avatars.
Fixes Mantis #3160
|
| |
|
| |
|
|
|
|
|
|
|
| |
* These have actually been removed from HGHyperLink.TryUnlinkRegion, because some parameters were parsed but never used.
* This might be a situation where the warnings have shown up an oversight
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
issues with the sun module.
Fixes Mantis #3295
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Add some more debug code to narrow down where the tests are freezing
|
|
|
|
| |
OpenSim.ini.example thru DefaultScriptEngine = "XEngine"
|
| |
|
|
|
|
|
| |
Fix a null reference loophole in ScenePresence.
|
|
|
|
|
|
| |
This commit fixes the attachment position problem described in
OpenSim Mantis 2841 (and a couple of duplicate tickets).
|
| |
|
|
|
|
|
|
|
| |
* Add some comments to the Wind Module
* Add the BinBVH decoder/encoder as a scene object (to encode/decode animations programmatically).
* Add m_sitState for upcoming code to improve sit results.
|
|
|
|
|
|
|
| |
original target id.
Fixes Mantis #2861
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|