Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -2/+2 | |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -2/+2 | |
2013-02-07 | Rename "Bounciness" to "Restitution" | Melanie | 1 | -2/+2 | |
2013-02-06 | Fix a bug I brought in by manually editing a diff file. Terrain is if cource ↵ | Melanie | 1 | -1/+1 | |
not always at 20m. | |||||
2013-02-06 | Partial port of Avination's support for the new physics parameters. | Melanie | 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. | |||||
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
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. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2013-01-25 | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic ↵ | Oren Hurvitz | 1 | -1/+5 | |
attributes | |||||
2013-01-25 | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2 | -9/+2 | |
2013-01-25 | Added missing DynAttrs references in MySQL | Oren Hurvitz | 1 | -3/+6 | |
2013-01-25 | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 1 | -4/+4 | |
from it This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual | |||||
2013-01-25 | Implement dynamic attribute persistence on mysql and mssql | Justin Clark-Casey (justincc) | 2 | -2/+23 | |
mssql is untested | |||||
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-12-09 | Restrict IPresenceData.VerifyAgent | BlueWall | 1 | -3/+6 | |
Restrict IPresenceData.VerifyAgent to only return bool result | |||||
2012-12-08 | Add agent verification to Presence | BlueWall | 1 | -0/+11 | |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 3 | -245/+221 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-11-15 | refactor: move common inventory folder version update code to parent class ↵ | Justin Clark-Casey (justincc) | 1 | -42/+9 | |
in mysql, mssql and sqlite database plugins | |||||
2012-11-13 | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 1 | -1/+1 | |
have an AssemblyInfo file. | |||||
2012-11-09 | Update parent inventory folder version numbers when folders are ↵ | Justin Clark-Casey (justincc) | 1 | -2/+92 | |
moved/created/deleted to match version numbers cached by viewers. This is done in the way that one would expect (e.g. moving a folder increments version number on both source and destination parent folders). This should hopefully improve viewer reuse of its cached inventory information. Currently MySQL only but will be implement for SQLite/MSSQL if there are no issues. | |||||
2012-11-06 | Update folder version numbers when moving items and making the ↵ | Justin Clark-Casey (justincc) | 2 | -4/+53 | |
Delete(string[], string[]) call (not just string, string). This is to stop viewer inventory cache version numbers becoming out of sync with grid stored numbers when viewer performs these actions. If there are no problems with these changes, they will be propogated to SQLite (and MSSQL if that's simple enough). May also need to do the same on folder store/create/delete and maybe propogate version increments up the folder hierarchy, but that requires investigation. | |||||
2012-11-06 | Increment version number of a folder when an object it contains is deleted. | Justin Clark-Casey (justincc) | 1 | -3/+25 | |
Not doing this was allowing the viewer inventory cache to become out of sync if an item was directly deleted. | |||||
2012-10-09 | Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. | |||||
2012-09-27 | Removed the bits about the TOSModule. That module doesn't go into core. ↵ | Diva Canto | 1 | -3/+0 | |
WARNING: migration on GridUser withdrawn too, but left the migration number there. | |||||
2012-09-25 | TOS module. WARNING: migration in GridUser table. | Diva Canto | 1 | -0/+8 | |
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 | 2 | -0/+20 | |
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 2 | -0/+20 | |
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 | 2 | -0/+73 | |
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) | 9 | -431/+446 | |
this is not already being done. | |||||
2012-04-24 | Fixed problem with MySQL: it was possible for one thread to use an ↵ | Oren Hurvitz | 3 | -21/+37 | |
incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe. | |||||
2012-04-24 | When reading a region, use null objects to represent NULL fields. | Oren Hurvitz | 1 | -1/+5 | |
Previously NULL fields were converted to an empty string due to the use of ToString(). But if the field was an Int (e.g., "locZ"), then the subsequent attempt to convert an empty string to an int caused an exception. Now the field is null so we don't try to convert it, so there's no exception. | |||||
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-03-19 | Fix configuration problems where XAssetDatabasePlugin was picked up ↵ | Justin Clark-Casey (justincc) | 1 | -11/+11 | |
accidentally. The asset data plugin now implements IXAssetData rather than IAssetData so the ordinary AssetService should no longer pick it up. This replaces the changes in 92b1ade. There is no longer any need to adjust your StandaloneCommon.ini/Robust.ini/Robust.HG.ini files. This may explain very recent issues in the last few weeks where textures have been disappearing or turning white (as they were going to different places). Unfortunately, you will need to rollback to an earlier database backup or reupload the textures. | |||||
2012-03-12 | Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream(). | Robert Adams | 1 | -1/+1 | |
.NET 4.0 added the method Stream.CopyTo(stream, bufferSize). For .NET 3.5 and before, WebUtil defined an extension method for Stream with the signature Stream.CopyTo(stream, maxBytesToCopy). The meaning of the second parameter is different in the two forms and depending on which compiler and/or runtime you use, you could get one form or the other. Crashes ensue. This change renames the WebUtil stream copy method to something that cannot be confused with the new CopyTo method defined in .NET 4.0. | |||||
2012-03-09 | Fix a merge artefact | Melanie | 1 | -4/+5 | |
2012-03-09 | minor: move some compression related var setup inside compression if/then switch | Justin Clark-Casey (justincc) | 1 | -4/+3 | |