Justin Clark-Casey (justincc)
|
22d4c52ffc
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
|
12 yıl önce |
Justin Clark-Casey (justincc)
|
b6d83e9c0f
Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their own private m_localID property but leaving get to return the then unset PhysicsActor.LocalId!
|
13 yıl önce |
root
|
e9dbe54ab1
Fix some local id issues in physics glue
|
13 yıl önce |
Justin Clark-Casey (justincc)
|
d31e0a67f7
temporarily fix the build break with building the OdePlugin tests assembly.
|
13 yıl önce |
Melanie
|
d0c271adc6
Typo fixes
|
14 yıl önce |
BlueWall
|
b0b4782a2b
adding configurable j2kDecodeCache path
|
14 yıl önce |
John Hurliman
|
d199767e69
Experimental change of PhysicsVector to Vector3. Untested
|
15 yıl önce |
Teravus Ovares (Dan Olivares)
|
2b990a61bf
This is the second part of the 'not crash on regionsize changes'. This 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.
|
15 yıl önce |
Teravus Ovares (Dan Olivares)
|
c8a68fb3fb
* Remove hard coded 256 limitations from various places. There's no more 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
|
15 yıl önce |
lbsa71
|
6f37fd8399
* Pried apart the ODE tests. This fixes mantis #3212
|
15 yıl önce |