aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-26One more -- CopyItem.diva1-0/+32
2009-03-26Half-way through supporting inventory access from outside the regions -- HG ↵diva1-9/+84
standalones only, for now.
2009-03-25* Appearance patches suite: These patches are applied to allow libomv bots ↵Sean Dague1-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
2009-03-25iar: centralize user uuid gatheringJustin Clarke Casey1-18/+43
2009-03-25* minor: spit out creator name on save iarJustin Clarke Casey1-0/+12
* not yet ready for use
2009-03-25HGStandaloneInventoryService now serves inventory assets. No need for ↵diva1-1/+36
clients to have direct access to the asset service.
2009-03-24* minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey1-8/+4
* reduce noisiness of uuid gatherer * stop bothering to pointless complain about directory tar entries when loading an oar
2009-03-24* Use memory more efficiently when loading oarsJustin Clarke Casey1-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
2009-03-24* minor: remove mono compiler warningsJustin Clarke Casey2-10/+9
2009-03-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-7/+37
Changes to AssetCache and DynamicTextureModule to eliminate opportunities for lost texture updates.
2009-03-23Root agent retrieval via http/REST. This is a pull, the caller gets the ↵diva2-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.
2009-03-23Finish folder gives. With this commit, single item and folder gives nowMelanie Thielker1-0/+7
work across regions and also to offline avatars. Scripted gives are not yet tested and may not work.
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-2/+31
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-2/+6
provide additional information the HG needs.
2009-03-22Cause the inventory give module to be more selective and not attempt toMelanie Thielker1-0/+8
deliver other modules' IM types
2009-03-22Explicit tests for local regions.diva2-26/+50
2009-03-22Moving the LoginAuth service up, so that it can be shared among standalones ↵diva2-351/+2
and the User Server.
2009-03-21Initial support for authentication/authorization keys in UserManagerBase, ↵diva3-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".
2009-03-21Minor changes in names inside.diva2-78/+6
2009-03-21Add code to the inventory transfer module to use the new DB functionalityMelanie Thielker1-0/+72
Not tested!
2009-03-21Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva2-196/+404
name. MXP is going to use it too.
2009-03-20Thank you, mcortez, for patch to add functionality to the sun module.Melanie Thielker1-26/+224
Fixes Mantis #3313
2009-03-19* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵Justin Clarke Casey3-4/+6
via CommunicationsManager directly
2009-03-19Thanks to mpallari for Mantis #3310: Make EventQueueGetModule more inheritableDahlia Trimble1-8/+8
2009-03-19Making a couple of methods public.diva1-2/+2
2009-03-17Add an event to process undelivered IMsMelanie Thielker1-0/+14
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur8-111/+111
Update using statements and prebuild.xml. Also trim trailing whitespace.
2009-03-15Fixes Mantis#3301. Thank you kindly, MaimedLeech for a patch that:Charles Krinke1-22/+44
patch allows wind to be enabled/disabled, and wind strength set, from ini file
2009-03-15Changing a few methods to public. This is the collection of methods that ↵diva1-6/+6
will be moved to a library somewhere else.
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2-205/+272
issues with the sun module. Fixes Mantis #3295
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey3-85/+102
2009-03-12* Move SceneObject tests into their proper namespaceJustin Clarke Casey1-0/+6
* Add some more debug code to narrow down where the tests are freezing
2009-03-12Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur6-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
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur9-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.
2009-03-12Update svn properties, minor formatting cleanup.Jeff Ames1-8/+8
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey5-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)
2009-03-11From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-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...
2009-03-10* Enable test logging for TestSaveOarV0p2 to capture more information the ↵Justin Clarke Casey1-3/+4
next time this hiccups
2009-03-10Update svn properties, minor formatting cleanup.Jeff Ames1-5/+2
2009-03-09* Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey1-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.
2009-03-09* Tweak llMoveToTarget per mantis 3265Teravus Ovares1-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.
2009-03-07Added the ability to set User-Agent in llHTTPRequest. No new default value ↵idb1-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
2009-03-07Add copyright headers.Jeff Ames1-1/+28
2009-03-07Update svn properties.Jeff Ames1-10/+10
2009-03-06* Improve memory usage when writing OARsJustin Clarke Casey6-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
2009-03-05* Add more status information when an oar is being savedJustin Clarke Casey2-0/+23
* Among other messages, a log entry is posted for every 50 assets added to the archive
2009-03-05* refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey1-1/+20
2009-03-05* simplify media and music url setting since we never get back a null land ↵Justin Clarke Casey1-7/+2
object
2009-03-05* Replace some string to byte conversions for object/item name/description ↵Justin Clarke Casey2-3/+4
fields with the LLUtil function that prevents the max string size from being breached
2009-03-05Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:Charles Krinke1-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.