aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-0/+13
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2019-11-14work on previus 2 patchsUbitUmarov1-8/+24
2019-11-14Attempt to fix the issue where, when logging into the grid, the user supplies...Terry1-1/+7
2019-08-26a few changes to db generic tablesUbitUmarov1-0/+41
2019-08-15Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-0/+13
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang7-38/+67
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker4-28/+28
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel6-34/+81
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-04Added locking in NullRegionData.Oren Hurvitz1-20/+44
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