Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-10 | MAINT-1175: Fix Windows build. | Nat Goodspeed | |
It seems MSVC doesn't like boost::make_transform_iterator() in the context I was using it. Try directly invoking the iterator's constructor. | |||
2012-07-10 | MAINT-1175: Reimplement LLTypeInfoLookup for better lookup failure. | Nat Goodspeed | |
The original LLTypeInfoLookup implementation was based on two assumptions: small overall container size, and infrequent normal-case lookup failures. Those assumptions led to binary-searching a sorted vector, with linear search as a fallback to cover the problem case of two different type_info* values for the same type. As documented in the Jira, this turned out to be a problem. The container size was larger than expected, and failed lookups turned out to be far more common than expected. The new implementation is based on a hash map of std::type_info::name() strings, which should perform equally well in the success and failure cases: no special-case fallback logic. | |||
2012-07-05 | begin integrating building of llphysicsextensions from source here (incomplete) | Oz Linden | |
2012-07-03 | MAINT-1231 Investigate increasing MAX_CACHED_GROUPS in llgroupmgr.cpp | Kelly Washington | |
* increased max groups to 20 * changed cache to LRU instead of 'delete half when overfull' reviewed with Baker | |||
2012-07-03 | Adding an import for the new RelWithDebInfo build of the physics extensions ↵ | Todd Stinson | |
library. | |||
2012-07-03 | PATH-805: guard all uses of sInstance in LLPanelLogin | Oz Linden | |
2012-07-03 | FIX INTL-99 set32 translation for 8 languages | eli | |
2012-07-03 | MAINT-685 Fix for disabling basic shaders making high detail terrain render ↵ | Dave Parks | |
incorrectly. | |||
2012-07-03 | remove some cmake output that is no longer needed | Oz Linden | |
2012-07-03 | merge up to latest pathfinding project viewer | Oz Linden | |
2012-07-03 | PATH-802: fixed check for different grid in chat SLURLS | Oz Linden | |
2012-07-02 | MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names | simon@Simon-PC.lindenlab.com | |
renames parent folder instead. Reviewed by Kelly | |||
2012-07-02 | merge back changes from 3.3.4-beta2 | Oz Linden | |
2012-07-02 | improve logging of invalid grid definitions, prevent clashes with old viewers | Oz Linden | |
2012-07-02 | disable alignment tests in debug builds (where they fail) | Oz Linden | |
2012-06-29 | Ensuring that the code and tests build correctly when HACKED_GODLIKE_VIEWER ↵ | Todd Stinson | |
is defined. | |||
2012-06-29 | PATH-797: BUGFIX Altering how the rows are being added to the scrolllist ↵ | Todd Stinson | |
widget to avoid a regression that occurred after merging from viewer-release recently caused the time to load a large number of elements to increase substainally. | |||
2012-06-29 | Added test back in, skip() call need to be removed. | simon@Simon-PC.lindenlab.com | |
2012-06-29 | Merge simon/viewmaster-merge for latest maint work | simon@Simon-PC.lindenlab.com | |
2012-06-29 | merge changes for DRTVWR-174 | Oz Linden | |
2012-06-29 | Merge with viewer-beta | callum | |
2012-06-28 | Ensuring that the Show in Linksets and Show in Characters right-click menu ↵ | Todd Stinson | |
option is only show on pathfinding-enabled regions. | |||
2012-06-28 | Ensuring that the linksets filters are cleared before attempting to select ↵ | Todd Stinson | |
an object from right-click in-world menu. | |||
2012-06-28 | Removing the SERVER_SIDE_OWNER_ROLLOUT_COMPLETE ifdef. | Todd Stinson | |
2012-06-28 | Merge cleanup | Dave Parks | |
2012-06-28 | Cleaning up new files in preparation for merge into viewer-release. | Todd Stinson | |
2012-06-28 | Merge | Dave Parks | |
2012-06-28 | merge | Dave Parks | |
2012-06-28 | MAINT-678 Fix for inconsistent data in physics shape display | Dave Parks | |
2012-06-28 | merge | Dave Parks | |
2012-06-28 | merge | Dave Parks | |
2012-06-27 | Removing unreferenced methods from the LLRenderNavPrim class. | Todd Stinson | |
2012-06-27 | MAINT-889 Viewer Group Invitation picker needs to limit to 100 residents | Kelly Washington | |
Requests to invite more than 100 agents at a time are blocked. reviewed with Simon. | |||
2012-06-27 | MAINT-1204 Fix for crash on selecting a texture anywhere other than the ↵ | Dave Parks | |
build tools. | |||
2012-06-27 | Merge pulled in lindenlab/viewer-beta to kelly_linden/maint-1078 | Kelly Washington | |
2012-06-27 | Minor changes to pathfinding-specific wordings. | Todd Stinson | |
2012-06-27 | MAINT-1173 : Top Scripts: Break down usage by parcel. Follow-on code to add | simon@Simon-PC.lindenlab.com | |
per-parcel filtering. Reviewed by Kelly | |||
2012-06-27 | PATH-788: Adding more state information for the rebake region button to ↵ | Todd Stinson | |
capture and display the rebaking states. Also, altering how the stop flying button works so that it does not hide the entire panel. | |||
2012-06-27 | Fix for linux build (skip llhttpclient unit tests that post to google.com) | Dave Parks | |
2012-06-27 | MAINT-1078 Merchant Outbox import failures | Kelly Washington | |
Add 1s throttle on update checks for importer reviewed with Simon | |||
2012-06-27 | merge changes for DRTVWR-167 | Oz Linden | |
2012-06-26 | Renaming the rebake navmesh panel class. | Todd Stinson | |
2012-06-26 | Updating the header licensing comments. | Todd Stinson | |
2012-06-26 | Removing unreferenced headers from the #include list. | Todd Stinson | |
2012-06-26 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-26 | Updating the teleport-me-to-it behavior for the characters and linksets. ↵ | Todd Stinson | |
Firstly, to remove the direct call to gAgent.teleportRequest() which is being made into a private function. Secondly, to check the viewer object list to see if the object exists there, and if so, to use that location as the teleport destination. | |||
2012-06-26 | MAINT-675 Fix for DoF focal point being incorrect when alt-zooming on terrain. | Dave Parks | |
2012-06-26 | Updating the pathfinding-specific settings with appropriate comments and an ↵ | Todd Stinson | |
unified naming scheme. | |||
2012-06-26 | MAINT-654 Potential fix for corrupt avatar bakes on some AMD systems. | Dave Parks | |
2012-06-26 | Some clean-up after checking the differences between the pathfinding branch ↵ | Todd Stinson | |
and viewer-release. |