Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | Added tag 3.4.3-release for changeset 5cba5f39d0a8 | Oz Linden | |
2012-12-10 | merge release tag | Oz Linden | |
2012-12-05 | merge changes for DRTVWR-259 | Nat Goodspeed | |
2012-12-05 | tag merge of DRTVWR-259 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-257 | Nat Goodspeed | |
2012-12-05 | tag merge of DRTVWR-257 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-258 | Nat Goodspeed | |
2012-12-05 | tag merge of DRTVWR-258 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-256 | Nat Goodspeed | |
2012-12-05 | tag merge of DRTVWR-256 | Nat Goodspeed | |
2012-12-05 | merge changes for DRTVWR-254 | Nat Goodspeed | |
2012-12-05 | tag merge of DRTVWR-254 | Nat Goodspeed | |
2012-12-04 | merge changes for DRTVWR-253 | Nat Goodspeed | |
2012-12-04 | tag merge of DRTVWR-253 | Nat Goodspeed | |
2012-12-04 | MAINT-1953 Run through viewer stats and update GPU table with missing ↵ | Dave Parks | |
entries and new expected OpenGL versions | |||
2012-12-04 | merge changes for DRTVWR-251 | Nat Goodspeed | |
2012-12-04 | tag merge of DRTVWR-251 | Nat Goodspeed | |
2012-12-04 | tag merge of DRTVWR-252 | Nat Goodspeed | |
2012-12-03 | more for MAINT-1955: Viewer crashes while login after clearing cache | Xiaohong Bao | |
2012-12-03 | MAINT-1979 Viewer crashes while attempting to join group in the moment of ↵ | Kelly Washington | |
loading group members * Fix one race condition that could dereference a dangling pointer. reviewed with Simon and Baker. | |||
2012-11-30 | MAINT-1958 Trivial change to kick teamcity into behaving. | Dave Parks | |
2012-11-30 | MAINT-1958 More robust error handling -- handle the case where the FBO ↵ | Dave Parks | |
allocation failure occurs when enabling lighting and shadows. | |||
2012-11-30 | MAINT-1958 Fix for linux build after transplant. | Dave Parks | |
2012-11-27 | Tweak the example program (used as a performance tester) so that it | Monty Brandenberg | |
will run with higher connection concurrencies. I'm using this to test the listener queue length reporting on apaches and everything is consistent and as expected with this change (stuck at eight before). | |||
2012-11-26 | fix for MAINT-1955: Viewer crashes while login after clearing cache | Xiaohong Bao | |
2012-11-26 | MAINT-1958 Fix for crash on OSX when resizing window with deferred rendering ↵ | Dave Parks | |
enabled. Reviewed by VoidPointer | |||
2012-11-26 | BUG-768 Texture fetches hit caps throttle and need more retries. | Monty Brandenberg | |
Bumped the default retry limit up from 5 to 8 which gives up to 15 seconds more dwell time should the viewer get a 503 or other recoverable error on access. | |||
2012-11-26 | MAINT-1953 Add NVIDIA GT 230 to gpu table | Dave Parks | |
2012-11-26 | MAINT-1950 Add hashmarks to detail slider and put "Ultra" back in ↵ | Dave Parks | |
setGraphicsLevel Reviewed by Simon | |||
2012-11-19 | Added tag 3.4.2-release for changeset 16310aabccf3 | Oz Linden | |
2012-11-19 | Added tag 3.4.3-beta1 for changeset 94ab2b49458a | Oz Linden | |
2012-11-19 | merge changes for DRTVWR-245 | Oz Linden | |
2012-11-19 | tag merge of DRTVWR-245 | Oz Linden | |
2012-11-19 | Added tag DRTVWR-232 for changeset f1d3b3fcab28 | Oz Linden | |
2012-11-14 | Added tag 3.4.2-beta4 for changeset 73b84b9864dc | Oz Linden | |
2012-11-13 | tag merge of DRTVWR-243 | Oz Linden | |
2012-11-13 | MAINT-1890: Adding a more descriptive comment to this hack fix for future ↵ | William Todd Stinson | |
reference. | |||
2012-11-13 | MAINT-1891: FIX Updating the LLPipeline::clearRebuildGroups() to preserve ↵ | William Todd Stinson | |
HUD groups. clearRebuildGroups() is called during the teleport process. In the previous state, HUD objects were being incorrectly removed from the rebuild groups during the teleport process. This change will preserve HUD groups and should resolve this issue. | |||
2012-11-12 | MAINT-1890: A hacky fix for flexi-prim updates after teleport by ignoring ↵ | William Todd Stinson | |
the sUpdateDelay value and simply updating all flexi-prims. This change most likely reduces frame rate. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Remove debug spam | |||
2012-11-12 | MAINT-1894: FIX This *should* fix a crash in the LLVolume::resizePath() ↵ | William Todd Stinson | |
method. The callstacks indicated that the std library was throwing a length exception on the std::vector::resize() call. Most likely cause was that the recent changes for flexi-prims were causing the mRenderRes to become negative. And thus, the 1<<mRenderRes calculation was generating a really large value for num_render_sections. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups * Remove LLSD -> Prams legacy pattern which is super slow. * Member list on general tab only adds to the list after names are known | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Fix bad font name in llpanelgrouplandmoney | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* llpanelgroupinvite to use LLAvatarNameCache isntead of legacy gCacheName | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Clean up 'is group' extra data in namelists. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Split avatar name requests up among multiple frames to prevent overloading the nameserver and having requests time out. | |||
2012-11-09 | pull back 3.4.2-beta3 fixes | Oz Linden | |
2012-11-09 | Added tag 3.4.2-beta3 for changeset 710785535362 | Oz Linden | |