Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-25 | llDie() should not work on attachments (results in an incosistent attachment ↵ | CasperW | 1 | -1/+1 | |
state) | |||||
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 1 | -1/+1 | |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 1 | -1/+1 | |
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | |||||
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-30 | * HGScene is no more. | Diva Canto | 1 | -1/+0 | |
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module | |||||
2010-01-24 | Removed obsolete interface IHyperlink. | Diva Canto | 1 | -13/+4 | |
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 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 3 | -3/+3 | |
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-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2 | -11/+9 | |
* HG is seriously broken here * Compiles. Untested. | |||||
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 1 | -10/+10 | |
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 | 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 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 | |
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 | |