Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-04 | Library updates and switch to 3d-llqtwebkit2 build products. | Monty Brandenberg | |
SDL to 1.2.15, c-ares to latest 1.10.0 build, Boost to 1.55.0 with coroutine updates/fixes, curl to 7.34.0, libpng to 1.6.8, openssl to 1.0.1e, zlib to latest 1.2.8 build, llqtwebkit built from 4.7.1 sources refactored and tested in 3p-llqtwebkit2 repository. Windows is functional with a good number of warning messages at runtime from libpng and KDU. MoaP/slplugin functioning. | |||
2014-03-24 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-03-15 | Mac Debug build is functional with this manifest change | Monty Brandenberg | |
2014-02-27 | Pull merge of codesign workaround | Merov Linden | |
2014-02-21 | changed variable names and errors to more accurately reflect the operation ↵ | JJ Linden | |
being performed | |||
2014-02-19 | duplicated the workaround added for darwin codesigning onto the windos ↵ | JJ Linden | |
codesigning | |||
2014-02-05 | ACME-1299 : Pull merge Oz changes to viewer-manifest.py to pass Mac Build | Merov Linden | |
2014-01-24 | fix error message python boo-boo | Oz Linden | |
2014-01-22 | add retries around OSX codesign to try to work around frequent build farm ↵ | Oz Linden | |
failures | |||
2014-01-15 | Pull merge from viewer-release | Merov Linden | |
2014-01-09 | ACME-1244 : WIP : Move files around and introduced an llimagefiltersmanager ↵ | Merov Linden | |
to get the filters | |||
2013-12-10 | MAINT-3571: include settings_install.xml whether it contains settings or not | Oz Linden | |
2013-11-24 | move setting default grid to settings_install.xml so that it works on all ↵ | Oz Linden | |
platforms | |||
2013-11-24 | normalize format of and add arch to all installer names | Oz Linden | |
2013-09-23 | made change to include channel name in the settings_install.xml file ↵ | JJ Linden | |
generated. changed so that sourceid is not part of a list of options pulled into that file, along with the channel | |||
2013-09-16 | changes for additional packages to be packaged from the same build. see ↵ | JJ Linden | |
BuildParams for example environment variables used to specify the packages and their channels and sourceids. also updated mac packages to use a larger virtual drive and auto-open on download | |||
2013-08-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2013-07-26 | CHOP-955: Include app_settings/settings_install.xml in file_list. | Nat Goodspeed | |
viewer_manifest.py uses its base-class llmanifest.LLManifest.put_in_file() method to create several different files in the install image being marshalled. I based the logic to create settings_install.xml on that example. Unfortunately I failed to notice that after every existing call, the script also explicitly appended the newly-created file to self.file_list... which only matters on Windows. file_list is fed to the NSIS installer. Change put_in_file() method to implicitly append to self.file_list. Change every existing viewer_manifest.py call to pass new put_in_file(src=) param instead of explicitly appending to self.file_list. | |||
2013-07-24 | added default sourceid and check that sourceid is not blank, hoping to get ↵ | JJ Linden | |
the windows builds to recognize the value | |||
2013-07-22 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-06-27 | CHOP-955, CHOP-957: Prioritize indra.util.llmanifest in same source repo. | Nat Goodspeed | |
It seems that certain build hosts have an (obsolete? broken?) install of indra.util.llmanifest under the system Python. If we append the local repo indra/lib/python to sys.path, viewer_manifest.py pulls in the broken llmanifest. Prepend to sys.path instead to ensure we get the right one. | |||
2013-06-24 | CHOP-955, CHOP-957: Platform-specific switches files => settings_install.xml. | Nat Goodspeed | |
Instead of generating viewer command-line switch overrides into the Windows shortcut, an arguments.txt file on Mac, or a gridargs.dat file on Linux, generate a platform-independent settings_install.xml file containing 'sourceid' key (if 'sourceid' found in TeamCity environment variables). All command-line override switches previously found in the aforementioned files have happily become moot. | |||
2013-06-13 | MAINT-2787: Expand viewer_manifest.py's "Release" recognition | Nat Goodspeed | |
viewer_manifest.py currently detects specifically the channel name "Second Life Release" as a release viewer (affecting the icon and other things). The Amazon viewer uses channel name "Second Life Release - Amazon", which is currently not recognized at all, therefore uses a developer-build icon with the caution tape and the word "TEST" stamped onto it. Detect any channel name *starting* with "Second Life Release" as a release viewer. | |||
2013-05-22 | merge changes for 3.5.3-release | Oz Linden | |
2013-05-21 | CHOP-947: create summary.json (really python) metadata file for TeamCity results | Oz Linden | |
2013-05-15 | Thanks mercurial. | Aura Linden | |
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | Merge with viewer-development | callum_linden | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-27 | Fix breakpad breakage from linux API diffs | Graham Madarasz | |
2013-02-25 | MAINT-2389: add libboost_context-m5.so.* to Linux package. | Nat Goodspeed | |
Irritating how many different places we have to touch to add a library... | |||
2013-02-15 | Added ca-bundle.crt behaviors for Mac and Windows. | Aura Linden | |
2013-02-13 | Merge from viewer-beta | prep | |
2013-02-12 | merge up to 3.4.5-release | Oz Linden | |
2013-02-05 | Merged with head of viewer-development | callum_linden | |
2013-02-04 | fmodwrapper uneeded with fmodex | Sovereign Engineer | |
2013-02-04 | Remove FMOD 3.75 leftovers | Sovereign Engineer | |
2013-02-01 | Removed (most) references to older FMOD library - still a little Linux clean ↵ | callum_linden | |
up left | |||
2013-01-18 | first push - patch from CmdCupCake plus force FMODEX on | callum_linden | |
2013-01-11 | MAINT-1481: Remove xmenity script and viewer_manifest.py references. | Nat Goodspeed | |
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2012-12-12 | Updating linux libGLOD to match darwin naming | Don Kjer | |