Age | Commit message (Collapse) | Author |
|
# Conflicts:
# autobuild.xml
# indra/newview/llagent.cpp
# indra/newview/llimview.cpp
# indra/newview/llimview.h
# indra/newview/llinventoryfunctions.cpp
# indra/newview/llpanelmediasettingsgeneral.cpp
# indra/newview/pipeline.cpp
|
|
|
|
|
|
|
|
|
|
|
|
following promotion of DRTVWR-565
|
|
around the screen.
Emulated mouse was trigering "not a valid zoomable object" case and jumping to garbage mMouseDownX/Y due to 'up' event being too early.
|
|
Example: Stepping over 183/255/22 will show position 183/1/22 of the same region
|
|
|
|
|
|
|
|
selected
|
|
|
|
settings' floater
|
|
Looks like pollTick tried to call an already dead process
|
|
|
|
|
|
|
|
|
|
Cleaner reinit and termination.
|
|
|
|
|
|
|
|
|
|
Fix a thread safety issue in the GL image worker.
|
|
|
|
|
|
|
|
|
|
|
|
LLViewerTexture::mNeedsCreateTexture needs to be an attomic bool since
it is written both in the main thread and in the GL image worker thread.
We can now enable threaded bump maps creation as a result of this fix.
I have read the CLA Document and I hereby sign the CLA
|
|
Various repo fixes
|
|
|
|
Add automatic PR labels
|
|
Add CLA bot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
original fix by Beq Janus
|
|
|
|
Server sends updates in bulk now, so notify per agent instead of per update
|
|
|
|
|
|
Due to udp texture fetching no longer being present
|