aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-31Mantis#1428. Thank you kindly, fdg for a patch that solves:Charles Krinke1-0/+5
When you copy an item in inventory and paste it, the name gets lost. Also when you use "Save as" in the Appearance Editing window the created item in inventory has always the name "New <item-type>", regardless of what you typed in as name.
2008-05-28*Added a Few External Checks relating to scripts including the seperation of ↵mingchen1-7/+13
runscript into 3 different situations (Rez, start stop)
2008-05-28Formatting cleanup.Jeff Ames1-5/+5
2008-05-28Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+2
When renaming items in task inventory, they become useless. Fix attached
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-12/+12
2008-05-25* Disabling isSelected check on object persistence backup (at least ↵Justin Clarke Casey1-4/+0
temporarily), since it appears we sometimes either don't receive or don't register deselect packets when prims are shift copied. * A better long term solution may be to address the problem of why we're not always seeing the deselects
2008-05-25* Refactor: Collapses parts of different code paths in scene used when ↵Justin Clarke Casey1-1/+0
deleting and unlinking an object
2008-05-24* Refactor: Collapse some multiple remove object pathsJustin Clarke Casey1-5/+3
* Push some delete functionality into InnerScene to match what's already there for adding objects
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ↵Justin Clarke Casey1-2/+2
instead, on the basis that this is less likely to cause confusion with c#'s base object type
2008-05-24* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵Justin Clarke Casey1-2/+4
basis that they all take SOG parameters to improve code readability for now
2008-05-24* Fixes endless loop in the Land Module when selecting any object.Teravus Ovares1-65/+93
* Fixes returning objects when the object owner hasn't been in the simulator since the simulator started up last.
2008-05-24This enables return from the parcel object owner display.Teravus Ovares1-22/+29
There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
2008-05-24* Implements selected object return.Teravus Ovares1-85/+267
* If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it.
2008-05-23Thank you kindly, Melanie, for:Charles Krinke1-30/+43
Nothing huge, but the new button code for producing a new script does well, but the script will not allow for name change once created. It reverts back to new script.
2008-05-23Thank you kindly, Melanie, for a patch which:Charles Krinke1-0/+11
Previously, upload charging was possible only for UPD uploads. This is because UDP uploads are charged by the viewer, while in CAPS, this was changed to be server side, so hackers couldn't avoid paying the upload charge. This patch adds a method to allow implementation of this serverside charge.
2008-05-20From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague1-4/+4
House cleaning ... Rather than using the variable name EntityList, the variable name EntitieList was being used. Here's a patch to fix it.
2008-05-19Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke1-1/+1
ref in inventory give and also now causes items to appear in the correct folders now, no longer in the root folder.
2008-05-18* minor: Just a few documentation odds and endsJustin Clarke Casey1-3/+1
2008-05-17* Tweaked patch mantis 1302 and committing it.Teravus Ovares1-1/+1
2008-05-17Formatting cleanup.Jeff Ames1-29/+29
2008-05-16* Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim ↵Teravus Ovares1-12/+41
inventories. Also enables 'New Script' button. from Melanie. Thanks Melanie!
2008-05-16Formatting cleanup.Jeff Ames1-222/+222
2008-05-15* Committing half of patch mantis 001291 from Melanie! Thanks Melanie.Teravus Ovares1-5/+13
* Fixes perms on take-copy assuming you have a specific flag set.. which is still in discussion.
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵Teravus Ovares1-64/+154
propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
2008-05-14Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!Teravus Ovares1-0/+3
2008-05-14More formatting cleanup.Jeff Ames1-2/+4
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-13*Fixed compile error on last commitmingchen1-1/+2
2008-05-13*Objects now delete correctlymingchen1-4/+5
2008-05-13*Complete redo of the permissions modulemingchen1-10/+20
*Removed hardcoded permissions checks *Added permissions checks where needed
2008-05-11* Fixed null reference exception when rezzing an object from inventory with ↵Teravus Ovares1-1/+14
a rootpart that isn't found. Added a way to tell if it's an attachment.
2008-05-11* Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ↵Adam Frisby1-2/+5
them out. * Fix for Scene.Inventory.cs - It assumes every entity at startup is a SceneObjectGroup. (Actually, this shouldn't have compiled[!] without a warning.) * Fix for LandManager at startup - it assumes there's a land channel when perhaps there isnt. (Bug that needs another refactor to fix. [Mike - I've assigned a ticket to you about this])
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified ↵mingchen1-7/+5
permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen1-8/+11
multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?'
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-6/+6
2008-05-05* A bit of spice from here, a pinch of salt from there, some brains that ↵Teravus Ovares1-1/+63
attracts zombies.. a recipe for llRezObject * Original patch by YZh Thanks YZH!!!! * object_rez event patch by Melanie, Thanks Melanie!!! * Some fixups, some missing things(velocity,rotation) * script delay * Recoil * Standard error messages * Standard silent failures * Easter egg management
2008-05-03* Add ability to defer item actions for AddItem() and DeleteItem(). This ↵Justin Clarke Casey1-0/+3
won't be useful until we let the client cache (again?)
2008-05-03* Refactor RemoveItem()Justin Clarke Casey1-17/+20
2008-05-03* Refactor: Renaming item and folder tree search methods to have Find*() ↵Justin Clarke Casey1-20/+28
prefixes
2008-05-03* Refactor: Move bulk of CreateFolder from UserProfileCacheService into ↵Justin Clarke Casey1-0/+1
CachedUserInfo * Remove unused/superseded methods from GridInventoryService
2008-05-03* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()Justin Clarke Casey1-5/+16
* Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy)
2008-05-03* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()Justin Clarke Casey1-6/+6
* Remove old framework asset transactions files which were region modularized
2008-05-01* Rolled back a few changes.Adam Frisby1-157/+159
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-159/+157
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* committing what I've got so far for DuplicateOnRay so I don't fight the ↵Teravus Ovares1-2/+2
conflict monster later. Not done yet, doesn't crash the server.
2008-05-01* You can now rez objects out of inventory at the correct offset from prim ↵Teravus Ovares1-3/+12
you rez it on. Including multi prim groups and prim that have different X/Y/Z scales.
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵Teravus Ovares1-5/+28
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box.
2008-04-29* Fixes child prim not editable as an attachment. You can right click on ↵Teravus Ovares1-1/+1
child prim in an attachment and get the proper pie menu. You get the attachment axis scope in the edit box.
2008-04-27* Single Attachments now work from inventory. You can attach from inventory ↵Teravus Ovares1-1/+98
and detach from inventory. * Detaching from right clicking in world, detaches to your inventory. * If you go up to a prim and attach it from in world, it appears in your inventory. * Attachment placement is saved when you detach them. * Choosing wear remembers your last attachment point from inventory. * Wrote a method to update an inventory item's asset and sends the updated inventory item to the Client * Wrote a recursive method to find the folder of a known existing inventory item. * Removed a block on physics object position on creation. This might crash a region or two, let us know via Mantis if your region crashes because of a physics out of bounds error. * Drop doesn't work. The menu item doesn't even come up. Don't know why :P.
2008-04-27* More attachment stuff, reworked some of the inventory routines to be what ↵Teravus Ovares1-27/+106
I need them to be for attachments.