Commit Graph

27371 Commits (5c19f15dcaab304b555bf659f2d309d0d2afbc89)

Author SHA1 Message Date
Brad Payne (Vir Linden) 5c19f15dca Removed avatar stuff from asset metrics, again. Must have gotten broken in a merge at some point. 2013-03-20 11:43:34 -04:00
Brad Payne (Vir Linden) c7a7347a42 still more build failure fixing 2013-03-19 09:34:58 -04:00
Brad Payne (Vir Linden) 262549ce37 merge 2013-03-18 18:45:08 -04:00
Brad Payne (Vir Linden) 6fe9886133 SH-3980 FIX - fixed most cases of server-bake blurring by disabling caching of server bakes. A better solution is desirable, may not be for initial release 2013-03-18 18:44:21 -04:00
prep cec27955ec merge 2013-03-18 18:11:28 -04:00
prep d41e1cf171 Fix for sh-4014. This was a regression caused by fix for sh-3650. 2013-03-18 18:10:40 -04:00
Brad Payne (Vir Linden) ea9a71972d Fix for build error 2013-03-18 17:00:48 -04:00
Brad Payne (Vir Linden) a365d7fb3f more urgent notification (DEBUG->WARN) for some texture fetch error cases 2013-03-18 16:41:42 -04:00
Brad Payne (Vir Linden) 7d1bd682cd cut back log spam 2013-03-18 13:38:13 -04:00
Brad Payne (Vir Linden) 409e9202dd merge 2013-03-18 11:46:12 -04:00
Brad Payne (Vir Linden) 605a99010f merge 2013-03-18 11:39:21 -04:00
Nyx Linden 34181d1566 BUILDFIX new appearance utility src for fixing a runtime error 2013-03-18 11:36:37 -04:00
Brad Payne (Vir Linden) e288ff9695 SH-3850 WIP, SH-3959 WIP - added additional debug logging for texture loading 2013-03-15 13:26:31 -04:00
prep 24a6c3fda2 modified_cof_cb() issues a updateAppearanceFromCOF() right before this function - removed extra update call. Sh-3650 & Sh-3985 2013-03-14 14:43:11 -04:00
Nyx Linden 6f193d54da SH-3806 FIX test case for local bakes being wrong
Local bakes were following folder links in some cases, causing unworn items to be rendered.
Fixed the cof fetcher, now they should no longer show up.
2013-03-13 17:52:40 -04:00
Brad Payne (Vir Linden) dd1f89d3a9 SH-3975 WIP - consolidated texture fetch state changes to simplify tracking 2013-03-13 17:21:26 -04:00
Don Kjer 9150757c81 More fixes for gcc-4.6 breakage 2013-03-13 21:01:50 +00:00
Don Kjer cec50f8c14 Fix for gcc 4.6 build failures on Linux in llwindowsdl.cpp 2013-03-13 19:17:13 +00:00
prep e42e9f897c Fixed unit test compile error 2013-03-13 15:01:27 -04:00
prep 54275b941d merge 2013-03-13 13:40:36 -04:00
prep 71f2032caa Ported sunshine-internal fixes (Commits: 5271cc5 and b37c09) 2013-03-13 13:36:45 -04:00
Brad Payne (Vir Linden) 45838b8b07 fix for build failure 2013-03-13 11:19:21 -04:00
Don Kjer 7405554290 Fixed potential memory leak in LLHTTPClient. Fixed potential hanging http requests in LLHTTPClient. Fixed munging of "Pragma" headers in LLHTTPClientAdapter 2013-03-13 08:49:26 +00:00
Nyx Linden 1586107e87 SH-3944 WIP CHUI merge fixing
re-introduced don's refactor of low-level openGL calls pulling out of llui
and putting them into llrender. Took the new code from their updated versions
from the CHUI merge, but put them in a place accessible to appearance utility.
2013-03-12 22:34:15 +00:00
prep linden 0123ab0dc6 Removed unneeded code. 2013-03-12 11:02:00 -04:00
prep 0cda978db9 #include fix 2013-03-11 18:15:40 -04:00
prep 46ab23c94b llinventory merge fixes 2013-03-11 18:02:16 -04:00
prep 9ea6a96be9 LLWindow merge fixes for Mac 2013-03-11 17:29:05 -04:00
prep 8e3b190e91 merge 2013-03-11 15:17:13 -04:00
prep e0c9174609 merge 2013-03-11 15:05:47 -04:00
Brad Payne (Vir Linden) 9514210beb more test build fix 2013-03-11 14:58:55 -04:00
Brad Payne (Vir Linden) 957c8303be Added gratuitous coupling to stop gcc from complaining 2013-03-11 14:51:45 -04:00
prep 207d9fd767 Viewer-chui merge 2013-03-11 14:45:53 -04:00
Brad Payne (Vir Linden) 175190ac7a Fix for build failure in tests 2013-03-11 13:52:29 -04:00
Brad Payne (Vir Linden) e0ecc93e34 merge 2013-03-11 07:37:03 -04:00
Nyx Linden 7e967ce2fd SH-3941 SH-3954 FIX local appearance does not update properly
We were using an indicator of whether there *was* a baked texture to whether we
were *using* a baked texture. Switched to one of the (several) proper indicators
of whether a baked texture was in use. This should allow local texture data to
get marked for download when we enter appearance mode.

Local testing confirms that old apperances linger for a second or two, but are
soon replaced by the correct local renders.
2013-03-08 18:45:33 -05:00
Brad Payne (Vir Linden) 5a436e46f6 SH-3959 WIP - pass information about type of fetched image - server bake, host bake, map tile, etc - down the chain so LLTextureFetchWorker can adjust behavior as needed 2013-03-08 17:07:17 -05:00
Nyx Linden 25255ee13e merge 2013-03-06 17:21:21 -05:00
Nyx Linden 2784a515b0 SH-3954 SH-3941 SH-3910 FIX local appearance does not update
We suppress texture downloads for local textures not needed with server side
baking. We need to explicitly re-set texture priority for local textures
when entering appearance mode.
2013-03-06 17:20:33 -05:00
AlexanderP ProductEngine 82c92ce5a9 CHUI-821 Clean up code 2013-03-06 19:02:19 +02:00
AlexanderP ProductEngine 4a50271c19 CHUI-821 Clean up code 2013-03-06 19:00:28 +02:00
Brad Payne (Vir Linden) fe042430b0 Fix for windows build failure 2013-03-06 10:46:43 -05:00
Brad Payne (Vir Linden) b3e34545a4 merge 2013-03-06 09:53:57 -05:00
Brad Payne (Vir Linden) 7b0b5726dd make it clearer when DebugForceAppearanceRequestFailure is on 2013-03-06 09:53:11 -05:00
Don Kjer 54cdc322b8 Fixing issues with not detecting when LLSD XML parsing fails. Changing most http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. 2013-03-05 22:05:22 -08:00
Graham Madarasz (Graham) 2ea750ebca For MAINT-2247 MAINT-1742 MAINT-2275 contrib from STORM-1934. 2013-03-05 13:47:02 -08:00
Don Kjer 9a0c52a247 Adding debug setting to allow overriding appearance service url 2013-03-05 11:28:06 -08:00
Merov Linden 96225b4424 Pull from viewer-beta (version number update and tag) 2013-03-05 11:13:40 -08:00
Cho 6600c6dcc9 merging 2013-03-05 17:36:51 +00:00
Mnikolenko ProductEngine 477920b138 CHUI-809 FIXED "Start IM" menu item is added 2013-03-05 15:40:31 +02:00