Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-25 | STORM-980 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-974 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-680 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-979 : pull into viewer-development | Merov Linden | |
2011-02-25 | Fix llhost integration test: replaced linux.org by lindenlab.com in the DNS ↵ | Merov Linden | |
lookup test as linux.org was not being resolved as expected | |||
2011-02-25 | STORM-1015 FIXED the ability to select an item from combo list if its name ↵ | Seth ProductEngine | |
is not unique. Updating combo box label upon list item selection does not search the item by label but takes the label of currently selected item instead. | |||
2011-02-24 | STOMR-665 FIXED User is not able to view full name of Group's founder in the ↵ | Paul ProductEngine | |
Group Profile - Made text box and its panel follow right | |||
2011-02-23 | separate vertex buffer and index buffer when map/unmap VBO. can be treated ↵ | Xiaohong Bao | |
as part of STORM-1011. reviewed by davep. | |||
2011-02-22 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-22 | STORM-28 FIXED Added the ability to send agent's own calling card to others. | Seth ProductEngine | |
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory. | |||
2011-02-22 | STORM-889 FIXED Put Link/Unlink in Edit Panel | Paul ProductEngine | |
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind | |||
2011-02-18 | BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵ | paul_productengine | |
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names. | |||
2011-02-17 | VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat ↵ | Ardy Lay | |
history * Clean up changes based upon feedback from reviewers. * Improve comment based upon feedback from reviewers. | |||
2011-02-17 | STORM-842 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. | |||
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-16 | STORM-987 : Allow more flexibility around input and output lists | Merov Linden | |
2011-02-16 | STORM-987 : Implement in and out list of files and pattern matching | Merov Linden | |
2011-02-16 | merge changes for storm-981 | Oz Linden | |
2011-02-16 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-02-15 | STORM-987 : Add in and out command line arguments, builds and runs on ↵ | Merov Linden | |
Windows and Mac | |||
2011-02-15 | STORM-987 : Clean-up very silly cmake issues prior to making Windows build | Merov Linden | |
2011-02-15 | STORM-987 : First pass, builds on Mac, no command line argument parsing yet | Merov Linden | |
2011-02-15 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-15 | STORM-990 Merged from current v-d trying to resolve merge issue Oz was having | Jonathan Yap | |
2011-02-15 | STORM-954 SL-viewer 2.0 No nearby people when over approxiamately 1000 meters | Twisted Laws | |
2011-02-14 | debug_console is now resizable | Andrew Meadows | |
Reviewed with Callum Linden. | |||
2011-02-14 | bump version number to 2.7.0 | Oz Linden | |
2011-02-14 | STORM-949 FIXED Actual usernames removed from XUI files. | Seth ProductEngine | |
Actual usernames are replaced with "TestString PleaseIgnore" in EN locale with setting translate="false" flag for affected widgets. Translated phrases with actual usernames are removed from XUI files in other locales. | |||
2011-02-12 | STORM-990 Slight change to up-selected button | Jonathan Yap | |
2011-02-12 | STORM-990 The arrow in the bottom right of the Landmark panel points down | Jonathan Yap | |
2011-02-11 | STORM-975 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-833 : pull into viewer-development | Merov Linden | |
2011-02-11 | STORM-937 : Use subprocess instead os commands in python, suppress crufty ↵ | Merov Linden | |
svn code | |||
2011-02-11 | STORM-991 FIXED parameter parsing warning upon Inventory floater construction. | Seth ProductEngine | |
2011-02-11 | STORM-680 FIXED (Avaline callers are added to the Recent list) | paul_productengine | |
- When accepting an avaline call, add a caller to the recent list as AvalineListItem - When adding item to the LLRecentPeople, check whether item with the same phone number exists and delete it if exists. This is need to avoid duplication in the Recent list of the panel People. | |||
2011-02-11 | STORM-980 Appearance panel / Wear button is too wide | Jonathan Yap | |
2011-02-11 | OPEN-29 Cleanup: strip trailing whitespace | Boroondas Gupte | |
As people will have to rebuild half the tree anyway, because these headers changed, we might as well prettify them a bit. | |||
2011-02-11 | OPEN-29 Cleanup: removed superflous "public:" | Boroondas Gupte | |
Not related, just a while-I'm-at-it thing. | |||
2011-02-11 | OPEN-29 Cleanup: removed extra qualification ‘LLDir_Win32::’ on member ↵ | Boroondas Gupte | |
‘getNextFileInDir’ Before OPEN-29, when lldir_win32.h would have been included when building for Linux, GCC would error out with indra/llvfs/lldir_win32.h:50: error: extra qualification ‘LLDir_Win32::’ on member ‘getNextFileInDir’ which, although unintended, probably was a Good Thing (TM), as this would have aborted the build, so that the wrong include would be noticed. Now that we explicitly error out with a (hopefully) useful error message, this isn't needed anymore. | |||
2011-02-11 | OPEN-29 Error out if lldir_<platform>.h is included when building for a ↵ | Boroondas Gupte | |
different platform As far as I know, there is no good reason to include e.g. indra/llvfs/lldir_win32.h while not building for a windows target, so be better prevent this to avoid hard to find errors. | |||
2011-02-10 | STORM-979 selection outline from inventory bottom panel buttons is cut at ↵ | Jonathan Yap | |
the left side when clicked. | |||
2011-02-10 | STORM-986 : Fix for Linux build | Merov Linden | |
2011-02-10 | STORM-986 FIX (build error/Linux) media_plugin_webkit errors on some Windows ↵ | callum | |
systems | |||
2011-02-09 | STORM-987 : Create initial files for llimage_libtest (doesn't build) | Merov Linden | |
2011-02-09 | STORM-981 : Fix Linux link issues when LL_TESTS is ON | Merov Linden | |
2011-02-09 | STORM-986 : pull into viewer-development | Merov Linden | |
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |