| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor out some duplicate code. | Jeff Ames | 2008-03-11 | 1 | -2/+2 |
* | * Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb! | Adam Frisby | 2008-03-11 | 1 | -2/+2 |
* | * Added Linear Acceleration reporting to the ODEPlugin. | Teravus Ovares | 2008-03-10 | 1 | -2/+1 |
* | ODEPlugin | Teravus Ovares | 2008-03-10 | 1 | -0/+14 |
* | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2008-03-10 | 1 | -1/+7 |
* | Remove two warnings with unused variables. | Charles Krinke | 2008-03-08 | 1 | -2/+0 |
* | Thank you very much, Ldviopeng for : | Charles Krinke | 2008-03-08 | 1 | -3/+54 |
* | Added Frist basic version on the VectorRenderModule, that allows scripts to d... | MW | 2008-03-08 | 1 | -0/+66 |
* | Thank you kindly, Ldviopeng for: | Charles Krinke | 2008-03-08 | 1 | -2/+87 |
* | * Applied patch #719 from lvoidpeng. | lbsa71 | 2008-03-07 | 1 | -2/+3 |
* | * Disabled ancient TerrainEngine. | Adam Frisby | 2008-03-06 | 1 | -57/+3 |
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 1 | -1/+1 |
* | * Removed a bunch of compiler warnings. | Adam Frisby | 2008-03-03 | 1 | -1/+0 |
* | Thank you very much, Kinoc for: | Charles Krinke | 2008-03-01 | 1 | -17/+72 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 2008-02-28 | 1 | -9/+418 |
* | Moved AsyncCommandManager into separate classes under "plugins". | Tedd Hansen | 2008-02-25 | 1 | -7/+7 |
* | Initial patch for llSensor* | Tedd Hansen | 2008-02-25 | 1 | -19/+125 |
* | By now you all have learned that when I'm committing scripting usually doesn'... | Tedd Hansen | 2008-02-24 | 1 | -55/+55 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -31/+21 |
* | llSetTimerEvent updated to use ticks instead of DateTime for internal timing. | Tedd Hansen | 2008-02-20 | 1 | -1/+1 |
* | llSetTimerEvent was setting seconds as milliseconds causing major problems in... | Tedd Hansen | 2008-02-20 | 1 | -1/+1 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-02-19 | 1 | -2/+2 |
* | Thank you very much, Hashbox for: | Charles Krinke | 2008-02-18 | 1 | -6/+13 |
* | Thank you Hashbox for adding the | Charles Krinke | 2008-02-17 | 1 | -0/+10 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -1/+1 |
* | state_entry is now executed on state change. | Tedd Hansen | 2008-02-10 | 1 | -1/+12 |
* | We now support LSL state | Tedd Hansen | 2008-02-10 | 1 | -2/+3 |
* | Implements llListStatistics() and a bunch-o-LSL_Types.list statistical method... | alondria | 2008-02-10 | 1 | -3/+41 |
* | Implemented llGetParcelFlags() and llGetRegionFlags(). I don't think the Regi... | alondria | 2008-02-10 | 1 | -4/+2 |
* | Implements llGetObjectMass() | alondria | 2008-02-10 | 1 | -1/+5 |
* | Thank you very much, Hashbox for : | Charles Krinke | 2008-02-10 | 1 | -1/+1 |
* | Cleaned up some unreachable code warnings. | Jeff Ames | 2008-02-06 | 1 | -10/+0 |
* | * Added Active Scripts to report the number of scripts running to Sim Stats | Teravus Ovares | 2008-02-06 | 1 | -6/+340 |
* | Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Command... | alondria | 2008-02-06 | 1 | -1/+1 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -2/+3 |
* | Added explicit Quaternion->string and list->string conversions. | alondria | 2008-02-05 | 1 | -2/+94 |
* | * Refactored the sound calls to SceneObjectPart | Teravus Ovares | 2008-02-05 | 1 | -114/+5 |
* | Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, llTrigge... | Teravus Ovares | 2008-02-04 | 1 | -4/+92 |
* | * Whole buncha stuff. | Adam Frisby | 2008-02-04 | 1 | -0/+12 |
* | Added llRot2Fwd, llRot2Left, and llRot2Up as well as explicit vector->string ... | alondria | 2008-02-03 | 1 | -3/+3 |
* | Implements LSL function llDialog(). | alondria | 2008-02-02 | 1 | -1/+13 |
* | Added llParseString2List (and a few extra methods to LSL_Types.list). | alondria | 2008-02-02 | 1 | -2/+48 |
* | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o... | Teravus Ovares | 2008-02-02 | 1 | -1/+10 |
* | * Committing some untested stuff regarding texture animations. This won't br... | Teravus Ovares | 2008-02-02 | 1 | -1/+10 |
* | SCRIPTING STILL BROKEN | Tedd Hansen | 2008-02-01 | 1 | -2/+2 |
* | Fixed errors being thrown by invalid PSYS_SRC_TARGET_KEY's in llParticleSyste... | alondria | 2008-02-01 | 1 | -1/+9 |
* | Thanks to Hashbox for a patch to: | alondria | 2008-02-01 | 1 | -0/+8 |
* | * Added more supported feature to particlesystems. While this appears to hav... | Teravus Ovares | 2008-02-01 | 1 | -3/+28 |
* | * Adding limited support for LLParticleSystem. | Teravus Ovares | 2008-01-31 | 1 | -14/+38 |
* | Hit a dead end with llParticleSystem (libsecondlife issues) so no functionali... | alondria | 2008-01-31 | 1 | -23/+48 |