Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Meta7Windlight to LightShare | Melanie | 2010-03-30 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-30 | 1 | -2/+2 |
|\ | |||||
| * | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 2010-03-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-15 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-06 | 1 | -16/+40 |
|\ \ | |/ | |||||
| * | Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵ | Justin Clark-Casey (justincc) | 2010-03-05 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward. | ||||
| * | minor: comment out a forgotton debug log line | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -1/+1 |
| | | |||||
| * | remove test presence from NullPresenceData since this appears to stop ↵ | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -9/+42 |
| | | | | | | | | | | | | | | existing sessions with home locations from being picked up only tested for a single user so this may still fail for multiple users this may well be all academic anyway since standalone need to persistently store home location in presence data in some way | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 6 | -0/+727 |
|\ \ | |/ | | | | | This brings careminster on the level of master. To be tested | ||||
| * | Added FriendsData to both Null storage and SQLite. Untested. | Diva Canto | 2010-02-28 | 1 | -0/+92 |
| | | |||||
| * | Small bug fixes for making tests work. | Diva Canto | 2010-02-21 | 1 | -8/+12 |
| | | |||||
| * | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ↵ | Diva Canto | 2010-02-14 | 3 | -0/+313 |
| | | | | | | | | can run out-of-the-box. #WaitingForSQLite | ||||
| * | Convert null presence data to a singleton as well. Standalone logins now work | Melanie | 2010-02-08 | 1 | -0/+34 |
| | | |||||
| * | Convert NullRegionData to a singleton pattern, since that is required | Melanie | 2010-02-08 | 1 | -2/+53 |
| | | | | | | | | for a standalone | ||||
| * | Assorted bug fixes related to hyperlinking | Diva Canto | 2010-01-31 | 1 | -2/+2 |
| | | |||||
| * | Preliminary work on the new default region setting mechanism | Melanie | 2010-01-09 | 1 | -0/+10 |
| | | |||||
| * | Unit tests for presence. They helped fix a couple of wrongnesses. | Diva Canto | 2009-12-30 | 1 | -0/+223 |
| | | |||||
* | | Enable scripting interface for windlight | unknown | 2009-12-09 | 1 | -0/+4 |
| | | |||||
* | | Initial windlight codebase commit | unknown | 2009-12-07 | 1 | -1/+6 |
|/ | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -3/+3 |
| | |||||
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 2009-09-24 | 1 | -4/+1 |
| | | | | getting parameters and replies over the wire. | ||||
* | More tests. Seems to be working. | Diva Canto | 2009-09-23 | 1 | -1/+1 |
| | | | | Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in. | ||||
* | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 2009-09-23 | 1 | -0/+1 |
| | | | | | | SimpleRegionInfo. Added grid configs to standalones. | ||||
* | Add the Null storage implementation for the RegionData service. Standalones | Melanie | 2009-09-16 | 1 | -0/+136 |
| | | | | have no regions table, so this is needed | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -2/+2 |
| | |||||
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 2009-02-20 | 1 | -3/+3 |
| | | | | 0.6.3.* to better track down dll ref and overwrite problems. | ||||
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | 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! | ||||
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 1 | -0/+4 |
| | | | | | | | | - Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit) | ||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -10/+10 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 2008-07-18 | 1 | -1/+1 |
| | | | | | | ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | ||||
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 1 | -16/+0 |
| | | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. | ||||
* | patch and files from mantis #1630, Thanks Melanie | MW | 2008-06-29 | 1 | -0/+9 |
| | |||||
* | Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. ↵ | Jeff Ames | 2008-06-26 | 1 | -0/+3 |
| | | | | Thanks kerunix_Flan! | ||||
* | * Adds Region ban capability to Regions. You access this by going to ↵ | Teravus Ovares | 2008-06-21 | 1 | -0/+16 |
| | | | | | | | | World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 2 | -7/+7 |
| | |||||
* | move NullStorage => OpenSim.Data.Null to be consistant with | Sean Dague | 2008-04-03 | 2 | -0/+152 |
where other data storage assemblies are. |