| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| | |
sends an asset transaciton but it is empty. So we can't ignore name data
when a transaction is present and can't treat every transaction as valid.
|
| |
| |
| |
| | |
properly for temp-on-rez. Auto-return overrides sitting. Temp does not.
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
appearance when your inventory items go missing. This repairs appearance from missing wearables immediately on the V1 appearance pipeline, the second login on Firestorm. It only replaces the essential body parts that are missing.. hair, skin, eyes, shape... so if you delete all your wearables, you will rez naked. Anyway, this is still experimental.. I need another day of playing with this to handle all of the situations. One thing that I still need to do is try and get the assets.. and if we can't get the assets for some reason, skip and replace that part of the outfit.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
This may be an issue, or it may be a symptom.
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
sends an asset transaciton but it is empty. So we can't ignore name data
when a transaction is present and can't treat every transaction as valid.
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
viewers that textures had updated (hence they did not display the changes).
Addresses http://opensimulator.org/mantis/view.php?id=6513
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
that these can be triggered by future code (not yet implemented).
Also hooks up moving_start and moving_end script events, eliminating itemID on XEngine EventManager methods since this is completely unused.
An adaptation of the patch in http://opensimulator.org/mantis/view.php?id=6515
Thanks Garmin Kawaguichi and Signpost Marv.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Correction so that scripts can turn Flexi off as well as on.
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
than all wrongly FlexiDrag
|
| | | |
| | | |
| | | |
| | | | |
disable any enabled logging from previous tests
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
2.4.3 doesn't have Funcs >5 params, though mono 2.6 onwards does.
Standardize logging in JsonStoreScriptModule and some minor code formatting.
|
| | | |
| | | |
| | | |
| | | | |
an apparent issue with registering methods with more than 5 parameters on mono 2.4.3
|
| | | |
| | | |
| | | |
| | | | |
tests of for JsonStore
|
| | | |
| | | |
| | | |
| | | | |
but not locally.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
are on the ground. Makes them a little more stable.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Sometimes settling of a vehicle from gravity introduces small
velocities that need to be kept.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
contact processing threshold since the first didn't solve tunneling
problems but used resources and the latter caused instabilities.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
below terrain. If the position is being corrected because it is out
of bounds, all other movement rules are out the window.
|
| | | |
| | | |
| | | |
| | | | |
from the console.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch html escapes responses going to IE so that they cannot be
interpreted as HTML if the response type is "text/plain". This has no
effect if the reponse type has been set to "text/html" by
osSetContentType
Signed-off-by: nebadon <michael@osgrid.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to the fetch URL to return the data in JSON format. Also adds a simple
'sim.html' that uses JavaScript to display the JSON data. Not pretty
but an example.
|
| | | |
| | | |
| | | |
| | | | |
BulletXNA.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
making the bulletXNA engine work again.
* The only thing that had an issue was when creating a new RigidBody, BulletXNA didn't know the type SimMotionState and the upcast type is unknown in the constructor. Therefore, I had to update the IMotionState with a new method 'SetBody'. All of the duplicated type information has been removed and BulletXNA is not relying on any non-standard types external to the library.
|
| | | |
| | | |
| | | |
| | | | |
working', and if you look deep enough, you see that the results are not really stable depending on the direction of the ray.
|
| | | |
| | | |
| | | |
| | | | |
Hopefully will fix windows build via compile.bat
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
scripts work properly. Scripts will no longer receive a failure indication through
this return value;
|
| | | |
| | | |
| | | |
| | | | |
without it.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
ODE is known to not see the ground sometimes on raycast so the double test is
needed.
|
| | | |
| | | |
| | | |
| | | | |
into the physics check patch for now since physics doesn't properly return land for some reason (as tested by Nebadon)
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
now as they appear to cause failures with testing in jenkins.
These tests are not very useful anyway as they never actually get a chance to try termination before the script runs out of stack
|
| |\ \ \ |
|