Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-22 | merge changes for storm-1187 | Oz Linden | |
2011-04-21 | Backed out changeset: e7b38729ad6d | Richard Linden | |
2011-04-21 | merge changes for storm-1095 | Oz Linden | |
2011-04-21 | merge changes for storm-1145 | Oz Linden | |
2011-04-21 | merge changes for storm-1136 | Oz Linden | |
2011-04-21 | fixing bottomtray for advanced viewer | Leyla Farazha | |
2011-04-20 | merge leslie changes | Merov Linden | |
2011-04-20 | merge EXP-737 | Merov Linden | |
2011-04-20 | EXP-737 : Fix texture dimensions display in image preview | Merov Linden | |
2011-04-20 | merge changes for storm-1183 | Oz Linden | |
2011-04-20 | merge changes for storm-1184 | Oz Linden | |
2011-04-20 | EXP-670 As a resident I want to be able to communicate with other residents ↵ | Leyla Farazha | |
using my voice, while still enjoying the streamlined experience of basic mode | |||
2011-04-20 | EXP-629 Clicking on ground while sitting results in avatar walking to last ↵ | Leyla Farazha | |
click point when standing up in basic mode | |||
2011-04-20 | correct license headers | Oz Linden | |
2011-04-19 | merge | Richard Linden | |
2011-04-19 | New openssl package solves permissions problems with Linux build. | Nat Goodspeed | |
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package. | |||
2011-04-19 | EXP-648 FIX As a developer, I want to be able to specify param blocks that ↵ | Richard Linden | |
use Multiple<LLUIImage> for a sequence of images Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context Converted loading_indicator to take image sequence from XUI deprecated name-value pairs for LLUIColor values, and put them in colors.xml | |||
2011-04-19 | Merge | Leyla Farazha | |
2011-04-19 | EXP-635 Action buttons missing on IM floater | Leyla Farazha | |
2011-04-19 | Merge with main repo | Merov Linden | |
2011-04-19 | EXP-728 : Fix crash when taking large unconstrained snapshots + code cleanup | Merov Linden | |
2011-04-19 | fixing destination tooltip | Leyla Farazha | |
2011-04-19 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-3 | Richard Linden | |
2011-04-19 | Merge | Leslie Linden | |
2011-04-19 | EXP-631 FIX -- REGRESSION - Clicking people button in Basic mode does not ↵ | Leslie Linden | |
toggle the People panel to close EXP-640 FIX -- [PUBLIC] Ctrl+I doesn't close side tray LLSideTray::hidePanel now checks if the parent is the side tray or if it is a child to a detached tab to determine what panel to attempt to close. Reviewed by Leyla | |||
2011-04-18 | EXP-628 Inventory floater may be opened by SLApp | Leyla Farazha | |
EXP-630 My appearance floater may be opened by SLApp EXP-633 Search floater can be opened by SLApps | |||
2011-04-15 | EXP-679 As a linden executive, I would like to evaluate the success of basic ↵ | Leyla Farazha | |
mode against various metrics | |||
2011-04-15 | merge changes for storm-1042 | Oz Linden | |
2011-04-15 | merge changes for storm-1083 | Oz Linden | |
2011-04-14 | VWR-25521 Add a Develop menu toggle item for HTTP Inventory. | Aaron Stone | |
2011-04-14 | merge changes for storm-413 | Oz Linden | |
2011-04-14 | merge back additional 2.6.3 beta 2 fixes | Oz Linden | |
2011-04-14 | VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit | Loren Shih | |
Tripled spring limit for all params. Very safe change. | |||
2011-04-14 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-3 | Richard Linden | |
2011-04-14 | STORM-1095 FIX Chat preferences > font size should increase size of input ↵ | Vadim ProductEngine | |
text in the chat box. Submitting on behalf of Jonathan Yap. | |||
2011-04-13 | EXP-669 : Refactor code to use correct LLImageFormatted methods to load ↵ | Merov Linden | |
images of all formats, reviewed by richard | |||
2011-04-13 | SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effect | Loren Shih | |
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes. | |||
2011-04-13 | Aesthetic increase of range for breast up/down and in/out bounce. Not a bug ↵ | Loren Shih | |
or aberrant behavior, but this just looks better if we allow higher range of motion. | |||
2011-04-13 | STORM-1136 FIXED LLDateUtil class defines March having 21 days, causing ↵ | Paul ProductEngine | |
wrong avatar age calculation - Applied patch which fixes typo in enum. | |||
2011-04-12 | merge changes for storm-1098 | Oz Linden | |
2011-04-12 | merge changes for storm-1110 | Oz Linden | |
2011-04-12 | merge changes for storm-1101 | Oz Linden | |
2011-04-12 | STORM-1042 FIXED Fixed the inventory observers of newly added items. | Seth ProductEngine | |
The problem was caused by an outdated message name stored in LLInventoryObserver::mMessageName and not updated properly in LLInventoryModel::notifyObservers(). The message name used in LLInventoryAddedObserver::changed() was the name of the message most recently passed by LLInventoryModel::notifyObservers(), instead of the name of the latest actually received message. Using the most recent message name in this case fixed the problem. | |||
2011-04-12 | STORM-1145 ADDITIONAL FIX Fixed removing the record of user favorites ↵ | Seth ProductEngine | |
available at login location menu when user switches off this feature. User favorite locations record is removed from the settings file each time when user exits the viewer with "ShowFavoritesOnLogin" setting off and his name is found on the record. | |||
2011-04-11 | SH-1328 FIXED Crash on LLWearableType::getAllowMultiwear | Loren Shih | |
Crash was because we weren't checking for null wearable lookups. | |||
2011-04-11 | STORM-1145 FIXED displaying favorites list at login screen when user name is ↵ | Seth ProductEngine | |
typed like "firstname.lastname" or "firstname_lastname" or user name consists of a single word. Restoring the fix for STORM-842 (changeset ccfd9a2e3b3c) lost during merging (changeset 5618715b7b2d). | |||
2011-04-11 | STORM-413 FIXED The presentation of IM sessions in message well depends on ↵ | Paul ProductEngine | |
method that was used for opening IM window - Replaced setRect method with setShape so that reshape and translate method be called | |||
2011-04-10 | merge changes for storm-1117 | Oz Linden | |
2011-04-10 | merge changes for storm-1057 | Oz Linden | |
2011-04-10 | merge changes for storm-954 | Oz Linden | |