aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move animation handling from ScenePresence into its own class.Jeff Ames2008-05-121-152/+49
* Thanks Melanie for a patch to stop sending unnecessary animation updates (bug...Jeff Ames2008-05-121-1/+3
* Refactoring animation handling in ScenePresence.Jeff Ames2008-05-121-143/+101
* Formatting cleanup.Jeff Ames2008-05-121-17/+17
* 0001199: [PATCH] Add support for default animations Teravus Ovares2008-05-111-0/+57
* * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ...Adam Frisby2008-05-111-1/+8
* *Land/Parcel upates are now correct with a significant movement by the Clientmingchen2008-05-091-11/+2
* * Increasing ScenePresences locking to prevent race conditions such as those ...Justin Clarke Casey2008-05-071-0/+1
* * Doh! scripts that get controls should get controls even when you're sittin...Teravus Ovares2008-05-071-9/+9
* * Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...Adam Frisby2008-05-071-17/+17
* * Other then the prim update experiments that are going on now, llTakeControl...Teravus Ovares2008-05-071-2/+18
* * Theoretically, everything is in place for scripted take controls... Theo...Teravus Ovares2008-05-071-1/+103
* * Cleaning up code, making it conform to OpenSim standards.Adam Frisby2008-05-061-2/+2
* * Committing a bunch of work for control snatching. Not done yet. No visib...Teravus Ovares2008-05-061-0/+125
* * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares2008-05-061-0/+8
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-1/+1
* * For your fragging desire, damage enabled land works, but watch out!, life d...Teravus Ovares2008-05-031-1/+55
* * More refactorings of UDPServer.Adam Frisby2008-05-021-1/+1
* * Rolled back a few changes.Adam Frisby2008-05-011-748/+754
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-754/+748
* * Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares2008-04-271-0/+10
* Minor svn, formatting cleanup.Jeff Ames2008-04-271-4/+0
* * Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares2008-04-261-2/+41
* replace hard tabs with 4 spaces to be consistant in the source.Sean Dague2008-04-241-64/+64
* * Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby2008-04-231-47/+91
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-10/+10
* * Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares2008-04-161-0/+4
* refactor: eliminate method in UserProfileCacheServiceJustin Clarke Casey2008-04-111-1/+1
* * Updating the version of the ODE library. (big update). The Mac library nee...Teravus Ovares2008-04-021-0/+2
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-251-1/+1
* * Tear down CAPS and http handlers when an agent leaves a region (via crossin...Justin Clarke Casey2008-03-251-3/+12
* * Clean up Scene.AddCapsHandler(). There was a race condition warning, but I...Justin Clarke Casey2008-03-241-0/+8
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-2/+2
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-2/+2
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-201-1/+10
* Formatting cleanup.Jeff Ames2008-03-181-61/+59
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* * The rest of the fix necessary for mantis #766 - terse updates brokenJustin Clarke Casey2008-03-141-9/+3
* * As yet incomplete fix for mantis #766 - terse updates brokenJustin Clarke Casey2008-03-141-1/+9
* * You can leave godmode if you want now.Teravus Ovares2008-03-141-2/+12
* * Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares2008-03-141-0/+1
* * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey2008-03-131-10/+20
* * Removed more compiler warnings, dead code, etc.Adam Frisby2008-03-051-2/+0
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-1/+1
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-4/+412
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-4/+4
* * Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares2008-02-281-1/+1
* * OnSignificantClientMovement was never being called. So we got no land updat...Teravus Ovares2008-02-281-1/+1
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-221-2/+5
* Minor cleanup.Jeff Ames2008-02-201-10/+2