Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-22 | merge changes for 3.5.3-release | Oz Linden | |
2013-05-21 | CHOP-947: create summary.json (really python) metadata file for TeamCity results | Oz Linden | |
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-10 | Fixup merge diffs | Graham Madarasz | |
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-08 | merge changes for 3.5.1-release | Oz Linden | |
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-30 | Fix vwr-dev-mat merge bugs in llpanelface (missing Oz fix) and XML | Graham Madarasz | |
2013-04-26 | Fix llmediadataclient test to include new dep on llprimitive and fix bogus ↵ | Graham Madarasz | |
boost lib refs in llprimitive cmake def | |||
2013-04-25 | 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-17 | Merge with viewer-development | callum_linden | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-27 | New gmock with WChar fix and add boost sys lib to viewer source tests | Graham Madarasz | |
2013-03-27 | Rollback the boost sys lib inclusion in integ tests as it was causing dup ↵ | Graham Madarasz | |
symbols | |||
2013-03-26 | Add Boost System library to all tests | Oz Linden | |
I don't know what added this requirement, but this last night lots of them started failing to link. Also remove some obsolete commented-out stuff | |||
2013-03-11 | Viewer-chui merge | prep | |
2013-02-21 | MAINT-2389: Change viewer to Boost package without ucontext.h. | Nat Goodspeed | |
In autobuild.xml, specify today's build of the Boost package that includes the Boost.Context library, and whose boost::dcoroutines library uses Boost.Context exclusively instead of its previous context-switching underpinnings (source of the ucontext.h dependency). Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it with the viewer and with the lllogin.cpp test executable. Track new Boost package convention that our (early, unofficial) Boost.Coroutine library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc. Remove #include <boost/coroutine/coroutine.hpp> from llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine header must be #included before anything else that might use ucontext.h is gone now that we no longer depend on ucontext.h. In fact remove -D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to work around a known problem with the ucontext.h facilities. | |||
2013-02-13 | Merge from viewer-beta | prep | |
2013-02-12 | merge up to 3.4.5-release | Oz Linden | |
2013-02-05 | Merged with head of viewer-development | callum_linden | |
2013-02-04 | Added a new draw pool specifically for faces with materials applied to them. ↵ | Geenz | |
Removed materials rendering from the bump draw pool, and reverted it to its previous state. | |||
2013-02-04 | fmodwrapper uneeded with fmodex | Sovereign Engineer | |
2013-02-01 | Removed (most) references to older FMOD library - still a little Linux clean ↵ | callum_linden | |
up left | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-25 | CHUI-667 Upon exit from DND mode, a maximum of one sound should be played. ↵ | Gilbert Gonzales | |
Solution. Added a deferred sound class which will have sound id's added to it and upon unmuting the deferred sounds will be played. | |||
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-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-development | Nat Goodspeed | |
2013-01-18 | first push - patch from CmdCupCake plus force FMODEX on | callum_linden | |
2013-01-16 | remove prototype access code used for server testing | Oz Linden | |
2013-01-11 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2013-01-10 | Merge pull from lindenlab/viewer-beta | Merov Linden | |
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2012-12-18 | CHUI-499: Adding ability to serialize the communication notifications to ↵ | William Todd Stinson | |
local disk per user. | |||
2012-12-12 | CHUI-499: Refactoring the persistent notification storage so that I can ↵ | William Todd Stinson | |
reuse the functionality for do-not-disturb mode. | |||
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-12-04 | Fix merge breakage | simon@Simon-PC.lindenlab.com | |
2012-12-04 | Pull in upstream viewer-development via viewer-lion | simon@Simon-PC.lindenlab.com | |
2012-12-04 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-12-03 | Started LLMaterialMgr to handle viewer<->region materials communication | Kitty Barnett | |
* refactored LLFloaterDebugMaterials::requestPutMaterials() to use LLMaterialMgr instead * replaced "Object editing" results list with information about the active selection instead | |||
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-27 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-27 | merge changes for DRTVWR-230 | Oz Linden | |
2012-11-26 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-26 | merge changes for DRTVWR-249 | Oz Linden | |
2012-11-21 | Pull and merge https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |