Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add missing System.Reflection reference from last commit | Justin Clarke Casey | 2009-04-29 | 1 | -0/+1 |
| | |||||
* | * Adjust load iar unit test to check load of items with creator names that ↵ | Justin Clarke Casey | 2009-04-29 | 1 | -7/+17 |
| | | | | exist in the system but which are not the loading user | ||||
* | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | * Get rid of some extraneous debug log output from the last commit | Justin Clarke Casey | 2009-04-28 | 2 | -4/+4 |
| | |||||
* | * Stop oar loading barfing if the archive contains directory entries | Justin Clarke Casey | 2009-04-28 | 2 | -12/+44 |
| | |||||
* | * Add preliminary code for resolving iar profile names | Justin Clarke Casey | 2009-04-28 | 2 | -17/+22 |
| | | | | | | * Not yet active | ||||
* | Make sure that, on "Anyone can copy" the person copying the object | Melanie Thielker | 2009-04-27 | 1 | -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 | ||||
* | Thanks Tommil for a patch that adds a caching option to ↵ | diva | 2009-04-27 | 1 | -5/+18 |
| | | | | GetAssetStreamHandler. It is used in the RegionAssetService. | ||||
* | HGWorldMap got a bit out of sync during the introduction of the new module ↵ | diva | 2009-04-26 | 2 | -100/+15 |
| | | | | system. Should work now. Fixes mantis #3533. | ||||
* | Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵ | diva | 2009-04-26 | 1 | -3/+3 |
| | | | | section in ini doesn't exist. | ||||
* | Remove second timestamp in offline IM, the client already adds one | Melanie Thielker | 2009-04-25 | 1 | -4/+0 |
| | |||||
* | - Moved WorldMapModule and HGWorldMapModule to the new region-module system | Homer Horwitz | 2009-04-24 | 3 | -70/+125 |
| | | | | | - Cleaned up some whitespace | ||||
* | * Write separate unit test for replicating iar structure to a user inventory | Justin Clarke Casey | 2009-04-24 | 2 | -8/+30 |
| | |||||
* | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 2009-04-24 | 1 | -0/+14 |
| | |||||
* | * Refactor: break out loading of archive paths into inventory into a ↵ | Justin Clarke Casey | 2009-04-24 | 1 | -110/+139 |
| | | | | separate method | ||||
* | * correct spelling mistake in item seiralization | Justin Clarke Casey | 2009-04-24 | 1 | -1/+0 |
| | |||||
* | * Write basic, incomplete load iar test | Justin Clarke Casey | 2009-04-24 | 2 | -61/+41 |
| | |||||
* | * refactor: move archive user inventory item serialization out to a separate ↵ | Justin Clarke Casey | 2009-04-23 | 4 | -148/+87 |
| | | | | file | ||||
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 1 | -3/+10 |
| | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-22 | 2 | -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. | ||||
* | more cleanup | Dr Scofield | 2009-04-22 | 1 | -6/+5 |
| | |||||
* | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2009-04-21 | 1 | -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. | ||||
* | Moved ITerrainModule and ITerainEffect to ↵ | Homer Horwitz | 2009-04-19 | 3 | -97/+8 |
| | | | | OpenSim.Region.Framework.Interfaces and added a TaintTerrain method | ||||
* | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-04-19 | 2 | -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. | ||||
* | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 2009-04-18 | 1 | -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. | ||||
* | * Change inventory archiver module to use profile cache | Justin Clarke Casey | 2009-04-17 | 1 | -11/+3 |
| | | | | | | * Clean up some log messages | ||||
* | fixes System.UnauthorizedAccessExceptions when trying to load OARs from | Dr Scofield | 2009-04-17 | 1 | -2/+2 |
| | | | | | read-only files on linux. | ||||
* | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | trying to fix exception in Random.Next() probably caused through sharing of | Dr Scofield | 2009-04-16 | 1 | -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 | ||||
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -1/+4 |
| | |||||
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | * Make it possible to add a request id to load and save oar requests | Justin Clarke Casey | 2009-04-15 | 5 | -23/+51 |
| | | | | | | * This allows specific requests to be identified. | ||||
* | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 2009-04-14 | 3 | -3/+81 |
| | | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | ||||
* | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 2009-04-14 | 2 | -2/+11 |
| | | | | | | | | | normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque | ||||
* | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 2009-04-14 | 1 | -0/+4 |
| | | | | | | | region modules to use another region module's interfaces and events in a scene context | ||||
* | * Commit a variety of fixes to bugs discovered while trying to fix the NaN ↵ | Teravus Ovares | 2009-04-14 | 1 | -1/+2 |
| | | | | | | | | | singularity. * WebStatsModule doesn't crash on restart. GodsModule doesn't crash when there is no Dialog Module. LLUDPServer doesn't crash when the Operation was Aborted. * ODEPlugin does 'Almost NaN' sanity checks. * ODEPlugin sacrifices NaN avatars to the NaN black hole to appease it and keep it from sucking the rest of the world in. | ||||
* | - Moved TerrainModule to the new region-module system. | Homer Horwitz | 2009-04-13 | 2 | -32/+40 |
| | | | | | | - Fixed some locking issues. Either lock, or don't (if you don't have to). Only locking access half of the time won't work reliably. - Had to adapt test helpers that use the "old" IRegionModule. TerrainModule isn't one anymore. | ||||
* | * Remove null reference exception in the J2KDecoderModule's J2K repair ↵ | Teravus Ovares | 2009-04-13 | 1 | -2/+14 |
| | | | | routine for when the asset we're looking up isn't an image at all. (did someone set the texture on the side of a primitive to some other kind of asset with the script engine?) | ||||
* | Actually do what I promised in the previous commit :/ | Melanie Thielker | 2009-04-12 | 1 | -4/+14 |
| | |||||
* | Funnel stored (offline) IMs through the Scene EventManager to make sure | Melanie Thielker | 2009-04-12 | 1 | -14/+10 |
| | | | | | | | they are processed by the modules rather than sent to the client directly. Allows friends and group requests and responses to be saved, too | ||||
* | Correct Opensim.ini.example to reflect the default settings for clouds. | idb | 2009-04-11 | 1 | -49/+2 |
| | | | | | | Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited. | ||||
* | Expose the XMLRPC listener port on the IXMLRPC interface to allow | Melanie Thielker | 2009-04-10 | 1 | -0/+5 |
| | | | | | | publication | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3427 | Justin Clarke Casey | 2009-04-10 | 1 | -1/+71 |
| | | | | | | | * Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70! | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 2 | -3/+6 |
| | | | | | | * Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit. | ||||
* | * Make it possible to store creator strings in user inventory items as well ↵ | Justin Clarke Casey | 2009-04-08 | 5 | -7/+7 |
| | | | | | | | | | as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed. | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-07 | 3 | -4/+4 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3418 | Justin Clarke Casey | 2009-04-07 | 1 | -6/+10 |
| | | | | | | | * Prevents occasional wind module related exceptions on region server shutdown * Thanks Intimidated! | ||||
* | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 2009-04-06 | 1 | -0/+9 |
| | |||||
* | Ouch. Remove some test left over from r9013, which broke startup | Homer Horwitz | 2009-04-05 | 1 | -2/+1 |
| |