| Commit message (Expand) | Author | Files | Lines |
2008-05-04 | * Implemented DIE_AT_EDGE and Temporary objects don't save to the database. | Teravus Ovares | 1 | -0/+20 |
2008-05-03 | * Committing some collision stuffs that I'm working on. | Teravus Ovares | 1 | -5/+50 |
2008-05-02 | * DuplicateOnRay with copy center works in two directions... Still fightin... | Teravus Ovares | 1 | -1/+1 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -967/+997 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -997/+967 |
2008-05-01 | * committing what I've got so far for DuplicateOnRay so I don't fight the con... | Teravus Ovares | 1 | -6/+17 |
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -1/+0 |
2008-05-01 | * You can now rez objects out of inventory at the correct offset from prim yo... | Teravus Ovares | 1 | -2/+11 |
2008-04-30 | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ... | Teravus Ovares | 1 | -8/+97 |
2008-04-28 | * Added basic 3-5 level undo on prim position/rotation/scale. | Teravus Ovares | 1 | -5/+64 |
2008-04-27 | * More attachment stuff, reworked some of the inventory routines to be what I... | Teravus Ovares | 1 | -4/+5 |
2008-04-26 | * First draft implementation of copying prim inventory items back to agent in... | Justin Clarke Casey | 1 | -4/+7 |
2008-04-26 | * Ooops, attachments now teleport/cross region borders along with your avatar... | Teravus Ovares | 1 | -0/+7 |
2008-04-25 | * Fixes prim crossing. See bug 1050. | Teravus Ovares | 1 | -1/+15 |
2008-04-25 | * Check in odds and ends which remain as an attempt to get the item propertie... | Justin Clarke Casey | 1 | -2/+2 |
2008-04-25 | * Fixes Mantis: 1049. Y Texture repeat not being applied to resulting animat... | Teravus Ovares | 1 | -1/+1 |
2008-04-25 | * Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045. | Teravus Ovares | 1 | -1/+1 |
2008-04-25 | * Used thomas' patch m884 as an example to make HUD attachments work. While... | Teravus Ovares | 1 | -1/+1 |
2008-04-25 | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 1 | -1/+15 |
2008-04-24 | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 1 | -8/+8 |
2008-04-24 | * Adds much better support for attachments that you right click on in world. | Teravus Ovares | 1 | -6/+28 |
2008-04-23 | * Fixed an annoying pop-up box when crossing borders. | Teravus Ovares | 1 | -2/+2 |
2008-04-23 | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... | Teravus Ovares | 1 | -0/+3 |
2008-04-23 | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 1 | -0/+17 |
2008-04-23 | * Applying Mantis #1022 - Thanks Melanie! | Adam Frisby | 1 | -2/+11 |
2008-04-23 | * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie! | Adam Frisby | 1 | -1/+1 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -7/+5 |
2008-04-20 | * Updates LSL2CS converter | Teravus Ovares | 1 | -3/+11 |
2008-04-03 | * Resolve mantis 849 | Justin Clarke Casey | 1 | -1/+8 |
2008-04-02 | * Add some temporary task inventory item inflation debug messages to investig... | Justin Clarke Casey | 1 | -2/+2 |
2008-03-25 | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 1 | -1/+1 |
2008-03-25 | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 1 | -0/+1 |
2008-03-25 | * On Ray casting. Now returning the face normal of the collision face. | Teravus Ovares | 1 | -2/+2 |
2008-03-25 | * Refactored out circular reference in Region.Environment <-> Framework.Data.... | lbsa71 | 1 | -2/+9 |
2008-03-25 | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. | Teravus Ovares | 1 | -0/+18 |
2008-03-24 | * Added llApplyImpulse in the local frame. | Teravus Ovares | 1 | -4/+20 |
2008-03-24 | * OBB: Flipped the -y face normal so ray casting against the -y face correctl... | Teravus Ovares | 1 | -4/+4 |
2008-03-23 | * Implements Oriented Bounding Box raytracing. | Teravus Ovares | 1 | -20/+209 |
2008-03-22 | Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). | alondria | 1 | -2/+16 |
2008-03-22 | * Committing some math to discover the Oriented Bounding Box and decomposing ... | Teravus Ovares | 1 | -0/+113 |
2008-03-21 | * Updated ray tracing code. It's now good enough to use when the XYZ vector... | Teravus Ovares | 1 | -0/+7 |
2008-03-19 | Fix server crash when setting prims physical under basic physics. | Jeff Ames | 1 | -2/+6 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-17 | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 1 | -1/+1 |
2008-03-16 | * Fixed prim creation in basic physics mode. ( BasicPhysics returns null prob... | Teravus Ovares | 1 | -3/+7 |
2008-03-14 | * Minor - error message should be a warning. Spelling | Justin Clarke Casey | 1 | -1/+1 |
2008-03-14 | * The rest of the fix necessary for mantis #766 - terse updates broken | Justin Clarke Casey | 1 | -4/+14 |
2008-03-14 | * As yet incomplete fix for mantis #766 - terse updates broken | Justin Clarke Casey | 1 | -1/+11 |
2008-03-14 | * Added null root part guard | lbsa71 | 1 | -0/+1 |
2008-03-14 | * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL) | Teravus Ovares | 1 | -1/+14 |