| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
some older content
|
| |
|
|
|
|
| |
* Replaced the per-avatar seen update tracking with update flag combining, to avoid overwriting full updates with terse updates
|
| |
|
|
|
|
| |
files. Restored Presence table to its taboo-breaking form.
|
|
|
|
| |
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
|
|\ |
|
| |
| |
| |
| | |
unless we were asked to
|
| |
| |
| |
| |
| |
| | |
will want to track position against sessionID instead of userID
* Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
|
| |\
| | |
| | |
| | | |
slimupdates2
|
| | |
| | |
| | |
| | | |
now only be for simultaneous add/removes of scene presences from the scene.
|
| |\ \
| | | |
| | | |
| | | | |
slimupdates2
|
| | | |
| | | |
| | | |
| | | | |
joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed.
|
| | | |
| | | |
| | | |
| | | | |
working)
|
| | | |
| | | |
| | | |
| | | | |
original behavior of avatar update sending and has a simplified set of IClientAPI methods for sending avatar/prim updates
|
| | | |
| | | |
| | | |
| | | | |
was less efficient.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Contains a migration.
SQLite: May contain nuts.
The SQLite migration copies the entire asset table. Be prepared for quite a wait. Don't interrupt it. Back up your assets db.
BasicAssetTest checks CreatorID storage, new test for weird CreatorID
(now also checks that non-GUID or empty CreatorID gets stored correctly)
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The asset type wasn't in the list of "DontScramble" fields,
so the test assets were stored with randomized type, which
caused exception on reading them.
Also the scrambler was moved from local var to the class level,
so it could be used in the new tests I've added (see the next commit).
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Throwing an Ex. with SQL command in the message looks weird,
this is a bit better, but I'm still not sure if that's the
proper way to handle. Also, there is a catch one level up,
so is this one necessary?
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change migration error reporting to not truncate the statement when
reporting. It's a bit messier than the old error reporting, but at least
one gets an idea of what could be wrong again. And things look a lot
neater now.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
prevented the full message from displaying.
|
| | | |
| | | |
| | | |
| | | | |
migrations to continue in the face of an error
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 167db502593de5f535d8c322005c63ef263940ed.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes some type conversion bugs and also makes the estate lists
work properly for MSSQL. Strawberry, please check this.
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Revert "Revert "Looks like the new files were never added to prebuild.xml""
This reverts commit f253758c2e4e30c8e09f23135d79765c70198802.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Another stab at the tests
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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 DBMS-independent function to be used converting UUIDs
from whatever format used in the DB (string/binary/Guid).
This is mostly needed for MySQL, as in MSSQL they are always
UNIQUEIDENTIFIERs and in SQLite always strings (but would look
better if we use it there anyway).
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
This reverts commit df49756e7b8125595db20f63d5f9809a27642b77.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adding what, in the World according to Alex, will fix the tests
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replaced all NNN_StoreName.sql migration resources with a more
readable, single-file-per-store
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Uses MySqlScript class to correctly run proc/func definitions
that need delimiter change. Requires MySql.Data.dll 6.2 or later.
|