Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-12-09 | Check database for root prim IDs only to try and get a handle on prim loss | Melanie | 1 | -1/+1 | |
once and for all. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -238/+219 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-08-31 | Also do other MySQL region settings related calls under m_dbLock, in common ↵ | Justin Clark-Casey (justincc) | 1 | -117/+130 | |
with other calls. | |||||
2012-08-31 | Do Windlight storage and removal calls in MySQL under m_dbLock, as is done ↵ | Justin Clark-Casey (justincc) | 1 | -102/+108 | |
with all the other database calls. | |||||
2012-08-29 | A few more changes to keyframes | UbitUmarov | 1 | -1/+1 | |
2012-08-28 | [possible still very broken] mess around keyframes. timer events | UbitUmarov | 1 | -1/+1 | |
threads overlaps, some null objects exceptions, region crossing... | |||||
2012-08-15 | Fix and finish the extra parameters storage system for MySQL | Melanie | 1 | -1/+57 | |
2012-08-15 | Fix and finish the extra parameters storage system for MySQL | Melanie | 1 | -1/+57 | |
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+13 | |
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+13 | |
2012-07-07 | Fix storing vehicle data | Melanie | 1 | -2/+2 | |
2012-07-07 | Add saving vehicle physics data to the database | Melanie | 1 | -2/+17 | |
2012-06-26 | Prevent bad prim in the database from crashing the sim, list affected | Melanie | 1 | -26/+34 | |
ids and skip them. | |||||
2012-06-07 | Typo fix | Melanie | 1 | -3/+5 | |
2012-06-07 | Add the ability to query the MYSQL databse for a list of the stored prim UUIDs | Melanie | 1 | -0/+31 | |
2012-05-23 | Environment Module - allows Environment settings for Viewer3 warning: ↵ | PixelTomsen | 1 | -0/+62 | |
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> | |||||
2012-05-15 | Port the mel/dahlia fix | Melanie | 1 | -1/+8 | |
2012-04-30 | If there are no new prim items to store then don't bother opening the ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
MySqlConnection only to do nothing with it. | |||||
2012-04-30 | Consistently use using() to make sure we dispose of used MySqlCommands where ↵ | Justin Clark-Casey (justincc) | 1 | -134/+133 | |
this is not already being done. | |||||
2012-03-20 | Fix an invalid cast that only showed at runtime | Melanie | 1 | -1/+1 | |
2012-03-20 | Store and reload extra physics from database | Melanie | 1 | -2/+20 | |
2012-02-29 | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
MySQL and MSSQL have it as Sandbox, sqlite as sandbox. In various different places in every plugin the wrong casing is used... Consistency, who needs it? Or one day sqlite can change to Sandbox. | |||||
2012-02-26 | Move KeyframeMotion from SOG to SOP because we can't persist it any | Melanie | 1 | -2/+23 | |
other way because SOG doesn't technically exist in the DB | |||||
2012-02-03 | Fix: Covenant changed time not set ↵ | PixelTomsen | 1 | -3/+4 | |
http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2012-02-02 | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 1 | -8/+9 | |
accurately reflects the data sent by the viewer. Add times bans and the expiration of timed bans. Warning: Contains a Migration (and nuts) | |||||
2012-02-02 | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 1 | -8/+9 | |
2012-01-30 | Add ParcelImageID to RegionSettings so we can have that overlay. | Melanie | 1 | -2/+4 | |
Warning: Contains a Migration. Warning: May contain nuts. | |||||
2012-01-24 | Correct some SQL syntax | Melanie | 1 | -1/+1 | |
2012-01-24 | Fix merge artefacts and build break | Melanie | 1 | -1/+1 | |
2012-01-24 | Add a forgotten parameter | Melanie | 1 | -1/+1 | |
2012-01-24 | Change Telehubs to store only the data that is really needed and not | Melanie | 1 | -40/+13 | |
additional redundant information. | |||||
2012-01-22 | Fix up some parameter naming | Melanie | 1 | -2/+2 | |
2012-01-22 | Finish connecting Telehub to database | BlueWall | 1 | -3/+19 | |
2012-01-22 | Hooking up new telehub data to the database | BlueWall | 1 | -0/+14 | |
2012-01-22 | Move Telehub tables and data from EstateSettings to RegionSettings. | Melanie | 1 | -0/+70 | |
This is damage control es EstateSettings is not the place this can be put. EstateSettings is nt unique to a region and therefore would introduce a hard limit of one telehub per estate, completely shutting off the option of having SL style telehubs, e.g. one per region. Whole estate teleport routing can still be implemented id desiresd, this way all options are open while the other way most options get closed off. | |||||
2011-12-13 | Spin off terrain save into a new thread and make it so that it uses the old | Melanie | 1 | -29/+34 | |
values for places where NaN are found. | |||||
2011-12-05 | Don't allow deletion of a terrain from the database unless we have one to ↵ | Melanie | 1 | -7/+21 | |
replace it with | |||||
2011-09-09 | Save the default terrain texture UUIDs for a new region instead of leaving ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
them as UUID.Zero. Leaving them at UUID.Zero meant that when a viewer 2 logged into a region that had been freshly created, it received UUID.Zero for these textures, and hence display the land as plain white. On a simulator restart, the problem would go away since when the database adapators loaded the new region settings, RegionSettings itself has code to use default textures instead of UUID.Zero. This commit resolves the problem by saving the default texture UUIDs instead of Zero. However, we currently have to do this in a roundabout way by resaving once the RegionSettings have been created by the database for the first time. This needless complexity should be addressed. This change will also have the effect of replacing any existing UUID.Zero terrain textures with the default ones. However, this shouldn't have any effect since the UUID.Zeros were already being replaced in memory with those same UUIDs. | |||||
2011-09-01 | Remove code which was automatically deleting non-root prims from scene ↵ | Justin Clark-Casey (justincc) | 1 | -17/+0 | |
objects that had previous been attachments. Looks like this code was accidentally uncommented in e1b5c612 from feb 2010. Appears to resolve the rest of http://opensimulator.org/mantis/view.php?id=5664 | |||||
2011-07-05 | Don't store the default WL profile. This will prevent "valid" from being | Melanie | 1 | -1/+1 | |
set on the default profile and hopefully finally fix day and night | |||||
2011-06-20 | Add some flags to control content in search better | Melanie | 1 | -2/+7 | |
2011-05-20 | Add a missing virtual keyword | Melanie | 1 | -1/+1 | |
2011-05-20 | Make public interface methods in MySQLSimulation data virtual so the CM | Melanie | 1 | -14/+14 | |
data layer can inherit from it | |||||
2011-03-08 | Pull up Assembly of the MySQL classes as a protected property, so that it ↵ | Diva Canto | 1 | -2/+6 | |
can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever. | |||||
2010-11-21 | Added creator info across the board -- TaskInventoryItems and InventoryItems ↵ | Diva Canto | 1 | -2/+2 | |
themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255). | |||||
2010-11-21 | Global creator information working on MySQL DB and on load/save OARs. ↵ | Diva Canto | 1 | -2/+2 | |
Creator name properly shown on the viewer as first.last @authority. New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars. Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule. | |||||
2010-11-03 | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 1 | -0/+15 | |
from a region and allow normal day cycles to be reestablished | |||||
2010-11-03 | When LightShare is enabled, the standard day cycle is bypassed and replaced by | Melanie | 1 | -0/+1 | |
midday defaults when no specific LightShare profile is set. This prevents LightShare info being send out when the region has no LightShare profile, allowing normal day/night cycles to happen. | |||||
2010-10-15 | UPdated the MySql driver to 6.2.4. Also established a much larger ↵ | Diva Canto | 1 | -0/+1 | |
MySqlCommand timeout on fetching prims. | |||||
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe ↵ | John Hurliman | 1 | -1/+1 | |
MapAndArray collection |