Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-31 | storm-1578: change default Away timeout to "never" | Oz Linden | |
2011-08-31 | update list of translators | Oz Linden | |
2011-08-31 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
Made next changes according to the last version of UI spec: - Modified Upload Options tab - Modified Physics tab - Modified the floater overall | |||
2011-08-31 | merge changes for storm-1567 | Oz Linden | |
2011-08-31 | merge changes for storm-638 | Oz Linden | |
2011-08-31 | merge changes for storm-1566 | Oz Linden | |
2011-08-31 | merge changes for storm-1572 | Oz Linden | |
2011-08-31 | merge changes for storm-1574 | Oz Linden | |
2011-08-31 | merge changes for storm-1522 | Oz Linden | |
2011-08-31 | merge back beta tag changes | Oz Linden | |
2011-08-31 | add missing contribution record | Oz Linden | |
2011-08-31 | STORM-1576 FIXED The "Show" button in agent-to-agent inventory offers didn't ↵ | Vadim ProductEngine | |
work. Fixed the button index, which became invalid after removing the IOR_BUSY response in the recent fix of STORM-1543 (changeset 526d86e69101). | |||
2011-09-09 | STORM-1534: fix credits generation on Windows, adjust to new environment ↵ | Oz Linden | |
variable convention in build system | |||
2011-09-08 | SRCH-1623: UNDO EXP--1081 | Oz Linden | |
2011-08-30 | EXP-857 PROGRESS -- Add context menu entries as alternate path to populate ↵ | leslie@leslie-HPz600.lindenlab.com | |
outbox * Folders containing items being worn now have the "Copy to Marketplace" context menu item disabled. | |||
2011-08-30 | EXP-1079 FIX "User is not logged out immediately inworld when selecting to ↵ | Richard Linden | |
change modes and restart while logged in" | |||
2011-08-30 | EXP-1158 FIX -- Viewer crash when deleting items from Outbox when some ↵ | leslie@leslie-HPz600.lindenlab.com | |
folders are open * New selection change on delete also insures the selection does not propagate to the child of a selected item. | |||
2011-08-30 | CHOP-763: Introduce static LLView::getPathname(LLView*). | Nat Goodspeed | |
Use it for LLWindowListener to safely report an LLView* which might be NULL. | |||
2011-08-30 | Fix for Sh-2350 | prep linden | |
2011-08-30 | add responses to key events. | Andrew A. de Laix | |
2011-08-30 | fix crash bug; exclude root from path. | Andrew A. de Laix | |
2011-08-30 | STORM-1297 WIP Block object inventory offer by the object's owner ID. | Vadim ProductEngine | |
Submitting a fix by Jonathan Yap that I have cleaned up. | |||
2011-08-30 | STORM-1297 WIP Minor changes for better code readability. | Vadim ProductEngine | |
2011-08-30 | CHOP-763: Add Windows magic precompiled header #include. | Nat Goodspeed | |
2011-08-30 | merge | prep linden | |
2011-08-30 | Log error message if material list is not a subset of reference model | prep linden | |
2011-08-30 | merge | Brad Payne (Vir Linden) | |
2011-08-30 | CHOP-763: Introduce LLView::getPathname(). | Nat Goodspeed | |
2011-08-30 | CHOP-763: make sendReply() treat replyKey as optional. | Nat Goodspeed | |
It's not worth bothering to tweak reply LLSD or attempt to send it if the incoming request has no replyKey, in effect not requesting a reply. This supports LLEventAPI operations for which the caller might or might not care about a reply, invoked using either send() (fire and forget) or request() (send request, wait for response). This logic should be central, instead of having to perform that test in every caller that cares. The major alternative would have been to treat missing replyKey as an error (whether LL_ERRS or exception). But since there's already a mechanism by which an LLEventAPI operation method can stipulate its replyKey as required, at this level we can let it be optional. | |||
2011-08-30 | merge | prep linden | |
2011-08-30 | Handling of material mismatches - lod materials are required to be a subset ↵ | prep linden | |
of the high lod, introduced addEmptyFace() for when parity does not exist between model material counts | |||
2011-08-30 | merge | Brad Payne (Vir Linden) | |
2011-08-30 | STORM-1028 WIP Fixed chat bar occupying all available space on first login. | Vadim ProductEngine | |
1. Make sure we initialize desired chat bar width before using it. 2. Don't attempt shrinking chat bar by negative amount of pixels (i.e. effectively extending it). This change may be irrelevant to the bug I'm fixing, but won't hurt anyway. | |||
2011-08-30 | STORM-1028 WIP Fixed a typo. | Vadim ProductEngine | |
2011-08-30 | STORM-1028 WIP Minor changes (var names, message text) to improve readability. | Vadim ProductEngine | |
2011-08-30 | STORM-1028 WIP Restoring my XML changes that have been lost in merges. | Vadim ProductEngine | |
2011-08-29 | Silly URL typo | callum | |
2011-08-29 | Merge with head. | callum | |
2011-08-29 | fix for SH-2311: crash at LLVOVolume::lineSegmentIntersect line 3435 | Xiaohong Bao | |
and SH-2358: Crash in LLError::crashAndLoop: Invalid face index | |||
2011-08-29 | EXP-1122 FIX (Viewer) LLQtWebKit should support a JavaScript/content ↵ | callum | |
debugger to help content creators Viewer side changes to enable Web debugger. | |||
2011-08-29 | Fix Linux build - doesn't like missing enums in case statement. | callum | |
2011-08-29 | STORM-1522 Region/Estate -> Terrain Text explaining Low and High values is ↵ | Jonathan Yap | |
truncated | |||
2011-08-29 | CHOP-763: Implement widget-pathname-based routing for mouse events. | Nat Goodspeed | |
Send mouseDown(), mouseUp(), mouseMove() through static mouseEvent() helper function. Process new optional ["path"] param, validating corresponding LLView and capturing certain information about it for caller. Synthesize (x, y) pos if need be. Use LLView::TemporaryDrilldownFunc and llview::TargetEvent to temporarily hijack normal LLView mouse-event propagation. Define Response helper class to capture LLSD blob about the current request and ensure it gets sent on return. | |||
2011-08-29 | a better way to inject key events. | Andrew A. de Laix | |
2011-08-29 | merged .hgtags | Debi King (Dessie) | |
2011-08-29 | Added tag DRTVWR-86_3.0.2-beta2, 3.0.2-beta2 for changeset e5c9af2d7980 | Debi King (Dessie) | |
2011-08-29 | merg | Brad Payne (Vir Linden) | |
2011-08-29 | increment viewer version to 3.0.4 | Oz Linden | |
2011-08-29 | Added tag 3.0.3-start for changeset b95ddac176ac | Oz Linden | |
2011-08-29 | merge changes for .v-pb | Oz Linden | |