Justin Clark-Casey (justincc)
|
0683cf6e0d
Add test to check behaviour if an iar is loaded where no user profile exists for the creators
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
b93f512433
* Fix for GetTerrainHeightAtXY to make it compatible when Constants.RegionSize isn't 256
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
bb5857c4bb
* Fixes the function 'GetTerrainHeightAtXY'
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
9505297fb1
* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing right in the new border framework.
|
15 years ago |
Melanie
|
f32de6fe88
Thank you, dslake, for a set of patches to improve OpenSim startup
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
e1b38ff001
* It turns out that Physics heightmap values were being stored in managed memory in _heightmap and using multiple heightmaps caused them all to overwrite each other and the last one was the heightmap for all of the regions. This fixes that. It also reduces the terrain resolution to half.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
64dcb71c14
* Fixes Terrain issues with combined regions.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
311b51a184
*remove conflicts
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
c54cb59a71
* Some Physics Scene Changes to prepare for larger regions
|
15 years ago |
Melanie
|
9ad3e72ae1
Did I say that i don't like git? Remove some stuff that shouldn't have
|
15 years ago |
Melanie
|
644db1e540
Add System.Xml reference to the console project
|
15 years ago |
Jeff Ames
|
9d9fcac038
Misc cleanup.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
30ce56e721
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
8000812700
* part one of adding physics combining
|
15 years ago |
Jeff Ames
|
1123a326ab
Formatting cleanup. Fix some compiler warnings.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
e88903f481
* Fix one physics crash for regions larger then 512mx512m
|
15 years ago |
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 years ago |
Justin Clark-Casey
|
190bdc8a2e
* Remove some mono compiler warnings
|
15 years ago |
Teravus Ovares
|
e2e43f1ab7
* Whoops, forgot the water heightfield.
|
15 years ago |
Teravus Ovares
|
9f4b8260c2
* Exclude heightfield geom from the raycast test.
|
15 years ago |
Teravus Ovares
|
156c393a44
* nothing in this commit, re-triggering panda.. which crashed while testing.
|
15 years ago |
Teravus Ovares
|
5c8fe5c01c
* Fixed a case where a prim was a NullPhysicsActor instead of an OdePrim
|
15 years ago |
Teravus Ovares
|
08819bcbea
* Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely.
|
15 years ago |
nlin
|
0ec6dfb1a1
Experimental fix for tilted avatar capsule, Mantis #2905
|
15 years ago |
Dr Scofield
|
652bcf91d5
- fixes a "collection out of sync" exception in the ODE physics
|
15 years ago |
Dr Scofield
|
8045ed28ec
From: Alan Webb <[email protected]>
|
15 years ago |
Jeff Ames
|
a23d64dec1
Formatting cleanup.
|
15 years ago |
Dr Scofield
|
1d02636c27
cleaning out warnings.
|
15 years ago |
Teravus Ovares
|
21d4423030
* Allow passing of material type to physics engine
|
16 years ago |
Dahlia Trimble
|
5f1fa0d3d7
Added a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini which will use meshes for collisions with simple prim shapes rather than internal ODE algorithms. This may help with Mantis #2905 and Mantis #3487 for those experimenting with capsule settings.
|
16 years ago |