Diva Canto
|
9cf6b81256
Yey for unit tests. The previous commit had a couple of bugs on SQL statements. Fixed here.
|
hace 14 años |
Diva Canto
|
b233a4b2ca
* Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
|
hace 14 años |
Melanie
|
bc6995f921
Add Delete handler to SQLite (NG)
|
hace 14 años |
Melanie
|
60357d3778
Implement the "delete" path for assets. Adds a new option to allow remote asset deletion in robust handler.
|
hace 14 años |
Justin Clark-Casey (justincc)
|
cc67de5b86
rename SQLiteNG to SQLite and SQLite to SQLiteLegacy
|
hace 14 años |
Justin Clark-Casey (justincc)
|
e0f8362e7a
minor: add some documentation around the asset udp request path and replace some magic numbers with libomv enums
|
hace 15 años |
John Hurliman
|
df76e95aa2
Changed asset CreatorID to a string
|
hace 15 años |
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
|
hace 15 años |
Justin Clark-Casey (justincc)
|
b9c3846e81
minor: remove some mono compiler warnings
|
hace 15 años |
Justin Clark-Casey (justincc)
|
73b437b7b4
minor: remove some mono compiler warnings
|
hace 15 años |
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
|
hace 15 años |
Diva Canto
|
c8c4b4c505
Switched log level of an annoying message in SQLite to Debug, and commented it too.
|
hace 15 años |
Kunnis
|
f1287cc7af
* Switching IAssetData to follow the new naming schema, removing the separate insert and update methods.
|
hace 15 años |
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
|
hace 15 años |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Justin Clarke Casey
|
3791386d4d
* Change default sqlite asset db back to Asset.db instead of AssetStorage.db
|
hace 15 años |
lbsa71
|
29355de6ee
* Some more experimental work on distributed assets. Nothing hotwired yet.
|
hace 16 años |
Justin Clarke Casey
|
80ea563bcc
* minor: correct some documentation in SQLiteAssetData.cs
|
hace 16 años |
Justin Clarke Casey
|
7f8552fe63
* Change SQLite asset UUID to dashed format to be consistent
|
hace 16 años |
Mike Mazur
|
a2f07ecd2e
Implemented FetchAssetMetadataSet in DB backends.
|
hace 16 años |
Mike Mazur
|
76c0935ec7
- remove the Metadata property from AssetBase and return all previous
|
hace 16 años |
lbsa71
|
801da4346a
* optimized usings.
|
hace 16 años |
Mike Mazur
|
0c03a48fb2
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
|
hace 16 años |
Tedd Hansen
|
9511a8c763
Work in progress on SECS stuff. Have been holding it off until after 0.6 release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components.
|
hace 16 años |
Homer Horwitz
|
1c08f46ec3
- Add Dispose method to IRegionDataStore
|
hace 16 años |
Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
hace 16 años |
Sean Dague
|
b625a36ae5
we are now past change 6000, so getting rid of the pre-Migration
|
hace 16 años |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
hace 16 años |
Jeff Ames
|
80d8e2889e
Update svn properties. Formatting cleanup. Remove a compiler warning.
|
hace 16 años |
Sean Dague
|
611b56070b
add some locks back into the sqlite asset path, as something changed
|
hace 16 años |