aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-13*Complete redo of the permissions modulemingchen1-14/+15
2008-05-10* More OutPacket refactors.Teravus Ovares1-151/+1
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-26/+28
2008-05-08* Committing an extra bit of permissions for attaching to ensure that the per...Teravus Ovares1-31/+38
2008-05-07* Increasing ScenePresences locking to prevent race conditions such as those ...Justin Clarke Casey1-12/+27
2008-05-07* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...Adam Frisby1-2/+23
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-22/+20
2008-05-01* Rolled back a few changes.Adam Frisby1-91/+107
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-107/+91
2008-05-01* committing what I've got so far for DuplicateOnRay so I don't fight the con...Teravus Ovares1-2/+2
2008-05-01* You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares1-2/+2
2008-04-28* Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares1-0/+14
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-2/+1
2008-04-27* Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares1-13/+57
2008-04-27* More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares1-0/+27
2008-04-26* Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares1-5/+27
2008-04-25* Fixes prim crossing. See bug 1050.Teravus Ovares1-0/+3
2008-04-24* Adds much better support for attachments that you right click on in world.Teravus Ovares1-5/+50
2008-04-23* Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby1-0/+12
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+4
2008-04-19Thank you kindly krtaylor for a patch to solve:Charles Krinke1-0/+11
2008-04-16Thank you very much, Kmeisthax for:Charles Krinke1-0/+44
2008-04-14* Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey1-5/+28
2008-04-07* Nasty hack to reduce the incidence of spurious exceptions where a user dele...Justin Clarke Casey1-1/+9
2008-04-03* Resolve mantis 849Justin Clarke Casey1-2/+7
2008-03-31* Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey1-0/+2
2008-03-31* Fix problem where inventory code throws a swallowed exception on grid mode ...Justin Clarke Casey1-1/+1
2008-03-19* Adding log debugging messages and making others more explicitJustin Clarke Casey1-1/+7
2008-03-19* Fix for if 782: Locked prims may still be moved by click+drag.Teravus Ovares1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17Replaced some magic PCode numbers with enum values.Jeff Ames1-1/+1
2008-03-14* You can leave godmode if you want now.Teravus Ovares1-1/+1
2008-03-14* Added null root part guardlbsa711-20/+7
2008-03-14Attempt to fix mantis #741, could not replicate it myself. But the error was...MW1-130/+137
2008-03-13* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey1-0/+6
2008-03-12* Fix mantis 757.Justin Clarke Casey1-1/+1
2008-03-12* Don't abort (and keep failing) the update if one Entity gives us an excepti...Justin Clarke Casey1-1/+14
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-2/+2
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-0/+43
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-2/+4
2008-02-20* Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares1-0/+33
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-43/+38
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
2008-02-12* This fixes the object edit box's flipping checkboxes when you modify one of...Teravus Ovares1-0/+4
2008-02-12* various minuscule code convention conformance fixeslbsa711-0/+2
2008-02-12* A bunch of updates to make things more smooth.Teravus Ovares1-1/+1
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares1-1/+1
2008-02-10The very beginnings of attachments (no detachments! :)Dalien Talbot1-0/+147
2008-02-10* This updates adds locking capability. Thanks, lbsa71 for pointing out my b...Teravus Ovares1-0/+1