Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-05-19 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -3/+3 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -3/+3 | |
2016-11-07 | Fix file execute permissions, coz Windows. | David Walter Seikel | 1 | -0/+0 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -7/+21 | |
2014-03-26 | minor: remove compiler warning from NullEstateData | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-07-11 | Enhance NullEstateData to remember stored estate values and return | Robert Adams | 1 | -7/+21 | |
them next time asked. This keeps any estate settings from being reset when the estate dialog is opened in a region with null estate storage. | |||||
2011-09-16 | Reattaching a region was failing if the estate name had not changed (issue ↵ | Kevin Houlihan | 1 | -0/+5 | |
5035). Using the RemoteAdmin API to close then recreate a region would fail if the estate name had not changed. If the estate name /was/ changed then the existing estate would be renamed rather than a new one being created. The problem really arose from a lack of distinction in the data storage layer between creating new estates and loading existing ones. | |||||
2011-04-12 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
2011-04-04 | * Bugfix - Compile NullEstateData implement public List<int> ↵ | Teravus Ovares (Dan Olivares) | 1 | -0/+10 | |
IEstateDataStore.GetEstatesByOwner(UUID) | |||||
2011-04-04 | Updates NullStorage plugin. | Mic Bowman | 1 | -56/+50 | |
Thanks MisterBlue... | |||||
2011-04-05 | Make the "All Estates" option work from the client (this makes chosen ↵ | Justin Clark-Casey (justincc) | 1 | -0/+5 | |
changes to all the estates that the user owns). This applies to adding/removing estate users, groups, managers and bans. This is the application of the AllEstates_0.5.patch from http://opensimulator.org/mantis/view.php?id=5420 Thanks very much, Snoopy! | |||||
2011-03-21 | On initial region registration, if the user chooses the option to make the ↵ | Justin Clark-Casey (justincc) | 1 | -0/+10 | |
region part of an existing estate, then list the existing region names. | |||||
2011-01-18 | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
2010-09-14 | Fix the above | Melanie | 1 | -4/+3 | |
2010-09-14 | Fix the above | Melanie | 1 | -4/+3 | |
2010-09-14 | Allow to place the connection strings and providers for estate and region | Melanie | 1 | -0/+8 | |
in their oqn sections, for those of us who don't want a catch-all DatabaseService section. | |||||
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -32/+60 | |
* 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 | |||||
2009-09-23 | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 1 | -1/+1 | |
SimpleRegionInfo. Added grid configs to standalones. | |||||
2009-09-18 | Reverted the order of reading configs in GridServiceBase. | Diva Canto | 1 | -11/+11 | |
2009-09-18 | First pass at the grid service. | Diva Canto | 1 | -12/+13 | |
2009-09-10 | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 1 | -16/+5 | |
always grant access to an avatar entering the region if requested. | |||||
2009-06-23 | Fix the AssetServiceBase bug I introduced by reordering configuration load | Melanie Thielker | 1 | -2/+2 | |
order. Thanks, Grumly57, for pointing it out. The point of the original change was to let the more specific setting override the less specific one, actually, I disabled the use of the less specific one. | |||||
2009-06-22 | Committing the meat of the user server interface and the bones of the ↵ | Melanie Thielker | 1 | -10/+12 | |
service implementation | |||||
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 1 | -9/+25 | |
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-08 | More additions to the nextgen reference UGAIM | Melanie Thielker | 1 | -32/+23 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -38/+42 | |
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵ | lbsa71 | 1 | -0/+1 | |
that in all db tests. *phew* | |||||
2009-04-09 | * tagged some more database tests as such | lbsa71 | 1 | -1/+1 | |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -2/+6 | |
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -8/+1 | |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -1/+1 | |
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | |||||
2009-01-14 | * Added MySQL Grid unit tests | Sean Dague | 1 | -7/+7 | |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-09-24 | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 1 | -6/+12 | |
sqlite driver can handle .Data = Null, the mysql driver can not. We should decide which is the right behavior and adjust code for it. | |||||
2008-09-23 | create the first attempted mysql test. This only runs locally if you | Sean Dague | 1 | -8/+19 | |
have a database configured as opensim-nunit with user opensim-nunit / password opensim-nunit that has full perms on the database. | |||||
2008-09-23 | remove log4net references, see if that helps fix bamboo | Sean Dague | 1 | -9/+1 | |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 1 | -6/+5 | |
Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state. | |||||
2008-09-19 | convert to using proper .net tempfiles, should have done this | Sean Dague | 1 | -1/+5 | |
initially. | |||||
2008-09-18 | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 1 | -0/+1 | |
On Windows, you are not able to delete a file while there is still a handle to it open. | |||||
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -3/+6 | |
2008-09-13 | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 1 | -1/+5 | |
.config (which no one does). Dropping in the .config lets you see that debug messages, which is handy while writing tests and figuring out why things don't behave like you would guess. | |||||
2008-09-13 | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 1 | -0/+2 | |
configure in there to help me get debug messages while developing. | |||||
2008-09-12 | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 1 | -140/+3 | |
OpenSim.Data.Tests, then subclass with custom init bits for sqlite. As I've only been testing the plugin interfaces anyway, this should make it very easy to write only a little bit of code to use these tests for other databases. It will also give us the framework for definining the datastore behavior and making sure that all the databases do the same thing. | |||||
2008-09-11 | more inventory folder tests | Sean Dague | 1 | -10/+55 | |
2008-09-11 | add some folder create and list tests | Sean Dague | 1 | -1/+40 | |
2008-09-11 | added simple add / exists folder check | Sean Dague | 1 | -0/+41 | |
2008-09-10 | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 1 | -23/+5 | |
calls to make sure they worked | |||||
2008-09-10 | fix typo in name of test db | Sean Dague | 1 | -1/+1 | |