Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | store the physics inertia override in SQlite | UbitUmarov | 2017-04-01 | 1 | -0/+6 |
| | |||||
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+8 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 1 | -0/+11 |
| | |||||
* | Fix incorrect SQLite syntax in Migrations | Melanie Thielker | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | The old sqlite inventory data interface was still around and causing ↵ | Diva Canto | 2016-02-21 | 1 | -39/+0 |
| | | | | problems: the only part of the code using it was the data (sqlite) tests. Given that this old interface has been obsolete for several years, it has now been removed, including the tests. TODO: Writing tests for the new (ah!) inventory data interface. | ||||
* | SQLite: Removed obsolete migration file | Diva Canto | 2016-02-21 | 1 | -169/+0 |
| | |||||
* | Flatten migrations for sqlite | Diva Canto | 2016-02-21 | 4 | -605/+193 |
| | | | | | | Conflicts: OpenSim/Data/SQLite/Resources/RegionStore.migrations (Resolved) | ||||
* | store rotation axis locks in MySql and SQlite dbs ( others need to be ↵ | UbitUmarov | 2015-10-20 | 1 | -1/+9 |
| | | | | updated also | ||||
* | SQLite db migration update | UbitUmarov | 2015-09-21 | 2 | -0/+22 |
| | |||||
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 1 | -0/+12 |
| | | | | scenepresence) | ||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -12/+0 |
|\ | |||||
| * | Revert "Add support for user preferences (im via email)" | Melanie | 2013-12-07 | 1 | -12/+0 |
| | | | | | | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b. | ||||
* | | AgentPreferences SQLLite Migration update Mantis #7157 | Roger Kirkman | 2015-06-13 | 1 | -0/+19 |
| | | | | | | | | Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | | SQLite and PGSQL adapters for AgentPreferences | Cinder | 2015-06-13 | 1 | -0/+17 |
|/ | | | | Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 1 | -0/+12 |
| | |||||
* | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 2013-09-22 | 1 | -0/+12 |
| | | | | | | | | | | Patch taken from http://opensimulator.org/mantis/view.php?id=4905 originally by Greg C. Fixed to apply to r/23314 commit ba9daf849e7c8db48e7c03e7cdedb77776b2052f (cherry picked from commit 4ff9fbca441110cc2b93edc7286e0e9339e61cbe) | ||||
* | Fix HGTravelStore.migrations in SQLite (mantis #6709) | Diva Canto | 2013-07-19 | 1 | -10/+10 |
| | |||||
* | Added SQLite version of hg travel data store. UNTESTED. Hope it works! | Diva Canto | 2013-07-14 | 1 | -0/+18 |
| | |||||
* | * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ↵ | teravus | 2013-06-11 | 1 | -0/+8 |
| | | | | | | | there's still something wrong with keyframed motion starting when the sim starts up, you have to 'select' and 'deselect' the prim again to get it to appear to move. Not sure what this is but maybe melanie_t can comment on this. * Has a prim table migration.. that might take a while, hold on to your hats. * Fixes a null-ref when shutting down while keyframed motion is active. | ||||
* | SQLite support for UserProfiles | BlueWall | 2013-06-07 | 1 | -0/+90 |
| | |||||
* | Send up the part missing from the Avination Estate commit. | Melanie | 2013-05-11 | 1 | -0/+9 |
| | | | | Warning - contains a small migration. | ||||
* | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 2013-02-09 | 1 | -0/+12 |
| | |||||
* | Remove the accidental PrimShapes column that I added back to the SQLite ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -2/+1 |
| | | | | region store | ||||
* | Fix tests by adding DynAttrs add column commands to RegionStore.migrations ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+6 |
| | | | | (these were originally in 021_RegionStore.sql which I might have forgotton to add 2 years ago). | ||||
* | Environment Module - allows Environment settings for Viewer3 warning: ↵ | PixelTomsen | 2012-05-23 | 1 | -0/+11 |
| | | | | | | | | | | | | | includes database region store migrations for mssql, mysql, sqlite enable/disable this module: Cap_EnvironmentSettings = "localhost" (for enable) Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file) or owerwrite in OpenSim.ini mantis: http://opensimulator.org/mantis/view.php?id=5860 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Parcel sales support to SQLite | BlueWall | 2012-02-17 | 1 | -1/+7 |
| | |||||
* | Fillin missing SQLite support for Telehubs | BlueWall | 2012-02-17 | 1 | -0/+16 |
| | |||||
* | Fix: Lightshare Module(Windlight)-Region settings are not applicable for ↵ | PixelTomsen | 2012-02-14 | 1 | -0/+70 |
| | | | | database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888 | ||||
* | Fix: Covenant changed time not set ↵ | PixelTomsen | 2012-02-03 | 1 | -1/+6 |
| | | | | | | http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Remove vestigal OpenSim.Data mono addins extension points that don't look ↵ | Justin Clark-Casey (justincc) | 2011-09-20 | 1 | -20/+0 |
| | | | | like they've been active for at least 2 and a half years | ||||
* | Remove un-needed ATTACH command in migration script. | BlueWall | 2011-08-15 | 1 | -3/+1 |
| | | | | | | This was causing issues when using specified paths to database files by using a hard-coded name. | ||||
* | Fix sqlite migration problems by moving migrations in 019_RegionStore.sql ↵ | Justin Clark-Casey (justincc) | 2010-09-01 | 3 | -14/+14 |
| | | | | | | and 020 into RegionStore.migrations This shows that panda is still not running the sqlite database tests since this change fixes the test failure in that area when "nant test" is executed locally | ||||
* | Implements parcel media setting persistence and packet / CAPS handling | Jonathan Freedman | 2010-08-30 | 1 | -0/+10 |
| | | | | | | properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | add missing regionstore migration file for new fields. D'oh! | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -0/+6 |
| | | | | this should enable persistence now | ||||
* | * Changed CreatorIDs consistently to varchar(128) | Diva Canto | 2010-06-08 | 5 | -52/+53 |
| | | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style | ||||
* | remove estate stuff in sqlite region migrations since this also exists in ↵ | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -54/+1 |
| | | | | | | estate migrations, change Sandbox to sandbox in sqlite region migrations re-enabling the sqlite data tests revealed these errors! | ||||
* | add sqlite database back to database tests | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -1/+1 |
| | | | | | this appears to be okay even though we reuse it between runs without deleting it first. size of the database appears not to be changing though that could be deceptive | ||||
* | Split migrations for RegionStore and EstateStore (see WARNING!) | AlexRa | 2010-05-23 | 2 | -25/+88 |
| | | | | | | | | | | | | ok, so the estate stores now want their own migration files, but as it happened the SQL definition were inside the Region migrations. It seems better/cleaner to keep each 'store' separately updatable. WARNING: any editing in the middle of the migration scripts (as opposite to just appending to them) has the potential of messing up updates of existing databases. As far as I can see, this one is (probably) safe, the worst that could happen is the EstateStore migration silently fail if the estate the tables are already there. | ||||
* | SQLite: CreatorID added (and asset_flags moved) to the migration script | AlexRa | 2010-05-19 | 1 | -0/+24 |
| | |||||
* | Migrations for SQLite converted to new format | AlexRa | 2010-05-16 | 46 | -709/+828 |
| | |||||
* | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 2010-05-09 | 2 | -0/+10 |
| | | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | ||||
* | These files are part of the GridUserService write-up. | Diva Canto | 2010-05-07 | 1 | -0/+16 |
| | |||||
* | Fixed: migration #2 for SQLite. Problem was that ATTACH cannot be done ↵ | Diva Canto | 2010-05-04 | 1 | -3/+2 |
| | | | | inside a transaction. | ||||
* | Switched everything to XInventory by default. The old Inventory is still ↵ | Diva Canto | 2010-05-02 | 2 | -0/+47 |
| | | | | there for now, in case bugs pop up with XInventory. | ||||
* | Bug fix: UserAccounts in SQLite was missing the primary key constraint. | Diva Canto | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Added FriendsData to both Null storage and SQLite. Untested. | Diva Canto | 2010-02-28 | 2 | -0/+15 |
| | |||||
* | Bug fixes on field names in order to make data import work from old users ↵ | Diva Canto | 2010-02-21 | 1 | -1/+1 |
| | | | | table to new UserAccounts table. | ||||
* | * Added SQlite connector for AvatarData. Tested -- works. | Diva Canto | 2010-02-21 | 1 | -0/+9 |
| | | | | | * Small bug fix in debug message * Set default standalone configs to use SQLite across the board | ||||
* | Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵ | Diva Canto | 2010-02-20 | 4 | -0/+45 |
| | | | | access to these tables doesn't work. | ||||
* | * Consistently use dashed uuid format for sqlite region data, as was ↵ | Justin Clarke Casey | 2009-05-07 | 1 | -0/+79 |
| | | | | | | | | | | | previously done for sqlite inventory data. * This revision contains a data migration. Please backup your sqlite region db as a precaution before using this code * I also advise that you do a runprebuild[.sh|.bat] and a clean build ("nant clean build" if you're using the command line). * This change is needed for future id schemes |