aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* One more -- CopyItem.diva2009-03-261-0/+32
|
* Half-way through supporting inventory access from outside the regions -- HG ↵diva2009-03-261-9/+84
| | | | standalones only, for now.
* * Appearance patches suite: These patches are applied to allow libomv bots ↵Sean Dague2009-03-251-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 gatheringJustin Clarke Casey2009-03-251-18/+43
|
* * minor: spit out creator name on save iarJustin Clarke Casey2009-03-251-0/+12
| | | | | | * not yet ready for use
* HGStandaloneInventoryService now serves inventory assets. No need for ↵diva2009-03-251-1/+36
| | | | clients to have direct access to the asset service.
* * minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey2009-03-241-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 oarsJustin Clarke Casey2009-03-241-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 warningsJustin Clarke Casey2009-03-242-10/+9
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-241-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 ↵diva2009-03-232-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 nowMelanie Thielker2009-03-231-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 Thielker2009-03-231-2/+31
|
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-221-2/+6
| | | | | | provide additional information the HG needs.
* Cause the inventory give module to be more selective and not attempt toMelanie Thielker2009-03-221-0/+8
| | | | | | deliver other modules' IM types
* Explicit tests for local regions.diva2009-03-222-26/+50
|
* Moving the LoginAuth service up, so that it can be shared among standalones ↵diva2009-03-222-351/+2
| | | | and the User Server.
* Initial support for authentication/authorization keys in UserManagerBase, ↵diva2009-03-213-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.diva2009-03-212-78/+6
|
* Add code to the inventory transfer module to use the new DB functionalityMelanie Thielker2009-03-211-0/+72
| | | | | | Not tested!
* Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva2009-03-212-196/+404
| | | | name. MXP is going to use it too.
* Thank you, mcortez, for patch to add functionality to the sun module.Melanie Thielker2009-03-201-26/+224
| | | | | | Fixes Mantis #3313
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵Justin Clarke Casey2009-03-193-4/+6
| | | | via CommunicationsManager directly
* Thanks to mpallari for Mantis #3310: Make EventQueueGetModule more inheritableDahlia Trimble2009-03-191-8/+8
|
* Making a couple of methods public.diva2009-03-191-2/+2
|
* Add an event to process undelivered IMsMelanie Thielker2009-03-171-0/+14
|
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-168-111/+111
| | | | | Update using statements and prebuild.xml. Also trim trailing whitespace.
* Fixes Mantis#3301. Thank you kindly, MaimedLeech for a patch that:Charles Krinke2009-03-151-22/+44
| | | | | | | patch allows wind to be enabled/disabled, and wind strength set, from ini file
* Changing a few methods to public. This is the collection of methods that ↵diva2009-03-151-6/+6
| | | | will be moved to a library somewhere else.
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-132-205/+272
| | | | | | | issues with the sun module. Fixes Mantis #3295
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-133-85/+102
|
* * Move SceneObject tests into their proper namespaceJustin Clarke Casey2009-03-121-0/+6
| | | | | | * Add some more debug code to narrow down where the tests are freezing
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-126-367/+132
| | | | | | | | | | - move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-129-437/+9
| | | | | | | We now build OpenSim.Framework.Archive.dll which aims to contain code used for archiving various things in OpenSim. Also remove trailing whitespace.
* Update svn properties, minor formatting cleanup.Jeff Ames2009-03-121-8/+8
|
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-115-6/+6
| | | | | | | * In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-111-6/+9
| | | | | | | This fixes *another* sync error in a list/dictionary iterator. This time in WorldComm. I'm beginning to think something is going on...
* * Enable test logging for TestSaveOarV0p2 to capture more information the ↵Justin Clarke Casey2009-03-101-3/+4
| | | | next time this hiccups
* Update svn properties, minor formatting cleanup.Jeff Ames2009-03-101-5/+2
|
* * Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey2009-03-091-2/+8
| | | | | | | | | * A saved archive now immediately expires the data in the asset cache that it used, rather than retaining all the assets (esp textures) in the cache. * This is an imperfect solution. Ideally we would only expire the assets newly requested for the archive (not existing ones). But doing that would require a lot more restructuring. * I don't believe there are any locking issues due to the locking performed by the underlying memory cache, but please report any issues.
* * Tweak llMoveToTarget per mantis 3265Teravus Ovares2009-03-091-2/+2
| | | | | | | * 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.
* Added the ability to set User-Agent in llHTTPRequest. No new default value ↵idb2009-03-071-1/+4
| | | | | | | has been set since having no User-Agent seems to work well but the facility is now available to set this if required. Using something based on the pattern of SLs User-Agent may well cause problems, not all web servers respond well to it. See the notes in the SL Wiki http://wiki.secondlife.com/wiki/LlHTTPRequest Fixes Mantis #3143
* Add copyright headers.Jeff Ames2009-03-071-1/+28
|
* Update svn properties.Jeff Ames2009-03-071-10/+10
|
* * Improve memory usage when writing OARsJustin Clarke Casey2009-03-066-76/+68
| | | | | | | | * This should make saving large OARs a somewhat better experience * However, the problem where saving an archive pulls large numbers of assets into the asset cache isn't yet resolved * This patch also removes lots of archive writing spam that crept in
* * Add more status information when an oar is being savedJustin Clarke Casey2009-03-052-0/+23
| | | | | | * Among other messages, a log entry is posted for every 50 assets added to the archive
* * refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey2009-03-051-1/+20
|
* * simplify media and music url setting since we never get back a null land ↵Justin Clarke Casey2009-03-051-7/+2
| | | | object
* * Replace some string to byte conversions for object/item name/description ↵Justin Clarke Casey2009-03-052-3/+4
| | | | fields with the LLUtil function that prevents the max string size from being breached
* Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:Charles Krinke2009-03-051-2/+28
| | | | | | | | | | Changes to IWindModule interface: Change from assuming a single array of 256 Vector2 values to a lookup function that takes region x, y, z and returns a Vector3 * Changed llWind() to use new lookup method of IWindModule * Moved logic for determining the wind at a given point in the data array from llWind() to the Wind Module itself.