| Commit message (Collapse) | Author | Files | Lines |
|
If these links are not deleted, then they will build up in the player's inventory until they can no longer log in.
Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being
accidentally moved. When a link is deleted, the target of the link is never touched.
This is a general solution that accounts for the use of links anywhere in the user's inventory.
|
|
Revert "Allow item links to be deleted even when other deletes and purges are disabled."
This reverts commit 491279f99afc65860d44765ee7829c7dd5e4e38e.
|
|
If these links are not deleted, then they will build up in the player's inventory until they can no longer log in.
Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being
accidentally moved. When a link is deleted, the target of the link is never touched.
This is a general solution that accounts for the use of links anywhere in the user's inventory.
|
|
|
|
http://opensimulator.org/mantis/view.php?id=5403 prior to doing something about 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.
|
|
uncover errors elsewhere.
|
|
This was needed if we want to update to the latest MySQL
connector dll. It automatically converts CHAR(36) to
Guids, so getting them as strings no longer works.
By using DBGuid.FromDB(), we unlink from any particular
storage format of GUIDs, could even make them BINARY(16)
if we like.
Actually not all MySql units are touched, but the remaining ones don't
seem to be affected (they don't read GUIDs from DB)
|
|
|
|
this will initially store home location data instead of the presence service
compiles but not enough to actually test yet
|
|
|
|
This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
|
|
|
|
|
|
(deleting all but one presence record) on logout so that they don't pile up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for testign the new generic table handling
|
|
functionality yet
|