aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+2
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-05-085-22/+89
|\
| * Mantis #5472Diva Canto2011-05-081-6/+15
| * Add module with "appearance show" command.Justin Clark-Casey (justincc)2011-05-071-3/+3
| * Change command help text for "show capabilities" to "show caps", as this is t...Justin Clark-Casey (justincc)2011-05-061-2/+2
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2011-05-051-6/+13
| |\
| | * add descriptive explanations for region restart functionalityJustin Clark-Casey (justincc)2011-05-061-6/+13
| * | Add support for llRequestSecureURL() if ssl is enabledBlueWall2011-05-051-5/+56
| |/
* | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-0/+1
|/
* Merge branch 'master' into capsDiva Canto2011-05-042-1/+6
|\
| * Put the previous state back in the attachments in case the agent transfer fails.Diva Canto2011-05-041-0/+4
| * Fixes mantis #5461.Diva Canto2011-05-041-1/+2
* | Changed the defaults, so that it behaves exactly is it has been behaving (no ...Diva Canto2011-05-021-0/+2
* | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap...Diva Canto2011-05-021-1/+0
* | Works!Diva Canto2011-05-021-1/+1
* | Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto2011-05-012-32/+22
* | Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto2011-05-011-0/+257
* | Merge branch 'master' into capsDiva Canto2011-05-011-2/+2
|\ \ | |/
| * Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto2011-04-301-2/+2
* | Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-306-1887/+0
* | Moved several cap-based-service-providing modules from where they were into a...Diva Canto2011-04-306-6/+6
* | First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-302-1118/+0
|/
* Remove the scripts of the attachments in the departing region and recreate th...Diva Canto2011-04-291-2/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-04-281-4/+5
|\
| * Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)2011-04-281-4/+5
* | Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-285-40/+52
|/
* Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto2011-04-252-11/+32
* Added MaxAgents configuration option to RegionConfig.ini allowing region host...E. Allen Soard2011-04-231-1/+4
* some mesh config astheticsBlueWall2011-04-212-2/+2
* Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)2011-04-183-8/+12
* bump default IAR version to 0.2 and 1.1 for the --profile version.Justin Clark-Casey (justincc)2011-04-181-2/+2
* bump oar version number to 0.6.Justin Clark-Casey (justincc)2011-04-181-1/+1
* Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2011-04-183-9/+21
* add test to ensure that an IAR starts with the control fileJustin Clark-Casey (justincc)2011-04-182-11/+39
* 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
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-04-152-3/+21
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2011-04-145-11/+11
| |\
| * | Add ColladaMesh switchBlueWall2011-04-142-3/+21
* | | 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-155-11/+11
|/
* extend TestLoadCoalesecedItem() to check loaded object ids and positionsJustin Clark-Casey (justincc)2011-04-151-1/+7
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-154-26/+49
* implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.Justin Clark-Casey (justincc)2011-04-142-4/+48
* simplify InventoryArchiveTestCase setupJustin Clark-Casey (justincc)2011-04-141-18/+2