summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-03-01Merge branch 'master' (DRTVWR-557) into DRTVWR-546Andrey Kleshchev
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py
2022-02-02Fix template verifier erroneously failing checksum checkAnsariel
2022-01-10Merge branch 'DRTVWR-530-maint' into DRTVWR-553-maint-mix-JKAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/key_bindings.xml # indra/newview/llappviewer.cpp # indra/newview/llkeyconflict.cpp
2021-12-11Merge branch 'master' into SL-15742Bennett Goble
2021-12-10SL-15742: Convert build scripts to Python 3Bennett Goble
This changeset makes it possible to build the Second Life viewer using Python 3. It is designed to be used with an equivalent Autobuild branch so that a developer can compile without needing Python 2 on their machine. Breaking change: Python 2 support ending Rather than supporting two versions of Python, including one that was discontinued at the beginning of the year, this branch focuses on pouring future effort into Python 3 only. As a result, scripts do not need to be backwards compatible. This means that build environments, be they on personal computers and on build agents, need to have a compatible interpreter. Notes - SLVersionChecker will still use Python 2 on macOS - Fixed the message template url used by template_verifier.py
2021-11-16DRTVWR-546 merge in master v6.5.1Dave Houlton
2021-11-16DRTVWR-530 Mac buildfix: changed the license to opensourceAndrey Lihatskiy
2021-11-16Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
# Conflicts: # doc/contributions.txt
2021-10-22SL-15999 - made cwd handling a bit more robust in perfbot_run.pyBrad Payne (Vir Linden)
2021-10-22mergeBrad Payne (Vir Linden)
2021-10-21SL-15999 - perfbot allow --num to default to number of credsBrad Payne (Vir Linden)
2021-10-01SL-16124 - switch default region to Lag Me 5 now that it is set up and workingCallum Linden
2021-10-01SL-16124 First pass at a Python3 script to launch multiple non-interactive ↵Callum Linden
Viewers with differing command line options
2021-08-31SL-13313 Updated message_template.msg.sha1Andrey Kleshchev
2021-07-20Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp # indra/llui/llnotifications.h # indra/newview/llappviewer.cpp # indra/newview/llappviewermacosx.cpp
2021-07-19Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
2021-05-12SL-15177 Add slp-csv converting scriptMnikolenko Productengine
2021-04-07SL-15031 - more viewerstats.py support for cleaning up unused settingsBrad Payne (Vir Linden)
2021-04-06SL-15031 - option to remove unreferenced settingsBrad Payne (Vir Linden)
2021-04-01SL-15031 - include settings_per_account statsBrad Payne (Vir Linden)
2021-03-30SL-15031 - ViewerStats analysis compare to settings.xmlBrad Payne (Vir Linden)
2021-03-26SL-15031 - chmod flagBrad Payne (Vir Linden)
2021-03-26SL-15031 - ViewerStats analysis scriptBrad Payne (Vir Linden)
2021-02-17Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
2021-01-15SL-13313 Update links to master message_template.msgMnikolenko Productengine
2021-01-12SL-13313 Support RegionInfo5 block in RegionInfo message, and add log messageMnikolenko Productengine
2020-11-13Merge remote-tracking branch 'origin/master' into DRTVWR-517Brad Payne (Vir Linden)
2020-09-18SL-13705 - added --deleted option to collect info on no-longer-needed text ↵Brad Payne (Vir Linden)
in translated files. Processing needs to be automated as the list is unfeasibly long.
2020-09-16SL-13705 - language list defaults to the standard supported set of FR, ES, ↵Brad Payne (Vir Linden)
IT, PT, JA, DE. '--lang all' will also use this list
2020-09-15SL-13705 - added metadata tab to translation spreadsheet, showing invocation ↵Brad Payne (Vir Linden)
info
2020-09-15SL-13705 - single output file with one tab per translation languageBrad Payne (Vir Linden)
2020-09-14SL-13705 - lock all columns except C in the excel file (apparently google ↵Brad Payne (Vir Linden)
sheets does not respect this setting on import)
2020-09-11SL-13705 - Additional cell/column properties specified in excel outputBrad Payne (Vir Linden)
2020-09-11SL-13705 - quieter outputBrad Payne (Vir Linden)
2020-09-10SL-13705 - fixes and spreadsheet format changesBrad Payne (Vir Linden)
2020-09-10SL-13705 - support multiple or all languages. more logic for excluding ↵Brad Payne (Vir Linden)
irrelevant fields
2020-08-14SL-13705 - bug fixes and commentsBrad Payne (Vir Linden)
2020-08-13SL-13705 - modified_strings.py handles more casesBrad Payne (Vir Linden)
2020-08-12SL-13705 - modified_strings.py added, for translation supportBrad Payne (Vir Linden)
2020-08-11SL-13705 - modified-strings.sh added, for translation supportBrad Payne (Vir Linden)
2020-05-13SL-13000 - standard params for jellied male/female avsBrad Payne (Vir Linden)
2018-12-12SL-10238: Viewer spport for push notifications from the simulator contaiting ↵Rider Linden
partial groups of settings. Blend these settings into the current environment.
2018-11-20SL-10093: Client code to support experiences changing an environment. ↵Rider Linden
Handle generic messages with "commands" to be executed.
2018-11-14MergeRider Linden
2018-09-27mergeBrad Payne (Vir Linden)
2018-09-26MergeRider Linden
2018-09-10SL-966 - animated object size/pos constraints cont, including some settings ↵Brad Payne (Vir Linden)
for debugging. additional options to anim_tool.py for making test animations
2018-08-09Merge in anim_tool.py refactoring from server-side script.Nat Goodspeed
2018-08-03MAINT-7699: More robust cap protocol, better support for delete and support ↵Rider Linden
for individual tracks, support for setting environment by asset id in the cap MAINT-7703: Initial flags sent in message protocol for parcels
2018-01-17mergeBrad Payne (Vir Linden)