Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-28 | Use extern template for common singletons to reduce code bloat/link time. | James Cook | |
2009-11-28 | De-inline virtual functions with llerrs to reduce link time. | James Cook | |
2009-11-28 | Fixed a typo in includes list. | James Cook | |
2009-11-28 | Move hard-coded image IDs to .cpp file to speed link time. | James Cook | |
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
2009-11-27 | Move sound id declarations to cpp file to reduce redundant linker symbols. | James Cook | |
Cuts size of object files dramatically, often 100KB apiece. | |||
2009-11-25 | Linker optimization, use extern template for LLView::getChild<> | James Cook | |
2009-11-25 | Fix up nav bar buy icon spacing. | James Cook | |
Trivial, not reviewed. | |||
2009-11-25 | merge | richard | |
2009-11-25 | removed debug spam the proper war | richard | |
2009-11-25 | Merge | richard | |
2009-11-25 | Backed out changeset: c94fdea670e5 | richard | |
2009-11-25 | merge in changes from viewer-2-0, manually fixed conflict in ↵ | James Cook | |
llviewermessages.cpp | |||
2009-11-25 | Switched line endings to Unix. | James Cook | |
2009-11-25 | Hook up nav bar For Sale icon to buy land functionality. | James Cook | |
2009-11-25 | merge | richard | |
2009-11-25 | commented out spam that was slowing side tray opening | richard | |
2009-11-25 | automated merge from viewer-2-0 pull -u | Loren Shih | |
2009-11-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-25 | Add Power On/Off icons | Rick Pasetto | |
2009-11-25 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-25 | Fix for EXT-2667 - making sure inv_item isn't null | Eric M. Tulla (BigPapi) | |
2009-11-25 | Automated merge of ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Loren Shih | |
2009-11-25 | Nudge parabuild again | James Cook | |
2009-11-25 | Nudge Parabuild, Mac build choked for some reason | James Cook | |
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
Fixed many more includes | |||
2009-11-25 | Fix for screen buffers not getting reallocated appropriately all the time ↵ | Dave Parks | |
(the assumption that buffers should only be reallocated if the resolution changed was wrong). | |||
2009-11-24 | Removed include llnotifications.h from llfloater.h trying to speed builds | James Cook | |
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater. | |||
2009-11-24 | Merge cleanup. | Dave Parks | |
2009-11-24 | Merge | Dave Parks | |
2009-11-24 | Add llinitparam.h to precompiled headers for build timing test. | James Cook | |
2009-11-24 | Fix for stalls when resizing screen texture. | Dave Parks | |
2009-11-24 | merge | James Cook | |
2009-11-24 | viewer-2.0 automated merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | Automated merge. | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | EXT-2386 : The very first time you log in as a new account, your inventory ↵ | Loren Shih | |
sidepanel is blank Changed the way that we're generating initial views for inventory panels. Instead of waiting for a notification, we check on idle and generate the views whenever we first see that the inventory has become usable. --HG-- branch : avatar-pipeline | |||
2009-11-24 | Artwork for Stop and Zoom Out for the prim media controls | Rick Pasetto | |
2009-11-24 | EXT2825 : Clicking on Outfit Opener in AppearanceSP should open outfits ↵ | Loren Shih | |
accordion --HG-- branch : avatar-pipeline | |||
2009-11-24 | Partial EXT-1735 added "for sale" clickable icon next to landmark star | James Cook | |
2009-11-24 | DEV-42130 - moved progress bar to below media controls, made it half-height ↵ | Rick Pasetto | |
per recommendation in DEV-42130 | |||
2009-11-24 | EXT-2817 : COF contents in appearanceSP are sometimes blank on startup | Loren Shih | |
COF folder was being removed from panel because its parent is outside the panel. Added checks so that first-level children of panel root are never to be removed. --HG-- branch : avatar-pipeline | |||
2009-11-24 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-11-24 | FIX DEV-43033 - the prim media controls were "stealing focus" and so would ↵ | Rick Pasetto | |
clobber any drop-downs Reviewed by James (thanks, James!) | |||
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | FIX DEV-41999: don't set home URL if "Multiple Media" | Rick Pasetto | |
Review #44 | |||
2009-11-24 | EXT-2818 no way to get IMG_INVISIBLE as a baked texture | Nyx (Neal Orman) | |
reverting unnecessary changes based on code review of previous checkin. Code for both patches reviewed by Seraph. --HG-- branch : avatar-pipeline | |||
2009-11-24 | Clean up some unused parameters noted in code review with Richard. | James Cook | |
2009-11-24 | Code review feedback: | Rick Pasetto | |
Don't re-sort when adding to the queue: it isn't really necessary since we sort every time we pull off the queue. | |||
2009-11-24 | Backed out changeset: ec7f6f4bd908 | Dave Parks | |