Age | Commit message (Collapse) | Author |
|
|
|
|
|
size is reduced to a minimum.)
|
|
|
|
|
|
|
|
radians instead of degrees.
|
|
|
|
|
|
|
|
|
|
so we'll have a better idea of what people do with conversations if we see that crash again.
|
|
|
|
We were getting the texture ID from the type,index couple, but were not
passing in index, which defaulted to 0. texture ID is available from the
texture object itself, so using that and removing the index parameter
to prevent future confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in play.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
friends and groups can IM me preference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for CHUI notifications: added flashing of the line item after conv. floater opens
|
|
was because when insert was used at the end of a string of text, this would attempt to delete something past the bounds of the string...as a side effect the size of the segment was increasing even though the string length never changed. The segment size would be greater than the string size and would eventually cause an invalid read outside the bounds of the string.
|
|
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
|
|
|