Commit Graph

15814 Commits (cec8ed1875f640b68fd9d079ff78bd5dbe2f1dd3)

Author SHA1 Message Date
Paul ProductEngine cec8ed1875 STORM-918 Changes in Group Role Titles or Assignments Not Reflected in Title Dropdown
- After role member data was changed in Roles->Members, role titles need to be updated too.
2011-04-19 19:43:27 +03:00
Oz Linden b8069d1c25 Added tag 2.6.4-start for changeset f632f87bb71b 2011-04-18 09:19:05 -04:00
Oz Linden 34ce5dae76 merge changes for storm-1042 2011-04-15 14:59:59 -04:00
Oz Linden 67eb368bb2 merge changes for storm-1083 2011-04-15 14:59:25 -04:00
Oz Linden 572e491acf pull back tags from viewer-release 2011-04-14 15:15:48 -04:00
Oz Linden b49446c863 merge changes for storm-413 2011-04-14 15:11:19 -04:00
Oz Linden 26ae3b541e merge changes for storm-721 2011-04-14 15:10:50 -04:00
Oz Linden 7e831be0c8 merge changes for storm-1169 2011-04-14 15:10:01 -04:00
Oz Linden 648d3e5b46 merge back additional 2.6.3 beta 2 fixes 2011-04-14 15:09:03 -04:00
Loren Shih fa785d9cf4 VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit
Tripled spring limit for all params.  Very safe change.
2011-04-14 14:47:05 -04:00
Loren Shih a919cc4415 SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effect
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 15:21:16 -04:00
Loren Shih aea35df23e Aesthetic increase of range for breast up/down and in/out bounce. Not a bug or aberrant behavior, but this just looks better if we allow higher range of motion. 2011-04-13 15:09:55 -04:00
Oz Linden 88a7262340 merge changes for storm-1098 2011-04-12 20:38:04 -04:00
Oz Linden cba11e7195 merge changes for storm-1110 2011-04-12 20:36:21 -04:00
Oz Linden c857064af2 merge changes for storm-1101 2011-04-12 20:35:33 -04:00
Debi King (Dessie) 71f5c1f5e8 Added tag DRTVWR-44_2.6.2-release, 2.6.2-release for changeset 214180ad5714 2011-04-12 18:46:31 -04:00
Debi King (Dessie) 95fcff557f fixed merge conflict in .hgtags 2011-04-12 18:24:05 -04:00
Monty Brandenberg 2399b2fca1 Fix gcc 4.2 warning about incomplete case coverage in switch
statement for plugin events.  This becomes an error in the build
so I'm adding a default: case to cover the enumeration.
2011-04-12 18:11:28 -04:00
Seth ProductEngine 67f33bff1b STORM-1042 FIXED Fixed the inventory observers of newly added items.
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 03:00:05 +03:00
Loren Shih e955cb58df SH-1328 FIXED Crash on LLWearableType::getAllowMultiwear
Crash was because we weren't checking for null wearable lookups.
2011-04-11 16:13:22 -04:00
Paul ProductEngine 0e8232790b STORM-413 FIXED The presentation of IM sessions in message well depends on method that was used for opening IM window
- Replaced setRect method with setShape so that reshape and translate method be called
2011-04-11 18:07:24 +03:00
Oz Linden fa1827fa32 increment viewer version to 2.6.5 2011-04-11 09:09:30 -04:00
Oz Linden 3809534edf Added tag 2.6.4-start for changeset 74cd32a06837 2011-04-11 09:09:03 -04:00
Oz Linden fe99404803 merge changes for storm-1118 2011-04-10 22:41:34 -04:00
Oz Linden 0c05c8c896 merge changes for storm-1117 2011-04-10 22:40:57 -04:00
Oz Linden ee9eef5052 merge changes for storm-1057 2011-04-10 22:40:13 -04:00
Oz Linden 60bceb759b merge changes for storm-954 2011-04-10 22:39:31 -04:00
Oz Linden e2baffa940 merge changes for storm-610 2011-04-10 22:37:53 -04:00
Oz Linden c77fcfb7a8 merge changes for storm-250 2011-04-10 22:19:11 -04:00
Oz Linden e0adaa188b fix dos line endings 2011-04-09 22:49:10 -04:00
Oz Linden 60ffa83c32 fix incorrect license headers 2011-04-09 21:57:01 -04:00
Oz Linden 3e7481064f fix contributions.txt whitespace 2011-04-09 18:40:35 -04:00
Seth ProductEngine c94d687539 STORM-721 FIXED Fix for text clipping in a textbox without a scroller.
Committed on behalf of Richard Linden:
This patch makes clipping work consistently with text and embedded widgets. The widgets will only be displayed if the corresponding text they are embedded in is displayed.  There is also a new param "clip" for text widgets that can be used to disable clipping entirely.  I introduced this as a potential work around due to the fact that we *used* to assume that text was never clipped in the vertical direction unless we had scrolling turned on.  This hasn't been the case for over a year, but now we can selectively turn off vertical text clipping with (clip="false") if we have to.
2011-04-10 00:31:52 +03:00
Thickbrick Sleaford ab483c6e7c STORM-1147: fix skin-tight clothing 2011-04-09 17:10:09 -04:00
Oz Linden 07a122c43c adjust build parameters for Oz projects 2011-04-08 21:29:52 -04:00
Oz Linden 5dea0bb37c merge changes for viewer-social-2 2011-04-08 17:36:13 -04:00
Oz Linden 51b75b8832 merge changes for storm-1108 2011-04-08 17:34:49 -04:00
Paul ProductEngine 6f64469cdd STORM-1083 FIXED Using -login client parameter always results in a last location unavailable error message
- In case of using "login" or "autologin" command-line parameters, URL of the start location should be set during configuration initialization of application. This is because there won't be ability to set it before login state (panel login won't be shown).
2011-04-08 20:09:45 +03:00
Oz Linden df329d14a9 pull tags and late fixes back from viewer-pre-beta 2011-04-08 09:25:36 -04:00
Oz Linden ed32a5e2b8 pull tags and late fixes back from viewer-pre-release 2011-04-08 09:24:58 -04:00
Oz Linden 444311d580 pull tags and late fixes back from viewer-pre-release 2011-04-08 09:24:07 -04:00
Oz Linden c492bffaa6 pull tags back from viewer-release 2011-04-08 09:21:55 -04:00
Debi King (Dessie) 9c2f2b884a Added tag DRTVWR-47_2.6.3-beta1, 2.6.3-beta1 for changeset d7fcefabdf32 2011-04-07 22:37:16 -04:00
Debi King (Dessie) 746633c6ad Merged BuildParams 2011-04-07 22:35:27 -04:00
Debi King (Dessie) a22e3df7e5 Set release-viewer.jira to DRTVWR-44 for v2.6.2 2011-04-07 22:03:24 -04:00
Vadim ProductEngine a84c8e0704 STORM-1118 FIXED STORM-1118 Viewer crashes when user tries to upload image without JFIF header.
* Added checks for image file contents not matching the file extension (e.g. a bitmap named file.jpg).
* Added checks for abnormally short files to avoid crashes when parsing them.
2011-04-08 02:25:32 +03:00
Richard Linden 67aba3395d Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-2 2011-04-07 16:21:04 -07:00
Richard Linden df370922ae incorrect tooltip 2011-04-07 16:20:49 -07:00
Leslie Linden bf6fb46568 Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-2/ 2011-04-07 16:20:41 -07:00
Richard Linden bdef560982 SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking links in web profile
reverted throttling of untrusted slapps to 1 every 5 seconds
don't treat slapps originating from external browsers as clicks and thus bypassing throttling
2011-04-07 16:20:26 -07:00