Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-13 | SL-18837: Update dullahan to v118.0.5993.54 | Nat Goodspeed | |
This includes this week's CEF 118. | |||
2023-10-12 | SL-18837: Update openal to v1.23.1-18e315c | Nat Goodspeed | |
2023-10-12 | SL-18837: Update llca to v202310121525.0-d22bd98 | Nat Goodspeed | |
2023-10-06 | SL-18837: Update Tracy to 0.8.1-235e98f | Nat Goodspeed | |
2023-10-06 | SL-18837: Remove 32-bit Windows package entries. | Nat Goodspeed | |
glext, which contains only header files, now builds only a single common package instead of platform-specific ones. But as long as we retain the platform-specific URLs, autobuild will continue to prefer those over the common platform. Remove all platform-specific glext package entries. | |||
2023-10-06 | SL-18837: Update to Dullahan 1.14.0 with CEF 117 | Nat Goodspeed | |
2023-09-07 | SL-18837: Merge branch 'main' into actions | Nat Goodspeed | |
2023-07-21 | SL-19854: Update bugsplat to release v1.0.7-527603a. | Nat Goodspeed | |
2023-07-18 | SL-19854: Update bugsplat to release v1.0.7.86a960a. | Nat Goodspeed | |
2023-07-14 | SL-18837: Update llphysicsextensions_source to release v1.0.c93156d. | Nat Goodspeed | |
2023-07-10 | SL-18837: Update apr_suite to release v1.7.2-e935465. | Nat Goodspeed | |
2023-07-07 | SL-19756 Update viewer-manager to 3.0.580913 | Andrey Lihatskiy | |
2023-06-28 | DRTVWR-582: Merge branch DRTVWR-582-maint-U into contribute-frozen | Nat Goodspeed | |
to resolve conflicts in installer_template.nsi | |||
2023-06-07 | Revert "SL-18837: On Windows, try using py.exe Python stub." | Brad Linden | |
This reverts commit 996ea03d874c714f312c1bfbafda3dddc2172a39. | |||
2023-06-07 | SL-18837: On Windows, try using py.exe Python stub. | Nat Goodspeed | |
2023-06-05 | SL-18837: Update apr_suite to release v1.7.2-4d6fcb2. | Nat Goodspeed | |
2023-06-02 | SL-18837: Update apr_suite to release v1.7.2-fb873f5. | Nat Goodspeed | |
2023-06-02 | SL-18837: Update libxml2, minizip-ng, colladadom | Nat Goodspeed | |
Update libxml2 to release v2.9.4.7476681. Update minizip-ng to release v3.0.2.3e9876e. Update colladadom to release v2.3.d1ef72a. | |||
2023-05-19 | SL-18837: Update boost, googlemock | Nat Goodspeed | |
Update boost to release v1.81-90bb2df. Update googlemock to release v1.7.0.77bba00. | |||
2023-05-19 | SL-18837: Next batch of GitHub actions build updates | Nat Goodspeed | |
2023-04-19 | Merge branch 'SL-19594-fakesmile' into DRTVWR-577-maint-S | Andrey Lihatskiy | |
2023-04-19 | SL-19594: Update to bugsplat build 579696 | Nat Goodspeed | |
2023-04-10 | SL-18839: Add basic Github build | Bennett Goble | |
2023-04-07 | Merge branch 'main' into marchcat/main-contrib-merge | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/CMakeLists.txt # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm # indra/newview/skins/default/xui/en/strings.xml | |||
2023-03-30 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/CMakeLists.txt # indra/newview/skins/default/xui/es/floater_tools.xml | |||
2023-03-22 | SL-18876 Update fmod studion to version 2.02.13 | Andrey Kleshchev | |
Should fix "Radio/Stream hiccups at a regular rate during playback" | |||
2023-03-20 | Merge branch 'DRTVWR-568' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt | |||
2023-02-09 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm | |||
2023-02-02 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
2023-01-31 | SL-19110 Fix xxhash build link and properly register contribution | Andrey Kleshchev | |
2023-01-31 | SL-19110 Fast hashing classes for use in place of the slow LLMD5, where ↵ | Henri Beauchamp | |
speed matters. (#64) This commit adds the HBXX64 and HBXX128 classes for use as a drop-in replacement for the slow LLMD5 hashing class, where speed matters and backward compatibility (with standard hashing algorithms) and/or cryptographic hashing qualities are not required. It also replaces LLMD5 with HBXX* in a few existing hot (well, ok, just "warm" for some) paths meeting the above requirements, while paving the way for future use cases, such as in the DRTVWR-559 and sibling branches where the slow LLMD5 is used (e.g. to hash materials and vertex buffer cache entries), and could be use such a (way) faster algorithm with very significant benefits and no negative impact. Here is the comment I added in indra/llcommon/hbxx.h: // HBXXH* classes are to be used where speed matters and cryptographic quality // is not required (no "one-way" guarantee, though they are likely not worst in // this respect than MD5 which got busted and is now considered too weak). The // xxHash code they are built upon is vectorized and about 50 times faster than // MD5. A 64 bits hash class is also provided for when 128 bits of entropy are // not needed. The hashes collision rate is similar to MD5's. // See https://github.com/Cyan4973/xxHash#readme for details. | |||
2023-01-12 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/llagent.cpp # indra/newview/llimview.cpp # indra/newview/llimview.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llpanelmediasettingsgeneral.cpp # indra/newview/pipeline.cpp | |||
2022-12-14 | SL-18786 Display updater on the top of other windows | Maxim Nikolenko | |
2022-12-12 | Merge branch 'main' into DRTVWR-568 | Callum Prentice | |
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-11-21 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
2022-11-21 | Merge branch master into DRTVWR-565-maint-P | Andrey Kleshchev | |
2022-11-18 | SL-17135 Pull in apr-suit package | Andrey Kleshchev | |
Same apr suit version, but with debug symbols | |||
2022-11-15 | SL-18618 Update libpng | Andrey Kleshchev | |
2022-11-11 | SL-18603 update Bugsplat | Mnikolenko Productengine | |
2022-10-17 | SL-18218: Switch canonical_repo to GitHub URL | Bennett Goble | |
2022-10-14 | SL-18378 Update fmod studio to 2.02.09 | Andrey Kleshchev | |
Should fix some common crashes for parcel media | |||
2022-10-04 | SL-16542 Fixed openjpeg library's name | Andrey Kleshchev | |
2022-10-03 | SL-18289: Modify autobuild.xml to insert a CMaker architecture flag as well ↵ | Callum Linden | |
as the generator string for Windows builds | |||
2022-10-03 | SL-16542 Fix mac build not having some of openjpeg headers | Andrey Kleshchev | |
2022-10-01 | SL-16542 Pull in chunks of graham's openjpeg code, update openjpeg and ↵ | Andrey Kleshchev | |
enable partial bitstreams Openjpeg was modified: "p_max_len -= l_nb_bytes_read;" was causing an overflow. I'm not sure if I did something incorectly in opj_skip/opj_seek viewer side, but seems like openjpeg should have been checking remaining space in p_max_len either way. P.S. Many thanks to Chafey and Neopallium for implementing openjpeg's partial bitstream support | |||
2022-09-17 | SL-17238 Fixed llphysicsextensions connection to llrender | Andrey Kleshchev | |
2022-09-16 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky Dasmijn | |
DRTVWR-568_cmake | |||
2022-09-16 | SL-18068: Update to viewer-manager build 575083 | Nat Goodspeed | |
2022-09-15 | Merge branch 'master' into DRTVWR-568 | Callum Linden | |