Age | Commit message (Collapse) | Author |
|
accordion remains in English for all locales
Added / to xml file
|
|
|
|
|
|
|
|
|
|
|
|
LLViewerTextureList::removeImageFromList(LLViewerFetchedTexture *) [secondlife-bin llviewertexturelist.cpp]
|
|
LLVOAvatar::updateImpostors crash
|
|
|
|
start_new_inventory_observer. Reviewed by Richard
|
|
|
|
|
|
|
|
build tools
- Moved grid mode combo box to the grid options floater
- Updated UI of the build floater according to the spec
- Fixed "conflict" between LLFloaterOpenHandler and LLFloaterHandler command handlers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-mesh objects.
|
|
|
|
|
|
|
|
|
|
|
|
are absent from collada file (can now upload meshes without normals or texture coordinates).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
causing the LLDirIterator to crash the viewer when opening chat logs
|
|
|
|
|
|
|
|
|
|
SystemMessageTip: STORM-323
|
|
|
|
|
|
|
|
LLNearbyChatScreenChannel::showToastsBottom().
Apparently, a nearby chat toast got somehow destroyed while still remaining in the list of active toasts.
Attempt to sort active toasts in showToastsBottom() then triggered the crash.
I don't know how to reproduce the crash, i.e. force destroying a toast in a way that its onClose() method (which would remove references to the toast) isn't called.
So we'll just remove references to the toast whenever it's destroyed.
|