Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 2 | -0/+140 | |
Thanks MisterBlue... | |||||
2011-03-09 | Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make ↵ | Justin Clark-Casey (justincc) | 1 | -14/+51 | |
static dictionaries on NullUserAccountData instance instead to stop user accounts being carried over between tests | |||||
2011-02-22 | GetRegion(s)ByName with SQLite behaves like it does with other databases. | Marck | 1 | -10/+38 | |
The in-memory storage of region data that is used by default with SQLite now handles wildcards in region names in the same way as SQL queries do with other databases. | |||||
2010-11-25 | Add the ability for gods to impersonate users. For this, bit 6 needs to be | Melanie | 1 | -0/+5 | |
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. | |||||
2010-11-03 | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 1 | -0/+3 | |
from a region and allow normal day cycles to be reestablished | |||||
2010-09-12 | Add copyright headers. | Jeff Ames | 1 | -1/+28 | |
2010-09-11 | Changed all string references of "IRegionDataStore" to "ISimulationDataStore" | John Hurliman | 1 | -1/+0 | |
2010-09-11 | Fixed the naming mess around data connectors for simulation data | John Hurliman | 1 | -1/+1 | |
2010-08-08 | Add distance sort for null, too | Melanie | 1 | -2/+5 | |
2010-07-31 | White space from previous commit. | Diva Canto | 1 | -29/+29 | |
2010-07-31 | Implemented console command "show hyperlinks". | Marck | 1 | -31/+30 | |
2010-06-04 | get TestSaveIarV0_1() working again by setting up an ↵ | Justin Clark-Casey (justincc) | 2 | -3/+2 | |
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly | |||||
2010-05-09 | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 1 | -3/+5 | |
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | |||||
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 1 | -60/+2 | |
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | |||||
2010-04-16 | Expose Delete at IUserAccountData interface. It was there already. No ↵ | Diva Canto | 1 | -0/+21 | |
changes in IUserAccountService, just the data layer. | |||||
2010-04-06 | Added NullInventoryData for unit tests and quick try-outs of the services in ↵ | Diva Canto | 1 | -0/+193 | |
64-bit machines (no SQLite). | |||||
2010-03-31 | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 1 | -1/+10 | |
This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer. | |||||
2010-03-30 | Rename Meta7Windlight to LightShare | Melanie | 1 | -3/+3 | |
2010-03-26 | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -8/+8 | |
2010-03-05 | Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵ | Justin Clark-Casey (justincc) | 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. | |||||
2010-03-04 | minor: comment out a forgotton debug log line | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-03-04 | remove test presence from NullPresenceData since this appears to stop ↵ | Justin Clark-Casey (justincc) | 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 | |||||
2010-02-28 | Added FriendsData to both Null storage and SQLite. Untested. | Diva Canto | 1 | -0/+92 | |
2010-02-21 | Small bug fixes for making tests work. | Diva Canto | 1 | -8/+12 | |
2010-02-14 | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ↵ | Diva Canto | 3 | -0/+313 | |
can run out-of-the-box. #WaitingForSQLite | |||||
2010-02-08 | Convert null presence data to a singleton as well. Standalone logins now work | Melanie | 1 | -0/+34 | |
2010-02-08 | Convert NullRegionData to a singleton pattern, since that is required | Melanie | 1 | -2/+53 | |
for a standalone | |||||
2010-01-31 | Assorted bug fixes related to hyperlinking | Diva Canto | 1 | -2/+2 | |
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 1 | -0/+10 | |
2009-12-30 | Unit tests for presence. They helped fix a couple of wrongnesses. | Diva Canto | 1 | -0/+223 | |
2009-12-09 | Enable scripting interface for windlight | unknown | 1 | -0/+4 | |
2009-12-07 | Initial windlight codebase commit | unknown | 1 | -1/+6 | |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2009-09-24 | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 1 | -4/+1 | |
getting parameters and replies over the wire. | |||||
2009-09-23 | More tests. Seems to be working. | Diva Canto | 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. | |||||
2009-09-23 | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 1 | -0/+1 | |
SimpleRegionInfo. Added grid configs to standalones. | |||||
2009-09-16 | Add the Null storage implementation for the RegionData service. Standalones | Melanie | 1 | -0/+136 | |
have no regions table, so this is needed | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2 | -2/+2 | |
LICENSE.txt. | |||||
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 1 | -2/+2 | |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 1 | -1/+1 | |
2009-02-20 | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 1 | -3/+3 | |
0.6.3.* to better track down dll ref and overwrite problems. | |||||
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 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! | |||||
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 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) | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 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. | |||||
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 1 | -1/+1 | |
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | |||||
2008-07-18 | Patch #9151 | Melanie Thielker | 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. | |||||
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 1 | -0/+9 | |
2008-06-26 | Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. ↵ | Jeff Ames | 1 | -0/+3 | |
Thanks kerunix_Flan! |