aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-10Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke1-2/+119
This patch limits the maximum size of prims that can be created using libsl bots or modified clients to 65536mper side. It also limits LSL functions to that size. If a prim is already physical, the enforced constraint is 10m. A prim that is larger than 10m cannot be turned physical, either via script or UI. Linksets are handled correctly, so scaling of physical linksets is constrained by the size of it's largest component prim. Also, turning linksets physical is based on the size of it's largest ptim.
2008-07-09*Patch as supplied in Mantis #0001705 by melanie. Fixes: Locked prims allow ↵mingchen2-18/+30
*any avatar* to deposit scripts in them, regardless of permissions
2008-07-09Mantis#1127. Thank you kindly, Grumly57 for a patch that:Charles Krinke1-1/+1
Addresses HTTP_METHOD parameter does not work for POST requests.
2008-07-09for testing purposes only:MW1-1/+17
added void osSetParcelMediaTime(double time) command to script engines. which sets the position of the media that is playing. Time is in seconds. Doesn't do any security checking (should be checking that the object/script is owned by the parcel owner). So could be abused, if it is then we should remove it, or add the security. Only tested in dotnet scripting engine, but should work in XEngine too.
2008-07-09corrected the params types on IClientAPI.SendParcelMediaCommand. the command ↵MW1-1/+1
parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum])
2008-07-08* Don't fail the archive operation if exceptions are encountered while ↵Justin Clarke Casey1-34/+42
analyzing prims
2008-07-08* Guard against a failure to find an inventory item in a move request by ↵Justin Clarke Casey1-2/+9
complaining in the log rather than terminating the session
2008-07-08Mantis#1690. Thank you, Malanie for a patch that:Charles Krinke1-0/+2
addresses "recompiles clear perms:
2008-07-08* Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ↵lbsa711-1/+11
IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList.
2008-07-08* Changed casing of some archaic methods to conform with code standardslbsa714-25/+25
2008-07-07change SitTarget calls from functions to propertiesSean Dague2-45/+23
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey4-9/+24
2008-07-07* switch terrain archiving to raw32 rather than png to avoid unnecessary ↵Justin Clarke Casey1-1/+1
posterization. Thanks to Adam for the tip.
2008-07-06* In archiver, scan scripts for embedded asset uuids and save these outJustin Clarke Casey1-1/+39
2008-07-06* refactor: archiver code clean up so that it's more readable for the next ↵Justin Clarke Casey2-21/+43
functionality addition
2008-07-06Mantis#1677. Thank you, Melanie for a patch that:Charles Krinke1-4/+8
Patch propagates the permissionToTake flag into the timer handler, so that "take copy" and delete permissions are honored.
2008-07-06Copyright notices and formatting cleanup.Jeff Ames7-72/+95
2008-07-06* minor: documentation in SceneObjectPart.Inventory.cs. Refactor ↵Justin Clarke Casey2-29/+46
AddInventoryItem methods to reduce code duplication
2008-07-06* minor: remove unnecessary locking from SOP.GetInventoryItem()Justin Clarke Casey1-20/+7
2008-07-06* minor: Stop spurious 'item not found' messages when placing things into a ↵Justin Clarke Casey2-15/+28
prim's inventory
2008-07-06* Moves sending items to inventory via a delete into a seperate thread (this ↵Adam Frisby1-92/+172
thread can be expanded to support all sends to inventory from inworld easily enough). Thread is temporary and only exists while items are being returned. * This should remove the "lag" caused by deleting many objects. * Patch brought to you by Joshua Nightshade's bitching at me to fix it.
2008-07-04* extend archiving asset analysis to clothingJustin Clarke Casey1-9/+9
2008-07-04* On archiving, analyze body parts and save textures referenced from themJustin Clarke Casey1-1/+20
2008-07-04* refactor: break out archiver's combined sync-async asset request routine ↵Justin Clarke Casey1-25/+37
ready for analysis of inventory item types other than objects
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield1-1/+1
2008-07-03* On client login, send only one terrain patch at a time (with pauses) ↵Justin Clarke Casey3-4/+16
instead of 4 at a time * Certain terrains which are fine went patches are sent singly cause a libsecondlife failure when patches are sent in batches * See http://opensimulator.org/mantis/view.php?id=1662 for more details
2008-07-03Mantis#1463. Thank you, Melanie for a patch that addresses:Charles Krinke1-2/+47
sometimes, incorrect sit rotation is sent to other clients
2008-07-03*.Raw files should now be loadable using "terrain load-tile" functionalitymingchen1-2/+61
2008-07-03Mantis#1658. Thank you, Melanie for a patch that:Charles Krinke2-0/+138
Adds IEmailModule and a module skelaton
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague1-0/+28
up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start
2008-07-03*Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual ↵mingchen1-1/+2
creation/reclaim/sale date.
2008-07-02* Allow archiver to operate even if there are 0 scene objects to saveJustin Clarke Casey2-18/+14
2008-07-02* Start writing out control file in archive. Only contains version ↵Justin Clarke Casey2-1/+36
information right now.
2008-07-02property encapsulation for SOPSean Dague2-101/+245
2008-07-02* Twiddle with archive asset extensions yet againJustin Clarke Casey2-45/+45
* Reintroducing asset type but this time in a long form, and with _ rather than .
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-3/+0
* Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
2008-07-01merge rotational and angular velocitySean Dague1-22/+13
2008-07-01Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵MW5-4/+47
to save a single primitive or small group of them. This command will save all prims in the current scene that name matches the "PrimName" parameter. The saved file is in standard xml2 format, so can be loaded using load-xml2
2008-07-01Mantis#1641. Thank you, Lulurun for a patch that addresses:Charles Krinke1-2/+2
The 1st "GetAvatarAppearance" *always* fails and returns default avatarappearance. Avatarappearance seems to be working well because the 2nd "GetAvatarAppearance" gets the right appearance.
2008-07-01Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke1-4/+4
Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application.
2008-06-30attempt to expire out old dynamic textures, so they don't grow forever.Sean Dague1-2/+7
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+8
Make each region load it's settings from the database on startup. No user functionality yet.
2008-06-30properly explaining each #pragma warning disableDr Scofield2-6/+11
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-29* Reload terrain from archive if there is oneJustin Clarke Casey1-5/+31
2008-06-29* Save terrain information in archiveJustin Clarke Casey3-3/+32
* Not yet reloading * Terrain saving will be optional a little further down the line
2008-06-29* Allow terrains to be loaded and saved from streams as well as directly to ↵Justin Clarke Casey12-44/+264
and from files * Should be making use of this in the next revisions
2008-06-29added patch 1633, thanks Melanie. MW1-5/+14
Although I think a bit of abstraction needs to be done to make it easy to override the deleting off the inventory item when rezzing a object.
2008-06-29patch from mantis #1632, thanks MelanieMW1-6/+15
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-1/+2
2008-06-29* Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251.Teravus Ovares2-230/+254
* This should resolve creating content, taking it, and being able to rez it again.