aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-082-3/+26
| | | | | | | | | 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.
* Mantis #2133Melanie Thielker2008-09-062-2/+2
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-068-217/+217
| | | | | | | * 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.
* Update svn properties.Jeff Ames2008-09-031-24/+24
|
* Mantis #2099Melanie Thielker2008-09-032-16/+38
| | | | | | | Thank you, cmickeyb, for a patch that corrects the database connection handling in the multithreaded user server.
* apparently I missed one of the old version routines that could beSean Dague2008-09-021-39/+0
| | | | | | removed. Removing that now.
* * Added new MySQLSuperManager support for the grid servers.Adam Frisby2008-08-303-69/+140
| | | | | * In theory, login and a large number of grid functions should now at least be multithreaded.
* * Fixed #2807 Again, Whoops.Adam Frisby2008-08-301-1/+1
|
* * Fix for Mantis #2087, Standalone MySQL broken with threading improvements. ↵Adam Frisby2008-08-301-0/+9
| | | | (Didnt realise this code was being shared with the gridservers)
* * Minor fix to previous threading patch, every nTH request would previously ↵Adam Frisby2008-08-301-2/+10
| | | | have been delayed for 1000ms. This has been fixed.
* * Added new "SuperManager" class for MySQL connections, for allowing ↵Adam Frisby2008-08-302-236/+379
| | | | | | | | multiple concurrent MySQL threads. * Implemented SuperManager inside of UserData. This means the userserver when running on MySQL will use 10 connections (+1 system connection) to handle requests, preventing the previous mire of locking resulting in singlethreadedness. * This requires testing and grids relying on stability should not upgrade to this revision until it's been properly tested.
* remove legacy pre-Migration database upgrade routinesSean Dague2008-08-271-120/+0
|
* remove the legacy pre-Migration database upgrade pathsSean Dague2008-08-271-42/+0
|
* remove pre-Migration upgrade pathsSean Dague2008-08-271-92/+0
|
* we're past checkin 6000, so now cleaning up all the cruft of the preSean Dague2008-08-271-302/+3
| | | | | | migration database upgrade paths. This is coming in in stages.
* Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke2008-08-241-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 canMelanie Thielker2008-08-241-2/+14
| | | | | | now ply their trade. Is that nuts?
* Plumb the data path for all those eye candy values. Saves textureMelanie Thielker2008-08-241-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 Thielker2008-08-241-0/+27
| | | | | | | No user functionality yet. Run prebuild. Contains a Migration. May contain nuts.
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-191-30/+9
| | | | | | | | | 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 Ames2008-08-192-7/+7
|
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-192-5/+9
| | | | | | Attachments now save to MySQL. No reattach on login yet.
* * If two regions have configuration information that conflicts (save xy ↵Justin Clarke Casey2008-08-181-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 Casey2008-08-181-2/+3
| | | | it in the Mysql User data manager
* Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker2008-08-183-0/+81
| | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
* Formatting cleanup.Jeff Ames2008-08-187-120/+119
|
* * Rename *DataStore classes to *RegionData to align with SQLiteJustin Clarke Casey2008-08-161-0/+0
|
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-153-5/+30
|
* Small fox in the database, god level was being overwritten with the userMelanie Thielker2008-08-151-1/+1
| | | | | | flags value
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-143-4/+19
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Add the UserStore migrations to the TP fixes patchMelanie Thielker2008-08-141-0/+5
|
* Mantis #1946Melanie Thielker2008-08-142-3/+9
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* Minor formatting cleanup.Jeff Ames2008-08-121-1/+1
|
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-101-5/+108
| | | | | | | | | 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 Ames2008-08-072-3/+3
|
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-061-0/+23
| | | | dlls. Fix issue 1876.
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-011-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!
* Add the missing migration files :/Melanie Thielker2008-08-011-0/+8
|
* Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker2008-08-011-0/+7
| | | | | | | | 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 Mazur2008-07-311-2/+2
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-314-16/+31
| | | | | | PluginLoader. Fix issue 1871.
* The hazards if unclean sourc trees. Yours truly got bitten this time.Melanie Thielker2008-07-261-2/+4
| | | | | | | Re-fix the re-fix from a clean build. This makes the region based settings work as advertised
* Re-Fix the fixMelanie Thielker2008-07-261-1/+1
|
* Fix Mantis #1830Melanie Thielker2008-07-261-0/+1
| | | | | | | Makes region settings save on second and subsequent sim restarts after upgrading.
* Patch #9155 (Mantis #1793)Melanie Thielker2008-07-251-0/+1
| | | | | | | Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-10/+10
| | | | | | are stored in the db.
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-70/+70
| | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-12/+14
|
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-232-11/+0
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* Update svn properties. Fix some inconsistent newlines.Jeff Ames2008-07-191-23/+23
|