Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-04-07 | Implement cmGetAvatarList(). This returns a strided list of all avatars in ↵ | Thomas Grimshaw | 3 | -60/+87 | |
the region, including their UUID, position and name. The radar is often the most taxing scripts on a sim, this function can help radars reduce their impact by 66% by eliminating the need for sensors. | |||||
2010-04-07 | Fix llLookAt so that it doesn't "roll" the object and more closely imitates ↵ | Thomas Grimshaw | 1 | -4/+16 | |
the behaviour in SL. ( http://bugs.meta7.com/view.php?id=28 ) | |||||
2010-04-07 | Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira ↵ | Thomas Grimshaw | 1 | -0/+1 | |
SVC-3773) | |||||
2010-04-07 | Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE | Thomas Grimshaw | 1 | -0/+10 | |
2010-04-05 | Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 ↵ | Thomas Grimshaw | 1 | -1/+1 | |
so it can be reverted then. | |||||
2010-03-17 | Prevent llTeleportAgentHome from affecting gods | Thomas Grimshaw | 1 | -0/+3 | |
2010-03-16 | Debugger tags for VS2010 | Thomas Grimshaw | 2 | -193/+196 | |
2010-03-14 | RotLookAt repaired; debug msg cleanup. | Kitto Flora | 1 | -1/+3 | |
2010-03-13 | Fix the delay in llGiveInventory so that it only takes effect when giving ↵ | CasperW | 1 | -2/+5 | |
inventory to an avatar (this now replicates SL behaviour) | |||||
2010-03-07 | Small consistency change | Melanie | 1 | -1/+1 | |
2010-03-07 | Small consistency change | Melanie | 1 | -1/+1 | |
2010-03-06 | - implementing server 1.38 functions | unknown | 4 | -10/+114 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-02-25 | llDie() should not work on attachments (results in an incosistent attachment ↵ | CasperW | 1 | -1/+1 | |
state) | |||||
2010-02-15 | Fix an inconsistency in llSetPayPrice between SL and OS behaviour | CasperW | 1 | -3/+6 | |
2010-02-15 | Formatting cleanup. | Jeff Ames | 1 | -32/+32 | |
2010-02-15 | Implement missing llGetPrimitiveParams parameters | CasperW | 1 | -32/+138 | |
2010-02-14 | Revolution is on the roll again! :) | Revolution | 2 | -55/+210 | |
Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-02-05 | Fix two inconsistencies with LightShare | CasperW | 2 | -2/+7 | |
2010-02-01 | minor: rename GetScriptPrimType() to GetPrimType() | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-02-01 | move hollow sphere faces bug back up to LSL_Api.cs | Justin Clark-Casey (justincc) | 1 | -36/+51 | |
2010-02-01 | remove now duplicated shape code from LSL_Api.cs | Justin Clark-Casey (justincc) | 1 | -190/+45 | |
2010-02-01 | Copy prim face color setting code from LSL_Api down into SOP so that non-LSL ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
callers can use it | |||||
2010-01-21 | Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add ↵ | Kitto Flora | 1 | -2/+14 | |
associated methods. | |||||
2010-01-20 | Fixed an issue with PayPrice sometimes being shared between multiple objects | CasperW | 1 | -6/+7 | |
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-23 | Added some null reference and deleted group checks to certain functions to ↵ | CasperW | 1 | -29/+85 | |
fix region crash scenarios. | |||||
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 | |