Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-19 | BUILDFIX: fixed some units errors | Richard Linden | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-08-12 | SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵ | Richard Linden | |
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat | |||
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-07-25 | CHOP-962: Make LLControlVariable::setPersist() accept only enum. | Nat Goodspeed | |
Initial change made LLControlVariable::mPersist an enum, but retained bool/BOOL public API. setPersist(true) set one value, setPersist(false) set another, forcePersist() set the third. Per code review, expose enum to public, make setPersist() (and LLControlVariable constructor, and LLControlGroup:: declareControl(), and all the LLControlGroup::declareMumble() methods, and all the unit-test dummy declareMumble() method bodies) accept that enum. Remove forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly. Also rename PERSIST_YES to PERSIST_NONDFT, also per code review. | |||
2013-07-17 | CHOP-962: Make LLControlGroup::declare* return LLControlVariable* | Nat Goodspeed | |
LLControlGroup::declareControl(), declareString() etc. etc. all used to return BOOL -- which no one ever examines because it unconditionally returned TRUE. Make it return the (possibly new) LLControlVariable* instead. | |||
2013-07-09 | CHOP-963: Make update service query url depend on the grid rather than settings | Oz Linden | |
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | BUILDFIX: fixed llviewerassetstats test and render2dutils changes | Richard Linden | |
that were dropped in merge | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-29 | BUILDFIX: fixed unit test compile error | Richard Linden | |
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-25 | BUILDFIX gcc fix | Richard Linden | |
2013-03-20 | Removed avatar stuff from asset metrics, again. Must have gotten broken in a ↵ | Brad Payne (Vir Linden) | |
merge at some point. | |||
2013-03-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | more test build fix | Brad Payne (Vir Linden) | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-11 | Fix for build failure in tests | Brad Payne (Vir Linden) | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-02-11 | fix for build failure on test w/linux | Brad Payne (Vir Linden) | |
2013-02-11 | SH-3852 WIP - removed avatar metrics from ViewerAssetMetrics | Brad Payne (Vir Linden) | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-12-17 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-12-11 | Merged from viewer-release | Aura Linden | |
2012-12-05 | Linux Viewer build fixes. | Logan Dethrow | |
* Removed no longer used unpack_bufsize from bitpack_test.cpp * Added llviewertexture_stub.cpp to the newview tests directory to fix llworldmap_test.cpp and llworldmipmap_test.cpp linker errors. | |||
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-21 | Pull and merge https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-13 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2012-11-07 | Merge. Refresh DRTVWR-209 with 3.4.2-beta1 code. | Monty Brandenberg | |
Two fairly simple conflicts: dead stats sending code in the texture fetch code (new llcorehttp library) and the cleanup code in llappviewer was moved around in 3.4.x. | |||
2012-11-07 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
fixed trace data gathering and routing from background thread simplified slave->master thread communication (eliminated redundant recording and proxy object) improved performance of fast timer data gathering (slow iterators) | |||
2012-11-05 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
fixed copy behavior of recordings and accumulator buffers | |||
2012-11-01 | SH-3499 Ensure asset stats output is correct | Richard Linden | |
added support for specifying predicates for xui and llsd serialization | |||
2013-03-27 | change login to pass only the version instead of channel+version in the ↵ | Oz Linden | |
version parameter (channel is passed separately) | |||
2013-03-27 | add platform and platform version to login request parameters for new ↵ | Oz Linden | |
version manager query | |||
2013-02-21 | add use of v1.1 update request protocol, with fallback to v1.0 | Oz Linden | |
2013-02-07 | derive version number from indra/VIEWER_VERSION.txt | Oz Linden | |
2012-10-22 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
removed spam and dead code |