Age | Commit message (Collapse) | Author |
|
These exceptions are expected and do not need to be logged
|
|
|
|
|
|
end-to-end to avoid confusion
|
|
|
|
|
|
|
|
see any added offset
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 5fcb811aa2b455cebf18830cf0cdef14025dacdb)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'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.
|
|
Instead we have a new bundled executable SLVersionChecker, so that must be
signed instead of _greenlet.so.
|
|
On Mac, execute the packaged SLVersionChecker directly rather than invoking
system Python on our manually-bundled scripts.
|
|
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
|
|
|
|
SL-316 (A) retain screw-case behavior
Approved-by: Andrey Lihatskiy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SL-316 - Fix fencepost errors in computing keyframe start times of .bvh loader.
|
|
|
|
|
|
|
|
This reverts commit 8215fff0c2a1c895ef916837847cf7526ae61ef9.
# Conflicts:
# indra/newview/lltoolpie.cpp
|
|
|
|
|
|
|
|
|