Justin Clark-Casey (justincc)
|
73c9abf5f2
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
před 12 roky |
Oren Hurvitz
|
da5fd53702
Fixed problem with MySQL: it was possible for one thread to use an incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe.
|
před 12 roky |
Oren Hurvitz
|
c70e85a327
When reading a region, use null objects to represent NULL fields.
|
před 12 roky |
Diva Canto
|
9923a2ff10
Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever.
|
před 13 roky |
Diva Canto
|
72748746d5
Fixed some inconsistency with trailing /. Made debug messages consistent. Changed the stored region names of HG regions. Increased the size of regionName in DB.
|
před 14 roky |
Melanie
|
551015db63
Alphabetize results on region search by prefix matching
|
před 14 roky |
Diva Canto
|
7741143fb5
Enforce DB limits on region name to 32 chars, or else (not good). Removed a piece of code from Hyperlinker that didn't work anyway. Shortened the hyperlink region name.
|
před 14 roky |
Melanie Thielker
|
1f25b9e8db
Thank you, Marck00, for a patch that implemented region distance sorting
|
před 14 roky |
Diva Canto
|
c4ecbd1fb1
White space from previous commit.
|
před 14 roky |
Marck
|
f91ec19224
Implemented console command "show hyperlinks".
|
před 14 roky |
AlexRa
|
8a0c5d14d4
All (?) MySQL stores fixed to use DBGuid.FromDB()
|
před 14 roky |
Melanie
|
baaf660511
Merge branch 'master' into presence-refactor
|
před 14 roky |
Master ScienceSim
|
e1b5c61247
Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
|
před 14 roky |
Melanie
|
28d6705358
Preliminary work on the new default region setting mechanism
|
před 15 roky |
John Hurliman
|
6309fcc5b4
Reverting the memory leak patch for MySQL. Problems have been reported with the grid server after running for several hours
|
před 15 roky |
Melanie
|
09cd2ac443
Stop null values from being returned on database queries
|
před 15 roky |
Melanie
|
8a7a947faa
Remove the using() constructs from the new style database modules; they caused
|
před 15 roky |
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
|
před 15 roky |
John Hurliman
|
29a4614529
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset Local member in MySQLAssetData
|
před 15 roky |
Melanie
|
42746e99bd
Make the RegionData plugin store the RegionName
|
před 15 roky |
Melanie
|
12640d0824
Prevent manually setting Data["locX"] and Data["locY"], since that would
|
před 15 roky |
Melanie
|
b5bf3f87d5
Merge branch 'master' of ssh://[email protected]/var/git/opensim
|
před 15 roky |
Melanie
|
8e091f5903
Add the Migration for the regions table
|
před 15 roky |
Justin Clark-Casey (justincc)
|
2995d87d75
minor: remove some mono compiler warnings
|
před 15 roky |
Diva Canto
|
6a5d7650d0
All tests pass for MySQL/MySQLRegionData.
|
před 15 roky |
Melanie
|
90a4d4f9f9
Adding the MySQL RegionData service.
|
před 15 roky |
Melanie
|
f32de6fe88
Thank you, dslake, for a set of patches to improve OpenSim startup
|
před 15 roky |
Kunnis
|
23d478f2fa
Adding in Reflection-based testing, to ensure that all properties are covered.
|
před 15 roky |
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
|
před 15 roky |