aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: split out the code which actually copies a particular bundle to inv...Justin Clark-Casey (justincc)2011-04-181-106/+115
* refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)2011-04-181-1/+1
* Fix bug where objects were being coalesced in the wrong positions.Justin Clark-Casey (justincc)2011-04-181-2/+2
* Provide a configuration setting to control whether multiple taken objects are...Justin Clark-Casey (justincc)2011-04-182-15/+47
* Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...Diva Canto2011-04-152-25/+12
* refactor: separate out code that adds permissionsJustin Clark-Casey (justincc)2011-04-151-42/+59
* minor: remove a small amount of code duplicationJustin Clark-Casey (justincc)2011-04-151-4/+3
* refactor: split out some rez code into a separate CreateItemForObject() methodJustin Clark-Casey (justincc)2011-04-151-143/+159
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-151-1/+1
* simplify TestRezObject()Justin Clark-Casey (justincc)2011-04-141-17/+1
* Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)2011-04-141-3/+1
* simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)2011-04-141-34/+6
* Use common coalesced serialization code for both tests and the InventoryAcces...Justin Clark-Casey (justincc)2011-04-131-54/+13
* Adjust the quanterions used in the rez coalsced object tests to get sensible ...Justin Clark-Casey (justincc)2011-04-131-4/+12
* refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)2011-04-131-1/+1
* Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)2011-04-132-7/+11
* Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2011-04-132-5/+93
* factor out some test code into the SetUp()Justin Clark-Casey (justincc)2011-04-131-14/+15
* Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)2011-04-131-0/+133
* refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...Justin Clark-Casey (justincc)2011-04-121-14/+1
* Fix (add) ability to rez objects by dragging them out of another prim's inven...Justin Clark-Casey (justincc)2011-04-121-0/+4
* Implement rezzing coalesced objectsMelanie2011-04-031-11/+0
* Implement rezzing coalesced objectsMelanie2011-04-031-105/+172
* Implement taking of coalesced objects.Melanie2011-04-031-196/+263
* A stab at making CHANGED_OWNER workMelanie2011-04-011-17/+7
* Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)2011-03-091-3/+9
* Fix a few little thingsMelanie2011-02-271-0/+3
* Forces the owner of a rezzed object to be the "rezzer" of theMic Bowman2011-02-221-0/+2
* Parameterizes the view distance used to compute and manageMic Bowman2011-02-222-13/+28
* Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-5/+5
* Improved error message on TP failureDiva Canto2011-02-121-1/+1
* Added a config var to HGInventoryAccessModule called OutboundPermission that ...Diva Canto2011-02-041-2/+6
* minor: Correct misspelling of neighbour in log messages.Justin Clark-Casey (justincc)2011-02-041-1/+1
* Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
* Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-281-18/+69
* Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie2011-01-121-0/+6
* Fix direct item give permissionsMelanie2011-01-121-10/+16
* Minor additional debug message.Diva Canto2011-01-071-0/+2
* Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-031-1/+1
* Fix scoping for prim region crossingsMelanie2011-01-031-1/+1
* Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto2010-12-091-1/+1
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-052-6/+6
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-055-12/+122
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-291-1/+3
| |\
| | * Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman2010-11-271-1/+3
| * | Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-3/+7
| * | Creator information preserved upon HG transfers.Diva Canto2010-11-262-8/+87
| * | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-252-0/+25
| |/
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-213-7/+331
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-212-24/+38