UbitUmarov
|
0a67cda224
remove redundant using(){}
|
пре 9 година |
UbitUmarov
|
a11edceb00
seems to compile ( tests comented out)
|
пре 9 година |
UbitUmarov
|
371c9dd2af
bad merge?
|
пре 9 година |
Justin Clark-Casey (justincc)
|
f129b824c3
Removing locking on requests in MySQLAssetData.
|
пре 10 година |
Oren Hurvitz
|
93a9ed2a6d
Changed the maximum asset name and description lengths to constants. Also, pre-truncate the description of dynamic textures.
|
пре 10 година |
Oren Hurvitz
|
d1c3f8eef5
Added assets service method AssetsExist(), which returns whether the given list of assets exist.
|
пре 10 година |
Melanie
|
7cf377fff0
Merge branch 'master' into careminster
|
пре 11 година |
Justin Clark-Casey (justincc)
|
e20b0d5695
minor: Make exceptions thrown by MySQLAssetData more consistent.
|
пре 11 година |
Melanie
|
eb9458fd7e
Merge branch 'master' into careminster
|
пре 11 година |
Justin Clark-Casey (justincc)
|
74916ed777
Add more information to warnings logged when asset names and descriptions have to be truncated for database storage
|
пре 11 година |
Melanie
|
4b982db252
Merge branch 'master' into careminster
|
пре 12 година |
Justin Clark-Casey (justincc)
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
пре 12 година |
Tom
|
66dec3b874
Resolve merge commits, stage 1
|
пре 13 година |
Justin Clark-Casey (justincc)
|
6b51d8a10e
In the asset service, check that an asset exists before attempting to store it.
|
пре 13 година |
Melanie
|
9165a5207d
Merge branch 'master' into careminster-presence-refactor
|
пре 13 година |
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.
|
пре 13 година |
Melanie
|
6a1ce17cdb
Merge branch 'master' into careminster-presence-refactor
|
пре 14 година |
John Hurliman
|
47ac9f97b1
Re-enabled asset last access time logging in MySQL
|
пре 14 година |
Tom Grimshaw
|
a5a1df68c2
Provide the interface for StoreAsset to report success or failure
|
пре 14 година |
AlexRa
|
64fe823b92
MySQLAssetData.cs now supports asset_flags, CreatorID
|
пре 14 година |
AlexRa
|
deae030145
Some more corrections after MySQL connector update
|
пре 14 година |
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 година |
Melanie
|
60357d3778
Implement the "delete" path for assets. Adds a new option to allow remote asset deletion in robust handler.
|
пре 14 година |
Melanie
|
9b22393cf3
Add a field asset_flags and a corresponding enum to the asset database. This
|
пре 14 година |
John Hurliman
|
df76e95aa2
Changed asset CreatorID to a string
|
пре 14 година |
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.
|
пре 15 година |
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 година |