aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory (unfollow)
Commit message (Collapse)AuthorFilesLines
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