Commit Graph

612 Commits (c19f427ce152cc8bb806baa6877457380813a82b)

Author SHA1 Message Date
Oz Linden 32b8d398ec increment viewer version to 3.6.3 2013-08-05 14:42:37 -04:00
Aura Linden ce9962b338 Merged in viewer-release 2013-07-11 17:49:13 -07:00
Oz Linden 74ea01d6f2 merge changes for maint-2718 2013-05-22 14:40:26 -04:00
callum_linden 1d8b9ff07c MAINT-2718 FIX Update Windows version of FMOD Ex DLLs with non-logging versions 2013-05-21 21:38:09 -07:00
Aura Linden c96b8281a9 Thanks mercurial. 2013-05-15 20:56:51 -07:00
Graham Madarasz e1c1428569 Merge viewer-dev-materials and bugfix in LLPanelFace::getState using material instead of mMaterial 2013-05-11 20:38:23 -07:00
Graham Madarasz 6074f65991 Merge with vwr-dev-mat 2013-05-10 10:34:26 -07:00
Oz Linden 4d22c32aa9 merge changes for 3.5.2-beta4 2013-05-10 10:56:40 -04:00
Oz Linden 1b984d8f40 merge changes for 3.5.1-release 2013-05-08 14:46:00 -04:00
Oz Linden 545e033d1e merge changes for DRTVWR-299 2013-05-07 15:11:55 -04:00
Graham Madarasz 025c890958 Merge vwr-dev-mat 2013-05-01 08:11:15 -07:00
Graham Madarasz 806d09b114 Merge 3.5.1 into Materials 2013-04-30 19:50:05 -07:00
Graham Madarasz 37b64c18f5 Fix llmediadataclient test to include new dep on llprimitive and fix bogus boost lib refs in llprimitive cmake def 2013-04-26 07:28:35 -07:00
Graham Madarasz fd447189c5 Merge 3.5.1 into Materials 2013-04-25 21:00:16 -07:00
Oz Linden 82e3efeddc merge changes for OPEN-173 2013-04-22 10:16:02 -04:00
callum b7cf8931d4 OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via Latif Khalifa & Siana Gearz) - additional fix. Team City gave me the wrong MD5 for 3p-package 2013-04-19 17:16:23 -07:00
callum d9de58b46a OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via Latif Khalifa & Siana Gearz) 2013-04-19 16:29:11 -07:00
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
callum_linden 88eff41649 Merge with viewer-development 2013-04-17 13:38:04 -07:00
Graham Madarasz (Graham Linden) 2d713a2815 Google Breakpad Fix. Code reviewed by DaveP 2013-03-29 13:22:29 -07:00
Graham Madarasz 9a49b1ef5f Dueling checksums 2013-03-29 01:40:10 -07:00
Graham Madarasz 39ea211cd7 Viewer breakpad linux fixes 2013-03-29 01:27:10 -07:00
Graham Madarasz f18fd58c8c Move to latest linux breakpad package 2013-03-29 00:29:39 -07:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Graham Madarasz (Graham Linden) 903996e8d4 Google Breakpad Fix 2013-03-28 19:25:51 -07:00
Graham Madarasz (Graham Linden) 742b301059 Plug in Oz built-by-magic breakpad packages for testing 2013-03-28 19:07:13 -07:00
Graham Madarasz (Graham Linden) 8e54486468 Add new linux breakpad build for testing 2013-03-28 16:27:39 -07:00
Dave Parks 001ed7626b Fix md5sum mismatch on google breakpad on windows 2013-03-28 12:53:55 -05:00
Graham Madarasz 48f433212f Fix breakpad breakage from linux API diffs 2013-03-27 23:18:14 -07:00
Graham Madarasz f0c2f99c25 New gmock with WChar fix and add boost sys lib to viewer source tests 2013-03-27 19:09:01 -07:00
Graham Madarasz (Graham Linden) 0ebfcce8ff Update to newest breakpad candidate packages with fixed headers 2013-03-27 14:34:10 -07:00
Graham Madarasz a83289f01f Fix API diffs with new breakpad and point at private breakpad packages to test 2013-03-27 05:50:55 -07:00
Dave Parks ae9604acd5 Backed out changeset: 3643d1c655c0 2013-03-26 12:32:29 -05:00
Graham Madarasz (Graham) b9db8d4813 Fix linux breakpad package URL 2013-03-26 09:26:24 -07:00
Graham Madarasz (Graham) 0560a8c457 Point at private breakpad packages to get builds working again 2013-03-26 09:16:22 -07:00
Nyx Linden 34181d1566 BUILDFIX new appearance utility src for fixing a runtime error 2013-03-18 11:36:37 -04:00
Nat Goodspeed 27b01e94dd MAINT-2389: pick up new Boost build to eliminate gcc 4.1 warnings 2013-02-21 19:51:33 -05:00
Nat Goodspeed 54e2d2b000 MAINT-2389: Change viewer to Boost package without ucontext.h.
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-21 01:13:24 -05:00
Don Kjer 429d8250dd Updating appearance utility 2013-02-19 23:05:31 +00:00
Aura Linden 669d1295a3 Added ca-bundle.crt behaviors for Mac and Windows. 2013-02-15 17:05:01 -08:00
Aura Linden 973e39608a Updated to use 4.5SDKs for Mac and Windows. Tricked into believing 3.2 SDK is 4.5 for linux 2013-02-16 01:02:20 +00:00
Don Kjer be21b989c5 Updating appearance util 2013-02-11 19:52:07 +00:00
Don Kjer 93f07d4e27 Updating appearance utility 2013-02-09 01:18:36 +00:00
Don Kjer b342b96b3a Updating appearance utility 2013-02-09 00:43:56 +00:00
Graham Madarasz (Graham) aed2e90312 Update fmodex sums to refer to newest OS X 3p-fmodex-private 2013-02-05 10:24:56 -08:00
Graham Madarasz (Graham) cd2a6e756e Update windows fmodex sums and path for new build 2013-02-05 09:50:44 -08:00
Graham Madarasz (Graham Linden) a6742f8e8d Update fmodex sums for new builds 2013-02-04 19:57:52 -08:00
Graham Madarasz (Graham) ace3891349 Point autobuild.xml at yet another 3p-fmodex-private OS X build. 2013-02-04 16:32:18 -08:00
Graham Madarasz (Graham) efa7022c3a Nix trying to copy the debug fmod DLL 2013-02-04 15:10:39 -08:00
Graham Madarasz b99b9133f4 Fixed double hash sum entry 2013-02-04 14:46:38 -08:00