Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-18 | STORM-1860 Remove obsolete code and file(s) for mesh model upload wizard | Jonathan Yap | |
2012-05-18 | STORM-1858 [TRUNCATED] FR - String truncation and floater not wide enough in ↵ | Jonathan Yap | |
the upload model window | |||
2012-05-17 | EXP-1940: BUGFIX Correcting issue with changing maturity setting and ↵ | Todd Stinson | |
teleporting from dialog did not work on agni. Problem stemmed from 2 issues. 1) The server responded with different results between aditi and agni due to some changes in the Pathfinding project. 2) The viewer was actually sending two separate requests to change to the same preference setting. This fixes both issues. | |||
2012-05-17 | EPX-1938: Adding a special behavior for the NotAgeVerified notification to ↵ | Todd Stinson | |
display either an ignorable modal dialog or a toast-style notification. Also, altering the copy for the notifications. | |||
2012-05-17 | EXP-1937: Updating copy to change 'age-verified' to 'age 18 or older'. | Todd Stinson | |
2012-05-17 | EXP-1928: Constructing the new maturity preferences flow for the case of a ↵ | Todd Stinson | |
teleport via lure (which cannot be restared). | |||
2012-05-17 | MAINT-1092 Fix for broken avatar bakes on some AMD graphics cards. | Dave Parks | |
2012-05-17 | EXP-1928: Minor tweak to ensure that the case of the copy for content type ↵ | Todd Stinson | |
is lower-case. | |||
2012-05-17 | EXP-1928: Handling the rare case that the user preferences cannot be ↵ | Todd Stinson | |
successfully changed, and reporting that to the user. | |||
2012-05-17 | EXP-1928: Implementing copy changes to notifications. | Todd Stinson | |
2012-05-17 | EXP-1928: Adding functionality to show either a modal notification dialog or ↵ | Todd Stinson | |
the toast-style notification if a teleport fails due to maturity preferences. | |||
2012-05-17 | MAINT-938 FIXED (Make debit-permissions dialog give a stronger warning) | Paul ProductEngine | |
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>. | |||
2012-05-16 | MAINT-862 and ER-1781 : Sounds not playing the first time. Reviewed by Kelly. | simon@Simon-PC.lindenlab.com | |
2012-05-16 | MAINT-862 and ER-1781 : Sounds not playing the first time. Reviewed by Kelly. | simon@Simon-PC.lindenlab.com | |
2012-05-16 | MAINT-1079: Viewer should throttle AgentUpdate messages based on the | simon@Simon-PC.lindenlab.com | |
simulator FPS. Bug not fixed, but added commented-out log messages that were useful when discovering the problem. Reviewed by Kelly | |||
2012-05-16 | FIX VWR-23844 VWR-26542 VWR-28950 | eli | |
2012-05-16 | EXP-1928: Changing the actual copy for the teleport and maturity preference ↵ | William Todd Stinson | |
notifications. | |||
2012-05-15 | EXP-1928: Removing ability to restart a teleport via lure because the ↵ | Todd Stinson | |
re-attempt will fail on the server. | |||
2012-05-15 | EXP-1928: Removing some commented asserts following more development testing. | Todd Stinson | |
2012-05-15 | MAINT-616 Different VBO Pooling scheme -- populate VBO pool with buffers ↵ | Dave Parks | |
that are likely to be requested, but never reuse a previously used buffer. | |||
2012-05-15 | STORM-276 FIXED Right-to-left line editor selection becomes invisible if the ↵ | Kitty Barnett | |
cursor moves | |||
2012-05-15 | STORM-276 FIXED Squiggles overflow line editor height when font size is set ↵ | Kitty Barnett | |
to large - Also reduced squiggle width from 6 to 4 and prevented running past the end of a word | |||
2012-05-14 | partial fix for SH-3132 - reduce max concurrent http requests to same level ↵ | Brad Payne (Vir Linden) | |
as in release | |||
2012-05-14 | STORM-1812 Tweak how music is restarted for teleport within a parcel | Jonathan Yap | |
2012-05-12 | STORM-1738: fix class name and other coding standards issues | Oz Linden | |
2012-05-12 | STORM-1738: remove unimplemented notecard target from autoreplace settings ↵ | Oz Linden | |
floater | |||
2012-05-12 | STORM-1738: get autoreplace preferences working, clean up some coding and ↵ | Oz Linden | |
naming conventions | |||
2012-05-11 | EXP-1928: First pass at building the functionality to restart teleport after ↵ | Todd Stinson | |
increasing the maturity preference level to match the intended teleport region. There are probably still some cases that are broken and bugs. | |||
2012-05-11 | merge | Dave Parks | |
2012-05-11 | Fix for linux build that doesn't stomp memory randomly or break particle ↵ | Dave Parks | |
rendering | |||
2012-05-11 | MAINT-586 Starting logging OpenGL version and shader level to simulator | Dave Parks | |
2012-05-11 | missed one setListStyle | Oz Linden | |
2012-05-11 | move preferences from Advanced menu to Chat tab of preferences floater | Oz Linden | |
2012-05-11 | remove author tracking, non-wordstyle option, and notifications | Oz Linden | |
2012-05-11 | rename feature from "autocorrect" to "autoreplace", change names accordingly | Oz Linden | |
2012-05-11 | STORM-1852 Altitude display stutters or is clamped when flying higher than 4096m | Jonathan Yap | |
2012-05-10 | EXP-1928: Adding fundamentals for managing a teleport request in such a way ↵ | Todd Stinson | |
that it can be restarted. | |||
2012-05-10 | Adding a project viewer for the adult check build. | Todd Stinson | |
2012-05-09 | CHOP-900: Fix test.cpp merge errors merging up to viewer-release | Nat Goodspeed | |
2012-05-09 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-05-09 | SH-3075 : Fix reversible compression for very small textures. Also supress ↵ | Merov Linden | |
the forcing to reversible for small textures. | |||
2012-05-09 | CHOP-900: Use new apr_procattr_constrain_handle_set() extension. | Nat Goodspeed | |
Now LLProcess explicitly requests APR to limit the handles passed to any child process, instead of wantonly passing whatever happens to be lying around the parent process at the time. This requires the latest APR build. Also revert LLUpdateDownloader::Implementation::mDownloadStream to llofstream (as in rev 1878a57aebd7) instead of apr_file_t*. Using APR for that file was a Band-Aid -- a single whacked mole -- for the problem more systemically addressed by apr_procattr_constrain_handle_set(). | |||
2012-05-08 | SH-3047 : Fix lossless compression for small textures. | Merov Linden | |
2012-05-08 | unpack dictionary .dic and .aff files, make names in dictionaries.xml match | Oz Linden | |
2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
2012-05-08 | SH-3047 : Tweak of the performance compression data gathering code | Merov Linden | |
2012-05-07 | Merge | simon@Simon-PC.lindenlab.com | |
2012-05-07 | MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵ | simon@Simon-PC.lindenlab.com | |
pointer checks are good. Reviewed by Kelly | |||
2012-05-07 | merge | Dave Parks | |
2012-05-07 | MAINT-583 Fix for broken projectors when shadows set to none. | Dave Parks | |