Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BulletSim: add debugging looking for doorway sculpty problems | Robert Adams | 2013-02-05 | 3 | -4/+33 |
| | |||||
* | BulletSim: rework some parameter setting implementation moving functionality ↵ | Robert Adams | 2013-02-05 | 9 | -158/+152 |
| | | | | that was in BSScene to BSParam. Remove unused parameters that were passed to the unmanaged code. Update DLLs and SOs for the new param block. | ||||
* | BulletSim: correct angular vertical attraction to properly correct an upside ↵ | Robert Adams | 2013-02-05 | 1 | -1/+1 |
| | | | | down vehicle. | ||||
* | Changed protection of CreateDefaultAppearanceEntries to protected, so ↵ | Diva Canto | 2013-02-05 | 1 | -1/+1 |
| | | | | extensions of the UserAccountService can reuse this. | ||||
* | * the root prim was being given an OffsetPosition in addition to setting the ↵ | teravus | 2013-02-05 | 1 | -1/+1 |
| | | | | position when creating the root prim. The offset position caused the positioning code to re-move the root prim when you selected it and released it. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-02-05 | 83 | -83/+630 |
|\ | |||||
| * | Fix bug where viewers would not see the "Module command functions not ↵ | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -2/+62 |
| | | | | | | | | | | | | enabled" error if these were disabled and a viewer attempted to call one. This was not working because the shouter was wrongly signalled as an agent rather than a prim | ||||
| * | Merge branch 'dynamic-attributes2' | Justin Clark-Casey (justincc) | 2013-02-05 | 12 | -10/+497 |
| |\ | |||||
| | * | 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). | ||||
| | * | Added unit tests for Dynamic Attributes | Oren Hurvitz | 2013-01-25 | 2 | -0/+38 |
| | | | |||||
| | * | Disabled DAExampleModule | Oren Hurvitz | 2013-01-25 | 1 | -5/+13 |
| | | | |||||
| | * | Added DynAttrs to the serialized XML format of prims. When copying prims, ↵ | Oren Hurvitz | 2013-01-25 | 3 | -2/+40 |
| | | | | | | | | | | | | use deep copy for DynAttrs. | ||||
| | * | 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 | 6 | -35/+5 |
| | | | |||||
| | * | Changed DAMap to be the container of "data stores", which are OSDMaps. Store ↵ | Oren Hurvitz | 2013-01-25 | 2 | -32/+97 |
| | | | | | | | | | | | | names must have at least 4 characters. | ||||
| | * | Added missing DynAttrs references in MySQL | Oren Hurvitz | 2013-01-25 | 1 | -3/+6 |
| | | | |||||
| | * | Lock DAMap rather than encapsulated OSDMap | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -17/+18 |
| | | | | | | | | | | | | This allows external lockers to preserve atomicity of dynamic attribute changes | ||||
| | * | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 8 | -97/+191 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | Add DAExampleModule to demonstrate dynamic attributes | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+98 |
| | | | | | | | | | | | | | | | | | | This module demonstrates that we can add an arbitrary persisted value to SOP without any changes to core code. Every time the object is moved, the move record is updated and the users in the scene alerted The number of moves is persisted over server restarts in sqlite | ||||
| | * | Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLite | Justin Clark-Casey (justincc) | 2013-01-25 | 4 | -1/+115 |
| | | | |||||
| * | | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 70 | -71/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Try to fix uploaded mesh rotations - code from Avination code base. | Melanie | 2013-02-05 | 1 | -12/+27 |
|/ / | |||||
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-02-04 | 2 | -47/+73 |
|\ \ | |||||
| * \ | Merge branch 'master' of ssh://opensim/var/git/opensim | teravus | 2013-02-03 | 8 | -31/+72 |
| |\ \ | |||||
| | * \ | Merge /home/opensim/src/opensim | BlueWall | 2013-02-01 | 68 | -69/+69 |
| | |\ \ | |||||
| | | * | | Revert "Update assembly version numbers" | BlueWall | 2013-02-01 | 68 | -69/+69 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | ||||
| | * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2013-02-01 | 2 | -18/+33 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2013-02-01 | 9 | -34/+75 |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Update assembly version numbers | BlueWall | 2013-02-01 | 68 | -69/+69 |
| | | | | | | |||||
| * | | | | | Adds the ability to load more then one IClientNetworkServer thereby allowing ↵ | teravus | 2013-02-03 | 2 | -47/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | additional client network servers at the same time. Use comma separated values in clientstack_plugin in your config. Additional plugins lying around shouldn't be picked up because the loader only loads configured dll assemblies and breaks at the first IClientNetworkServer found in the assembly. (the only new functionality is the ability to specify more in config). Note: The existing functionality also passes in a nini config.. and has a boolean to determine if the client network server should be initialized for a specific scene. | ||||
* | | | | | | Remove [XMLRPC] section I added by accident to the top of ↵ | Justin Clark-Casey (justincc) | 2013-02-04 | 1 | -15/+0 |
| |_|_|/ / |/| | | | | | | | | | | | | | | OpenSimDefaults.ini in previous commit 95883282 | ||||
* | | | | | minor: change comment about assuming script references are textures in ↵ | Justin Clark-Casey (justincc) | 2013-02-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | UuidGatherer since this is no longer the behaviour. | ||||
* | | | | | Log missing assets on "fcache assets" found. This ignores references found ↵ | Justin Clark-Casey (justincc) | 2013-02-02 | 2 | -17/+31 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | by scanning LSL/notecard files since these are the source of false positives. This also changes UuidGatherer to reutn an AssetType.Unknown for embedded script/lsl references instead of Texture, since these are often not textures. This is added to help people in determining when they have missing assets such as textures, etc. In this case, one wants to run "fcache clear" first. | ||||
* | | | | Correct spelling mistake in new RayFilterFlags, LSLPhanton -> LSLPhantom | Justin Clark-Casey (justincc) | 2013-02-02 | 2 | -3/+3 |
| | | | | |||||
* | | | | Stop exceptions being thrown if GenerateMapTiles = false but no static map ↵ | Justin Clark-Casey (justincc) | 2013-02-02 | 4 | -10/+36 |
|/ / / | | | | | | | | | | tile has been set. Do more informative warn instead. | ||||
* | | | Sit and Spin reduction. If sitting, slam avatar angular velocity to zero. | teravus | 2013-02-01 | 1 | -2/+3 |
| | | | |||||
* | | | BulletSim: fix problem where editting a physical linkset caused the | Robert Adams | 2013-02-01 | 2 | -19/+33 |
|/ / | | | | | | | | | child prim physical positions to get out of sync with the view. More reliably compute the offset of children in a physical linkset. | ||||
* | | BulletSim: fix crash caused when linksets were rebuilt. A problem added | Robert Adams | 2013-01-31 | 5 | -80/+106 |
| | | | | | | | | | | when individual child pos/rot changes were implementated a week or so ago. Remove some passing of inTaintTime flag when it was never false. | ||||
* | | BulletSim: make sure vehicle physical properties are set when going | Robert Adams | 2013-01-31 | 5 | -46/+35 |
| | | | | | | | | | | | | physical by delaying setting until pre-step time. Change vehicle.Refresh() to schedule the pre-step setting. Comments and updating of TODO list. | ||||
* | | BulletSim: clean up TargetVelocity implementation by using the default defn ↵ | Robert Adams | 2013-01-31 | 2 | -14/+2 |
| | | | | | | | | in the PhysicsActor base class. | ||||
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Mic Bowman | 2013-01-31 | 2 | -1/+5 |
|\ \ | |||||
| * | | Whitespace fix and removing unneccessary parentheses | Melanie | 2013-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of git://opensimulator.org/git/opensim | Dan Lake | 2013-01-31 | 4 | -20/+96 |
| |\ \ | |||||
| * | | | Added option for UUID as command parameters. This lets the command handle ↵ | Dan Lake | 2013-01-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | the UUID parsing and type checking before the command is executed. | ||||
* | | | | Move the JsonStore regular expressions to static variables to avoid | Mic Bowman | 2013-01-31 | 2 | -87/+190 |
| |/ / |/| | | | | | | | | | | | recompiling on every operation. Added JsonList2Path script function to simplify array iteration. | ||||
* | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2013-01-30 | 3 | -0/+25 |
|\ \ \ | |/ / | |||||
| * | | Add JsonTestStore to determine if a JsonStore is associated with | Mic Bowman | 2013-01-30 | 3 | -0/+25 |
| | | | | | | | | | | | | a particular UUID. | ||||
* | | | Add config option to Regions.ini for new maptile feature | BlueWall | 2013-01-30 | 1 | -0/+1 |
| | | |