Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | fixed integration test bug revealed by mac compiler pickiness | Brad Payne (Vir Linden) | |
2012-04-04 | MAINT-845 FIXED Inventory items auto selection is disabled during filtering, ↵ | Seth ProductEngine | |
unless a search string is being typed in. | |||
2012-04-03 | MAINT-463 FIXED [PUBLIC]URL-name of object is shown as hyperlink in Report ↵ | Paul ProductEngine | |
Abuse window - Simply disabled url parsing | |||
2012-04-03 | MAINT-117 FIXED Login screen didn't hide if you minimized viewer window ↵ | Vadim ProductEngine | |
right after pressing "Log In". | |||
2012-04-03 | merge changes for drtvwr-132 | Oz Linden | |
2012-04-02 | SH-3060 : Preliminary implementation of the new byte range computation, ↵ | Merov Linden | |
implement setting to turn it on or off | |||
2012-04-02 | merge | Brad Payne (Vir Linden) | |
2012-04-02 | SH-3041 BUILDFIX fixed a bad function call | Nyx (Neal Orman) | |
Had a function call in last checkin that was removed before commit since I thought it was only used in debug code. Adding it back in as its actually used. | |||
2012-04-02 | merge | Brad Payne (Vir Linden) | |
2012-04-02 | SH-3064 WIP - centralized logic for mapping rez status S32 values to strings | Brad Payne (Vir Linden) | |
2012-04-02 | fix for SEC-905, SEC-1025: Show Texture Info Allows People To See and Use ↵ | Xiaohong Bao | |
Textures And Override Permissions System | |||
2012-04-02 | sync with viewer-development | eli | |
2012-04-02 | MAINT-180 FIXED Reject group and ad-hoc chat messages from lindens when we ↵ | Vadim ProductEngine | |
are busy. | |||
2012-04-02 | Automated merge with https://bitbucket.org/VirLinden/runway | Nyx (Neal Orman) | |
2012-04-02 | SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to load | Nyx (Neal Orman) | |
Prevents the avatar's baked texture UUIDs sent by the server's first objectUpdate message from being overwritten until the wearable cache results come back. | |||
2012-04-02 | merge changes for storm-1823 | Oz Linden | |
2012-04-02 | merge changes for storm-1822 | Oz Linden | |
2012-04-02 | merge changes for storm-1821 | Oz Linden | |
2012-04-02 | merge changes for storm-1816 | Oz Linden | |
2012-04-02 | merge changes for storm-637 | Oz Linden | |
2012-03-30 | merge changes for vmrg-229 | Oz Linden | |
2012-03-30 | merge changes for vmrg-233 | Oz Linden | |
2012-03-30 | merge | Dave Parks | |
2012-03-30 | MAINT-778, MAINT-793 Fix for crash when enabling Debug GL on Mobile Intel 4 ↵ | Dave Parks | |
Express. Don't pop up driver update notification if GPU class is < 1 | |||
2012-03-30 | MAINT-813 FIXED Potential fix for a crash at ↵ | Vadim ProductEngine | |
LLViewerRegion::getPosGlobalFromRegion. As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure). | |||
2012-03-30 | MAINT-813 FIXED Potential fix for a crash at ↵ | Vadim ProductEngine | |
LLViewerRegion::getPosGlobalFromRegion. As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure). | |||
2012-03-29 | IQA-463: fix Linux wrapper.sh (aka secondlife) gridargs.dat handling. | Nat Goodspeed | |
Previous change to wrapper.sh naively read $(<etc/gridargs.dat) directly into the viewer binary command line. But gridargs.dat contains quoted args as well as simple space-separated ones: need bash to scan the file using eval. This was why the older logic used eval on the entire command line. However, we must use eval only for gridargs.dat so we don't lose individual quoting on arguments passed to the secondlife script. | |||
2012-03-28 | MAINT-809 Disable FSAA above 4x if OpenGL version < 3.0 | Dave Parks | |
2012-03-28 | merge | Dave Parks | |
2012-03-28 | MAINT-793 Pop up notification when drivers are likely out of date. Allow ↵ | Dave Parks | |
Lighting and Shadows on Intel when drivers are up to date. | |||
2012-03-27 | CHOP-854: Use new LLInventoryModel::removeObject() to discard offer. | Nat Goodspeed | |
Introduce new LLInventoryModel::removeCategory() method comparable to removeItem(), but for folder objects (using changeCategoryParent() rather than changeItemParent()). Introduce removeObject() method that calls one of the above, depending on runtime object type. | |||
2012-03-27 | CHOP-854: Make LLInventoryModel::removeItem() call changeItemParent(). | Nat Goodspeed | |
The body of removeItem() was already nearly identical to the body of changeItemParent(); this eliminates the redundancy. Improve logging for changeItemParent(). | |||
2012-03-27 | CHOP-854: move change_(item|category)_parent() into LLInventoryModel. | Nat Goodspeed | |
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review. | |||
2012-03-27 | MAINT-853: Audit sendListToRegions() function calls and fix memory leaks. | simon_linden | |
Reviewed by Kelly | |||
2012-03-27 | MAINT-710: Fix for VertexBufferStrider could not find valid vertex data. ↵ | Oz Linden | |
(from Firestorm) | |||
2012-03-27 | Tweaked the sun's glow to be less powerful. | Jonathan Goodman | |
2012-03-26 | OPEN-138 Intermittent write to character/new archetype.xml from ↵ | Nicky Perian | |
Develop->Avatar-> Character Tests->Apperance To XML. Add explicit outfile.close() method before returning to caller. Add llinfos for file location as a troubleshooting aid. | |||
2012-04-02 | storm-64: Local Textures | Vaalith Jinn | |
2012-03-26 | Merge | simon@Simon-PC.lindenlab.com | |
2012-03-26 | MAINT-852 / VWR-8761 : Cannot delete object description. Now you can. ↵ | simon@Simon-PC.lindenlab.com | |
Reviewed by Kelly. | |||
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-792 Only allow up to 4x FSAA on Intel graphics. | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-822 Fix for ATI R300 (Radeon 9700) not being recognized on some systems. | Dave Parks | |
2012-03-26 | Merging latest changes for normalized blinn-phong. | Jonathan Goodman | |
2012-03-24 | MAINT-807 FIXED ([PUBLIC]Button Clear history from Preferences isn't clear ↵ | Paul ProductEngine | |
last teleport) - The order of clearing LLTeleportHistory and LLTeleportHistoryStorage does matter: first LLTeleportHistory must be cleared after LLTeleportHistoryStorage. Clearing LLTeleportHistory from LLNavigationBar::draw() breaks this order (see callback_clear_browser_cache) | |||
2012-03-23 | EXP-1925 WIP Inventory folders being pasted to are hidden during a paste ↵ | Richard Linden | |
operation potential fix by not changing mostfiltereddescendant flag when dirtying folder as new contents arrive | |||
2012-03-23 | fix for gcc | Richard Linden | |