Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-27 | increment version to 3.4.1 | Oz Linden | |
2012-07-27 | Added tag 3.4.0-beta1 for changeset 1f27cdfdc542 | Oz Linden | |
2012-07-26 | STORM-1899: Avatar hand poses randomly get stuck in spread position | Ansariel | |
2012-07-25 | another change to force a new ticket, disable some codeticket features | Oz Linden | |
2012-07-25 | Fix to build with code signing option (patch from STORM-1900) | callum_linden | |
2012-07-25 | Reverted boost/cocoa changes to purely Mountain Lion fixes. | Aura Linden | |
2012-07-25 | Some cocoa that doesn't work | Aura Linden | |
2012-07-25 | SH-3304 drano-http viewer fails to launch on linux | Monty Brandenberg | |
libapr-1.so.0.4.5 and libaprutil-1.so.0.4.1 missing from manifest. | |||
2012-07-25 | clean up BuildParams and change to force a new ticket | Oz Linden | |
2012-07-25 | increment version to 3.4.0 | Oz Linden | |
2012-07-25 | tag merge of DRTVWR-182 | Oz Linden | |
2012-07-25 | pull latest pathfinding changes from integration branch | Oz Linden | |
2012-07-25 | update to latest builds of llphysicsextensionss | Oz Linden | |
2012-07-24 | Adding a group identifier to the group objects in the pathfinding linksets ↵ | Todd Stinson | |
and characters floaters. | |||
2012-07-24 | Minor improvement to identifying gl lib to use. Should use xcode version. | Aura Linden | |
2012-07-24 | Trivial change to tickle build. | Monty Brandenberg | |
2012-07-24 | Eliminated countFilesInDir boostified getCurPath for OSX | Aura Linden | |
2012-07-24 | merge up to latest viewer-pathfinding (including 3.3.4) | Oz Linden | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-24 | Engage dormant first-login-this-install popup message. | Nat Goodspeed | |
Although the XUI for this popup, and the code to display and respond to it, have been present from the first rev in the current viewer repository, I can find no trace of it ever having been called. Reword embedded link in popup message in each supported language: directly mentioning secondlife.com in display text engages anti-URL-spoofing logic, causing the popup to display the whole messy URL with sourceid and lang params. Change to say "Second Life web site" instead -- needs translations. | |||
2012-07-24 | In getUniqueID(), don't forget to reset formatting on log stream. | Nat Goodspeed | |
Otherwise later log fields start showing up with zero fill, etc. | |||
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-23 | PATH-781: Pulling in the new 'owner_is_group' field into the pathfinding object. | Todd Stinson | |
2012-07-23 | a trivial code change for SH-3073. The change makes sure to clear the ↵ | Xiaohong Bao | |
texture fetching queue ONLY once during a teleporting. | |||
2012-07-23 | Big comment and naming cleanup. Ready for prime-time. | Monty Brandenberg | |
Add to-do list to _httpinternal.h to guide anyone who wants to pitch in and help. | |||
2012-07-23 | Fix LLMachineID::getUniqueID() LL_DEBUGS log output. | Nat Goodspeed | |
getUniqueID() was logging six somewhat random bytes as garbage characters. Change to produce a hex string instead. | |||
2012-07-23 | Cleaning up comments, names, miscellany. | Monty Brandenberg | |
2012-07-23 | pull back 3.3.4 release tag | Oz Linden | |
2012-07-23 | Make build dependent on version of xcode, not version of OSX for DARWIN | Aura Linden | |
2012-07-23 | Added tag 3.3.4-release for changeset 28e100d0379a | Oz Linden | |
2012-07-23 | Changed CMake to work for older and newer versions of OSX | Aura Linden | |
2012-07-23 | Fix for path-826. Safeguarding against a mull weight being used | prep | |
2012-07-21 | fix finding havok libs in relwithdebinfo mode (uses release unless ↵ | Oz Linden | |
LL_DEBUG_HAVOK is used | |||
2012-07-20 | refactor to build llphysicsextensions_tpv package for sublicensees | Oz Linden | |
2012-07-19 | fix for SH-3238: Textures are loaded at lower detail on subsequent log-ins | Xiaohong Bao | |
2012-07-19 | Move "remember password" checkbox right a few pixels | Nat Goodspeed | |
2012-07-19 | SH-3280 Better init/shutdown functionality for llcorehttp by llappviewer | Monty Brandenberg | |
Isolate llcorehttp initialization into a utility class (LLAppCoreHttp) that provides glue between app and library (sets up policies, handles notifications). Introduce 'TextureFetchConcurrency' debug setting to provide some field control when absolutely necessary. | |||
2012-07-19 | MAINT-1175: Use workaround for comparing std::type_info* on gcc < 4.4. | Nat Goodspeed | |
We now specialize std::less<const std::type_info*> to use std::type_info::before(), and on Windows and Mac that Just Works. It even works on Linux when using gcc 4.4+: more recent implementations of gcc's std::type_info::before() apparently do name()-string comparisons internally. It doesn't work so well on Linux with gcc 4.1, though, and that's the compiler we still use on our Linux build-farm machines. But rather than give up, perform explicit name()-string comparison in that case. | |||
2012-07-18 | cmake changes for OSX 10.7 | Aura Linden | |
2012-07-18 | llglheader include change for building on Lion | Aura Linden | |
2012-07-18 | MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work. | Nat Goodspeed | |
Instead of forbidding std::map<const std::type_info*, ...> outright (which includes LLRegistry<const std::type_info*, ...> and LLRegistrySingleton<const std::type_info*, ...>), try to make it work by specializing std::less<const std::type_info*> to use std::type_info::before(). Make LLRegistryDefaultComparator<T> use std::less<T> so it can capitalize on that specialization. | |||
2012-07-18 | Setting the description column of the linkset floater to be a fixed width. ↵ | Todd Stinson | |
Having multiple dynamic width columns apparently prevents other columns from being manually resized by the user. | |||
2012-07-18 | Updating the build tools floater to better handle multi-line creator and ↵ | Todd Stinson | |
owner names. | |||
2012-07-18 | MAINT-1175: merge backout LLRegistrySingleton<std::type_info::name()> | Nat Goodspeed | |
2012-07-18 | Backed out changeset a25bfa87418d (using std::type_info::name()) | Nat Goodspeed | |
The changeset above touched every consumer of the two LLRegistrySingletons originally defined with std::type_info* as keys. Those two LLRegistrySingletons were changed to use const char* as keys, then all consumers were changed to pass std::type_info::name() instead of the plain std::type_info* pointer -- to deal with the observed fact that on Linux, a given type might produce different std::type_info* pointers in different load modules. Since then, Richard turned up the fascinating fact that at least some implementations of gcc's std::type_info::before() method already accommodate this peculiarity. It seems worth backing out the (dismayingly pervasive) change to see if properly using std::type_info::before() as the map comparator will work just as well, with conceptually simpler source code. This backout is transitional: we don't expect things to build/run properly until we've cherry-picked certain other pertinent changes. | |||
2012-07-18 | Make "Log In" button (etc.) move with start/grid combo visibility. | Nat Goodspeed | |
The "Start at:" combo box and the grid-selector box can be turned on and off with checkboxes on the Preferences floater. Break the bottom-left layout_panel on panel_login into several different layout_panels so when these UI elements disappear, other controls move left to fill the holes. Similarly, when you turn on either or both of the UI elements in question, the remaining controls in that general bottom-left area move right to accommodate. Tweak C++ and non-English panel_login.xml overrides to reflect widgets' containment in new layout_panel elements. Discard obsolete "mode_selection_text" and "mode_combo" translations from non- English panel_login.xml overrides. | |||
2012-07-18 | merge back fixes from 3.3.4-beta5 | Oz Linden | |
2012-07-18 | Added tag 3.3.4-beta5 for changeset ab2ffc547c8a | Oz Linden | |
2012-07-18 | merge changes for DRTVWR-184 | Oz Linden | |
2012-07-18 | tag merge of DRTVWR-184 | Oz Linden | |