John Hurliman
|
6309fcc5b4
Reverting the memory leak patch for MySQL. Problems have been reported with the grid server after running for several hours
|
vor 15 Jahren |
Melanie
|
09cd2ac443
Stop null values from being returned on database queries
|
vor 15 Jahren |
Melanie
|
8a7a947faa
Remove the using() constructs from the new style database modules; they caused
|
vor 15 Jahren |
John Hurliman
|
6720369376
Added CloseDBConnection() to replace the old CloseReaderCommand(). This will close the MySQLConnection attached to a MySQLCommand. I'm not sure if this accounts for every time a database connection needs to be closed, but it matches up 1:1 with the places where the database connection was previously being closed
|
vor 15 Jahren |
John Hurliman
|
29a4614529
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset Local member in MySQLAssetData
|
vor 15 Jahren |
Melanie
|
42746e99bd
Make the RegionData plugin store the RegionName
|
vor 15 Jahren |
Melanie
|
12640d0824
Prevent manually setting Data["locX"] and Data["locY"], since that would
|
vor 15 Jahren |
Melanie
|
b5bf3f87d5
Merge branch 'master' of ssh://[email protected]/var/git/opensim
|
vor 15 Jahren |
Melanie
|
8e091f5903
Add the Migration for the regions table
|
vor 15 Jahren |
Justin Clark-Casey (justincc)
|
2995d87d75
minor: remove some mono compiler warnings
|
vor 15 Jahren |
Diva Canto
|
6a5d7650d0
All tests pass for MySQL/MySQLRegionData.
|
vor 15 Jahren |
Melanie
|
90a4d4f9f9
Adding the MySQL RegionData service.
|
vor 15 Jahren |
Melanie
|
f32de6fe88
Thank you, dslake, for a set of patches to improve OpenSim startup
|
vor 15 Jahren |
Kunnis
|
23d478f2fa
Adding in Reflection-based testing, to ensure that all properties are covered.
|
vor 15 Jahren |
Teravus Ovares (Dan Olivares)
|
c8a68fb3fb
* Remove hard coded 256 limitations from various places. There's no more 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol
|
vor 15 Jahren |
Teravus Ovares
|
64bd9a3354
* Updates libOMV to version 0.7.0
|
vor 15 Jahren |
Sean Dague
|
fe21189aa4
From: Chris Yeoh <[email protected]>
|
vor 15 Jahren |
Sean Dague
|
3dc2010da6
From: Chris Yeoh <[email protected]>
|
vor 15 Jahren |
Dr Scofield
|
717fd3b5b9
From: Chris Yeoh <[email protected]>
|
vor 15 Jahren |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
vor 15 Jahren |
Dr Scofield
|
901fdca13b
From: Chris Yeoh <[email protected]>
|
vor 15 Jahren |
Dr Scofield
|
c18c1f6c7c
Revert "From: Chris Yeoh <[email protected]>"
|
vor 15 Jahren |
Dr Scofield
|
0bff818d39
From: Chris Yeoh <[email protected]>
|
vor 15 Jahren |
Justin Clarke Casey
|
2284c8509f
* Consistently used dashed uuid format for mysql region data, as is done for all other tables
|
vor 15 Jahren |
lbsa71
|
41c883ea47
* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I do realize the setter has to be there for legacy reasons, but since the calls will never acually DO anyhting, I'm removing them.
|
vor 15 Jahren |
lbsa71
|
801da4346a
* optimized usings.
|
vor 15 Jahren |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
vor 16 Jahren |
Justin Clarke Casey
|
13f069b945
* If an orphaned group is found in the mysql or mssql databases (i.e. there is no prim where UUID = SceneGroupID), then force one prim to have UUID = SceneGroupID.
|
vor 16 Jahren |
Justin Clarke Casey
|
e64d9b66a9
* Fix http://opensimulator.org/mantis/view.php?id=2889
|
vor 16 Jahren |
Sean Dague
|
444436db15
change a UUID cast to an actual new UUID call to be consistant with
|
vor 16 Jahren |