aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+8
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-8/+2
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+8
2009-04-03* Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby1-0/+10
2009-03-05* Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2008-12-10* refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey1-2/+284
2008-12-05Implementation of the llDetectedTouch* functionsidb1-2/+6
2008-12-01Make the permissions module hook CanResetScript suitable for useMelanie Thielker1-1/+1
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-5/+5
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-1/+1
2008-10-10added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...MW1-1/+1
2008-10-08* On deselection of objects, stop every object id passed triggering an update...Justin Clarke Casey1-27/+20
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-19/+19
2008-08-27Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker1-4/+4
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-08-17Change the deselect processing to prevent gratuituous full updateMelanie Thielker1-14/+42
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield1-8/+12
2008-07-24From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-0/+16
2008-05-28*Added a Few External Checks relating to scripts including the seperation of ...mingchen1-1/+5
2008-05-28Formatting cleanup.Jeff Ames1-3/+3
2008-05-26Thank you kindly, Melanie for a patch for script resetCharles Krinke1-0/+9
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-16/+45
2008-05-23*Refactor of the LandManagementModule that allows OpenSim to run without itmingchen1-2/+2
2008-05-23i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield1-18/+15
2008-05-22Fix for Mantis 1340. Thanks Melanie!Adam Johnson1-1/+1
2008-05-20From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague1-8/+8
2008-05-170001303: [PATCH] Make prim owner and data show for prims not owned. From Mel...Teravus Ovares1-3/+3
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-2/+2
2008-05-08From: Michael Osias <mosias@us.ibm.com>Sean Dague1-0/+1
2008-05-07* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...Adam Frisby1-1/+15
2008-05-06De-tabify source.Jeff Ames1-1/+1
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-2/+2
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-2/+2
2008-05-05* Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares1-0/+3
2008-05-01* Rolled back a few changes.Adam Frisby1-15/+15
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-15/+15
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-2/+2
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-10/+45
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-2/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+0
2008-04-17* Re-Fixed caps Teravus Ovares1-0/+4
2008-04-14* Fixed a few warnings.Teravus Ovares1-0/+9
2008-04-03* Resolve mantis 849Justin Clarke Casey1-3/+2
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-23/+0
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-1/+1