aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Added a Few External Checks relating to scripts including the seperation of ↵mingchen2008-05-281-0/+1
| | | | runscript into 3 different situations (Rez, start stop)
* * Tweaked patch mantis 1302 and committing it.Teravus Ovares2008-05-171-2/+2
|
* Formatting cleanup.Jeff Ames2008-05-171-5/+5
|
* * Patch from Melanie. Mantis 1294: Fix broken wearables icon display in ↵Teravus Ovares2008-05-161-1/+6
| | | | prim inventories. From Melanie! Thanks Melanie.
* Formatting cleanup.Jeff Ames2008-05-161-59/+59
|
* Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵Teravus Ovares2008-05-151-0/+34
| | | | | | | | propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
* * Minor: Normalise prim inventory log headersJustin Clarke Casey2008-05-011-8/+8
|
* * Rolled back a few changes.Adam Frisby2008-05-011-29/+30
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-30/+29
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ↵Teravus Ovares2008-04-301-1/+1
| | | | | | | Melanie! RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched
* * First draft implementation of copying prim inventory items back to agent ↵Justin Clarke Casey2008-04-261-0/+7
| | | | | | | | | | inventory * Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory * Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set * This is pending fixes/implementation of upstream permission implementation
* * Check in odds and ends which remain as an attempt to get the item ↵Justin Clarke Casey2008-04-251-0/+5
| | | | | | | | | properties panel for a prim's contents working * Temporarily hacked things to bring our protocol data flow to be pretty much completely identical to the Linden's for this - to absolutely no avail. * Leaving commented code in as a springboard for some future attempt
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-5/+3
| | | | (this took a while to run).
* * Updates LSL2CS converterTeravus Ovares2008-04-201-0/+2
| | | | | | | | | * All objects are not touchable by default now * When a script listens for one of the touch events in the state, an object becomes touchable. * All LSL scripts report which events they consume now ** This uses semi-complicated Regex to discover the events, stick them in a dictionary, and then write a method call into each script state's state_entry() event. ** Tedd may figure out a better way to do this in the future. For now, this works for LSL.
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-8/+8
| | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-311-1/+1
|
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-2/+2
| | | | | Thanks to DrSchofld for pointing this out.
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-32/+32
|
* * Added the ability to start and stop all scripts in the simulator using the ↵Teravus Ovares2008-02-061-3/+7
| | | | debug tab on the estate tools. This along with the disable physics via the debug tab are persistant across reboots. That means that if it's disabled when you shut down the simulator, the simulator will come up again when you start it up without loading the scripts. Turning them back on is as simple as unchecking 'disable scripts' in the debug tab of the estate tools.
* * Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares2008-02-061-0/+11
| | | | | | | * Added Script Performance to report the number of functions run per second to Sim Stats. * Removed a few warnings (@.@ up to 50 now)
* Converted logging to use log4net.Jeff Ames2008-02-051-32/+34
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Make object persistence more granular by separating prim and prim ↵Justin Clarke Casey2008-01-211-22/+1
| | | | inventory persistence
* On reflection, HasGroupChanged is more appropriateJustin Clarke Casey2008-01-181-3/+3
|
* Change SOP.HasChanged to HasPrimChanged in preparation for further changesJustin Clarke Casey2008-01-181-3/+3
|
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-9/+9
| | | | | | | | * This means that you can take an object from a region and rez it somewhere else, with its inventory intact. * As for earlier, at this stage only scripts can be placed in inventory * This isn't an efficient implementation, a better one will probably need to come along soonish
* Fix some warnings under mono.Jeff Ames2008-01-111-1/+1
|
* * Do database implementation for prim inventory items in mysqlJustin Clarke Casey2008-01-111-0/+7
| | | | | | | | * Properly clean up items when a region object is deleted * Update persisted prim when an inventory script is changed * No user functionality yet
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-2/+2
|
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-3/+95
| | | | | | | | * It is now possible to edit and save scripts directly from prim inventories * On saving, the script will be restarted in the region * Doesn't appear that it's yet possible to drag inventory contents back to agent inventory. Not quite sure why this is yet - the perms all look very permissive.
* Minor prim inventory method refactoringJustin Clarke Casey2008-01-071-35/+20
|
* Trigger persistence of the scripts in a prim's inventory when that inventory ↵Justin Clarke Casey2008-01-071-2/+28
| | | | | | | | is changed/updated/deleted (before the trigger only happened if the prim was moved). This is still development code - experimental prim inventory persistence cannot yet be enabled by users.
* Refactor Scene.Inventory.RezScript to use newer script starting codeJustin Clarke Casey2008-01-071-4/+26
|
* Persistent prim inventory phase 5. Restart scripts contained in persisted ↵Justin Clarke Casey2008-01-071-2/+13
| | | | | | | | prims on region start. No user functionality exposed yet - no ini switch to enable persistence or restore. A bit more initial work to do.
* Factor out inventory code in SceneObjectGroup into seperate class. Justin Clarke Casey2008-01-061-0/+136
As was true for the previous update, this might require nant users to re-run prebuild.[sh|bat]