aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker2-0/+17
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares7-163/+163
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-28Fix for Bug #2065: New check out crashes on sqlite migrationSean Dague1-0/+1
I apparently missed one drop tables statement that was actually needed when I did the cleaning to make this work for old sqlite versions.
2008-08-27cleaning out cruft from pre-Migration daysSean Dague1-103/+1
2008-08-27getting rid of pre-Migration cruftSean Dague1-111/+0
2008-08-27we are now past change 6000, so getting rid of pre-Migration cruftSean Dague1-222/+0
2008-08-27we are now past change 6000, so getting rid of the pre-MigrationSean Dague1-81/+0
upgrade cruft
2008-08-27get rid of the "drop if exists" lines in this old migration, as thoseSean Dague1-6/+0
tables shouldn't exist yet, and the exists keyword is relatively new in sqlite. This has been breaking a lot of people on Suse Enterprise Linux, for instance.
2008-08-27Mantis#2052. Thank you kindly, Avdleeuw for a patch that:Charles Krinke1-1/+1
After having built revision 5992, OpenSim would start while issuing some errors regards updates to user profiles (Master Avatar, and other manually added avatars). Issue 2027 dealt with the MySQL part. This issue deals with the SQLite part.
2008-08-19Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-19Attachment persistence (Mantis #1711)Melanie Thielker1-33/+4
Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match.
2008-08-18Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker1-0/+5
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
2008-08-18Formatting cleanup.Jeff Ames5-85/+85
2008-08-15Plumb in the partner and the account title fields for profile info.Melanie Thielker2-0/+12
2008-08-14Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2-0/+12
This will have no effect unless both the UGAI and the region are this revision or later
2008-08-14Add the UserStore migrations to the TP fixes patchMelanie Thielker1-0/+5
2008-08-14Mantis #1946Melanie Thielker1-0/+7
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
2008-08-10Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-4/+93
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.
2008-08-07Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur1-0/+20
dlls. Fix issue 1876.
2008-08-01Estate series, patch 9 (#9157)Melanie Thielker1-0/+6
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!
2008-08-01Add the missing migration files :/Melanie Thielker1-0/+8
2008-08-01Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker1-0/+7
owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration.
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-2/+2
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2-12/+29
PluginLoader. Fix issue 1871.
2008-07-25* Remove dumb bug I put in which meant that an archive save would never ↵Justin Clarke Casey1-1/+1
complete if there were any missing assets
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-10/+10
are stored in the db.
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-69/+69
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2-15/+17
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-5/+0
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-19Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker1-30/+30
but earlier versions of the SQLite dll
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-24/+1
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-0/+3
No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect.
2008-07-18fixing copy & paste artefact.Dr Scofield1-2/+2
2008-07-18add some locks back into the sqlite asset path, as something changedSean Dague1-49/+56
that is causing a lot of out of order execution on asset fetches on multi region sims.
2008-07-18remove all the odd quoting, on the off chance this was causing someSean Dague1-90/+90
of the issue.
2008-07-18put the entire thing inside a transaction. This probably doesn'tSean Dague1-0/+4
help much, but it might.
2008-07-18fix typo in create index that caused the entire migration to fail.Sean Dague1-1/+12
put some drop table if exist clauses in here to hopefully let this migration work for people that are in an intermediary broken state right now.
2008-07-18squashing further warnings.Dr Scofield1-1/+1
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur1-5/+20
(issue 1763).
2008-07-18Patch #9151Melanie Thielker3-114/+425
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-14Patch #9148Melanie Thielker1-0/+5
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-07change SitTarget calls from functions to propertiesSean Dague1-14/+15
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-13/+0
2008-07-03Update svn properties.Jeff Ames1-10/+10
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2-8/+14
* 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-06-29patch and files from mantis #1630, Thanks MelanieMW2-0/+47
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield5-88/+88
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-0/+2
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-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks ↵Jeff Ames7-63/+623
kerunix_Flan!