Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This makes group search work (Groups V2). | Diva Canto | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Fix HGTravelStore.migrations in SQLite (mantis #6709) | Diva Canto | 2013-07-19 | 1 | -10/+10 |
| | |||||
* | Enable storing of environment settings in NullSimulationData | Dan Lake | 2013-07-18 | 1 | -3/+17 |
| | |||||
* | Added SQLite version of hg travel data store. UNTESTED. Hope it works! | Diva Canto | 2013-07-14 | 2 | -0/+100 |
| | |||||
* | Cleanup old hg sessions (older than 2 days) | Diva Canto | 2013-07-14 | 3 | -0/+12 |
| | |||||
* | HG UAS: Moved hg-session data from memory to DB storage. This makes it so ↵ | Diva Canto | 2013-07-14 | 3 | -0/+145 |
| | | | | that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only. | ||||
* | Enhance NullEstateData to remember stored estate values and return | Robert Adams | 2013-07-11 | 1 | -7/+21 |
| | | | | | them next time asked. This keeps any estate settings from being reset when the estate dialog is opened in a region with null estate storage. | ||||
* | HG Friends: migration #3 is failing on some installations of MySql. Setting ↵ | Diva Canto | 2013-07-04 | 1 | -1/+1 |
| | | | | the table to InnoDB seems to fix the problem. | ||||
* | Fix SQL statement | Diva Canto | 2013-07-02 | 3 | -3/+3 |
| | |||||
* | Do the same for SQLite and MSSQL | Diva Canto | 2013-07-02 | 2 | -2/+2 |
| | |||||
* | Really make it call the method with the query interface | Diva Canto | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 2013-07-02 | 4 | -3/+16 |
| | |||||
* | In XAssetService, on a delete asset request also delete the asset in any ↵ | Justin Clark-Casey (justincc) | 2013-06-28 | 1 | -0/+2 |
| | | | | | | chained service. This eliminates the async migration since it causes a race condition with the "delete asset" console command | ||||
* | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 2013-06-27 | 3 | -3/+3 |
| | | | | | | | | This is in order to reduce the likelihood of naming clashes, make it easier to filter in/out attributes, ensure uniformity, etc. All dynattrs in the opensim distro itself or likely future ones should be in the "OpenSim" namespace. This does alter the underlying dynattrs data structure. All data in previous structures may not be available, though old structures should not cause errors. This is done without notice since this feature has been explicitly labelled as experimental, subject to change and has not been in a release. However, existing materials data is being preserved by moving it to the "Materials" store in the "OpenSim" namespace. | ||||
* | * This fixes having to select and deselect prim to get keyframemotion to ↵ | teravus | 2013-06-12 | 2 | -4/+3 |
| | | | | start running when pulled from data storage. | ||||
* | * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ↵ | teravus | 2013-06-11 | 2 | -0/+32 |
| | | | | | | | there's still something wrong with keyframed motion starting when the sim starts up, you have to 'select' and 'deselect' the prim again to get it to appear to move. Not sure what this is but maybe melanie_t can comment on this. * Has a prim table migration.. that might take a while, hold on to your hats. * Fixes a null-ref when shutting down while keyframed motion is active. | ||||
* | SQLite support for UserProfiles | BlueWall | 2013-06-07 | 2 | -0/+994 |
| | |||||
* | Database persistence for keyframes. Contains a Migration. | Melanie | 2013-06-06 | 2 | -4/+32 |
| | |||||
* | Adding standard OpenSim header to source files | BlueWall | 2013-05-31 | 2 | -0/+54 |
| | |||||
* | Fill in fields with default values on profile creation | BlueWall | 2013-05-31 | 1 | -2/+48 |
| | |||||
* | UserProfiles | BlueWall | 2013-05-30 | 3 | -0/+1135 |
| | | | | UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module. | ||||
* | Send up the part missing from the Avination Estate commit. | Melanie | 2013-05-11 | 2 | -0/+15 |
| | | | | Warning - contains a small migration. | ||||
* | Fix wrong sql statement in offline im. | Diva Canto | 2013-04-28 | 1 | -5/+2 |
| | |||||
* | Recover a lost "virtual". Downstream projects need this. | Diva Canto | 2013-04-25 | 1 | -1/+1 |
| | |||||
* | minor: Make exceptions thrown by MySQLAssetData more consistent. | Justin Clark-Casey (justincc) | 2013-04-10 | 1 | -10/+19 |
| | |||||
* | Change recent MSSQL migrations to drop COLUMN from ALTER TABLE which is ↵ | Justin Clark-Casey (justincc) | 2013-04-02 | 1 | -6/+6 |
| | | | | | | either not syntactical or unnecessary. May fix http://opensimulator.org/mantis/view.php?id=6593 | ||||
* | Change the table and field names of XAssetService mysql db tables to be ↵ | Justin Clark-Casey (justincc) | 2013-03-15 | 2 | -62/+60 |
| | | | | | | | | capitalized like Avatars, Friends, etc. Also fixes access time being set on assets rather than XAssetsMeta This is to try and be somewhat consistent with other service tables that are mainly in this style. No migration is supplied, since nobody should be using this service yet except on a test basis. | ||||
* | Implement access time updates on assets for XAssetService. | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -38/+57 |
| | | | | | | | | This only happens if access time is older than 30 days currently, in order to reduce database updates. The idea is to give some idea of assets which haven't been accessed for a very, very long time. These might conceivably be deleteable, though this will be a risk due to caching at other points in the chain. This is actually currently much less useable on the xasset service since access time is on metadata rather than the data itself. And many metadata entries may point to the same data. Probably need to address this. | ||||
* | Add asset name and description truncation warnings to SQLite database plugin ↵ | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -5/+23 |
| | | | | for consistency. | ||||
* | Add more information to warnings logged when asset names and descriptions ↵ | Justin Clark-Casey (justincc) | 2013-02-27 | 3 | -6/+18 |
| | | | | | | | have to be truncated for database storage On balance, I still think this is useful because asset names and descriptions can sometimes be helpful in determining what things are. Even though they are never subsequently (inventory names/descriptions are always used instead). | ||||
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 5 | -5/+5 |
| | |||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 3 | -0/+743 |
| | | | | rest to Addons.Groups.dll. | ||||
* | Offline IM: moved the Data and MySQL bits to the corresponding places in ↵ | Diva Canto | 2013-02-19 | 3 | -0/+135 |
| | | | | core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that. | ||||
* | I need these for OfflineIM and Groups. | Diva Canto | 2013-02-18 | 1 | -0/+60 |
| | |||||
* | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 2013-02-09 | 6 | -13/+71 |
| | |||||
* | Rename "Bounciness" to "Restitution" | Melanie | 2013-02-07 | 1 | -2/+2 |
| | |||||
* | Fix a bug I brought in by manually editing a diff file. Terrain is if cource ↵ | Melanie | 2013-02-06 | 1 | -1/+1 |
| | | | | not always at 20m. | ||||
* | Partial port of Avination's support for the new physics parameters. | Melanie | 2013-02-06 | 2 | -18/+51 |
| | | | | | | | | Implements the parameters as properties, the serialization and database storage (MySQL only). Implements llSetPrimitiveParams for prim physics shape and the other 4 extra params. Only the prim shape type "None" is currently functional. No support for the Viewer UI (yet), that will be ported in due course. Lots more to port, this is a large-ish changeset. | ||||
* | Merge branch 'dynamic-attributes2' | Justin Clark-Casey (justincc) | 2013-02-05 | 6 | -9/+68 |
|\ | |||||
| * | Remove the accidental PrimShapes column that I added back to the SQLite ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -2/+1 |
| | | | | | | | | region store | ||||
| * | Fix tests by adding DynAttrs add column commands to RegionStore.migrations ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+6 |
| | | | | | | | | (these were originally in 021_RegionStore.sql which I might have forgotton to add 2 years ago). | ||||
| * | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic ↵ | Oren Hurvitz | 2013-01-25 | 3 | -3/+15 |
| | | | | | | | | attributes | ||||
| * | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2013-01-25 | 5 | -28/+5 |
| | | |||||
| * | Added missing DynAttrs references in MySQL | Oren Hurvitz | 2013-01-25 | 1 | -3/+6 |
| | | |||||
| * | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 3 | -12/+12 |
| | | | | | | | | | | | | from it This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual | ||||
| * | Implement dynamic attribute persistence on mysql and mssql | Justin Clark-Casey (justincc) | 2013-01-25 | 4 | -8/+49 |
| | | | | | | | | mssql is untested | ||||
| * | Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLite | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+21 |
| | | |||||
* | | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 5 | -5/+5 |
|/ | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||||
* | Added locking in NullRegionData. | Oren Hurvitz | 2013-01-02 | 1 | -20/+44 |
| | | | | This prevents errors when one thread iterates over the regions (e.g., from RegenerateMaptileAndReregister()) while another thread is adding a region. | ||||
* | Restrict IPresenceData.VerifyAgent | BlueWall | 2012-12-09 | 4 | -17/+17 |
| | | | | Restrict IPresenceData.VerifyAgent to only return bool result |