| Commit message (Expand) | Author | Age | Files | Lines |
* | * Added the same catch on the 2nd place that objects fail to lock. | Teravus Ovares | 2008-05-14 | 1 | -0/+7 |
* | * Applying Melanie's FriendList related crash patch. She discovered that .N... | Teravus Ovares | 2008-05-14 | 1 | -1/+8 |
* | *Locked objects can now be unlocked | mingchen | 2008-05-13 | 1 | -1/+1 |
* | *Locked objects now delete after accepting warning as expected | mingchen | 2008-05-13 | 1 | -9/+9 |
* | * Refactor: Remove locking from InnerScene.GetScenePresence() | Justin Clarke Casey | 2008-05-13 | 1 | -8/+3 |
* | * Refactor: Stop exposing the inner scene's ScenePresence dictionary directly... | Justin Clarke Casey | 2008-05-13 | 2 | -4/+5 |
* | *Fixed compile error on last commit | mingchen | 2008-05-13 | 1 | -1/+2 |
* | *Objects now delete correctly | mingchen | 2008-05-13 | 1 | -4/+5 |
* | * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for f... | Adam Frisby | 2008-05-13 | 1 | -2/+2 |
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 10 | -568/+806 |
* | * Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate... | Teravus Ovares | 2008-05-13 | 3 | -3/+62 |
* | my last patch didn't actually get the sun to possition correctly, but | Sean Dague | 2008-05-12 | 1 | -3/+5 |
* | move the sun based on localtime instead of utc. Now it won't set for me at | Sean Dague | 2008-05-12 | 1 | -4/+10 |
* | Move animation handling from ScenePresence into its own class. | Jeff Ames | 2008-05-12 | 3 | -152/+259 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 2 | -0/+12 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-05-12 | 1 | -22/+53 |
* | Thanks Melanie for a patch to stop sending unnecessary animation updates (bug... | Jeff Ames | 2008-05-12 | 1 | -1/+3 |
* | Refactoring animation handling in ScenePresence. | Jeff Ames | 2008-05-12 | 1 | -143/+101 |
* | Formatting cleanup. | Jeff Ames | 2008-05-12 | 1 | -17/+17 |
* | Update svn properties. | Jeff Ames | 2008-05-11 | 2 | -763/+763 |
* | * Un-break the NPC avatar.. you know.. the one that sits in your sim and ... | Teravus Ovares | 2008-05-11 | 1 | -0/+5 |
* | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 2008-05-11 | 1 | -0/+57 |
* | * Fixed null reference exception when rezzing an object from inventory with a... | Teravus Ovares | 2008-05-11 | 1 | -1/+14 |
* | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ... | Adam Frisby | 2008-05-11 | 5 | -4/+781 |
* | * Refactored two more OutPackets. ObjectPropertiesFamily, and Object Propert... | Teravus Ovares | 2008-05-10 | 1 | -58/+11 |
* | * More OutPacket refactors. | Teravus Ovares | 2008-05-10 | 2 | -157/+5 |
* | * Two more OutPacket refactors. TextureSender. | Teravus Ovares | 2008-05-10 | 1 | -21/+12 |
* | Refactored out a few warnings related to Adam's bane OutPacket | Teravus Ovares | 2008-05-10 | 1 | -19/+8 |
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 3 | -1/+8 |
* | *Land/Parcel upates are now correct with a significant movement by the Client | mingchen | 2008-05-09 | 4 | -21/+19 |
* | * Removing console notifications of missing texture request sending (which ir... | Justin Clarke Casey | 2008-05-09 | 1 | -4/+4 |
* | Update svn properties. | Jeff Ames | 2008-05-09 | 1 | -605/+605 |
* | * Valid Sculpted prim now collide properly. | Teravus Ovares | 2008-05-09 | 3 | -1/+22 |
* | * Minor tweak to TerrainChannel | Adam Frisby | 2008-05-09 | 2 | -7/+8 |
* | * Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ... | Teravus Ovares | 2008-05-09 | 1 | -1/+20 |
* | *Added all the permission checks to the sceneexternalchecks and modified perm... | mingchen | 2008-05-08 | 8 | -188/+639 |
* | * Committing an extra bit of permissions for attaching to ensure that the per... | Teravus Ovares | 2008-05-08 | 1 | -31/+38 |
* | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2008-05-08 | 2 | -275/+333 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-05-08 | 1 | -0/+1 |
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -5/+0 |
* | * Fixes Prim ExtraParams | Teravus Ovares | 2008-05-08 | 1 | -12/+1 |
* | * Increasing ScenePresences locking to prevent race conditions such as those ... | Justin Clarke Casey | 2008-05-07 | 3 | -83/+125 |
* | *Fixed bug causing Object Duplication to not correctly follow permissions | mingchen | 2008-05-07 | 1 | -1/+4 |
* | * Doh! scripts that get controls should get controls even when you're sittin... | Teravus Ovares | 2008-05-07 | 1 | -9/+9 |
* | * Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER... | Adam Frisby | 2008-05-07 | 4 | -25/+58 |
* | * Other then the prim update experiments that are going on now, llTakeControl... | Teravus Ovares | 2008-05-07 | 2 | -4/+29 |
* | get all the right bits to SendPrimitiveToClient so we can actually | Sean Dague | 2008-05-07 | 1 | -5/+5 |
* | * Theoretically, everything is in place for scripted take controls... Theo... | Teravus Ovares | 2008-05-07 | 2 | -1/+108 |
* | *Fixed Missing SceneExternalChecks.cs | mingchen | 2008-05-07 | 1 | -0/+104 |
* | *Added CanRunScript to SceneExternalChecks | mingchen | 2008-05-07 | 1 | -0/+2 |