Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-29 | SH-92 Fix for busted bounding boxes for mirrored meshes. | Dave Parks | |
2010-10-29 | SH-184 Don't render loading meshes as tetrahedrons. | Dave Parks | |
2010-10-29 | Fix for release build (misspelled llprimitive) | Dave Parks | |
2010-10-29 | SH-262 Fix for debug build on windows. | Dave Parks | |
2010-10-29 | merge | Dave Parks | |
2010-10-29 | Fix for assert in pipeline on startup. | Dave Parks | |
2010-10-29 | Fix for sometimes missing the color value on last vertex of a face. | Dave Parks | |
2010-10-29 | Fix for bad normals on some prim faces. | Dave Parks | |
2010-10-28 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-10-28 | merge | Dave Parks | |
2010-10-28 | Fix for NAN getting copied for some color values (NAN is purple). | Dave Parks | |
2010-10-28 | Only force an update if a flexible object is visible. | Dave Parks | |
2010-10-28 | More aggressive management of FBOs. Allocate as few FBOs as possible, ↵ | Dave Parks | |
assert when FBOs are destroyed out of order. | |||
2010-10-28 | Fix for CTS-305 'Uploaded meshes have uniform scale' | JonathanLinden | |
2010-10-28 | SH-395 WIP fixing linux build in opensource mesh branch | Nyx (Neal Orman) | |
Reverting a previous cmake fix as we're not set up to use debug libraries on non-windows platforms. Also removing references to debug versions of tcmalloc to unstick the build. | |||
2010-10-28 | merge | prep | |
2010-10-28 | - Pelvis offsets are now preserved | prep | |
- Fix for CTS-261 | |||
2010-10-27 | SH-395 WIP fix linux opensource mesh teamcity build | Nyx (Neal Orman) | |
cmake wasn't configured to use the right directories on the viewer for debug libraries. Trying to update the config. | |||
2010-10-27 | Automated merge up from viewer-development | Loren Shih | |
2010-10-27 | pull from hg.lindenlab.com/viewer-mesh to mesh-development | Nyx (Neal Orman) | |
Note all future commits should happen in public mesh-development. Will ping internal devs to make sure they transition over. | |||
2010-10-27 | STORM-418 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-224 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-311 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-95 : merge with viewer-development | Merov Linden | |
2010-10-26 | STORM-482; change to allow 1023 characters again in local chat. While fixing ↵ | Kent Quirk | |
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree. | |||
2010-10-26 | STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵ | Merov Linden | |
Develop > XUI menu | |||
2010-10-26 | merge | Dave Parks | |
2010-10-26 | Fix for bad binormals. | Dave Parks | |
2010-10-26 | Anti-alias edge map. | Dave Parks | |
2010-10-26 | Potential fix for crash in renderBloom. | Dave Parks | |
Reviewed by Seraph. | |||
2010-10-26 | STORM-454 : merge with viewer-development | Merov Linden | |
2010-10-26 | STORM-454 : Tweak the teleport_coordinate_z width to better align in world ↵ | Merov Linden | |
map UI | |||
2010-10-26 | Adding back in fix for convex hull size incompatibility after backout of ↵ | Jonathan Wolk | |
previous checkin. | |||
2010-10-26 | Backing out latest change to undo static cache file changes | Jonathan Wolk | |
2010-10-26 | STORM-416 : merge with viewer-development | Merov Linden | |
2010-10-26 | Fixed convex hull size incompatibility in mesh assets. | JonathanLinden | |
2010-10-26 | merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-350 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-173 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-426 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-449 : merge with viewer-development | Merov Linden | |
2010-10-25 | Automated merge up from viewer-development | Loren Shih | |
2010-10-25 | merge viewer-beta to viewer-development | Merov Linden | |
2010-10-25 | pull viewer-beta in viewer-development | Merov Linden | |
2010-10-25 | STORM-341 FIXED Crash on exiting viewer while Outfit Editor is opened in ↵ | Vadim ProductEngine | |
detached Appearance SP. Reason: An inventory observer (LLFilteredWearableListManager) tried to use a deleted collect functor (LLFilterItem::collector in LLPanelOutfitEdit::mListViewItemTypes). Fix: De-register (and delete) the observer when the collector gets deleted. | |||
2010-10-25 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt - fixing ↵ | Leyla Farazha | |
saving of p2p logs | |||
2010-10-25 | STORM-173 : use isEmpty() instead of getFirstRootNode() to check selection | Merov Linden | |
2010-10-25 | STORM-95 FIXED Fixed hanging of client when incorrect WAV file was passed. | Andrew Productengine | |
As Aimee has found: "The data chunk of nexfire.wav has an incorrect length specified in its header which we blindly trust when reading the file in check_for_invalid_wav_formats() in llvorbisencode.cpp. It causes an overflow of the file position pointer when reading the file which makes it start over from the beginning, hanging it in an infinite loop." - To avoid this situation in future, check for chunk size was added, and if it is declared bigger then it may be, function is interrupted and returns error. | |||
2010-10-22 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt | Leyla Farazha | |
2010-10-22 | STORM-454 : fix height in world map, allow altitude till 4096m, display ↵ | Merov Linden | |
altitude on 4 digits |