Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -128/+0 | |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 1 | -128/+0 | |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
automatically turns off any logging enabled between tests | |||||
2011-11-16 | Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
own private m_localID property but leaving get to return the then unset PhysicsActor.LocalId! Instead, just have both subclasses use the PhysicsActor.LocalID property. This restores collision functionality that fell away in 45c7789 yesterday | |||||
2011-07-15 | Fix some local id issues in physics glue | root | 1 | -1/+1 | |
2011-07-15 | Fox some local id issues in physics glue | Melanie | 1 | -1/+1 | |
2011-07-15 | Revert "Add localid support to ch0de properly" | Melanie | 1 | -1/+1 | |
This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d. | |||||
2011-07-15 | Add localid support to ch0de properly | Tom | 1 | -1/+1 | |
2011-07-12 | temporarily fix the build break with building the OdePlugin tests assembly. | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
This needs to be fixed properly. | |||||
2010-09-26 | Typo fixes | Melanie | 1 | -1/+1 | |
2010-09-26 | Typo fixes | Melanie | 1 | -1/+1 | |
2010-09-26 | Merge Master | Melanie | 1 | -1/+5 | |
2010-09-26 | adding configurable j2kDecodeCache path | BlueWall | 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 | |||||
2009-10-26 | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 1 | -2/+2 | |
2009-08-07 | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 1 | -1/+1 | |
lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. | |||||
2009-08-07 | * Remove hard coded 256 limitations from various places. There's no more ↵ | Teravus Ovares (Dan Olivares) | 1 | -2/+2 | |
256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol | |||||
2009-06-02 | * Pried apart the ODE tests. This fixes mantis #3212 | lbsa71 | 1 | -0/+122 | |