| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ |
|
| | |\ \ \ |
|
| | | | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
deprecated in later .net versions
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| |\ \ \ \
| | |/ / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This doesn't seem to help the vehicle stability.
Rename vehicle internal variables adding a "V" or "W" so it is clear
when coordinates are vehicle or world relative.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
and vehicles and clean up code by removing their kludgyness.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
make llGiveMoney async so the script thread is not held up waiting for comms
to an external server.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
wait handle to script APIs.
APIs don't need to reference any methods on EventWaitHandle
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fails to load.
Moves the noise co-op start/stop debug log messages to only display if xengine debug level >= 1
Logs which stop strategy is being used (abort or co-op)
Adjusts some other logging to remove not very useful stuff
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
continue to generate C# that is functionality identical to historical generation
This is to eliminate disruption until co-op termination has been well-tested.
In non co-op mode, XEngine will continue to load DLLs of the existing Script class and the new XEngineScript class.
Moving to co-op mode still requires existing script DLL deletion to force recompilation, either manually or by setting DeleteScriptsOnStartup = true for one run.
This change also means that scripts which fail to initialize do not still show up as running scripts.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
event function.
Such code would normally terminate quickly with a stack overflow exception anyway.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is to ensure loops aren't actually terminating from a wait on an LSL function.
This was not the case with any of the existing tests.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
regression.
Such a script would probably run out of stack pretty quickly anyway.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also fixes bug in do-while test
Improves detection of failure due to invalid script in test
Sets up xengine anew for each test rather than once for the while testsuite to improve isolation between tests.
Stop listening for chat after the first 'script is running' chat is received to reduce test run time.
|