Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-25 | Comment out unused private methods. | Jeff Ames | 4 | -63/+68 | |
2008-03-25 | Fix a couple more warnings. | Jeff Ames | 1 | -5/+5 | |
2008-03-25 | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. | Teravus Ovares | 1 | -2/+4 | |
* It doesn't generate at_target events, because they don't exist yet in the script engine. * The Tau is different, however, compatible with scripts I tested. * Not perfect... but pretty good. | |||||
2008-03-24 | * Added llApplyImpulse in the local frame. | Teravus Ovares | 1 | -9/+11 | |
2008-03-24 | Implements llGetInventoryPermMask() | alondria | 3 | -5/+25 | |
2008-03-24 | Modified llGetInventoryName() so it indexes inventory in the same manner the ↵ | alondria | 1 | -3/+3 | |
LL grid does. (Thanks Teravus for pointing this out.) | |||||
2008-03-24 | Implements llGetInventoryName() - the order is based upon inventory key, ↵ | alondria | 1 | -1/+17 | |
which probably doesn't match 100% with LL's grid. | |||||
2008-03-24 | Implements llGetInventoryNumber() | alondria | 1 | -2/+9 | |
2008-03-24 | Implements llGetInventoryType() | alondria | 1 | -2/+8 | |
2008-03-24 | Implements llGetInventoryCreator() | alondria | 1 | -1/+9 | |
2008-03-23 | Implements llGetParcelPrimOwners() | alondria | 1 | -2/+12 | |
2008-03-23 | Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, ↵ | alondria | 1 | -6/+83 | |
llAddToLandBanList, llAddToLandPassList, llResetLandPassList, llResetLandBanList | |||||
2008-03-23 | Fix llParseString2List bug when separator is longer than 1 character. | Jeff Ames | 1 | -10/+8 | |
2008-03-22 | Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ↵ | Jeff Ames | 1 | -1/+1 | |
Thanks daTwitch! | |||||
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -1/+1 | |
2008-03-22 | Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). | alondria | 1 | -5/+8 | |
2008-03-21 | Adds in +, -, and / operators for Rotations (and fixes Mantis 671) | alondria | 1 | -0/+17 | |
2008-03-21 | Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails.... | alondria | 1 | -0/+1 | |
2008-03-21 | Implements llGetObjectDetails() | alondria | 3 | -0/+95 | |
2008-03-21 | Implements llKey2Name(). | alondria | 1 | -1/+12 | |
2008-03-21 | Implemented llOverMyLand() and correct llGetOwnerKey() to properly return ↵ | alondria | 1 | -4/+28 | |
the information for the argument key, opposed to the object the script is in. | |||||
2008-03-21 | * Converted a large number of ASCII encodings to UTF8. | Adam Frisby | 1 | -1/+0 | |
* We should not be using ASCII anywhere except for legacy compatibility reasons. * A large number of UTF8 Encoders are being used in places where we should be using Util.StringToField instead. These have been tagged with // ENCODING FAULT * This should fix Mantis#799 - Japanese Profile Text does not work. | |||||
2008-03-21 | * Fix for #499: linked primsets don't rotate properly when using a door ↵ | Teravus Ovares | 1 | -0/+2 | |
script that works OK on SL * Fix for #693: llSetRot malfunction in linked prims causing instance of invisible prim | |||||
2008-03-19 | * Patch to add llSetLinkPrimitiveParams stub | Justin Clarke Casey | 3 | -0/+12 | |
* Thanks krtaylor | |||||
2008-03-19 | * Documentation patch from krtaylor. Thanks! | Justin Clarke Casey | 1 | -0/+5 | |
2008-03-19 | Fixed some comparisons of LLUUIDs to null. | Jeff Ames | 1 | -3/+3 | |
Thanks to DrSchofld for pointing this out. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -2/+2 | |
2008-03-18 | * Applied Grumly57 patch for #781; Thanks, Grumly! | lbsa71 | 3 | -21/+21 | |
2008-03-18 | Patch from DrSchofld (IBM). In his own words | Justin Clarke Casey | 1 | -2/+2 | |
structs (such as LLUUID) are considered values by mono. comparing them against null makes no sense and the mono compiler will flag that as evaluating to always false --- except if "cleverly" disguised. the attached patch fixes such an occurrence in OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/AsyncCommandPlugins/SensorRepeat.cs. [yes, i'm on a crusade against comparing structs against null, go ask jradford from libsl ;-)] | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 56 | -1499/+1439 | |
2008-03-17 | Fix a few mono compiler warnings. Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-03-17 | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 3 | -90/+370 | |
Here's a diff of the changes I have made in support of the following LSL script functions. llSetScriptState llGetScriptState llCSV2List llListRandomize llList2ListStrided llListFindList llResetOtherScript llGetScriptName It was necessary to modify ExecutorBase in support of the ScriptState implementations. I also modified SceneObjectPart and SceneObjectPart.Inventory to corrects a quoting mismatch in the commentary that through off live parsing of the files. I also simplified the State definition at the start of BuiltinCommands. | |||||
2008-03-15 | added some os helper functions for the texture drawing module. see ↵ | MW | 3 | -0/+140 | |
http://opensimulator.org/wiki/OSSL_TextureDrawing for function prototypes and example script. Will expand that page later. | |||||
2008-03-14 | * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL) | Teravus Ovares | 1 | -2/+9 | |
2008-03-14 | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 1 | -3/+3 | |
2008-03-12 | there was a single instance where the log4net object was not | Sean Dague | 1 | -1/+1 | |
static readonly. I suspect this was the cause of mantis #500. | |||||
2008-03-11 | Refactor out some duplicate code. | Jeff Ames | 2 | -5/+5 | |
2008-03-11 | * Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb! | Adam Frisby | 1 | -2/+2 | |
2008-03-10 | * Added Linear Acceleration reporting to the ODEPlugin. | Teravus Ovares | 1 | -2/+1 | |
* Added support for LSL llGetOmega (Rotational/Angular Velocity)- ODEPlugin is the only physics plugin that reports it. | |||||
2008-03-10 | ODEPlugin | Teravus Ovares | 3 | -0/+20 | |
* Added osSetPrimFloatOnWater(BOOL) to make Physical prim float at the water level. * osSetPrimFloatOnWater(TRUE); or osSetPrimFloatOnWater(FALSE); * By default, prim do not float at the water level. * More work is needed on the floating, but it's a start. | |||||
2008-03-10 | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2 | -1/+8 | |
* Added WaterLevel support to the ODEPlugin. More on this later. | |||||
2008-03-08 | Remove two warnings with unused variables. | Charles Krinke | 1 | -2/+0 | |
2008-03-08 | Thank you very much, Ldviopeng for : | Charles Krinke | 1 | -3/+54 | |
Patch to implement the following LSL functions: llGetObjectPermMask() llSetObjectPermMask() | |||||
2008-03-08 | Added Frist basic version on the VectorRenderModule, that allows scripts to ↵ | MW | 3 | -0/+89 | |
do some basic drawing onto textures. Currently the method the scripts have to use is most likely not the most user friendly, but this should improve soon. And hope to allow SVG files (either loaded from a web site, or even script created) to be used. I will add a page to the wiki tomorrow, until then http://www.pastebin.ca/934425 is a example c# script that can be used to get a bit of a idea. Also added osSetDynamicTextureDataBlend and osSetDynamicTextureURLBlend that will allow the various textures to be blended together, but currently there are still a few bugs in them. So not ready for use yet. | |||||
2008-03-08 | Thank you kindly, Ldviopeng for: | Charles Krinke | 3 | -3/+130 | |
Patch to implement the following LSL / OS functions llParcelPrimCount(60%) osSetParcelMediaURL | |||||
2008-03-07 | * Applied patch #719 from lvoidpeng. | lbsa71 | 1 | -2/+3 | |
* Implements llGetOwnerKey Thanks, lvoidpeng! | |||||
2008-03-06 | * Disabled ancient TerrainEngine. | Adam Frisby | 1 | -57/+3 | |
* Enabled new TerrainModule. (The king is dead, long live the king!) * Use the console command: "script terrain save file.r32" / "script terrain load file.r32" to load/save terrain. Now uses the extension to determine file format. * MANY of the old terrain features do not have a replacement function in the new module yet, this needs to be corrected, but has not been done so far. This being said, the new module is faster and more efficient and should be a good replacement. | |||||
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 16 | -80/+41 | |
2008-03-03 | * Removed a bunch of compiler warnings. | Adam Frisby | 5 | -5/+4 | |