Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-02 | SH-3128 FIX - log message cleanup for avatar rezzing | Brad Payne (Vir Linden) | |
2012-05-02 | SH-3126 : Improve curl byte range call, test implementation in ↵ | Merov Linden | |
lltexturefetch (not final) | |||
2012-05-02 | merge viewer-release to drano | Brad Payne (Vir Linden) | |
2012-05-01 | Merge | Xiaohong Bao | |
2012-05-01 | fix a sculpt crash | Xiaohong Bao | |
2012-05-01 | for SH-3118: add a toggle "TextureFetchDebuggerEnabled" to turn the console ↵ | Xiaohong Bao | |
on and off. | |||
2012-04-30 | Fix sculpties being deleted while being still in use in the scene | Merov Linden | |
2012-04-30 | SH-3124 : Fix crash on exit on Mac | Merov Linden | |
2012-04-27 | fix for a crash on sculpt | Xiaohong Bao | |
2012-04-27 | fix for a crash on "refetch vis cache" | Xiaohong Bao | |
2012-04-27 | fix a crash on cache write | Xiaohong Bao | |
2012-04-27 | fix some flaws for SH-3104 | Xiaohong Bao | |
2012-04-27 | Pull merge from drano-sh-3086 | Merov Linden | |
2012-04-26 | SH-3104 : Implemented HTTP bulk fetch for texture debug console | Merov Linden | |
2012-04-26 | a fix for SH-3097 | Xiaohong Bao | |
2012-04-26 | for SH-3097: introducing texel pixel ration adjustment | Xiaohong Bao | |
2012-04-26 | For SH-3121: collect time of reloading all textures from cache and through ↵ | Xiaohong Bao | |
HTTP when all objects loading are done. | |||
2012-04-26 | merge changes for drtvwr-140 | Oz Linden | |
2012-04-26 | tracking for copy-to-wear inventory failures | Brad Payne (Vir Linden) | |
2012-04-25 | merge changes for wolf-318 | Oz Linden | |
2012-04-25 | for subtasks SH-3118, SH-3112, SH-3110, SH-3106, SH-3091 for SH-3086: | Xiaohong Bao | |
As a viewer architect, I would like to understand how fast each of the components of the texture pipeline can run in isolation | |||
2012-04-26 | MAINT-813 FIXED crash when trying to access the region info after viewer ↵ | Seth ProductEngine | |
disconnect. Added checks for LLViewerRegion pointer in LLViewerObject being invalid. | |||
2012-04-25 | Try to suppress spurious Mac ld warnings (lib/release/Release dir). | Nat Goodspeed | |
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release. | |||
2012-04-25 | WOLF-318: change default verbosity of some unit tests to keep them out of ↵ | Oz Linden | |
the logs when passing WOLF-363: (partial) correct ordering of cleaning build dir vs running 'autobuild install' | |||
2012-04-24 | FIX INTL-96 Viewer translation for Set31 | eli | |
2012-04-24 | sync with viewer-development | eli | |
2012-04-24 | merge back tags for 3.3.1-release | Oz Linden | |
2012-04-24 | OPEN-54: correct JsonCpp include path | Boroondas Gupte | |
2012-04-24 | Added tag viewer-release-candidate, 3.3.1-release for changeset c623bbc854b6 | Oz Linden | |
2012-04-23 | Merge with head | callum | |
2012-04-23 | SH-3115 FIX Crash on exit, curl handles not empty | callum | |
Reviewed by Ted. | |||
2012-04-23 | more phase tracking for inventory ops | Brad Payne (Vir Linden) | |
2012-04-19 | startup phase tracking added to appearance metrics | Brad Payne (Vir Linden) | |
2012-04-19 | Move phase tracking to its own set of classes inside LLViewerStats - ↵ | Brad Payne (Vir Linden) | |
simplifies llvoavatar and allows adding such tracking to classes that live outside the avatar lifetime | |||
2012-04-17 | DRTVWR-139: merge back 3.3.1-beta2 fixes | Oz Linden | |
2012-04-17 | Added tag viewer-beta-candidate, 3.3.1-beta2, DRTVWR-139 for changeset ↵ | Oz Linden | |
1dc545e44617 | |||
2012-04-17 | Mac build fix. | Seth ProductEngine | |
2012-04-16 | sync with viewer-development | eli | |
2012-04-16 | MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵ | callum | |
request from similator and display a notification Reviewed by Simon | |||
2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
2012-04-14 | gratuitous change to force new codeticket number | Oz Linden | |
2012-04-13 | fix merge conflict in remove_item | Oz Linden | |
2012-04-13 | merge changes for drtvwr-136 | Oz Linden | |
2012-04-13 | Final pull from viewer-thx1138 | Merov Linden | |
2012-04-13 | SH-3060 : Always use old byte range on low res (faster), reserve new byte ↵ | Merov Linden | |
range for high res. | |||
2012-04-14 | Touched a file to fix the TC build. | Seth ProductEngine | |
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-13 | fix for linux build failure | Brad Payne (Vir Linden) | |
2012-04-13 | SH-3080 : Fix wrong settings reading code (will crash on some machine) | Merov Linden | |
2012-04-13 | Pull from viewer-thx1138 | Merov Linden | |