aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel11-1/+143
2011-09-23Correct asset id of library default iris texture.Justin Clark-Casey (justincc)1-1/+1
For this change to show up you will need to clear viewer cache.
2011-09-15Write code to create minimum necessary body parts/clothing and avatar ↵Justin Clark-Casey (justincc)1-0/+10
entries to make a newly created user appear as a non-cloud on viewer 2 Viewer 2 no longer contains the default avatar assets (i.e. "Ruth") that would appear if the user had insufficient body part/clothing entries. Instead, avatars always appear as a cloud, which is a very bad experience for out-of-the-box OpenSim. Default is currently off. My intention is to switch it on for standalone shortly. This is not particularly flexible as "Ruth" is hardcoded, but this can change in the future, in co-ordination with the existing RemoteAdmin capabilities. Need to fix creation of suitable entries for users created as estate owners on standalone. Avatars still appear with spooky empty eyes, need to see if we can address this. This commit adds a "Default Iris" to the library (thanks to Eirynne Sieyes from http://opensimulator.org/mantis/view.php?id=1461) which can be used.
2011-07-23Remove manually permissions settings on all current library items so that ↵Justin Clark-Casey (justincc)12-538/+126
they use the defaults instead. Some items had completely wrong permissions - this is easier than correcting them all. The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library ↵Justin Clark-Casey (justincc)12-126/+538
item xml files - always use PermissionMask.All instead (which was the existing default)." There actually are uses for this. I will correct the perms instead since some entries appear to be wrong. This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
2011-07-23Don't load current/next/everyone/base permissions from the library item xml ↵Justin Clark-Casey (justincc)12-538/+126
files - always use PermissionMask.All instead (which was the existing default). Library items always need the same permissions, so it doesn't make sense to load them from the xml files. This just opens the door to permissions mistakes.
2010-10-30Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie1-28/+0
This will cause visual params to be persisted along with worn items. With this, alpha and tattoo laters will be saved. Multiple layers MAY work, but not tested because I don't use Viewer 2.
2010-10-29Add my work on top of cmickeyb'sMelanie1-0/+28
2010-10-29Revert "Preliminary work on appearance layers. No user functionality yet."Melanie1-28/+0
This work conflicts with cmickeyb's more extensive, related work This reverts commit 9c829c0410da89fdbb873f706d7ba63cf26b088f.
2010-10-29Preliminary work on appearance layers. No user functionality yet.Melanie1-0/+28
2009-09-11minor: correct my name in one of the library bundled scriptsJustin Clark-Casey (justincc)1-1/+1
2009-05-09Fixed handling of inventory a bitHomer Horwitz2-28/+28
- AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading
2009-04-18Remove the default plywood texture from the library. Its presence can cause ↵idb1-13/+0
usability problems when selecting textures. The texture is still in assets and can still be applied using the "Default" button or by uuid from scripts. The removal may not shown up until after clearing the cache. Fixes Mantis #3460
2009-01-22Implement missing LSL TEXTURE_xxx constants including two new textures.idb1-0/+28
Fixes Mantis #3030
2009-01-12* Apply http://opensimulator.org/mantis/view.php?id=2913Justin Clarke Casey1-0/+208
* Add the KanEd scripts to the standard library * Thanks Fly-Man-
2009-01-05Add the "Blank" texture, too.Homer Horwitz1-0/+14
NOTE: I didn't mention that in my last checkin, but you'll have to clear your viewer cache to see the new textures in the library.
2009-01-05Added viewer's default terrain textures.Homer Horwitz1-0/+53
This fixes Mantis #2947. Thanks jhurliman
2008-10-20From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield3-30/+222
Fixing types of gestures and animations.
2008-08-18Mantis#1992. Thank you kindly, ChrisDown for a patch that:Charles Krinke1-2/+3
Corrects accidental removal of tags in /bin/inventory/Libraries.xml
2008-08-17Mantis#1971. Thank you kindly, ChrisDown for a patch that:Charles Krinke1-4/+3
Reverts the deletion of the entry for "My Site Library" in bin/assets/AssetSets.xml and replace with with "Open Textures Library" pointing to "OpenTexturesLibrary/3DDCInventoryItems.xml"/.
2008-08-16Mantis#1971. Thank you kindly, BlueWall for a patch that:Charles Krinke1-5/+5
The included patch enable handling for PRIM_FULLBRIGHT in llSetPrimitiveParams().
2008-07-28remove void keyword for osWeatherMap.lsl. Update asset and inventorySean Dague1-6/+6
uuids so that these new versions will show up in systems where they were before.
2008-06-20content fridays. A whole bunch of new stock animations from Mo HaxSean Dague1-6/+107
at IBM for distribution with OpenSim.
2008-06-18commit justin's grafitti board to the base OpenSim scriptSean Dague1-1/+14
library.
2008-06-18contribute weather map cycling script using osDynamicTextures.Sean Dague1-0/+13
2008-06-18fix minor xml fubar.Sean Dague1-1/+1
2008-06-18prune all the empty script directories. ContributeSean Dague2-99/+17
my text board script to be part of the stock scripts.
2008-06-13the first pass at Asset Fridays. Contribution of a handshakeSean Dague2-1/+9
animation from Mo Hax at IBM. This took us a while to sort out the conversion path, expection more efficiency in the future.
2008-05-13* Remove old historical grid inventory codeJustin Clarke Casey2-196/+0
2008-01-09Set svn:eol-style.Jeff Ames22-1598/+1598
2008-01-09Third part of CharlieO's library rework. We now have library organization! ↵Brian McBee5-672/+90
Thanks CharlieO!
2008-01-07More inventory work for CharlieO. Final patch to make it all work yet to come.Brian McBee22-0/+1594
2008-01-01* You can add and remove a friend in standalone now within the same ↵Teravus Ovares1-1/+1
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
2007-12-31Make it possible for new inventory 'libraries' to be added without changing ↵Justin Clarke Casey2-10/+34
the default OpenSimLibrary files. Additional library folders and items can be added in a separate directory and linked in by an entry to inventory/Libraries.xml
2007-12-31Move unused inventory files into the atticJustin Clarke Casey3-1/+1
2007-12-31Standard library folders can now be configued in the xml in ↵Justin Clarke Casey3-5/+47
inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon.
2007-12-30Shift default OpenSim library into its own directoryJustin Clarke Casey2-0/+6
2007-12-29Make inventory items nominate explicit inventory folders rather than hardcodingJustin Clarke Casey1-0/+52
2007-12-28* Patch from Melanie that fixes an inventory folder duplication. Thanks MelanieTeravus Ovares1-11/+1
2007-12-28Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey3-0/+809