Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
UbitUmarov
|
5202ae7bb4
revert changes to asset desc size, my bad.. this field will possible go away in future
|
8 years ago |
UbitUmarov
|
7524c7729f
change asset description max size
|
8 years ago |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 years ago |
Oren Hurvitz
|
93a9ed2a6d
Changed the maximum asset name and description lengths to constants. Also, pre-truncate the description of dynamic textures.
|
10 years ago |
Oren Hurvitz
|
9211361b19
Fixed AssetsExist in SQLite
|
10 years ago |
Oren Hurvitz
|
d1c3f8eef5
Added assets service method AssetsExist(), which returns whether the given list of assets exist.
|
10 years ago |
Melanie
|
eb9458fd7e
Merge branch 'master' into careminster
|
11 years ago |
Justin Clark-Casey (justincc)
|
9b045e72b6
Add asset name and description truncation warnings to SQLite database plugin for consistency.
|
11 years ago |
Melanie
|
06fa1681ae
Merge branch 'master' into careminster
|
12 years ago |
Justin Clark-Casey (justincc)
|
94da908813
More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possible.
|
12 years ago |
Melanie
|
03e7bc1526
Merge branch 'master' into careminster
|
12 years ago |
Justin Clark-Casey (justincc)
|
68a4ef5ef6
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
|
12 years ago |
Tom
|
66dec3b874
Resolve merge commits, stage 1
|
13 years ago |
Marck
|
dd2564d7ec
refactor: Pull up Assembly of the SQLite 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 a refactor similar to commit 9923a2ff1002d722ccebea8bf4d71718ed4e2a03 for MySQL -- no functional changes.
|
13 years ago |
Melanie
|
4fbdcb95a0
Merge branch 'master' into careminster-presence-refactor
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
983c6a74b1
* Add CSharpSqlite to prebuild
|
14 years ago |
Tom Grimshaw
|
a5a1df68c2
Provide the interface for StoreAsset to report success or failure
|
14 years ago |
Melanie
|
859beaf830
Revert one of the previous patches' hunks. The new code looked better, but
|
14 years ago |
AlexRa
|
c6977cbd4d
Added CreatorID to SQLite asset data
|
14 years ago |
AlexRa
|
ccee95552f
A bit of harmless refactoring in SQLiteAssetData.cs
|
14 years ago |
Diva Canto
|
9cf6b81256
Yey for unit tests. The previous commit had a couple of bugs on SQL statements. Fixed here.
|
14 years ago |
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.
|
14 years ago |
Melanie
|
bc6995f921
Add Delete handler to SQLite (NG)
|
14 years ago |
Melanie
|
60357d3778
Implement the "delete" path for assets. Adds a new option to allow remote asset deletion in robust handler.
|
14 years ago |
Justin Clark-Casey (justincc)
|
cc67de5b86
rename SQLiteNG to SQLite and SQLite to SQLiteLegacy
|
14 years ago |
Justin Clark-Casey (justincc)
|
e0f8362e7a
minor: add some documentation around the asset udp request path and replace some magic numbers with libomv enums
|
14 years ago |
John Hurliman
|
df76e95aa2
Changed asset CreatorID to a string
|
14 years ago |
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 years ago |
Justin Clark-Casey (justincc)
|
b9c3846e81
minor: remove some mono compiler warnings
|
14 years ago |