aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-041-1/+1
* * On client login, send only one terrain patch at a time (with pauses) instea...Justin Clarke Casey2008-07-033-4/+16
* Mantis#1463. Thank you, Melanie for a patch that addresses:Charles Krinke2008-07-031-2/+47
* *.Raw files should now be loadable using "terrain load-tile" functionalitymingchen2008-07-031-2/+61
* Mantis#1658. Thank you, Melanie for a patch that:Charles Krinke2008-07-032-0/+138
* add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague2008-07-031-0/+28
* *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual cre...mingchen2008-07-031-1/+2
* * Allow archiver to operate even if there are 0 scene objects to saveJustin Clarke Casey2008-07-022-18/+14
* * Start writing out control file in archive. Only contains version informati...Justin Clarke Casey2008-07-022-1/+36
* property encapsulation for SOPSean Dague2008-07-022-101/+245
* * Twiddle with archive asset extensions yet againJustin Clarke Casey2008-07-022-45/+45
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-3/+0
* merge rotational and angular velocitySean Dague2008-07-011-22/+13
* Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to...MW2008-07-015-4/+47
* Mantis#1641. Thank you, Lulurun for a patch that addresses:Charles Krinke2008-07-011-2/+2
* Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke2008-07-011-4/+4
* attempt to expire out old dynamic textures, so they don't grow forever.Sean Dague2008-06-301-2/+7
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-301-0/+8
* properly explaining each #pragma warning disableDr Scofield2008-06-302-6/+11
* * Reload terrain from archive if there is oneJustin Clarke Casey2008-06-291-5/+31
* * Save terrain information in archiveJustin Clarke Casey2008-06-293-3/+32
* * Allow terrains to be loaded and saved from streams as well as directly to a...Justin Clarke Casey2008-06-2912-44/+264
* added patch 1633, thanks Melanie. MW2008-06-291-5/+14
* patch from mantis #1632, thanks MelanieMW2008-06-291-6/+15
* patch and files from mantis #1630, Thanks MelanieMW2008-06-291-1/+2
* * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251.Teravus Ovares2008-06-292-230/+254
* Extracted the Avatar appearance functions out of the IUserService interface a...MW2008-06-281-2/+2
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-2811-164/+164
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-0/+1