aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2019-05-191-0/+0
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-197-38/+67
* Fix file execute permissions, coz Windows.David Walter Seikel2016-11-071-0/+0
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-036-34/+81
* Added locking in NullRegionData.Oren Hurvitz2013-01-041-20/+44
* Restrict IPresenceData.VerifyAgentBlueWall2012-12-091-8/+3
* Add agent verification to PresenceBlueWall2012-12-081-0/+13
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-242-0/+157
* Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto2012-11-131-1/+1
* Disambiguate use of RegionFlags in NullRegionDataJustin Clark-Casey (justincc)2012-10-091-0/+1
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+13
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-231-0/+18
* Format cleanupBlueWall2012-05-231-2/+2
* Lock NullFriendsData.m_Data for consistency and against concurrent read/writeJustin Clark-Casey (justincc)2012-03-301-30/+39
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-302-2/+30
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-031-9/+31
* Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2011-11-141-1/+9
* Null simulation data must return a non-null region settings or other parts of...Dan Lake2011-09-201-2/+4
* Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-161-0/+5
* Fix unit tests from RegionSettings commitJustin Clark-Casey (justincc)2011-09-091-0/+4
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-311-1/+1
* minor: a little bit of log message correction/commenting outJustin Clark-Casey (justincc)2011-08-111-1/+1
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-1/+6
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-1/+6
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-2/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-04-121-3/+3
* * Bugfix - Compile NullEstateData implement public List<int> IEstateDataStore...Teravus Ovares (Dan Olivares)2011-04-041-0/+10
* Updates NullStorage plugin.Mic Bowman2011-04-042-0/+140
* Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)2011-03-091-14/+51
* GetRegion(s)ByName with SQLite behaves like it does with other databases.Marck2011-02-221-10/+38
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+3
* Add copyright headers.Jeff Ames2010-09-121-1/+28
* Changed all string references of "IRegionDataStore" to "ISimulationDataStore"John Hurliman2010-09-111-1/+0
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-1/+1
* Add distance sort for null, tooMelanie2010-08-081-2/+5
* White space from previous commit.Diva Canto2010-07-311-29/+29
* Implemented console command "show hyperlinks".Marck2010-07-311-31/+30
* get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2010-06-042-3/+2
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-3/+5
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-60/+2
* Expose Delete at IUserAccountData interface. It was there already. No changes...Diva Canto2010-04-161-0/+21
* Added NullInventoryData for unit tests and quick try-outs of the services in ...Diva Canto2010-04-061-0/+193
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+10
* replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)2010-03-261-2/+2
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-8/+8
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)2010-03-051-9/+0
* minor: comment out a forgotton debug log lineJustin Clark-Casey (justincc)2010-03-041-1/+1
* remove test presence from NullPresenceData since this appears to stop existin...Justin Clark-Casey (justincc)2010-03-041-9/+42
* Added FriendsData to both Null storage and SQLite. Untested.Diva Canto2010-02-281-0/+92
* Small bug fixes for making tests work.Diva Canto2010-02-211-8/+12