Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | getting rid of pre-Migration cruft | Sean Dague | 2008-08-27 | 1 | -111/+0 | |
| | ||||||
* | we are now past change 6000, so getting rid of pre-Migration cruft | Sean Dague | 2008-08-27 | 1 | -222/+0 | |
| | ||||||
* | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 2008-08-27 | 1 | -81/+0 | |
| | | | | | | upgrade cruft | |||||
* | remove legacy pre-Migration database upgrade routines | Sean Dague | 2008-08-27 | 1 | -120/+0 | |
| | ||||||
* | remove the legacy pre-Migration database upgrade paths | Sean Dague | 2008-08-27 | 1 | -42/+0 | |
| | ||||||
* | remove pre-Migration upgrade paths | Sean Dague | 2008-08-27 | 1 | -92/+0 | |
| | ||||||
* | we're past checkin 6000, so now cleaning up all the cruft of the pre | Sean Dague | 2008-08-27 | 1 | -302/+3 | |
| | | | | | | migration database upgrade paths. This is coming in in stages. | |||||
* | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 2008-08-27 | 1 | -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. | |||||
* | Mantis#2052. Thank you kindly, Avdleeuw for a patch that: | Charles Krinke | 2008-08-27 | 1 | -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. | |||||
* | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 2008-08-24 | 1 | -1/+1 | |
| | | | | | | | | Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case. | |||||
* | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 2008-08-24 | 1 | -2/+14 | |
| | | | | | | now ply their trade. Is that nuts? | |||||
* | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 2008-08-24 | 1 | -55/+139 | |
| | | | | | | | | animation, target omega, looped sound, script access pin, allowed drop state and sale data. Loads it, too. Not all tested. Code: No Nuts. Data: Cannot Guarantee Nut Free. | |||||
* | Add the fields for the eye candy and sale featires to the prims table. | Melanie Thielker | 2008-08-24 | 1 | -0/+27 | |
| | | | | | | | No user functionality yet. Run prebuild. Contains a Migration. May contain nuts. | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -1/+1 | |
| | ||||||
* | Attachment persistence (Mantis #1711) | Melanie Thielker | 2008-08-19 | 5 | -109/+19 | |
| | | | | | | | | | 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. | |||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 2 | -7/+7 | |
| | ||||||
* | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2008-08-19 | 2 | -5/+9 | |
| | | | | | | Attachments now save to MySQL. No reattach on login yet. | |||||
* | * If two regions have configuration information that conflicts (save xy ↵ | Justin Clarke Casey | 2008-08-18 | 1 | -0/+1 | |
| | | | | location, same uuid or same internal ip port) then complain loudly and don't start up | |||||
* | * Properly dispose of the reader after readAttachments() has finished with ↵ | Justin Clarke Casey | 2008-08-18 | 1 | -2/+3 | |
| | | | | it in the Mysql User data manager | |||||
* | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 2008-08-18 | 4 | -0/+86 | |
| | | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | |||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 29 | -302/+301 | |
| | ||||||
* | * Rename *DataStore classes to *RegionData to align with SQLite | Justin Clarke Casey | 2008-08-16 | 2 | -0/+0 | |
| | ||||||
* | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2008-08-15 | 5 | -5/+42 | |
| | ||||||
* | Small fox in the database, god level was being overwritten with the user | Melanie Thielker | 2008-08-15 | 1 | -1/+1 | |
| | | | | | | flags value | |||||
* | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 2008-08-14 | 5 | -4/+31 | |
| | | | | | | | This will have no effect unless both the UGAI and the region are this revision or later | |||||
* | Mantis #1953 | Melanie Thielker | 2008-08-14 | 1 | -2/+2 | |
| | | | | | | | Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored. | |||||
* | Add the UserStore migrations to the TP fixes patch | Melanie Thielker | 2008-08-14 | 2 | -0/+10 | |
| | ||||||
* | Mantis #1946 | Melanie Thielker | 2008-08-14 | 3 | -3/+16 | |
| | | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | |||||
* | Minor formatting cleanup. | Jeff Ames | 2008-08-12 | 1 | -1/+1 | |
| | ||||||
* | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-08-10 | 2 | -9/+201 | |
| | | | | | | | | | 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. | |||||
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 3 | -4/+4 | |
| | ||||||
* | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 2008-08-06 | 3 | -0/+66 | |
| | | | | dlls. Fix issue 1876. | |||||
* | Estate series, patch 9 (#9157) | Melanie Thielker | 2008-08-01 | 2 | -0/+12 | |
| | | | | | | | | | 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! | |||||
* | Add the missing migration files :/ | Melanie Thielker | 2008-08-01 | 2 | -0/+16 | |
| | ||||||
* | Patch #8 in the estate series. Introduces the concept of an estate | Melanie Thielker | 2008-08-01 | 2 | -0/+14 | |
| | | | | | | | | owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration. | |||||
* | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 2008-07-31 | 4 | -6/+6 | |
| | ||||||
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 13 | -53/+117 | |
| | | | | | | PluginLoader. Fix issue 1871. | |||||
* | * Refactored some heavily duplicated RequestSimProfileData functions | lbsa71 | 2008-07-29 | 1 | -87/+40 | |
| | | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues. | |||||
* | The hazards if unclean sourc trees. Yours truly got bitten this time. | Melanie Thielker | 2008-07-26 | 1 | -2/+4 | |
| | | | | | | | Re-fix the re-fix from a clean build. This makes the region based settings work as advertised | |||||
* | Re-Fix the fix | Melanie Thielker | 2008-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix Mantis #1830 | Melanie Thielker | 2008-07-26 | 1 | -0/+1 | |
| | | | | | | | Makes region settings save on second and subsequent sim restarts after upgrading. | |||||
* | * Remove dumb bug I put in which meant that an archive save would never ↵ | Justin Clarke Casey | 2008-07-25 | 1 | -1/+1 | |
| | | | | complete if there were any missing assets | |||||
* | squashing warning. | Dr Scofield | 2008-07-25 | 1 | -1/+3 | |
| | ||||||
* | Patch #9155 (Mantis #1793) | Melanie Thielker | 2008-07-25 | 1 | -0/+1 | |
| | | | | | | | Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional. | |||||
* | few additional fixed to get prim inventory up on nhibernate | Sean Dague | 2008-07-23 | 3 | -4/+4 | |
| | ||||||
* | implemented prim inventories for nhibernate | Sean Dague | 2008-07-23 | 1 | -1/+30 | |
| | ||||||
* | fix column mapping | Sean Dague | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | complete the prim inventory mapping | Sean Dague | 2008-07-23 | 1 | -0/+6 | |
| | ||||||
* | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 2008-07-23 | 4 | -30/+47 | |
| | | | | | | are stored in the db. | |||||
* | add primitems migration for nhibernate | Sean Dague | 2008-07-23 | 1 | -0/+27 | |
| |