| Commit message (Expand) | Author | Files | Lines |
2008-05-30 | * Fixed a dangling event hook that I added. | Teravus Ovares | 1 | -0/+37 |
2008-05-29 | * Ruling out another potential cause of zombie-ism | Teravus Ovares | 1 | -0/+2 |
2008-05-29 | * Added a child agent check to the ChildAgentData Update to make sure that yo... | Teravus Ovares | 1 | -1/+5 |
2008-05-28 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-28 | Thank you kindly, Melanie for a patch that adds a two-stage | Charles Krinke | 1 | -1/+7 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+1 |
2008-05-25 | Thank you very much, Melanie for a patch that: | Charles Krinke | 1 | -0/+6 |
2008-05-24 | * an attempt to resolve the teleport + attachment = crash | Teravus Ovares | 1 | -4/+19 |
2008-05-23 | IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in | Dr Scofield | 1 | -0/+2 |
2008-05-23 | *Refactor of the LandManagementModule that allows OpenSim to run without it | mingchen | 1 | -9/+1 |
2008-05-22 | don't trust appearance assetid, instead do an inventory | Sean Dague | 1 | -5/+5 |
2008-05-21 | Clean out some crufty in AvatarFactoryModule | Sean Dague | 1 | -13/+10 |
2008-05-21 | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 1 | -2/+1 |
2008-05-20 | Add copyright notices. | Jeff Ames | 1 | -1/+1 |
2008-05-19 | fix crash in standalone mode for initial appearance setup | Sean Dague | 1 | -3/+3 |
2008-05-19 | Attempt to fix incorrect animations when using ODE (bugs #1320 / #1321) | Jeff Ames | 1 | -9/+16 |
2008-05-19 | Rework some of the animation logic in an attempt to resolve #1318 | Jeff Ames | 1 | -38/+25 |
2008-05-18 | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 1 | -2/+2 |
2008-05-17 | while this doesn't fix the initial no pants issue in grid (which still baffle... | Sean Dague | 1 | -6/+16 |
2008-05-17 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-05-16 | minor change to justin's previous fix that should still | Sean Dague | 1 | -3/+4 |
2008-05-16 | * Removing unnecessary LLUUID.Zero check from AssetCache | Justin Clarke Casey | 1 | -1/+6 |
2008-05-16 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -92/+92 |
2008-05-16 | appearance now survives logout. Tommorrow will involve moving | Sean Dague | 1 | -1/+2 |
2008-05-15 | testing avatar appearance as a user service | Sean Dague | 1 | -0/+7 |
2008-05-15 | minor refactor of some properties for readability | Sean Dague | 1 | -9/+9 |
2008-05-15 | refactoring to move AvatarAppearance into Framework and | Sean Dague | 1 | -8/+16 |
2008-05-14 | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per... | Teravus Ovares | 1 | -7/+1 |
2008-05-14 | * Applying patch from Melanie to expose godlevel to modules. | Adam Frisby | 1 | -0/+5 |
2008-05-14 | * Applying patches from Melanie to cover permissions module. Thanks! | Adam Frisby | 1 | -0/+6 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-14 | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 1 | -24/+7 |
2008-05-13 | * Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate... | Teravus Ovares | 1 | -1/+18 |
2008-05-12 | Move animation handling from ScenePresence into its own class. | Jeff Ames | 1 | -152/+49 |
2008-05-12 | Thanks Melanie for a patch to stop sending unnecessary animation updates (bug... | Jeff Ames | 1 | -1/+3 |
2008-05-12 | Refactoring animation handling in ScenePresence. | Jeff Ames | 1 | -143/+101 |
2008-05-12 | Formatting cleanup. | Jeff Ames | 1 | -17/+17 |
2008-05-11 | 0001199: [PATCH] Add support for default animations | Teravus Ovares | 1 | -0/+57 |
2008-05-11 | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ... | Adam Frisby | 1 | -1/+8 |
2008-05-09 | *Land/Parcel upates are now correct with a significant movement by the Client | mingchen | 1 | -11/+2 |
2008-05-07 | * Increasing ScenePresences locking to prevent race conditions such as those ... | Justin Clarke Casey | 1 | -0/+1 |
2008-05-07 | * Doh! scripts that get controls should get controls even when you're sittin... | Teravus Ovares | 1 | -9/+9 |
2008-05-07 | * Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER... | Adam Frisby | 1 | -17/+17 |
2008-05-07 | * Other then the prim update experiments that are going on now, llTakeControl... | Teravus Ovares | 1 | -2/+18 |
2008-05-07 | * Theoretically, everything is in place for scripted take controls... Theo... | Teravus Ovares | 1 | -1/+103 |
2008-05-06 | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 1 | -2/+2 |
2008-05-06 | * Committing a bunch of work for control snatching. Not done yet. No visib... | Teravus Ovares | 1 | -0/+125 |
2008-05-06 | * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n... | Teravus Ovares | 1 | -0/+8 |
2008-05-05 | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 1 | -1/+1 |