aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-05Plumb the new server connector logicMelanie Thielker2-0/+86
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker12-5/+12
2009-05-04* refactor: move OspResolver to a different namespaceJustin Clarke Casey3-2/+5
2009-05-04* Insert profile references for creators for items saved into iarsJustin Clarke Casey2-6/+9
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-0/+1
2009-05-04* Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey2-9/+3
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker3-4/+3
2009-05-03Thank you kindly, Thomax, for a patch that:Charles Krinke1-1/+2
Does not set prims to fullbright when an ossl dynamic texture function is called.
2009-05-02Thank you kindly, Fly-Man, for a patch that:Charles Krinke1-1/+1
* Added the hostname so the email gets the right hostname when going outbound
2009-05-02Thank you kindly, Thomax, for a patch that solves:Charles Krinke1-1/+1
ConfigurableWind module doesn't show any effect as time = DateTime.Now.TimeOfDay.Seconds / 86400; calculates 0.
2009-05-02Rename CoreModules.Communications to CoreModule.ServiceConnectors and, ↵diva2-0/+0
inside it, REST to Remote.
2009-05-02Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker1-1/+1
to recycley data blocs within a packet. Recycle the ObjectUpdate* data blocks. Speeds up loading even more. This may mean that the packet pool is now viable.
2009-04-30* refactor: move iar name hashing into a methodJustin Clarke Casey1-1/+1
2009-04-30Estate owners who are not administrators, even in god mode, should not beMelanie Thielker1-1/+1
able to edit a real god's objects. Minor tweak.
2009-04-30Fixed a bug in the permissions module, where if there were multiple admins, ↵MW1-7/+21
the client permissions flags were sent incorrectly, which stopped one admin being able to edit another admin's objects. Even thought the comments in the code said that admins should be able to edit each other's objects.
2009-04-29* Add test to check temp profile creation on iar loadJustin Clarke Casey1-4/+3
2009-04-29* Apply further groups xmlrpc to stop an exception in the exception handlerJustin Clarke Casey1-3/+73
* Thanks mcortez
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey2-3/+1
2009-04-29* Add missing System.Reflection reference from last commitJustin Clarke Casey1-0/+1
2009-04-29* Adjust load iar unit test to check load of items with creator names that ↵Justin Clarke Casey1-7/+17
exist in the system but which are not the loading user
2009-04-29Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva1-1/+1
2009-04-28* Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2-4/+4
2009-04-28* Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2-12/+44
2009-04-28* Add preliminary code for resolving iar profile namesJustin Clarke Casey2-17/+22
* Not yet active
2009-04-27Make sure that, on "Anyone can copy" the person copying the objectMelanie Thielker1-3/+3
has transfer perms as well as copy perms. This may block some cases where the owner would normally be able to take copy. Fixes Mantis #3464
2009-04-27Thanks Tommil for a patch that adds a caching option to ↵diva1-5/+18
GetAssetStreamHandler. It is used in the RegionAssetService.
2009-04-26HGWorldMap got a bit out of sync during the introduction of the new module ↵diva2-100/+15
system. Should work now. Fixes mantis #3533.
2009-04-26Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵diva1-3/+3
section in ini doesn't exist.
2009-04-25Remove second timestamp in offline IM, the client already adds oneMelanie Thielker1-4/+0
2009-04-24- Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz3-70/+125
- Cleaned up some whitespace
2009-04-24* Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey2-8/+30
2009-04-24* minor: move user profile test utils to test/common/setup for future reuseJustin Clarke Casey1-0/+14
2009-04-24* Refactor: break out loading of archive paths into inventory into a ↵Justin Clarke Casey1-110/+139
separate method
2009-04-24* correct spelling mistake in item seiralizationJustin Clarke Casey1-1/+0
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey2-61/+41
2009-04-23* refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey4-148/+87
file
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey1-3/+10
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2-4/+12
Changes to enable script state persistence across non-restart serialization situations (inventory/OAR/attachments) Also fixing test cases for OAR and IAR so they don't barf with the new code.
2009-04-22more cleanupDr Scofield1-6/+5
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke1-1/+3
Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response.
2009-04-19Moved ITerrainModule and ITerainEffect to ↵Homer Horwitz3-97/+8
OpenSim.Region.Framework.Interfaces and added a TaintTerrain method
2009-04-19Thank you kindly, MCortez, for a patch that:Charles Krinke2-1/+34
This hooks up the LandManagementModule to handle the DeedParcelToGroup packet. Now people can start testing land assigned to and owned by groups. Also fixes a viewer crash issue when searching for and then joining a group with an agent that is not already being tracked by groups server.
2009-04-18Thank you kindly, StrawberryFride, for a patch that:Charles Krinke1-5/+10
Adds a test to see if the first option on osDynamicTextureData is "AltDelim", then picks up the first character after the whitespace and uses as a delimiter instead of ;. If this string does not appear at the start of the data, the default ; will be used, hence this should not break existing code.
2009-04-17* Change inventory archiver module to use profile cacheJustin Clarke Casey1-11/+3
* Clean up some log messages
2009-04-17 fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield1-2/+2
read-only files on linux.
2009-04-16* minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey1-1/+1
2009-04-16trying to fix exception in Random.Next() probably caused through sharing ofDr Scofield1-1/+1
WindModule plugins --- manifesting itself through: 2009-04-16 15:32:02,764 [Heartbeat for region sea 3] [Scene]: Failed with exception System.IndexOutOfRangeException: Array index is out of range. at System.Random.Sample () [0x0003e] in /usr/local/src/mono/build/mono-2.0.1/mcs/class/corlib/System/Random.cs:91 at System.Random.NextDouble () [0x00000] in /usr/local/src/mono/build/mono-2.0.1/mcs/class/corlib/System/Random.cs:142 at OpenSim.Region.CoreModules.World.Wind.Plugins.SimpleRandomWind.WindUpdate (UInt32 frame) [0x00019] in /tmp/opensim-deploy-oTyFP12501/opensim-deploy/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs:92
2009-04-16Correctly flag group owned prims in the land prim listMelanie Thielker1-1/+4
2009-04-16Fix build break and change some groups interfacesMelanie Thielker1-1/+1
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey5-23/+51
* This allows specific requests to be identified.