| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Fixes Mantis: 1049. Y Texture repeat not being applied to resulting animat... | Teravus Ovares | 2008-04-25 | 1 | -1/+1 |
* | * Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045. | Teravus Ovares | 2008-04-25 | 1 | -1/+1 |
* | * Used thomas' patch m884 as an example to make HUD attachments work. While... | Teravus Ovares | 2008-04-25 | 1 | -1/+1 |
* | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 2008-04-25 | 1 | -1/+15 |
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 1 | -8/+8 |
* | * Adds much better support for attachments that you right click on in world. | Teravus Ovares | 2008-04-24 | 1 | -6/+28 |
* | * Fixed an annoying pop-up box when crossing borders. | Teravus Ovares | 2008-04-23 | 1 | -2/+2 |
* | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... | Teravus Ovares | 2008-04-23 | 1 | -0/+3 |
* | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 2008-04-23 | 1 | -0/+17 |
* | * Applying Mantis #1022 - Thanks Melanie! | Adam Frisby | 2008-04-23 | 1 | -2/+11 |
* | * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie! | Adam Frisby | 2008-04-23 | 1 | -1/+1 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -7/+5 |
* | * Updates LSL2CS converter | Teravus Ovares | 2008-04-20 | 1 | -3/+11 |
* | * Resolve mantis 849 | Justin Clarke Casey | 2008-04-03 | 1 | -1/+8 |
* | * Add some temporary task inventory item inflation debug messages to investig... | Justin Clarke Casey | 2008-04-02 | 1 | -2/+2 |
* | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 2008-03-25 | 1 | -1/+1 |
* | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 2008-03-25 | 1 | -0/+1 |
* | * On Ray casting. Now returning the face normal of the collision face. | Teravus Ovares | 2008-03-25 | 1 | -2/+2 |
* | * Refactored out circular reference in Region.Environment <-> Framework.Data.... | lbsa71 | 2008-03-25 | 1 | -2/+9 |
* | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. | Teravus Ovares | 2008-03-25 | 1 | -0/+18 |
* | * Added llApplyImpulse in the local frame. | Teravus Ovares | 2008-03-24 | 1 | -4/+20 |
* | * OBB: Flipped the -y face normal so ray casting against the -y face correctl... | Teravus Ovares | 2008-03-24 | 1 | -4/+4 |
* | * Implements Oriented Bounding Box raytracing. | Teravus Ovares | 2008-03-23 | 1 | -20/+209 |
* | Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). | alondria | 2008-03-22 | 1 | -2/+16 |
* | * Committing some math to discover the Oriented Bounding Box and decomposing ... | Teravus Ovares | 2008-03-22 | 1 | -0/+113 |
* | * Updated ray tracing code. It's now good enough to use when the XYZ vector... | Teravus Ovares | 2008-03-21 | 1 | -0/+7 |
* | Fix server crash when setting prims physical under basic physics. | Jeff Ames | 2008-03-19 | 1 | -2/+6 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 2008-03-17 | 1 | -1/+1 |
* | * Fixed prim creation in basic physics mode. ( BasicPhysics returns null prob... | Teravus Ovares | 2008-03-16 | 1 | -3/+7 |
* | * Minor - error message should be a warning. Spelling | Justin Clarke Casey | 2008-03-14 | 1 | -1/+1 |
* | * The rest of the fix necessary for mantis #766 - terse updates broken | Justin Clarke Casey | 2008-03-14 | 1 | -4/+14 |
* | * As yet incomplete fix for mantis #766 - terse updates broken | Justin Clarke Casey | 2008-03-14 | 1 | -1/+11 |
* | * Added null root part guard | lbsa71 | 2008-03-14 | 1 | -0/+1 |
* | * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL) | Teravus Ovares | 2008-03-14 | 1 | -1/+14 |
* | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 2008-03-14 | 1 | -1/+2 |
* | * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp... | Justin Clarke Casey | 2008-03-13 | 1 | -5/+17 |
* | Applied patch from mantis #749, Grass now stays to set type when moved. thank... | MW | 2008-03-12 | 1 | -2/+2 |
* | ODEPlugin | Teravus Ovares | 2008-03-10 | 1 | -0/+16 |
* | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2008-03-10 | 1 | -0/+8 |
* | Change SceneObjectPart.LocalID to .LocalId to be case matching | Sean Dague | 2008-03-05 | 1 | -15/+15 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 1 | -1/+118 |
* | * Applied patch 708 from devalnor. Thanks devalnor! | Teravus Ovares | 2008-03-03 | 1 | -1/+1 |
* | * This is a very icky implementation of physical linkset prim using fixed joi... | Teravus Ovares | 2008-03-02 | 1 | -0/+11 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
* | * Fixed xml loading bug (the xml was scheduled for update before added to a s... | lbsa71 | 2008-02-20 | 1 | -1/+0 |
* | * Made a quickupdate method to run through only entities that have scheduled ... | Teravus Ovares | 2008-02-20 | 1 | -0/+3 |
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 2008-02-16 | 1 | -2/+1 |
* | * ODE Stability update 4 :D | Teravus Ovares | 2008-02-15 | 1 | -0/+5 |
* | * This fixes the object edit box's flipping checkboxes when you modify one of... | Teravus Ovares | 2008-02-12 | 1 | -1/+17 |