aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-11* Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ...Adam Frisby1-1/+8
2008-05-09*Land/Parcel upates are now correct with a significant movement by the Clientmingchen1-11/+2
2008-05-07* Increasing ScenePresences locking to prevent race conditions such as those ...Justin Clarke Casey1-0/+1
2008-05-07* Doh! scripts that get controls should get controls even when you're sittin...Teravus Ovares1-9/+9
2008-05-07* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...Adam Frisby1-17/+17
2008-05-07* Other then the prim update experiments that are going on now, llTakeControl...Teravus Ovares1-2/+18
2008-05-07* Theoretically, everything is in place for scripted take controls... Theo...Teravus Ovares1-1/+103
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-2/+2
2008-05-06* Committing a bunch of work for control snatching. Not done yet. No visib...Teravus Ovares1-0/+125
2008-05-06* If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares1-0/+8
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-1/+1
2008-05-03* For your fragging desire, damage enabled land works, but watch out!, life d...Teravus Ovares1-1/+55
2008-05-02* More refactorings of UDPServer.Adam Frisby1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-748/+754
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-754/+748
2008-04-27* Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares1-0/+10
2008-04-27Minor svn, formatting cleanup.Jeff Ames1-4/+0
2008-04-26* Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares1-2/+41
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-64/+64
2008-04-23* Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby1-47/+91
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-10/+10
2008-04-16* Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares1-0/+4
2008-04-11refactor: eliminate method in UserProfileCacheServiceJustin Clarke Casey1-1/+1
2008-04-02* Updating the version of the ODE library. (big update). The Mac library nee...Teravus Ovares1-0/+2
2008-03-25* Massaging CAPS setup/teardown log messagesJustin Clarke Casey1-1/+1
2008-03-25* Tear down CAPS and http handlers when an agent leaves a region (via crossin...Justin Clarke Casey1-3/+12
2008-03-24* Clean up Scene.AddCapsHandler(). There was a race condition warning, but I...Justin Clarke Casey1-0/+8
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-2/+2
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-2/+2
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-1/+10
2008-03-18Formatting cleanup.Jeff Ames1-61/+59
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-14* The rest of the fix necessary for mantis #766 - terse updates brokenJustin Clarke Casey1-9/+3
2008-03-14* As yet incomplete fix for mantis #766 - terse updates brokenJustin Clarke Casey1-1/+9
2008-03-14* You can leave godmode if you want now.Teravus Ovares1-2/+12
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-0/+1
2008-03-13* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey1-10/+20
2008-03-05* Removed more compiler warnings, dead code, etc.Adam Frisby1-2/+0
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-1/+1
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-4/+412
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
2008-02-28* Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares1-1/+1
2008-02-28* OnSignificantClientMovement was never being called. So we got no land updat...Teravus Ovares1-1/+1
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-2/+5
2008-02-20Minor cleanup.Jeff Ames1-10/+2
2008-02-20* Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares1-0/+23
2008-02-18* Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ...Teravus Ovares1-3/+9
2008-02-18* Thanks to Ahzz, more verbose error messages on the console and possibly a f...Teravus Ovares1-1/+8
2008-02-18ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares1-1/+1
2008-02-17* Located and destroyed the weird velocity and rotation transfers. It turned...Teravus Ovares1-4/+16