| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Prevents occasional wind module related exceptions on region server shutdown
* Thanks Intimidated!
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Change several classes to use the new plugin for handling of region-modules
(NOTE: No regionmodule is using this yet)
- Add necessary prebuild parts (don't forget to runprebuild)
Attention: Work in progress. This shouldn't break anything, but you never know...
|
|
|
|
|
|
| |
- Fix a dependency problem.
Hopefully fixes Mantis #3395
|
|
|
|
|
|
|
| |
be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs.
Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
|
|
|
|
|
|
|
| |
OpenSim, license text is unchanged)
* Added Bitmap[,] to IParcel for MRM
|
|
|
|
|
| |
Fixes Mantis #3348
|
|
|
|
|
| |
First part of Mantis #964, the necessary clouds image will follow separately.
|
| |
|
|
|
|
|
|
|
|
| |
(as WebStatsModule was doing)
* Assume that StatsReporter is always present (possibly as a no-op impl) rather than doing null checks
|
|
|
|
| |
RESTInterregionComms into a RegionClient class.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
standalone and the grid services. Should not affect any functionality.
|
|
|
|
|
|
| |
Fixes Mantis #3355
|
|
|
|
|
|
|
| |
sending. With this change, all methods that handle IM now use GridInstantMessage
rather than individual parameters.
|
|
|
|
|
|
|
| |
support for the mute list (no functionality yet, but allows the
RetrieveInstantMessages event to fire now).
|
| |
|
|
|
|
|
|
|
|
| |
some of the situations that we see in mantis 3049 .
* This may help people on certain 64 bit systems where the end byte position of each layer data packet is incorrect but the start positions are correct.
* The console will still be extremely chatty with 'Inconsistent packet data in JPEG2000 stream:' messages, however.. if OpenSimulator was able to recover the data, it will say HURISTICS SUCCEEDED
|
|
|
|
|
|
| |
No functionality yet.
|
| |
|
| |
|
|
|
|
|
|
| |
* not yet ready for use
|
|
|
|
|
|
| |
* Not yet ready for use
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* however, rest of the path components are still currently wrong so this is broke
|
|
|
|
|
|
|
| |
* Reimplements "terrain rescale <min> <max>" command which rescales current terrain to be inbetween min and max
* Thanks jonc
|
| |
|
| |
|
|
|
|
| |
standalones only, for now.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
* not yet ready for use
|
|
|
|
| |
clients to have direct access to the asset service.
|
|
|
|
|
|
|
| |
* reduce noisiness of uuid gatherer
* stop bothering to pointless complain about directory tar entries when loading an oar
|
|
|
|
|
|
|
| |
* This change starts the script immediately after an object is loaded, rather than waiting till they are all loaded
* This should be okay, but please report any new errors
|
| |
|
|
|
|
|
|
|
| |
Changes to AssetCache and DynamicTextureModule to eliminate
opportunities for lost texture updates.
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
work across regions and also to offline avatars. Scripted gives are not
yet tested and may not work.
|