Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-28 | build fix | Mnikolenko ProductEngine | |
2015-04-28 | increment viewer version to 3.7.29 | Mnikolenko ProductEngine | |
2015-04-22 | MAINT-5147: correct menu colors for test viewers | Oz Linden | |
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-13 | put precompiled headers back in llversioninfo.cpp | Oz Linden | |
2013-02-12 | set default viewer channel only in the cmake file | Oz Linden | |
2013-02-07 | derive version number from indra/VIEWER_VERSION.txt | Oz Linden | |
2010-12-01 | CHOP-238 Fix to bug introduced by ↵ | Mark Palange (Mani) | |
http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad | |||
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2009-12-08 | DEV-43439: Created new LLVersionInfo API. | Lynx Linden | |
Renamed llviewerversion to llversioninfo, to avoid confusion with llversionviewer in llcommon (llversion is already used by llwindow). Created new LLVersionInfo class with the following methods: static S32 getMajor(); static S32 getMinor(); static S32 getPatch(); static S32 getBuild(); static const std::string &getVersion(); static const std::string &getShortVersion(); static const std::string &getChannel(); All viewer code has been updated to use this API. Viewer code no longer directly includes llversionviewer.h from llcommon. |