| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
eyes by mistake.
I must have had it cached last night.
This now makes completely fresh avatar setups appear properly (remember to wipe viewer cache and server cache as well as database).
As a bonus, eyes now appear by default too!
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
SL's viewer and some downstream projects assume that this UUID points to a full alpha texture, as per
http://opensimulator.org/mantis/bug_view_advanced_page.php?bug_id=4751 and
http://forums.kokuaviewer.org/viewtopic.php?f=8&t=1323
If the request isn't satified, some viewers will continuously make the request.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This work conflicts with cmickeyb's more extensive, related work
This reverts commit 9c829c0410da89fdbb873f706d7ba63cf26b088f.
|
| |
|
|
|
|
| |
(Files .xml and .txt also want to be committed)
|
|
|
|
|
|
|
| |
asset library
These are appropriately licensed and include plant, tree and miscellaneous textures (face target crosshairs, etc).
Many thanks to Nebadon for sourcing and packaging these.
|
| |
|
|
|
|
|
| |
* Rewrote the logic in J2KImage.RunUpdate()
* Added a default avatar texture (I made it myself)
|
|
|
|
| |
used anywhere.
|
|
|
|
|
| |
Fixes Mantis #964. Please remember to clear the viewer cache.
|
|
|
|
|
| |
Fixes Mantis #3030
|
|
|
|
|
|
|
| |
* Add the KanEd scripts to the standard library
* Thanks Fly-Man-
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This fixes Mantis #2947. Thanks jhurliman
|
|
|
|
| |
time by creating a blank file
|
|
|
|
|
|
|
| |
missing Gesture .dat files to accompany the previous check-in.
|
|
|
|
|
|
|
| |
Fixing types of gestures and animations.
|
|
|
|
|
|
|
|
| |
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"/.
|
|
|
|
|
|
| |
The included patch enable handling for PRIM_FULLBRIGHT in
llSetPrimitiveParams().
|
|
|
|
|
|
|
| |
in mantis 1848. Not sure why the ids on some textures had got changed in there and the reference to femalebody.jp2 removed.
I don't think this is the only problem with avatar appearances though, as I've still seen the puffs of smoke even with that texture set correctly. Seems that anytime where before you would have seen a grey ruth, you now get a puff of smoke. So looks like a urgent drive is needed to fix the avatar appearance system.
|
|
|
|
|
|
|
| |
uuids so that these new versions will show up in systems where they were
before.
|
|
|
|
|
|
|
|
| |
http://opensimulator.org/mantis/view.php?id=1769
* Thanks jenni
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
at IBM for distribution with OpenSim.
|
|
|
|
|
| |
sounds for the OpenSim library.
|
| |
|
|
|
|
|
|
| |
library.
|
| |
|
|
|
|
|
|
| |
my text board script to be part of the stock scripts.
|
|
|
|
|
|
|
| |
animation from Mo Hax at IBM. This took us a while to sort out
the conversion path, expection more efficiency in the future.
|
| |
|
|
|
|
|
|
| |
* This fixes three broken default assets
Thanks, tyre!
|
| |
|
| |
|
|
|
|
| |
now load up properly
|
| |
|
|
|
|
| |
Thanks CharlieO!
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
change the default OpenSim set. Equivalent changes to allow operators to also specify their own
standard inventory library directories and items to follow.
|
|
|
|
| |
extraction of hardcoded asset locations into xml
|
| |
|
|
|
|
|
|
|
|
|
| |
* This patch addresses a regression where 5 default textures, including the default "new prim" texture, would not be shown unless in viewer cache.
* Further, it supplies a new plywood texture as the base texture, which is purpose-made from locally photo-sourced material (means i took a picture and made it into a tile), which is closer in appearance and color to the Linden one.
* It changes the default new prim texture UUID to match the UUID generated by the viewer when "default" is clicked, which is a texture UUID hardcoded in some scripts as well, so it would cause compatibility issues if not addressed.
* The patch fixes a number of UUID duplications (same UUID for asset and inventory items) and capitalization issues in the XML files.
* It also includes new versions of 4 other textures, which were no longer loadable in grid mode.
|