aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis#1739. Thank you kindly, Grumly57 for a patch that:Charles Krinke2008-07-142-2/+8
* fixing warning in IRCBridgeModule and logging the exception cause now.Dr Scofield2008-07-141-2/+3
* adds a default value of true to the new IRC bridge configuration option "nick...Dahlia Trimble2008-07-141-3/+5
* Patch #9150Melanie Thielker2008-07-143-13/+82
* Patch #9149Melanie Thielker2008-07-142-49/+29
* Patch #9147Melanie Thielker2008-07-148-90/+138
* Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke2008-07-131-8/+21
* * minor: make scene closing log message info rather than warnJustin Clarke Casey2008-07-131-1/+2
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-138-17/+74
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-125-33/+35
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-125-17/+32
* minor: method documentationJustin Clarke Casey2008-07-123-117/+90
* * minor: thought up a better name for the last allocated local idJustin Clarke Casey2008-07-121-2/+2
* * minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey2008-07-123-10/+12
* * Make archive default tar file modes more permissiveJustin Clarke Casey2008-07-121-1/+1
* * Remove warningJustin Clarke Casey2008-07-121-1/+1
* * Remove warning and tidy up logic in SceneObjectGroup.UpdatePrimFlags()Justin Clarke Casey2008-07-121-14/+6
* * Start compressing archivesJustin Clarke Casey2008-07-125-35/+31
* Mantis#1681. Thank you kindly, Vytek for a patch that:Charles Krinke2008-07-121-8/+179
* Mantis#1718. Thank you kindly, Mircea for a patch that:Charles Krinke2008-07-121-9/+17
* Mantis#1716. Thank you kindly, Nlin for a patch that:Charles Krinke2008-07-121-0/+9
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-1/+1
* * Oops, turn off permissions debugging I stupidly hardcodedJustin Clarke Casey2008-07-111-1/+1
* * Put an info entry in the log if permissions are being bypassedJustin Clarke Casey2008-07-112-2/+11
* * Comment out body of experimental ParcelMediaSetTime() since MW says it caus...Justin Clarke Casey2008-07-111-13/+14
* trying to fix mantis #1711.Dr Scofield2008-07-111-5/+12
* Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke2008-07-101-2/+119
* *Patch as supplied in Mantis #0001705 by melanie. Fixes: Locked prims allow *...mingchen2008-07-092-18/+30
* Mantis#1127. Thank you kindly, Grumly57 for a patch that:Charles Krinke2008-07-091-1/+1
* for testing purposes only:MW2008-07-091-1/+17
* corrected the params types on IClientAPI.SendParcelMediaCommand. the command ...MW2008-07-091-1/+1
* * Don't fail the archive operation if exceptions are encountered while analyz...Justin Clarke Casey2008-07-081-34/+42
* * Guard against a failure to find an inventory item in a move request by comp...Justin Clarke Casey2008-07-081-2/+9
* Mantis#1690. Thank you, Malanie for a patch that:Charles Krinke2008-07-081-0/+2
* * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli...lbsa712008-07-081-1/+11
* * Changed casing of some archaic methods to conform with code standardslbsa712008-07-084-25/+25
* change SitTarget calls from functions to propertiesSean Dague2008-07-072-45/+23
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-074-9/+24
* * switch terrain archiving to raw32 rather than png to avoid unnecessary post...Justin Clarke Casey2008-07-071-1/+1
* * In archiver, scan scripts for embedded asset uuids and save these outJustin Clarke Casey2008-07-061-1/+39
* * refactor: archiver code clean up so that it's more readable for the next fu...Justin Clarke Casey2008-07-062-21/+43
* Mantis#1677. Thank you, Melanie for a patch that:Charles Krinke2008-07-061-4/+8
* Copyright notices and formatting cleanup.Jeff Ames2008-07-067-72/+95
* * minor: documentation in SceneObjectPart.Inventory.cs. Refactor AddInventor...Justin Clarke Casey2008-07-062-29/+46
* * minor: remove unnecessary locking from SOP.GetInventoryItem()Justin Clarke Casey2008-07-061-20/+7
* * minor: Stop spurious 'item not found' messages when placing things into a p...Justin Clarke Casey2008-07-062-15/+28
* * Moves sending items to inventory via a delete into a seperate thread (this ...Adam Frisby2008-07-061-92/+172
* * extend archiving asset analysis to clothingJustin Clarke Casey2008-07-041-9/+9
* * On archiving, analyze body parts and save textures referenced from themJustin Clarke Casey2008-07-041-1/+20
* * refactor: break out archiver's combined sync-async asset request routine re...Justin Clarke Casey2008-07-041-25/+37