Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-21 | XML formatter script - added license | Andrey Lihatskiy | |
2023-11-20 | Added the script for adjusting XUI xml format | Andrey Lihatskiy | |
2021-12-10 | SL-15742: Convert build scripts to Python 3 | Bennett 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 | |||
2020-09-18 | SL-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-16 | SL-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-15 | SL-13705 - added metadata tab to translation spreadsheet, showing invocation ↵ | Brad Payne (Vir Linden) | |
info | |||
2020-09-15 | SL-13705 - single output file with one tab per translation language | Brad Payne (Vir Linden) | |
2020-09-14 | SL-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-11 | SL-13705 - Additional cell/column properties specified in excel output | Brad Payne (Vir Linden) | |
2020-09-11 | SL-13705 - quieter output | Brad Payne (Vir Linden) | |
2020-09-10 | SL-13705 - fixes and spreadsheet format changes | Brad Payne (Vir Linden) | |
2020-09-10 | SL-13705 - support multiple or all languages. more logic for excluding ↵ | Brad Payne (Vir Linden) | |
irrelevant fields | |||
2020-08-14 | SL-13705 - bug fixes and comments | Brad Payne (Vir Linden) | |
2020-08-13 | SL-13705 - modified_strings.py handles more cases | Brad Payne (Vir Linden) | |
2020-08-12 | SL-13705 - modified_strings.py added, for translation support | Brad Payne (Vir Linden) | |
2020-08-11 | SL-13705 - modified-strings.sh added, for translation support | Brad Payne (Vir Linden) | |