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 години |
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 години |
Melanie Thielker
|
01446074b1
Revert the nonessential part of r10033 to restore sanity to trampolines
|
преди 15 години |
Teravus Ovares
|
8e1ab33ed3
* Tweaking collision reporting a little more in ScenePresence to not check if the collisions will affect health if the avatar is invulnerable. (saves 3 loops)
|
преди 15 години |
nlin
|
56d295cfb5
Fix for avatar falling through terrain when av_capsule_tilted=false, Mantis #2905
|
преди 15 години |
Melanie Thielker
|
750f75c514
Thank you, Twitch, for a patch to restore mayhem and murder to OpenSim
|
преди 15 години |
nlin
|
0ec6dfb1a1
Experimental fix for tilted avatar capsule, Mantis #2905
|
преди 15 години |
Dr Scofield
|
652bcf91d5
- fixes a "collection out of sync" exception in the ODE physics
|
преди 15 години |
Jeff Ames
|
a23d64dec1
Formatting cleanup.
|
преди 15 години |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
преди 15 години |
Teravus Ovares
|
03901c8c0d
* Rudimentary angular motor implementation for the LSL Vehicle API
|
преди 15 години |
Teravus Ovares
|
c2e75aecd1
* Commit a variety of fixes to bugs discovered while trying to fix the NaN singularity.
|
преди 15 години |
Teravus Ovares
|
b326b55bcd
* Added finite testing to the character and object constructor
|
преди 15 години |
Teravus Ovares
|
9bbc7e8bf6
* Added a routine to check if a PhysicsVector and Quaternion is finite
|
преди 15 години |
Teravus Ovares
|
6522b4f5d4
* Fixing thread safety of avatar adding and removing from the Physics Scene in the ODEPlugin
|
преди 15 години |
Teravus Ovares
|
5a49c772ca
* Making the minimum ground offset for flying a configurable offset in the OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator.
|
преди 15 години |
Charles Krinke
|
b637a11b58
Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:
|
преди 15 години |
Charles Krinke
|
8f55b9d735
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
|
преди 15 години |
Jeff Ames
|
95d53d48d4
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
|
преди 15 години |
Dahlia Trimble
|
d21601d497
Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Mantis #3134
|
преди 16 години |
Teravus Ovares
|
26ca3e26bf
Reverts patch from tuco/mikkopa/sempuki mantis #3072
|
преди 16 години |
Mike Mazur
|
949ae6136e
Change access levels from private to protected to facilitate
|
преди 16 години |
Teravus Ovares
|
85c0c0557e
* Tweaks some locks when modifying an ODECharacter. This actually allows a user to log-in while the physics scene and the scripts are starting up. This also seems to smooth out the jerks on teleport/connect/disconnect a little bit.
|
преди 16 години |
Teravus Ovares
|
8ad6f575eb
* Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ODEPlugin and pipes them to their respective LSL method.
|
преди 16 години |
Teravus Ovares
|
b5dec9a37f
* Added Avatar minimum size in the ODEPlugin and a stern warning about setting the capsule size too low in OpenSim.ini
|
преди 16 години |
Teravus Ovares
|
7f80eff067
* Committing a slightly distilled version of nlin's ODECharacter race condition eliminator.
|
преди 16 години |
Teravus Ovares
|
3844e73d27
* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.
|
преди 16 години |
Justin Clarke Casey
|
a760586f26
* minor: remove mono compiler warnings
|
преди 16 години |
Melanie Thielker
|
ce37b80c68
Thank you, idb, for a patch that fixes avatar height calculation
|
преди 16 години |
Teravus Ovares
|
0916b38b83
* Fix an over compensation for bounciness on flat Primitive
|
преди 16 години |