aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker4-28/+28
2016-09-17 add load baked terrain methodsUbitUmarov1-0/+9
2016-09-17 add to databases a table to store baked terrain.UbitUmarov1-0/+8
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-09-12remove a silly and not necessary List i addedUbitUmarov1-6/+6
2015-08-23 fix region range compareUbitUmarov1-3/+5
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-2/+20
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-04-11Fix the presence info caching used in llRequestAgentData(), which was complet...Justin Clark-Casey (justincc)1-1/+1
2014-03-26minor: remove compiler warning from NullEstateDataJustin Clark-Casey (justincc)1-1/+1
2014-03-07Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)1-19/+15
2014-01-28Repair database routines so they properly return null when asked forRobert Adams1-0/+1
2013-11-01varregion: push TerrainData implementation up and down the database storage s...Robert Adams1-2/+19
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-0/+5
2013-07-18Enable storing of environment settings in NullSimulationDataDan Lake1-3/+17
2013-07-11Enhance NullEstateData to remember stored estate values and returnRobert Adams1-7/+21
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2013-01-02Added locking in NullRegionData.Oren Hurvitz1-20/+44
2012-12-09Restrict IPresenceData.VerifyAgentBlueWall1-8/+3
2012-12-08Add agent verification to PresenceBlueWall1-0/+13
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2-0/+157
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-1/+0
2012-11-13Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto1-1/+1
2012-10-09Disambiguate use of RegionFlags in NullRegionDataJustin Clark-Casey (justincc)1-0/+1
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie1-0/+13
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie1-0/+13
2012-06-07Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie1-0/+5
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen1-0/+18
2012-05-23Format cleanupBlueWall1-2/+2
2012-03-30Lock NullFriendsData.m_Data for consistency and against concurrent read/writeJustin Clark-Casey (justincc)1-30/+39
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2-2/+30
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-9/+31
2011-11-14Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)1-1/+9
2011-09-20Null simulation data must return a non-null region settings or other parts of...Dan Lake1-2/+4
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-0/+5
2011-09-09Fix unit tests from RegionSettings commitJustin Clark-Casey (justincc)1-0/+4
2011-08-31minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-08-11minor: a little bit of log message correction/commenting outJustin Clark-Casey (justincc)1-1/+1
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-1/+6
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-1/+6
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-2/+2
2011-04-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2011-04-04* Bugfix - Compile NullEstateData implement public List<int> IEstateDataStore...Teravus Ovares (Dan Olivares)1-0/+10
2011-04-04Updates NullStorage plugin.Mic Bowman2-0/+140
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)1-14/+51