| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Thank you, HomerHorwitz, for a patch that corrects and improves TP
to landmark and home position handling.
|
| |
|
|
|
|
|
|
|
|
|
| |
patch attached replaces the tree walk algorithm used to build the
folder hierarchy with a single database query. That is, we replace
1 database query per folder with 1 query for the root folder's
properties and 1 query to retrieve the entire collection of folders for a user.
|
| |
|
|
|
|
| |
dlls. Fix issue 1876.
|
|
|
|
|
|
|
|
|
| |
Adds the new access semantics and the new flag (allow only age verified)
Plumbs in the abuse email address from sim to viewer. The other way around,
libomv appears to be lacking support for the data field in the packet.
Includes a migration, run prebuild!
|
| |
|
|
|
|
|
|
|
|
| |
owner (alongside the master avatar) and provides storage fo the
abuse email address. No user functionality yet.
This patch includes a migration.
|
| |
|
|
|
|
|
|
| |
PluginLoader. Fix issue 1871.
|
|
|
|
|
|
|
| |
Re-fix the re-fix from a clean build. This makes the region based
settings work as advertised
|
| |
|
|
|
|
|
|
|
| |
Makes region settings save on second and subsequent sim restarts
after upgrading.
|
|
|
|
|
|
|
| |
Fix a regression that caused the region settings not to save.
Still no SQLite support for region settings. MySQL now functional.
|
|
|
|
|
|
| |
are stored in the db.
|
|
|
|
|
|
|
| |
the properties a bit to be more consistant with other objects (having things
like .Name .Description, etc).
|
| |
|
|
|
|
| |
attributes to external XML files. Fix issues 1682 and 1786.
|
| |
|
|
|
|
|
|
| |
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
|
|
|
|
|
|
|
| |
No longer teleports an agent home unless their root agent is being banned.
Visual blocking is still in effect.
|
| |
|
|
|
|
| |
(issue 1763).
|
| |
|
|
|
|
|
|
| |
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
|
|
|
|
|
|
| |
This should speed up initial load of prims, especially on primy regions.
|
|
|
|
|
|
|
| |
should actually speed up deletes substantially, especially for large
regions, as this was a table scan before.
|
|
|
|
|
|
|
|
| |
Patch 5 in the region settings series. Adds a migration to ensure corrupted
data is purged and re-read from defaults. Some changes. Still no full
functionality
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
patch attached to check for timeouts on mysql connections *before*
operations occur that are likely to timeout. if timeout occurs or
the connections is down, it is reconnected before the operation fails.
|
|
|
|
|
|
|
| |
to move all their UUID stores from varchar(255) -> char(36). Based
on past evidence, this should help with performance.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Migration should be automatic on sqlite and mysql
* Migration is not automatic on mssql, you will need to drop the invType column manually
* Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
|
|
|
|
|
|
| |
Reads estate_settings.xml and populates the database from it.
If there is no record, just passes the defaults to the application.
|
|
|
|
|
|
| |
Make each region load it's settings from the database on startup.
No user functionality yet.
|
|
|
|
|
|
|
| |
* Introduce experimental wait timeout checking to mysql region datastore code
* This should mean that if the mysql connection has timed out, we should automatically reconnect and not fail or drop queries on region database manipulations
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Currently module loading is done ad-hoc. I propose creating a simple
loader class that leverages Mono.Addins (and perhaps the new .NET
addins when they become available in mono). Attached is a basic
patch for review that compiles into HEAD, but doesn't yet replace
any existing ad-hoc loaders.
|
|
|
|
| |
kerunix_Flan!
|
|
|
|
|
| |
Adds pipes for the prim item flags field
|
|
|
|
| |
files. Thanks kerunix_Flan!
|
| |
|
|
|
|
|
|
|
| |
for assets, make all the indexed columns in the inventory fixed length
via migration.
|
|
|
|
|
|
|
| |
on my machine, and works, but backing up before migrations
is always a good idea.
|
|
|
|
|
|
|
|
| |
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar.
* It only persists across reboots for the mySQL datastore currently.
* Currently have stubs in the other datastores.
|
|
|
|
|
| |
* mySQL this time.
|