Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-01-23 | MAINT-3119 FIXED Return common chars for triggers that matches the prefix. | maxim@mnikolenko | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-16 | Removed debugging. | Aura Linden | |
2013-04-24 | SH-4128 WIP - cleanup around item link removal and callbacks | Brad Payne (Vir Linden) | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Viewer-chui merge | prep | |
2012-11-09 | CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵ | AlexanderP ProductEngine | |
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler | |||
2012-10-17 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling | |||
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2012-08-31 | CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵ | AlexanderP ProductEngine | |
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it. | |||
2012-08-22 | SH-3625 - some associated cleanup, do_update field is useless in various ↵ | Brad Payne (Vir Linden) | |
calls because of possible race conditions | |||
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2011-05-17 | Merge with viewer-development | Don Kjer | |
2011-04-22 | STORM-380 FIXED Added syncing animations and sounds before the gesture ↵ | Seth ProductEngine | |
starts playing. The actual playing of animations and sounds of a gesture starts only when all needed animations and sound files are loaded into viewer cache. This reduces the delay between animations and sounds meant to be played simultaneously but may increase the delay between the moment a gesture is triggered and the moment it starts playing. Fixed calling assets callback to clean up the void pointer in getAssetData() and avoid potential memory leaks. | |||
2011-03-28 | Added LLEventHost API for gestures. Have new llgesturelistener.cpp and .h ↵ | Dave SIMmONs | |
files, wired up to LLGestureMgr class. Reviewed by Kelly | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-09 | EXT-8221 WIP Crash in LLGesture::notifyObservers | Loren Shih | |
Code cleanup for help with diagnosing this issue. | |||
2010-06-17 | EXT-4919 WIP - populating new users with more gestures, and activating ↵ | Brad Payne (Vir Linden) | |
appropriate ones | |||
2010-04-07 | EXT-6749 : Have all observers persist/retry when items are missing after ↵ | Loren Shih | |
notifications Added mNumTries and took out mRetryIfMissing | |||
2010-04-06 | EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a ↵ | Loren Shih | |
base abstract LLInventoryFetchObserver class Added a new abstract class LLInventoryFetchObserver from which LLInventoryFetchItems and LLInventoryFetchDescendents inherit. Also changed isEverythingComplete to isFinished and made some other minor superficial changes. | |||
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically FetchObservers now take in a list of IDs to check against. Made some naming changes. | |||
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically Preliminary work to clean up naming conventions. | |||
2010-04-02 | EXT-5940 : INFRASTRUCTURE: Typedef all vector<LLUUID>'s | Loren Shih | |
Fixed some more typedefs that I missed in first checkin. | |||
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-29 | Merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-29 | For EXT-4666: changed LLGestureManager to LLGestureMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout | Brad Payne (Vir Linden) | |
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject". | |||
2010-01-21 | EXT-3416 Can't name a new gesture on creation (and renaming is HARD) | Leyla Farazha | |
reviewed by Callum | |||
2010-01-14 | At last! Implemented normal task EXT-3477 (Change gesture list implementation). | Andrew Dyukov | |
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-04 | Remove gesture links from COF when gesture is deactivated | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-27 | fixed bug EXT-2785 All gestures appear in Gestures window only after ↵ | Denis Serdjuk | |
inventory/gestures has been invoked Cause: Specific implementation of LLInventoryCompletionObserver. It call done() on startup before all items had been loaded. Changes: LLGesturemanager will be loaded appropriated inventory item itself. LLGestureInventoryfetchObserver has been removed. --HG-- branch : product-engine | |||
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-18 | EXT-2641 : Linked gestures aren't showing up as being worn (and possibly ↵ | Loren Shih | |
more serious problems with linked gestures) Gestures now properly handle link indirection. | |||
2009-11-13 | implemented major task EXT-1897 Ctl + G Gestures floater should show ALL ↵ | Denis Serdjuk | |
gestures from inventory, not just Active Gestures refactoring of gesture's manager --HG-- branch : product-engine | |||
2009-08-04 | Fix for a crash bug on login after clearing the cache. | Steven Bennetts | |
2009-08-04 | svn merge -r 128442:129343 ↵ | Richard Nelson | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-18 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 |