Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-24 | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 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. | |||||
2008-08-24 | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 1 | -2/+14 | |
now ply their trade. Is that nuts? | |||||
2008-08-24 | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 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. | |||||
2008-08-24 | Add the fields for the eye candy and sale featires to the prims table. | Melanie Thielker | 1 | -0/+27 | |
No user functionality yet. Run prebuild. Contains a Migration. May contain nuts. | |||||
2008-08-19 | Attachment persistence (Mantis #1711) | Melanie Thielker | 1 | -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. | |||||
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -7/+7 | |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2 | -5/+9 | |
Attachments now save to MySQL. No reattach on login yet. | |||||
2008-08-18 | * If two regions have configuration information that conflicts (save xy ↵ | Justin Clarke Casey | 1 | -0/+1 | |
location, same uuid or same internal ip port) then complain loudly and don't start up | |||||
2008-08-18 | * Properly dispose of the reader after readAttachments() has finished with ↵ | Justin Clarke Casey | 1 | -2/+3 | |
it in the Mysql User data manager | |||||
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 3 | -0/+81 | |
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 7 | -120/+119 | |
2008-08-16 | * Rename *DataStore classes to *RegionData to align with SQLite | Justin Clarke Casey | 1 | -0/+0 | |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 3 | -5/+30 | |
2008-08-15 | Small fox in the database, god level was being overwritten with the user | Melanie Thielker | 1 | -1/+1 | |
flags value | |||||
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 3 | -4/+19 | |
This will have no effect unless both the UGAI and the region are this revision or later | |||||
2008-08-14 | Add the UserStore migrations to the TP fixes patch | Melanie Thielker | 1 | -0/+5 | |
2008-08-14 | Mantis #1946 | Melanie Thielker | 2 | -3/+9 | |
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | |||||
2008-08-12 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-10 | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -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. | |||||
2008-08-07 | Minor formatting cleanup. | Jeff Ames | 2 | -3/+3 | |
2008-08-06 | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 1 | -0/+23 | |
dlls. Fix issue 1876. | |||||
2008-08-01 | Estate series, patch 9 (#9157) | Melanie Thielker | 1 | -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-01 | Add the missing migration files :/ | Melanie Thielker | 1 | -0/+8 | |
2008-08-01 | Patch #8 in the estate series. Introduces the concept of an estate | Melanie Thielker | 1 | -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-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 1 | -2/+2 | |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 4 | -16/+31 | |
PluginLoader. Fix issue 1871. | |||||
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 | |