Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-26 | DRTVWR-418: Match KDU_X86_INTRINSICS macro set for KDU package build. | Nat Goodspeed | |
2016-04-26 | DRTVWR-418: add preprocessor define to fix linker error introduced in v7.8 | callum_linden | |
2016-04-25 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2016-04-25 | DRTVWR-418: Fix indra/llkdu wrapper for changes in KDU 7.8 API. | Nat Goodspeed | |
KDU 7.8 introduces a number of changes to its API, most notably by moving public symbols into a variety of kdu_something namespaces. While this is laudable in a general sense, it does require quite a bit of diagnostic building and patching to update legacy code. Since llimagej2ckdu_test.cpp lamentably stubs out pretty much the entire KDU API, we must also fix those stubs for signature changes even to functions we don't otherwise reference. NOTE: This commit still leaves four symbols undefined. Below I have taken the liberty of juxtaposing the error line with the output from dumpbin /exports build-vc120/packages/lib/release/kdu.lib. I see no differences. unresolved symbol (?kdu_convert_ycc_to_rgb_rev16@kdu_core@@3P6AXPAF00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev16)(short *,short *,short *,int)" ?kdu_convert_ycc_to_rgb_rev16@kdu_core@@3P6AXPAF00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev16)(short *,short *,short *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_irrev16@kdu_core@@3P6AXPAF00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev16)(short *,short *,short *,int)" ?kdu_convert_ycc_to_rgb_irrev16@kdu_core@@3P6AXPAF00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev16)(short *,short *,short *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_rev32@kdu_core@@3P6AXPAH00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev32)(int *,int *,int *,int)" ?kdu_convert_ycc_to_rgb_rev32@kdu_core@@3P6AXPAH00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev32)(int *,int *,int *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_irrev32@kdu_core@@3P6AXPAM00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev32)(float *,float *,float *,int)" ?kdu_convert_ycc_to_rgb_irrev32@kdu_core@@3P6AXPAM00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev32)(float *,float *,float *,int)) 24>C:\Users\Nat\linden\viewer64\build-vc120\newview\RelWithDebInfo\secondlife-bin.exe : fatal error LNK1120: 4 unresolved externals | |||
2016-04-25 | DRTVWR-418: Fix MD5 hashes for KDU 314311 packages. | Nat Goodspeed | |
2016-04-22 | DRTVWR-418 Remove references to gtk-atk-pango-glib from Windows build since ↵ | callum_linden | |
it's not used there | |||
2016-04-22 | DRTVWR-418 Update the version of cef-bin via llceflib that we consume (no ↵ | callum_linden | |
code changes, just updating to latest after changes to documentation/private status) | |||
2016-04-21 | DRTVWR-418 pull in fixed (all headers) version of NVAPI | callum_linden | |
2016-04-21 | DRTVWR-418 downgrade NVAPI package - very newest version was incompatible ↵ | callum_linden | |
with viewer code | |||
2016-04-21 | DRTVWR-418 remove vestiges of TCMALLOC and GooglePerfTools from the viewer | callum_linden | |
2016-04-21 | DRTVWR-418 remove references to some misc files I missed | callum_linden | |
2016-04-21 | DRTVWR-418 remove references to unused TestApps folder (used to contain ↵ | callum_linden | |
media_plugin_test) | |||
2016-04-21 | DRTVWR-418 remove references to unused FreeGlut and GLUI packages | callum_linden | |
2016-04-21 | DRTVWR-418 remove references to unused Google Perf Tools package | callum_linden | |
2016-04-21 | DRTVWR-418 remove references (and files) for QuickTime | callum_linden | |
2016-04-21 | DRTVWR-418 add references to new third party packages | callum_linden | |
2016-03-31 | increment viewer version to 4.0.4 | Oz Linden | |
2016-03-31 | Added tag 4.0.3-release for changeset 86dfba7ec433 | Oz Linden | |
2016-03-22 | VOICE-36: improvements based on review feedback | Oz Linden | |
2016-03-22 | VOICE-36: generate and expect random connection and account handles | Oz Linden | |
2016-03-21 | Update to a CURL lib with the correct Mac flags set. | rider | |
2016-03-17 | Merge | Rider Linden | |
2016-03-17 | increment viewer version to 4.0.3 | Oz Linden | |
2016-03-17 | Added tag 4.0.2-release for changeset e9d350764dfb | Oz Linden | |
2016-03-09 | MAINT-6110 FIXED No hovertext (PRIM_TEXT/llSetText) on child prim | Mnikolenko ProductEngine | |
2016-03-07 | MAINT-6172: Send the render and mic devices to a session when they are ↵ | Rider Linden | |
dirty, not just in Tuning mode. | |||
2016-03-07 | Merge | Rider Linden | |
2016-03-03 | MAINT-5693: Make COF Version from AIS authoritive. Ask until we get it. | Rider Linden | |
2016-03-03 | MAINT-5693: Move avatar update into the AIS coprocedure pool. | Rider Linden | |
2016-03-02 | MAINT-5693: Didn't remove a stray debug comment. | Rider Linden | |
2016-03-02 | MAINT-5693: Only force forward progression of COF version for your own Avatar | Rider Linden | |
2016-03-02 | MAINT-6182: When building the list of pathfinding characters throw away any ↵ | Rider Linden | |
entries that are undefined. | |||
2016-03-01 | MAINT-5693: Allow stale requests | Rider Linden | |
2016-03-01 | MAINT-5693: Do not rerequest old bakes. If a stale bake is received for ↵ | Rider Linden | |
processing do not processes it (Only allow newer appearances to process... never older) | |||
2016-02-29 | MAINT-5693: Request server bake even if we think we are about to request a ↵ | Rider Linden | |
stale version. The receiver should know if it will throw out the results. Added some additional logging to help track what's going on. | |||
2016-02-29 | MAINT-5760 Save the favorite in file with empty slurl string if it points to ↵ | Mnikolenko ProductEngine | |
location that is no longer valid | |||
2016-03-07 | Merge fix for MAINT-5360 | AndreyL ProductEngine | |
2016-03-03 | MAINT-2199 reverted previous change, refixed missing cloud and ban line | andreykproductengine | |
2016-02-29 | Updated contributors.txt | andreykproductengine | |
2016-02-27 | MAINT-2199 restored original UI mechanics, removed icons from UI list | andreykproductengine | |
2016-02-26 | merge changes for MAINT-6098 | Oz Linden | |
2016-02-26 | MAINT-5360: restore builds for the EDU package | Oz Linden | |
2016-02-25 | Add SSL support to update downloader to enable possibility of secure downloads | Drake Arconis | |
2016-02-25 | Update to modern curl progress reporting functionality in the update downloader | Drake Arconis | |
2016-02-25 | MAINT-5693: Some bake requests were getting lost. If a bake request is made ↵ | Rider Linden | |
while another one is outstanding rather than launch the new one, set a flag and remake the request with new data. | |||
2016-02-25 | Merged in andreykproductengine/lynx-maint (pull request #12) | Andrey Lihatskiy | |
MAINT-6168 Crash in LLViewerParcelMgr::renderParcelCollision() | |||
2016-02-25 | MAINT-6168 Crash in LLViewerParcelMgr::renderParcelCollision() | andreykproductengine | |
2016-02-24 | MAINT-6096: For non-spacial voice chats update the volume of participants. ↵ | Rider Linden | |
Rename "sendPositionalUpdate" to reflect volume changes. | |||
2016-02-24 | MAINT-5893 Issue with muted agent's attached lighting still rendering. | Mnikolenko ProductEngine | |
2016-02-24 | MAINT-1429 Incorrect display of permissions in Edit Tab while change focus | Mnikolenko ProductEngine | |