John Hurliman
|
7665aad002
* Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
|
пре 14 година |
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.
|
пре 14 година |
John Hurliman
|
afef1ac191
Changing the AssetBase constructors to avoid initializing assets with an unknown asset type, and log an error if it ever does happen
|
пре 15 година |
John Hurliman
|
6309fcc5b4
Reverting the memory leak patch for MySQL. Problems have been reported with the grid server after running for several hours
|
пре 15 година |
John Hurliman
|
730930955a
Changing Scene.ForEachClient to use the synchronous for loop instead of Parallel. This is quite possibly the source of some deadlocking, and at the very least the synchronous version gives better stack traces
|
пре 15 година |
John Hurliman
|
4790f8576c
* Replaced (possibly broken?) math for calculating the unix timestamp in MySQLAssetData with Utils.DateTimeToUnixTime()
|
пре 15 година |
John Hurliman
|
e7c877407f
* Continued work on the new LLUDP implementation. Appears to be functioning, although not everything is reimplemented yet
|
пре 15 година |
John Hurliman
|
29a4614529
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset Local member in MySQLAssetData
|
пре 15 година |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
пре 15 година |
Arthur Valadares
|
604ef5ba79
Fix issue where conversion of temporary boolean variable fails on MySQL
|
пре 15 година |
Kunnis
|
f1287cc7af
* Switching IAssetData to follow the new naming schema, removing the separate insert and update methods.
|
пре 15 година |
Kunnis
|
d2e5380cb2
* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra parameter from MySQL/MySQLInventoryData.cs * Fixed a bug in SQLite/SQLiteAssetData.cs that was causing a NRE when updating an asset. * Improved the BasicAssetTest.cs to do full create/update/get testing * Improved the BasicInventoryTest.cs to do full create/update/get of both a folder and an item * Moved the null ref tests to the start of the PropertyCompareConstraint.cs, so that it doesn't throw when passing in a null item
|
пре 15 година |
Kunnis
|
23d478f2fa
Adding in Reflection-based testing, to ensure that all properties are covered.
|
пре 15 година |
Justin Clarke Casey
|
c3bb9ec42c
* Apply asset and inventory name and description bound checks to MySQL
|
пре 15 година |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
пре 15 година |
lbsa71
|
29355de6ee
* Some more experimental work on distributed assets. Nothing hotwired yet.
|
пре 15 година |
Justin Clarke Casey
|
39c6302972
* Improve inventory uuid conversions to make sure that we aren't converting anything that already contains a -
|
пре 15 година |
Mike Mazur
|
a2f07ecd2e
Implemented FetchAssetMetadataSet in DB backends.
|
пре 15 година |
Mike Mazur
|
76c0935ec7
- remove the Metadata property from AssetBase and return all previous
|
пре 15 година |
lbsa71
|
801da4346a
* optimized usings.
|
пре 15 година |
Mike Mazur
|
0c03a48fb2
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
|
пре 16 година |
Mike Mazur
|
f8e45e8e98
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins.
|
пре 16 година |
Mike Mazur
|
7aa216d574
Slight cleanup of docs, removing trailing whitespace.
|
пре 16 година |
Melanie Thielker
|
c5395feadd
Avoid an invalid cast on legacy data
|
пре 16 година |
Homer Horwitz
|
fb49e010b7
Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint, jhurliman.
|
пре 16 година |
Sean Dague
|
629b0d9f28
add create_time and access_time to asset db for mysql, as well
|
пре 16 година |
Sean Dague
|
6392671335
let the asset tests run on MySQL. Interesting difference here, the
|
пре 16 година |
Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
пре 16 година |
Sean Dague
|
49df787665
remove the legacy pre-Migration database upgrade paths
|
пре 16 година |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
пре 16 година |