This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
- Mar 05, 2022
-
-
Andrey Kleshchev authored
Nicky Dasmijn's contribution for zlib-ng Linux builds
-
- Mar 01, 2022
-
-
Nicky Dasmijn authored
Remove all boost, fix calling functions on nullptrs, initialize vars Approved-by: Maxim Nikolenko Approved-by: Nat Linden Approved-by: Andrey Lihatskiy
-
- Feb 28, 2022
-
-
Andrey Lihatskiy authored
# Conflicts: # autobuild.xml
-
Nicky authored
of it.
-
Nicky authored
really bad idea ...
-
Nicky authored
-
Nicky authored
-
Andrey Lihatskiy authored
-
Nat Goodspeed authored
following promotion of DRTVWR-557
-
- Feb 24, 2022
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Feb 18, 2022
- Feb 15, 2022
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- Feb 14, 2022
-
-
Andrey Lihatskiy authored
Since python 3.3 sys.platform for Linux will always be 'linux'. See https://bugs.python.org/issue12326 - fix by NickyD
-
- Feb 12, 2022
-
-
Nicky authored
There is a few peculiar differences in default member initializationn namely: gamma > 1.0f; sun_norm > 0.0f, 1.0f, 0.0f, 1.0f; cloud_shadow > 1.0f; dome_radius > 1.0f; dome_offset > 1.0f Which probably made the original memset produce the wrong result anyway as it differs from the value the LLVOSky set (the default ctor of AtmosphericsVars) vs what the memset would produce in case of a force update (all 0s).
-
Nicky authored
Update CMakeLists of doxygen project to require at least cmake 3.8.0 (same version as viewer) to get rid of deprecation warning.
-
- Feb 11, 2022
-
-
Nicky authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- Feb 08, 2022
-
-
Nat Goodspeed authored
This picks up the change to 32-bit Windows viewer-manager.
-
Nat Goodspeed authored
-
Andrey Lihatskiy authored
# Conflicts: # autobuild.xml # indra/newview/llappviewer.cpp # indra/newview/viewer_manifest.py
-
- Feb 07, 2022
-
-
Ansariel Hiller authored
Fix template verifier erroneously failing checksum check Approved-by: Nat Linden Approved-by: Signal Linden Approved-by: Andrey Lihatskiy
-
- Feb 04, 2022
-
-
Nat Goodspeed authored
-
- Feb 03, 2022
-
-
Andrey Kleshchev authored
-
- Feb 02, 2022
-
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
(cherry picked from commit 5fcb811a)
-
Nat Goodspeed authored
-
Ansariel authored
-
- Feb 01, 2022
-
-
Mnikolenko Productengine authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
'from __future__ import print_function' not only makes the print() function available, it also makes the Python 2 print statement invalid syntax. Until we merge with the Python 3 branch (soon!), don't import print_function: instead revert to 'print >> sys.stderr' statements.
-
Nat Goodspeed authored
Instead we have a new bundled executable SLVersionChecker, so that must be signed instead of _greenlet.so.
-
- Jan 31, 2022
-
-
Nat Goodspeed authored
On Mac, execute the packaged SLVersionChecker directly rather than invoking system Python on our manually-bundled scripts.
-
Andrey Kleshchev authored
1. When SL window closes it doesn't mean that process died so gave it a bit more time to terminate 2. Added a retry logic in case first run happened too early for some reason 3. Replaced ok/cancel on locked file with abort/retry/ignorei
-
Mnikolenko Productengine authored
-
- Jan 28, 2022
-
-
Brad Payne (Vir Linden) authored
-