| Commit message (Expand) | Author | Files | Lines |
2008-03-24 | Modified llGetInventoryName() so it indexes inventory in the same manner the ... | alondria | 1 | -3/+3 |
2008-03-24 | Implements llGetInventoryName() - the order is based upon inventory key, whic... | alondria | 1 | -1/+17 |
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, llAdd... | alondria | 1 | -6/+83 |
2008-03-23 | Fix llParseString2List bug when separator is longer than 1 character. | Jeff Ames | 1 | -10/+8 |
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 the... | alondria | 1 | -4/+28 |
2008-03-21 | * Converted a large number of ASCII encodings to UTF8. | Adam Frisby | 1 | -1/+0 |
2008-03-21 | * Fix for #499: linked primsets don't rotate properly when using a door scrip... | Teravus Ovares | 1 | -0/+2 |
2008-03-19 | * Patch to add llSetLinkPrimitiveParams stub | Justin Clarke Casey | 3 | -0/+12 |
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 |
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 | 1 | -7/+7 |
2008-03-18 | Patch from DrSchofld (IBM). In his own words | Justin Clarke Casey | 1 | -2/+2 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 33 | -878/+833 |
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 |
2008-03-15 | added some os helper functions for the texture drawing module. see http://ope... | MW | 3 | -0/+140 |
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 |
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 |
2008-03-10 | ODEPlugin | Teravus Ovares | 3 | -0/+20 |
2008-03-10 | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2 | -1/+8 |
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 |
2008-03-08 | Added Frist basic version on the VectorRenderModule, that allows scripts to d... | MW | 3 | -0/+89 |
2008-03-08 | Thank you kindly, Ldviopeng for: | Charles Krinke | 3 | -3/+130 |
2008-03-07 | * Applied patch #719 from lvoidpeng. | lbsa71 | 1 | -2/+3 |
2008-03-06 | * Disabled ancient TerrainEngine. | Adam Frisby | 1 | -57/+3 |
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 |
2008-03-01 | Thank you very much, Kinoc for: | Charles Krinke | 2 | -21/+101 |
2008-02-28 | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 1 | -9/+418 |
2008-02-25 | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 7 | -519/+744 |
2008-02-25 | eol | Tedd Hansen | 6 | -727/+727 |
2008-02-25 | Step 1 in reorganizing AsyncCommandManager | Tedd Hansen | 7 | -679/+729 |
2008-02-25 | Initial patch for llSensor* | Tedd Hansen | 2 | -22/+397 |