This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-15 19:35:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bdb91d0e70e74827cde0970d4ad224d971f3ca02
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
History
Magnuz Binder
bdb91d0e70
Fix llTargetOmega non-physical gain.
...
Signed-off-by: Michael Cerquoni <
nebadon2025@gmail.com
>
2015-04-12 14:55:44 -04:00
..
Api
Fix llTargetOmega non-physical gain.
2015-04-12 14:55:44 -04:00
CodeTools
On a multi-region simulator when AppDomain = true, make sure the DLL from the appropriate script engines subdir is loaded rather than always that of the first engine to load the DLL.
2015-01-26 23:31:46 +00:00
Instance
Move state change in progress in ScriptInstance.PostEvent() to the top of the EventQueue lock to avoid some flags possibly being wrongly set (m_LastControlLevel, etc.)
2015-03-12 00:14:30 +00:00
Properties
Bump version and assembly version numbers from 0.7.5 to 0.7.6
2013-02-05 00:23:17 +00:00
Tests
Allow setting hollow to 99% from scripts just like from viewer.
2015-03-22 09:53:27 -07:00
AssemblyResolver.cs
Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText().
2012-02-07 17:44:37 +00:00
Helpers.cs
Implement co-operative script termination if termination comes during a script wait event (llSleep(), etc.)
2013-01-16 02:07:43 +00:00
LSL_Types.cs
LSL key should be implicitly cast to a boolean value
2014-11-20 11:32:46 -06:00
ScriptException.cs
Also add the additional ScriptException constructor necessary to get [Serializable] to work.
2012-10-31 00:56:41 +00:00