Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-10 | Merge branch 'DRTVWR-600-maint-A' into signal/trim-trailing | Andrey Lihatskiy | |
2024-06-10 | Update fix_whitespace.py to handle newlines correctly | Andrey Lihatskiy | |
2024-05-29 | Trim trailing whitespace | Bennett Goble | |
Start trimming trailing whitespace, but limit the blast radius to a handful of file types. | |||
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-05-01 | #824 Don't fix tabs in files with no tabs | Andrey Lihatskiy | |
2024-05-01 | #824 Add c,py,glsl to the script's default file types | Andrey Lihatskiy | |
2024-04-29 | #824 Add a script to convert tabs to spaces in the code files | Andrey Lihatskiy | |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-01-18 | XML formatting tool - add LF before EOF | Andrey Lihatskiy | |
2023-11-24 | XML formatter script - simplify the default declaration | Andrey Lihatskiy | |
2023-11-24 | XML formatter script - added control for the declaration tag | Andrey Lihatskiy | |
2023-11-21 | XML formatter script - added license | Andrey Lihatskiy | |
2023-11-20 | Added the script for adjusting XUI xml format | Andrey Lihatskiy | |
2023-11-08 | SL-20579 Added "--outfile" and "--files" options to the translation export ↵ | Andrey Lihatskiy | |
script | |||
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) | |