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