Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Apply the localID to the Physics actor to prevent null calls later | Careminster Team | 2011-07-19 | 1 | -3/+3 | |
| | | ||||||
| * | Fix physics proxy regeneration when a mesh with more than one submesh is resized | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -0/+1 | |
| | | | | | | | | Addresses http://opensimulator.org/mantis/view.php?id=5584 | |||||
| * | Fix some local id issues in physics glue | root | 2011-07-15 | 2 | -8/+2 | |
| | | ||||||
| * | Port implementation of llCastRay() from Aurora. | Justin Clark-Casey (justincc) | 2011-07-12 | 2 | -17/+103 | |
| | | | | | | | | I haven't been able to test this since the viewer won't parse the llCastRay() function. Maybe some activation cap is missing. Could wait until it is activated by default in the viewer. | |||||
| * | temporarily fix the build break with building the OdePlugin tests assembly. | Justin Clark-Casey (justincc) | 2011-07-12 | 1 | -2/+3 | |
| | | | | | | | | This needs to be fixed properly. | |||||
| * | minor: remove whitespace to trigger another build | Justin Clark-Casey (justincc) | 2011-07-12 | 1 | -1/+0 | |
| | | ||||||
| * | When a mesh object is added to a scene, delay adding the physics actor until ↵ | Justin Clark-Casey (justincc) | 2011-07-12 | 2 | -25/+29 | |
| | | | | | | | | | | | | the sculpt data has been added to the shape (possibly via an async asset service request) This prevents spurious 'no asset data' for meshes added on startup. | |||||
| * | When a sculpt/mesh texture is received by a part on a callback request, ↵ | Justin Clark-Casey (justincc) | 2011-07-11 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | don't do the unnecessary work of copying the base shape. Just setting the new base shape is enough to reinsert the sculpt data and set the taint. Also cleans up a few more left-in debugging messages. | |||||
| * | comment out accidential ProcessTaints physics debug line left in code | Justin Clark-Casey (justincc) | 2011-07-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fox some local id issues in physics glue | Melanie | 2011-07-15 | 2 | -8/+2 | |
| | | ||||||
* | | Revert "Add localid support to ch0de properly" | Melanie | 2011-07-15 | 2 | -2/+8 | |
| | | | | | | | | This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d. | |||||
* | | Add localid support to ch0de properly | Tom | 2011-07-15 | 2 | -8/+2 | |
| | | ||||||
* | | Fix a raycast issue | Tom | 2011-07-15 | 1 | -2/+9 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-09 | 3 | -3884/+3919 | |
|\ \ | |/ | ||||||
| * | minor: code tidy and inserted log lines for future use. | Justin Clark-Casey (justincc) | 2011-07-09 | 2 | -22/+35 | |
| | | | | | | | | | | | | | | | | Unable to get to the bottom of why resizing a mesh fails to properly reset the physics proxy, when toggling phantom does After a mesh is generated, the existing sculptdata is set to zero in PrimitiveBaseShape to save memory When phantom is toggled, the sculptdata is regenerated before remeshing. But on resize, the sculptdata is not regenerated. So clearly, resetting sculptdata is possible, but haven't quite been able to pin down how this is being done when phantom is toggled. | |||||
| * | refactor: Factor out AddSubMesh() method from long ↵ | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -5/+5 | |
| | | | | | | | | | | | | CraeteMeshFromPrimMesher() method Also remove some of the logging spam left in from the last commit. | |||||
| * | minor: code tidy up - remove a couple of Console.WriteLine() accidentally ↵ | Justin Clark-Casey (justincc) | 2011-07-08 | 2 | -53/+23 | |
| | | | | | | | | added in the last commit | |||||
| * | refactor: Separate the OdeScene class into its own file from OdePlugin.cs, ↵ | Justin Clark-Casey (justincc) | 2011-07-08 | 2 | -3825/+3873 | |
| | | | | | | | | to improve code readability | |||||
| * | minor: commented out log lines for future use and very small code tidy | Justin Clark-Casey (justincc) | 2011-07-08 | 2 | -4/+8 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-05 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Allow physics proxy generation for meshes using new asset format. | dahlia | 2011-06-29 | 1 | -1/+4 | |
| | | | | | | | | Fix an invalid cast exception while decoding new mesh asset format. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-17 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | force mesh proxy for simple box prims with path cut | dahlia | 2011-04-12 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-25 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | This fixes mantis #5198 and related. Physics is not my expertise, so I'm not ↵ | Diva Canto | 2010-12-24 | 1 | -0/+5 | |
| | | | | | | | | 100% sure of what all the consequences of this change are. Pushing up, so others can take a look. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-23 | 1 | -0/+19 | |
|\ \ | |/ | ||||||
| * | * Re-Adding Scene TimeDilation to Object Update Packets. | Teravus Ovares (Dan Olivares) | 2010-12-23 | 1 | -0/+19 | |
| | | | | | | | | | | | | * Added Calculating Time Dilation in the OdePlubin * When multiple object updates are stuffed into one packet, average the time dilation between them as a compromise. * Time Dilation on the update is calculated when the EntityUpdate object is created. The pre-calc-ed TD is stored in the Entity update and used when it goes out on the wire. Previously, it was 1.0 all the time. The time dilation is tied to when the update is created, not when the update is sent. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-06 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Formatting cleanup. | Jeff Ames | 2010-10-04 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-02 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Replace CalculateMass with a more accurate version, contributed by Ubit. | Melanie | 2010-10-02 | 1 | -234/+219 | |
| | | | | | | | | Thank you. | |||||
| * | Typo fixes | Melanie | 2010-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | adding configurable j2kDecodeCache path | BlueWall | 2010-09-26 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | allowing the decoded sculpt map cache path to be defined in the configuration files. Use DecodedSculpMapPath in the [Startup] section to set the path. The default is still ./bin/j2kDecodeCache | |||||
* | | Replace CalculateMass with a more accurate version, contributed by Ubit. | Melanie | 2010-10-02 | 1 | -234/+219 | |
| | | | | | | | | Thank you. | |||||
* | | Typo fixes | Melanie | 2010-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge Master | Melanie | 2010-09-26 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-25 | 1 | -42/+45 | |
|\ \ | |/ | ||||||
| * | Add prim name to OdePrim Error and Warning messages. | Justin Clark-Casey (justincc) | 2010-09-25 | 1 | -42/+45 | |
| | | | | | | | | This aims to make it easier to identify and remove rogue prims that are causing ODE to fall over. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-27 | 2 | -14/+14 | |
|\ \ | |/ | ||||||
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2010-06-25 | 2 | -14/+14 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-19 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Hunting for the problem in #4777 | Diva Canto | 2010-06-19 | 1 | -0/+1 | |
| | | ||||||
| * | Reverting my last two commits, putting back Melanie's exception handler. ↵ | Diva Canto | 2010-06-19 | 1 | -1/+10 | |
| | | | | | | | | Doesn't solve #4777. | |||||
| * | Reinstated the behavior of AddPrimShape *exactly* as it was as of December. ↵ | Diva Canto | 2010-06-19 | 1 | -10/+1 | |
| | | | | | | | | Trying to fix mantis #4777 | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-18 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Remove an error in meshing error reporting. Now doesn't double-bomb | Melanie | 2010-06-18 | 1 | -1/+1 | |
| | | | | | | | | anymore on a bad sculpt | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-12 | 1 | -1/+12 | |
|\ \ | |/ | ||||||
| * | Log and eat sculpt meshing exceptions caused by bad jp2 data. | Melanie | 2010-06-12 | 1 | -1/+12 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-15 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | * Added a better check to the SimianGrid connectors to test if they are ↵ | John Hurliman | 2010-03-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | enabled or not. This method should work equally well with standalone or robust mode * Applying #4602 from Misterblu to add collision detection to BulletDotNET |