Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+190 |
| | | | | | First part of Mantis #964, the necessary clouds image will follow separately. | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-04 | 4 | -14/+87 |
| | |||||
* | * refactor: Call StatsReporter methods directly rather than through Scene ↵ | Justin Clarke Casey | 2009-04-03 | 2 | -2/+2 |
| | | | | | | | | (as WebStatsModule was doing) * Assume that StatsReporter is always present (possibly as a no-op impl) rather than doing null checks | ||||
* | More refactoring. This time extracting the client-side of ↵ | diva | 2009-04-01 | 1 | -533/+51 |
| | | | | RESTInterregionComms into a RegionClient class. | ||||
* | Update svn properties. | Jeff Ames | 2009-04-01 | 4 | -418/+418 |
| | |||||
* | Finally clean up the Scene.Permissions and permissions module. | Melanie Thielker | 2009-04-01 | 1 | -42/+42 |
| | | | | | | | | | 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. | ||||
* | Turning the wind module off by default. | diva | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-31 | 5 | -100/+728 |
| | | | | | | | | | | | | 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. | ||||
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 4 | -453/+449 |
| | |||||
* | * Fix test breakage by always inserting a gods module when testing | Justin Clarke Casey | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-03-30 | 1 | -11/+11 |
| | |||||
* | * refactor: Move god related methods in Scene out to a module | Justin Clarke Casey | 2009-03-30 | 1 | -0/+150 |
| | |||||
* | Moved some files around, so that it's easier to share code between ↵ | diva | 2009-03-29 | 3 | -807/+166 |
| | | | | standalone and the grid services. Should not affect any functionality. | ||||
* | Don't let a missing configuration cause a NRE | Melanie Thielker | 2009-03-29 | 2 | -0/+11 |
| | | | | | | Fixes Mantis #3355 | ||||
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 5 | -62/+28 |
| | | | | | | | sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters. | ||||
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 2 | -8/+199 |
| | | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now). | ||||
* | Minor bug fix in UpdateItem (meta data). | diva | 2009-03-28 | 1 | -1/+3 |
| | |||||
* | * Adding some heuristic error correction to the j2k decoder module to combat ↵ | Teravus Ovares | 2009-03-28 | 1 | -1/+83 |
| | | | | | | | | 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 | ||||
* | Fix the plumbing in the offline message module. | Melanie Thielker | 2009-03-28 | 2 | -27/+51 |
| | | | | | | No functionality yet. | ||||
* | Add a module skeleton for offline IM storage. No functionality yet. | Melanie Thielker | 2009-03-28 | 1 | -0/+131 |
| | |||||
* | Small bugs fixed related to ownership and permissions. | diva | 2009-03-28 | 1 | -9/+18 |
| | |||||
* | * Implement * wildcard in save iar requests | Justin Clarke Casey | 2009-03-27 | 1 | -14/+36 |
| | | | | | | * not yet ready for use | ||||
* | * Fix single item iar saving | Justin Clarke Casey | 2009-03-27 | 1 | -6/+11 |
| | | | | | | * Not yet ready for use | ||||
* | * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization | Justin Clarke Casey | 2009-03-27 | 3 | -257/+2 |
| | |||||
* | svn:eol-style property set. | diva | 2009-03-27 | 1 | -208/+208 |
| | |||||
* | svn:eol-style property set. | diva | 2009-03-27 | 1 | -123/+124 |
| | |||||
* | Notecard updates bypassing the regions. (HGStandalone only) | diva | 2009-03-26 | 1 | -26/+107 |
| | |||||
* | * correct iar root folder location for saving of individual items | Justin Clarke Casey | 2009-03-26 | 1 | -1/+1 |
| | | | | | | * however, rest of the path components are still currently wrong so this is broke | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=865 | Justin Clarke Casey | 2009-03-26 | 1 | -0/+67 |
| | | | | | | | * Reimplements "terrain rescale <min> <max>" command which rescales current terrain to be inbetween min and max * Thanks jonc | ||||
* | * iars: Serialize information about item creators to archive | Justin Clarke Casey | 2009-03-26 | 1 | -2/+8 |
| | |||||
* | One more -- CopyItem. | diva | 2009-03-26 | 1 | -0/+32 |
| | |||||
* | Half-way through supporting inventory access from outside the regions -- HG ↵ | diva | 2009-03-26 | 1 | -9/+84 |
| | | | | standalones only, for now. | ||||
* | * Appearance patches suite: These patches are applied to allow libomv bots ↵ | Sean Dague | 2009-03-25 | 1 | -1/+3 |
| | | | | | | | | | | | | 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 | ||||
* | iar: centralize user uuid gathering | Justin Clarke Casey | 2009-03-25 | 1 | -18/+43 |
| | |||||
* | * minor: spit out creator name on save iar | Justin Clarke Casey | 2009-03-25 | 1 | -0/+12 |
| | | | | | | * not yet ready for use | ||||
* | HGStandaloneInventoryService now serves inventory assets. No need for ↵ | diva | 2009-03-25 | 1 | -1/+36 |
| | | | | clients to have direct access to the asset service. | ||||
* | * minor: remove load oar logging I accidentally left in a few commits ago | Justin Clarke Casey | 2009-03-24 | 1 | -8/+4 |
| | | | | | | | * reduce noisiness of uuid gatherer * stop bothering to pointless complain about directory tar entries when loading an oar | ||||
* | * Use memory more efficiently when loading oars | Justin Clarke Casey | 2009-03-24 | 1 | -11/+19 |
| | | | | | | | * 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 | ||||
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-03-24 | 2 | -10/+9 |
| | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-24 | 1 | -7/+37 |
| | | | | | | | Changes to AssetCache and DynamicTextureModule to eliminate opportunities for lost texture updates. | ||||
* | Root agent retrieval via http/REST. This is a pull, the caller gets the ↵ | diva | 2009-03-23 | 2 | -29/+168 |
| | | | | 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. | ||||
* | Finish folder gives. With this commit, single item and folder gives now | Melanie Thielker | 2009-03-23 | 1 | -0/+7 |
| | | | | | | | work across regions and also to offline avatars. Scripted gives are not yet tested and may not work. | ||||
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -2/+31 |
| | |||||
* | Add QueryItem method to secure inventory and HG inventory, change method sig to | Melanie Thielker | 2009-03-22 | 1 | -2/+6 |
| | | | | | | provide additional information the HG needs. | ||||
* | Cause the inventory give module to be more selective and not attempt to | Melanie Thielker | 2009-03-22 | 1 | -0/+8 |
| | | | | | | deliver other modules' IM types | ||||
* | Explicit tests for local regions. | diva | 2009-03-22 | 2 | -26/+50 |
| | |||||
* | Moving the LoginAuth service up, so that it can be shared among standalones ↵ | diva | 2009-03-22 | 2 | -351/+2 |
| | | | | and the User Server. | ||||
* | Initial support for authentication/authorization keys in UserManagerBase, ↵ | diva | 2009-03-21 | 3 | -6/+867 |
| | | | | | | | | and use of it in HGStandaloneLoginService (producer of initial key for user, and of subsequent keys) and HGStandaloneInventoryService (consumer of a key). Keys are of the form http://<authority>/<random uuid> and they are sent over http header "authorization". | ||||
* | Minor changes in names inside. | diva | 2009-03-21 | 2 | -78/+6 |
| | |||||
* | Add code to the inventory transfer module to use the new DB functionality | Melanie Thielker | 2009-03-21 | 1 | -0/+72 |
| | | | | | | Not tested! |