Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-26 | The hazards if unclean sourc trees. Yours truly got bitten this time. | Melanie Thielker | 1 | -2/+4 | |
Re-fix the re-fix from a clean build. This makes the region based settings work as advertised | |||||
2008-07-26 | Re-Fix the fix | Melanie Thielker | 1 | -1/+1 | |
2008-07-26 | Fix Mantis #1830 | Melanie Thielker | 1 | -0/+1 | |
Makes region settings save on second and subsequent sim restarts after upgrading. | |||||
2008-07-25 | Patch #9155 (Mantis #1793) | Melanie Thielker | 1 | -0/+1 | |
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional. | |||||
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 1 | -10/+10 | |
are stored in the db. | |||||
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 1 | -70/+70 | |
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -12/+14 | |
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 2 | -11/+0 | |
attributes to external XML files. Fix issues 1682 and 1786. | |||||
2008-07-19 | Update svn properties. Fix some inconsistent newlines. | Jeff Ames | 1 | -23/+23 | |
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 1 | -22/+1 | |
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | |||||
2008-07-18 | Patch to fix saving of estate managers list loaded during migration. | Melanie Thielker | 1 | -0/+3 | |
No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect. | |||||
2008-07-18 | squashing further warnings. | Dr Scofield | 1 | -19/+19 | |
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 4 | -12/+39 | |
(issue 1763). | |||||
2008-07-18 | masks MySQL password from console startup messages | Dahlia Trimble | 2 | -3/+47 | |
2008-07-18 | Patch #9151 | Melanie Thielker | 3 | -140/+492 | |
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. | |||||
2008-07-16 | added index to ParentID on prims, as this is sorted on for prim loading. | Sean Dague | 1 | -0/+5 | |
This should speed up initial load of prims, especially on primy regions. | |||||
2008-07-15 | add migration for SceneGroupID to char(36) plus add an index. This | Sean Dague | 1 | -0/+9 | |
should actually speed up deletes substantially, especially for large regions, as this was a table scan before. | |||||
2008-07-14 | Patch #9148 | Melanie Thielker | 1 | -0/+9 | |
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 | |||||
2008-07-07 | change SitTarget calls from functions to properties | Sean Dague | 1 | -14/+15 | |
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 1 | -7/+0 | |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-07-03 | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 3 | -36/+107 | |
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. | |||||
2008-07-03 | add 3 migrations, 1 each for prims, primshapes, and primitems | Sean Dague | 3 | -0/+65 | |
to move all their UUID stores from varchar(255) -> char(36). Based on past evidence, this should help with performance. | |||||
2008-07-03 | migrate the myisam mysql regions to innodb | Sean Dague | 1 | -0/+12 | |
2008-07-03 | Update svn properties. | Jeff Ames | 1 | -5/+5 | |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2 | -5/+8 | |
* 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 | |||||
2008-07-01 | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -1/+8 | |
Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application. | |||||
2008-06-30 | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -0/+6 | |
Make each region load it's settings from the database on startup. No user functionality yet. | |||||
2008-06-29 | * Fix for http://opensimulator.org/mantis/view.php?id=1512 | Justin Clarke Casey | 2 | -19/+95 | |
* 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 | |||||
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 2 | -0/+223 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 4 | -173/+185 | |
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -1/+3 | |
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. | |||||
2008-06-26 | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks ↵ | Jeff Ames | 4 | -78/+315 | |
kerunix_Flan! | |||||
2008-06-26 | Mantis#1595. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+3 | |
Adds pipes for the prim item flags field | |||||
2008-06-26 | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵ | Jeff Ames | 7 | -17/+224 | |
files. Thanks kerunix_Flan! | |||||
2008-06-25 | add migrations to mysql and sqlite for flags on embedded inventory | Sean Dague | 1 | -0/+5 | |
2008-06-24 | based on positive feedback on performance of making keys fixed length | Sean Dague | 1 | -0/+31 | |
for assets, make all the indexed columns in the inventory fixed length via migration. | |||||
2008-06-23 | add migration to go from varchar -> char for uuid. Tested | Sean Dague | 1 | -0/+9 | |
on my machine, and works, but backing up before migrations is always a good idea. | |||||
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to ↵ | Teravus Ovares | 2 | -0/+122 | |
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. | |||||
2008-06-20 | * Handle parcel telehub location corruption gracefully. DBNull | Teravus Ovares | 1 | -7/+16 | |
* mySQL this time. | |||||
2008-06-19 | oops, build break. needed to include another reference. | Sean Dague | 1 | -0/+1 | |
2008-06-19 | add migrations support for mysql log store. This should complete | Sean Dague | 3 | -1/+41 | |
all the mysql bits for migration. | |||||
2008-06-19 | fix an edge case with migrations in the region store. | Sean Dague | 3 | -2/+54 | |
Add migration support to gridstore. | |||||
2008-06-16 | the beginning of the great id format migration. This makes | Sean Dague | 2 | -6/+13 | |
asset uuids no longer binary. I've tested this migration a few times, and it seems working in all the scenarios I've found but it wouldn't hurt to backup your asset db before running this as it does touch a very sensitive part of our content system. | |||||
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 2 | -2/+2 | |
hard-coded port numbers. | |||||
2008-06-12 | look mom, migrations in action. This adds a couple of indexes | Sean Dague | 1 | -0/+6 | |
to mysql regions that should help on performance of some of the selects. We should start capturing more data on performance bits to figure out where else we are missing indexes and add them via migrations as well. | |||||
2008-06-12 | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 7 | -17/+32 | |
and no schema. It should also work with a non up to date schema as well. Btw, meetings in which I can get code done are the right kind of meetings. | |||||
2008-06-12 | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 1 | -1/+1 | |
2008-06-12 | this, in theory, adds migration support to mysql for all | Sean Dague | 4 | -112/+194 | |
data sources besides the grid store. It is only lightly tested so the less adventurous should wait a couple of checkins before upgrading. | |||||
2008-06-12 | check in region store initial migration definition, | Sean Dague | 1 | -0/+150 | |
now on to integrating this approach into the mysql driver. Beware the next couple of checkins. |