Commit Graph

7 Commits (1a437cbedf94de90d749f426dde09f2466693de2)

Author SHA1 Message Date
Bennett Goble f729cfc33f SL-15742: Convert build scripts to Python 3
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-12-10 14:42:49 -08:00
Brad Payne (Vir Linden) d2f76612a7 SL-15031 - more viewerstats.py support for cleaning up unused settings 2021-04-07 19:48:27 +01:00
Brad Payne (Vir Linden) 704aeb09d8 SL-15031 - option to remove unreferenced settings 2021-04-06 16:32:19 +01:00
Brad Payne (Vir Linden) 6c1dc74b75 SL-15031 - include settings_per_account stats 2021-04-01 15:55:57 +01:00
Brad Payne (Vir Linden) 2e255caae1 SL-15031 - ViewerStats analysis compare to settings.xml 2021-03-30 16:59:17 +01:00
Brad Payne (Vir Linden) e0b4149215 SL-15031 - chmod flag 2021-03-26 14:43:05 +01:00
Brad Payne (Vir Linden) 61ab982120 SL-15031 - ViewerStats analysis script 2021-03-26 14:42:40 +01:00