Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-12 | Bug in llGetNumberOfPrims always returns to script when no clients are ↵ | Dan Lake | 1 | -14/+3 | |
connected to the simulator. | |||||
2010-01-11 | minor: formatting | Justin Clark-Casey (justincc) | 1 | -1/+5 | |
2010-01-11 | Whitespace cleanup | Melanie | 2 | -4/+4 | |
2010-01-11 | Adds llRotTarget and the events at_rot_target and not_at_rot_target. | Revolution | 2 | -8/+8 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-01-07 | Fix llRotBetween | Kitto Flora | 1 | -2/+54 | |
2010-01-03 | Cause llSetText to send prim updates. | Melanie | 1 | -0/+1 | |
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 5 | -112/+112 | |
2010-01-02 | Add virtual method StateChange to ScriptBaseClass | Melanie | 1 | -0/+4 | |
2010-01-02 | Add virtual method StateChange to ScriptBaseClass | Melanie | 1 | -0/+4 | |
2009-12-31 | Readds llCollisionFilter and adds llPassCollision. | Revolution | 1 | -2/+17 | |
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | This patch caused serialization errors and needs to be reexamined | Melanie | 1 | -44/+4 | |
Revert "[PATCH] Adds llCollisionFilter" This reverts commit eab2b4c6a96cd5b2a0f079f27a9c2ac15273d3f0. | |||||
2009-12-31 | [PATCH] Adds llCollisionFilter | Melanie | 1 | -4/+44 | |
Thank you, Revolution. Applied with minor changes. | |||||
2009-12-31 | Adds osKickUser and osSetSpeed | unknown | 3 | -0/+97 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-30 | Fix an omission in LSL that causes a viewer crash | Melanie | 1 | -0/+5 | |
2009-12-30 | Fix an omission in LSL that causes a viewer crash | Melanie | 1 | -0/+5 | |
2009-12-30 | Fix a timer list locking issue causing XMREngine deadlocks | Melanie | 1 | -15/+17 | |
2009-12-24 | Clear Shape.SculptEntry if prim type is not a sculptie in ↵ | dahlia | 1 | -0/+4 | |
llSetPrimitiveParams() - addresses Mantis #4462 | |||||
2009-12-24 | Add the body to the LSL List Size property | Melanie | 1 | -2/+36 | |
2009-12-24 | Add the LSL List Size property | Melanie | 1 | -1/+40 | |
2009-12-23 | Added some null reference and deleted group checks to certain functions to ↵ | CasperW | 1 | -29/+85 | |
fix region crash scenarios. | |||||
2009-12-22 | FINALLY! Script compile errors now appear in the script error pane, | Melanie | 4 | -5/+5 | |
not in a funky debug window. | |||||
2009-12-22 | Glue code for a couple of new LSL function implementations | Melanie | 1 | -2/+4 | |
2009-12-21 | Fixes some incorrect values returned by llGetPrimitiveParams() and ↵ | Jeff Lee | 1 | -7/+20 | |
osGetLinkPrimitiveParams(). Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-17 | Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use. | CasperW | 3 | -180/+229 | |
2009-12-15 | random drive-by minor math optimization. No need for concern, bitshed was ↵ | dahlia | 1 | -2/+2 | |
within acceptable limits | |||||
2009-12-15 | Prevent OSSL from crashing if the sim was loaded from a remote config and | Melanie | 1 | -3/+3 | |
osGetGridName, osGetGridNick or osGetGridLoginURI is used. | |||||
2009-12-13 | * Mistaken ThreatLevel classification on osGetSimulatorMemory - should have ↵ | Adam Frisby | 1 | -1/+1 | |
been MODERATE. | |||||
2009-12-13 | * Implements OSSL function: osGetSimulatorMemory - returns the current ↵ | Adam Frisby | 3 | -0/+25 | |
amount of memory allocated to the simulator process (Moderate Threat Level). * Cleans redundant information out of the Simulator Version. Versions now look like: "OpenSimulator 0.6.9(dev) Unix/Mono" * [Minor] additional log info for MySQLInventoryData | |||||
2009-12-09 | Move osFunctions into a new Careminster script interface | CasperW | 8 | -387/+597 | |
2009-12-09 | Enable scripting interface for windlight | unknown | 4 | -1/+387 | |
2009-12-06 | Eliminate multiple updates on link/unlink | Melanie | 1 | -0/+8 | |
2009-12-06 | Eliminate multiple updates on link/unlink | Melanie | 1 | -0/+8 | |
2009-11-30 | Convert multiple lock()s which directly hinder script performance in ↵ | CasperW | 1 | -1/+10 | |
linksets to ReaderWriterLockSlim. | |||||
2009-11-28 | Add some conditionals to references to the WorldComm module, so that the | Melanie | 2 | -8/+18 | |
module can be disabled without crashing the sim | |||||
2009-11-27 | Make locking of timers and listeners in script related functions consistent | Justin Clark-Casey (justincc) | 1 | -1/+4 | |
See http://opensimulator.org/mantis/view.php?id=4316 Thanks KittyLiu! | |||||
2009-11-27 | Make llDie virtual, since it's functionality is engine specific | Melanie | 1 | -1/+1 | |
2009-11-26 | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 1 | -1/+8 | |
2009-11-26 | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 5 | -0/+45 | |
2009-11-26 | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 1 | -5/+0 | |
pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work. | |||||
2009-11-26 | * Re-enable the AbsolutePosition = AbsolutePosition in the LSL_Api in the ↵ | Teravus Ovares (Dan Olivares) | 1 | -0/+12 | |
SetRot method if the object is not active physical. This is important for scripted rotating doors. without AbsolutePosition = AbsolutePosition, the door won't rotate. It's also important that we do not use AbsolutePosition = AbsolutePosition if the object is active physical because that would cause a complete rebuild of the object which would break vehicles. This is the best of both worlds right now. Doors as child prim should work again so long as you don't check the Physical box. * Thanks talentraspel * Thanks NixNerd * Thanks KittoFlora * Thanks lockd | |||||
2009-11-25 | Add the dummy "Size" property to the list type | Melanie | 1 | -0/+5 | |
2009-11-25 | Change osTeleportAgent parameters from long to int. That numerical range is | Melanie | 3 | -5/+5 | |
not even supported by the underlying type, so there is no need to ask for a type the script can not even supply. | |||||
2009-11-25 | Change osTeleportAgent parameters from long to int. That numerical range is | Melanie | 3 | -5/+5 | |
not even supported by the underlying type, so there is no need to ask for a type the script can not even supply. | |||||
2009-11-24 | Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim ↵ | CasperW | 3 | -256/+334 | |
lock handler. This gives us: - Faster prim inventory actions. Multiple threads can read at once. - Fixes the known prim inventory thread locks - In the event of a thread lock occurring, it will usually self heal after sixty seconds with an error message in the console | |||||
2009-11-23 | Swap the locking of m_EventQueue and m_Script to ease locks on script ↵ | CasperW | 1 | -115/+119 | |
inventory operations | |||||
2009-11-23 | Added some [DebuggerNonUserCode] modifiers to functions that throw ↵ | CasperW | 4 | -1/+12 | |
EventAbortException() to ease debugging on Visual Studio | |||||
2009-11-23 | Formatting cleanup. | Jeff Ames | 2 | -15/+15 | |
2009-11-20 | Fix http://opensimulator.org/mantis/view.php?id=3874 - parenthesis in for ↵ | Justin Clark-Casey (justincc) | 1 | -1/+19 | |
statements cause script compile failures This fixes a problem in OpenSim where statements of the form for ((i = 0); (i < 10); (++i)) { ... } do not compile even though they are valid lsl. | |||||
2009-11-17 | refactor: move AnimationSet | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
2009-11-17 | refactor: move most animation methods from ScenePresence into a new ↵ | Justin Clark-Casey (justincc) | 2 | -14/+18 | |
ScenePresenceAnimator class |