aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed handling of inventory a bitHomer Horwitz2009-05-092-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
* Remove the default plywood texture from the library. Its presence can cause ↵idb2009-04-181-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
* Implement missing LSL TEXTURE_xxx constants including two new textures.idb2009-01-221-0/+28
| | | | | Fixes Mantis #3030
* * Apply http://opensimulator.org/mantis/view.php?id=2913Justin Clarke Casey2009-01-121-0/+208
| | | | | | | * Add the KanEd scripts to the standard library * Thanks Fly-Man-
* Add the "Blank" texture, too.Homer Horwitz2009-01-051-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.
* Added viewer's default terrain textures.Homer Horwitz2009-01-051-0/+53
| | | | | This fixes Mantis #2947. Thanks jhurliman
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-203-30/+222
| | | | | | | Fixing types of gestures and animations.
* Mantis#1992. Thank you kindly, ChrisDown for a patch that:Charles Krinke2008-08-181-2/+3
| | | | | Corrects accidental removal of tags in /bin/inventory/Libraries.xml
* Mantis#1971. Thank you kindly, ChrisDown for a patch that:Charles Krinke2008-08-171-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"/.
* Mantis#1971. Thank you kindly, BlueWall for a patch that:Charles Krinke2008-08-161-5/+5
| | | | | | The included patch enable handling for PRIM_FULLBRIGHT in llSetPrimitiveParams().
* remove void keyword for osWeatherMap.lsl. Update asset and inventorySean Dague2008-07-281-6/+6
| | | | | | | uuids so that these new versions will show up in systems where they were before.
* content fridays. A whole bunch of new stock animations from Mo HaxSean Dague2008-06-201-6/+107
| | | | | | at IBM for distribution with OpenSim.
* commit justin's grafitti board to the base OpenSim scriptSean Dague2008-06-181-1/+14
| | | | | | library.
* contribute weather map cycling script using osDynamicTextures.Sean Dague2008-06-181-0/+13
|
* fix minor xml fubar.Sean Dague2008-06-181-1/+1
|
* prune all the empty script directories. ContributeSean Dague2008-06-182-99/+17
| | | | | | my text board script to be part of the stock scripts.
* the first pass at Asset Fridays. Contribution of a handshakeSean Dague2008-06-132-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.
* * Remove old historical grid inventory codeJustin Clarke Casey2008-05-132-196/+0
|
* Set svn:eol-style.Jeff Ames2008-01-0922-1598/+1598
|
* Third part of CharlieO's library rework. We now have library organization! ↵Brian McBee2008-01-095-672/+90
| | | | Thanks CharlieO!
* More inventory work for CharlieO. Final patch to make it all work yet to come.Brian McBee2008-01-0722-0/+1594
|
* * You can add and remove a friend in standalone now within the same ↵Teravus Ovares2008-01-011-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...
* Make it possible for new inventory 'libraries' to be added without changing ↵Justin Clarke Casey2007-12-312-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
* Move unused inventory files into the atticJustin Clarke Casey2007-12-313-1/+1
|
* Standard library folders can now be configued in the xml in ↵Justin Clarke Casey2007-12-313-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.
* Shift default OpenSim library into its own directoryJustin Clarke Casey2007-12-302-0/+6
|
* Make inventory items nominate explicit inventory folders rather than hardcodingJustin Clarke Casey2007-12-291-0/+52
|
* * Patch from Melanie that fixes an inventory folder duplication. Thanks MelanieTeravus Ovares2007-12-281-11/+1
|
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-283-0/+809