Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-03 | 1 | -29/+32 |
|\ | | | | | | | Also prevent god takes from ending up in Lost and Found | ||||
| * | Preservation of creator information now also working in IARs. Cleaned up ↵ | Diva Canto | 2010-11-29 | 1 | -29/+30 |
| | | | | | | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function. | ||||
| * | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵ | Diva Canto | 2010-11-25 | 1 | -0/+2 |
| | | | | | | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs. | ||||
* | | Add the ability for gods to impersonate users. For this, bit 6 needs to be | Melanie | 2010-11-25 | 1 | -0/+1 |
| | | | | | | | | | | | | set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-21 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Implement a method to allow regions to query the gridwide Freeswitch | Melanie | 2010-11-21 | 1 | -0/+1 |
| | | | | | | | | configuration from ROBUST | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-17 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Do not include hyperlinks in a random region search during a login. | Marck | 2010-11-13 | 1 | -0/+1 |
| | | | | | | | | Before a random region is chosen, available fallback regions are used for the login. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-16 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix prebubild.exe for Nant add missing "/" fixes Nant builds | BlueWall | 2010-11-12 | 1 | -1/+1 |
| | | |||||
| * | Prebuild fix | BlueWall | 2010-11-12 | 1 | -2/+2 |
| | | | | | | | | | | Make prebuild fix for monodevelop. Needed path to reference legacy Mono.Data.SQLite in ./bin/Mono.Data.SQLite.dll. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | HypergridLinker optimizations and enable use of owner_uuid/EstateOwner with ↵ | Marck | 2010-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | linked regions. * Added check for already occupied region coordinates. * Optimized Check4096. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-23 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | start parsing iar control file | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -0/+1 |
| | | | | | | | | This change requires a prebuild[.sh|.bat] since a System.Xml.Linq reference is added to prebuild.xml | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | initial support for meshies physics. Must set ini option ↵ | dahlia | 2010-10-18 | 1 | -1/+1 |
| | | | | | | | | UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-16 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | more work in progress on mesh physics - still non-functional | dahlia | 2010-10-14 | 1 | -0/+2 |
| | | |||||
| * | Kill some magic numbers in the caps module | Melanie | 2010-10-14 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-06 | 1 | -32/+0 |
|\ \ | |/ | |||||
| * | Remove sirikata project | Melanie | 2010-10-06 | 1 | -32/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-03 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Initial port of the Warp3D map tile renderer | Melanie | 2010-10-03 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | * Add CSharpSqlite to prebuild | Teravus Ovares (Dan Olivares) | 2010-09-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | * Use a conditional define to determine whether we're using CSharpSqlite or Mono.Data.Sqlite #if CSharpSqlite using Community.CsharpSqlite.Sqlite; #else using Mono.Data.Sqlite; #endif * Hopefully, this will restore sqlite functionality on a Mac. In visual studio, you can edit the OpenSim.Data.SQLite project, go to the Build tab and enter CSharpSqlite in the box. I'm not sure how to define CSharpSqlite in Mono, someone better at it then me will have to take the job of figuring out the best way to define it in Mono. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-13 | 1 | -617/+564 |
|\ \ | |/ | | | | | | | The modules will need to be updated for this to compile and run again. Please don't use until I do the companion commit to modules later on. | ||||
| * | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -1/+4 |
| | | | | | | | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings | ||||
| * | Build system upgrade: | BlueWall | 2010-09-04 | 1 | -616/+560 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading Prebuild.exe to correctly construct build solutions for crossplatform tools such as xbuild, monodevelop and nant. NOTE: Module prebuild files will need modification to work, as the prebuild must correctly define the reference path for all assemblies shipped in the OpenSimulator ./bin directory. These include assemblies such as XMLRPC.dll, OpenMetaverse.dll, Nini.dll, etc. . The entries should follow the form: <Reference name="Nini" path="../../../bin/"/> See the distributed prebuild.xml for further examples. Crossplatform tools: xbuild and monodevelop use the vs2008 OpenSim.sln and the .csproj files in each namespace. Changes to the Prebuild.exe are against svn 322 and are included in a patch attached to the mantis. And the dnpb source are available@ svn co https://dnpb.svn.sourceforge.net/svnroot/dnpb dnpb The patches are pending application by the dnpb team. After which, the un-modified upstream Prebuild.exe will work as expected. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-18 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | Unit test for ConfigurationLoader. | Marck | 2010-08-13 | 1 | -0/+22 |
| | | | | | | | | Adds a new test assembly for OpenSim. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Relocate one System.Core reference from last commit to the Tests project | justincc | 2010-08-06 | 1 | -1/+1 |
| | | | | | | | | Ooops, shouldn't have assumed that the tests project came after the main on | ||||
| * | Add System.Core references to OpenSim.Region.CoreModules.* to fix windows build | Justin Clark-Casey (justincc) | 2010-08-06 | 1 | -0/+2 |
| | | | | | | | | This addresses http://opensimulator.org/mantis/view.php?id=4923 | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-06 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'moap' | Justin Clark-Casey (justincc) | 2010-08-06 | 1 | -0/+1 |
| |\ | |||||
| | * | Implement media texture persistence over server restarts for sqlite | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -0/+1 |
| | | | | | | | | | | | | This is currently persisting media as an OSDArray serialized to LLSD XML. | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-04 | 1 | -0/+52 |
|\ \ \ | |/ / | |||||
| * | | Revert "remove long unused OpenSim/Framework/Configuration/* projects" | Melanie | 2010-08-04 | 1 | -0/+52 |
| | | | | | | | | | | | | This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2. | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-31 | 1 | -76/+0 |
|\ \ \ | |/ / | |||||
| * | | move ChannelDigger from its own project into the main terrain module with ↵ | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -24/+0 |
| | | | | | | | | | | | | the rest of the effects | ||||
| * | | remove long unused OpenSim/Framework/Configuration/* projects | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -52/+0 |
| |/ | |||||
* | | Add System.Core assembly reference to two projects so that TimeZoneInfo can ↵ | Tom Grimshaw | 2010-07-04 | 1 | -0/+2 |
| | | | | | | | | be used | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-04 | 1 | -7/+0 |
|\ \ | |/ | |||||
| * | Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include the | Melanie | 2010-06-01 | 1 | -7/+0 |
| | | | | | | | | needed libraries | ||||
* | | Revert "Meta7 Communities : Authorization service added, skeleton, not yet ↵ | Melanie Thielker | 2010-05-29 | 1 | -32/+0 |
| | | | | | | | | | | | | functional" This reverts commit 31439293ccdb5df914dc13287a8f178529fccb6b. | ||||
* | | Meta7 Communities : Authorization service added, skeleton, not yet functional | Tom Grimshaw | 2010-05-29 | 1 | -0/+32 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-26 | 1 | -70/+7 |
|\ \ | |/ | |||||
| * | Prebuild: removed DB-specific test projects, added refs to Data.Tests | AlexRa | 2010-05-23 | 1 | -70/+7 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 1 | -0/+4 |
|\ \ | |/ |