| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per... | Teravus Ovares | 2008-05-14 | 1 | -1/+1 |
* | * Refactor: Remove SceneObjectGroup.GetScenePresences() in favour of a direct... | Justin Clarke Casey | 2008-05-14 | 1 | -10/+1 |
* | Applied Patch mantis 1220. Implements llGetStartParameter. Thanks! | Teravus Ovares | 2008-05-14 | 1 | -0/+12 |
* | * Refactored two more OutPackets. ObjectPropertiesFamily, and Object Propert... | Teravus Ovares | 2008-05-10 | 1 | -58/+11 |
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 1 | -1/+2 |
* | * Valid Sculpted prim now collide properly. | Teravus Ovares | 2008-05-09 | 1 | -0/+13 |
* | De-tabify source. | Jeff Ames | 2008-05-06 | 1 | -10/+7 |
* | * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n... | Teravus Ovares | 2008-05-06 | 1 | -3/+14 |
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -1/+1 |
* | * A bit of spice from here, a pinch of salt from there, some brains that attr... | Teravus Ovares | 2008-05-05 | 1 | -0/+12 |
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -183/+194 |
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 1 | -194/+183 |
* | * committing what I've got so far for DuplicateOnRay so I don't fight the con... | Teravus Ovares | 2008-05-01 | 1 | -2/+2 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 1 | -1/+0 |
* | * You can now rez objects out of inventory at the correct offset from prim yo... | Teravus Ovares | 2008-05-01 | 1 | -2/+29 |
* | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ... | Teravus Ovares | 2008-04-30 | 1 | -92/+15 |
* | Patch from Melanie: 0001087: Crash to bash de-linking objects. Thanks Melanie! | Teravus Ovares | 2008-04-29 | 1 | -1/+2 |
* | * Fixes child prim not editable as an attachment. You can right click on chi... | Teravus Ovares | 2008-04-29 | 1 | -1/+15 |
* | * Added basic 3-5 level undo on prim position/rotation/scale. | Teravus Ovares | 2008-04-28 | 1 | -3/+22 |
* | * Single Attachments now work from inventory. You can attach from inventory ... | Teravus Ovares | 2008-04-27 | 1 | -2/+24 |
* | * More attachment stuff, reworked some of the inventory routines to be what I... | Teravus Ovares | 2008-04-27 | 1 | -0/+22 |
* | * First draft implementation of copying prim inventory items back to agent in... | Justin Clarke Casey | 2008-04-26 | 1 | -1/+1 |
* | * Ooops, attachments now teleport/cross region borders along with your avatar... | Teravus Ovares | 2008-04-26 | 1 | -15/+42 |
* | * Fixes prim crossing. See bug 1050. | Teravus Ovares | 2008-04-25 | 1 | -2/+21 |
* | * Check in odds and ends which remain as an attempt to get the item propertie... | Justin Clarke Casey | 2008-04-25 | 1 | -1/+7 |
* | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 2008-04-25 | 1 | -3/+149 |
* | * Adds much better support for attachments that you right click on in world. | Teravus Ovares | 2008-04-24 | 1 | -1/+37 |
* | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 2008-04-23 | 1 | -3/+39 |
* | * Added missing reference to OpenSim.Framework.Communications to RemoteAdminP... | Adam Frisby | 2008-04-21 | 1 | -602/+602 |
* | * Various compiler warning cleanups. | Adam Frisby | 2008-04-21 | 1 | -1/+1 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -2/+0 |
* | * Updates LSL2CS converter | Teravus Ovares | 2008-04-20 | 1 | -0/+135 |
* | Thank you kindly krtaylor for a patch to solve: | Charles Krinke | 2008-04-19 | 1 | -1/+43 |
* | * Added lock persistence | Teravus Ovares | 2008-04-18 | 1 | -3/+4 |
* | * Nasty hack to reduce the incidence of spurious exceptions where a user dele... | Justin Clarke Casey | 2008-04-07 | 1 | -3/+4 |
* | * Okay you can put down your pitchforks - this patch should fix rezzing of it... | Justin Clarke Casey | 2008-04-07 | 1 | -26/+36 |
* | * I XmlIgnored the TaskInventory Property as a temporary measure. Taking th... | Teravus Ovares | 2008-04-07 | 1 | -1/+1 |
* | * Removing debugging goo for mantis 854 since the fix is reported to work. | Justin Clarke Casey | 2008-04-04 | 1 | -1/+1 |
* | * Attempted resolution for mantis 854 | Justin Clarke Casey | 2008-04-03 | 1 | -0/+3 |
* | * Add some temporary task inventory item inflation debug messages to investig... | Justin Clarke Casey | 2008-04-02 | 1 | -1/+1 |
* | * Fix for mantis #678 | Justin Clarke Casey | 2008-04-01 | 1 | -1/+4 |
* | * Refactored out circular reference in Region.Environment <-> Framework.Data.... | lbsa71 | 2008-03-25 | 1 | -9/+5 |
* | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. | Teravus Ovares | 2008-03-25 | 1 | -0/+21 |
* | * Added a little more stability for getting the object list from the parcel b... | Teravus Ovares | 2008-03-23 | 1 | -2/+14 |
* | * Implements Oriented Bounding Box raytracing. | Teravus Ovares | 2008-03-23 | 1 | -1/+3 |
* | * Removed more encoding faults. | Adam Frisby | 2008-03-21 | 1 | -3/+0 |
* | * Converted a large number of ASCII encodings to UTF8. | Adam Frisby | 2008-03-21 | 1 | -1/+2 |
* | * Add a large amount of extra locking to m_parts in SceneObjectGroup | Justin Clarke Casey | 2008-03-18 | 1 | -125/+235 |
* | * Stop (which currently removes) all scripts in an object when that object is... | Justin Clarke Casey | 2008-03-18 | 1 | -0/+11 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |