Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | DRTVWR-418: Remove misleading comment -- no more implicit deleteAll(). | Nat Goodspeed | |
The comment indicates that calling LLSingletonBase::deleteAll() is optional because the LLSingleton machinery implicitly calls that during final static-object cleanup. That is no longer true. | |||
2017-04-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-04-26 | MAINT-7343 - added periodic logging of state of the asset store. | Brad Payne (Vir Linden) | |
2017-04-24 | DRTVWR-418: Remove final shutdown cleanup as a cause of crashes. | Nat Goodspeed | |
The recent LLSingleton work added a hook that would run during the C++ runtime's final destruction of static objects. When the LAST LLSingleton in any module was destroyed, its destructor would call LLSingletonBase::deleteAll(). That mechanism was intended to permit an application consuming LLSingletons to skip making an explicit deleteAll() call, knowing that all instantiated LLSingleton instances would eventually be cleaned up anyway. However -- experience proves that kicking off deleteAll() processing during the C++ runtime's final cleanup is too late. Too much has already been destroyed. That call tends to cause more shutdown crashes than it resolves. This commit deletes that whole mechanism. Going forward, if you want to clean up LLSingleton instances, you must explicitly call LLSingletonBase::deleteAll() during the application lifetime. If you don't, LLSingleton instances will simply be leaked -- which might be okay, considering the application is terminating anyway. | |||
2017-04-24 | MAINT-7343 - Added check for shutdown in progress when asset result arrives | Brad Payne (Vir Linden) | |
2017-04-22 | DRTVWR-418: Binary search for a good size for temp Mac disk image | Nat Goodspeed | |
2017-04-22 | DRTVWR-418: Binary search for a good size for temp Mac disk image | Nat Goodspeed | |
2017-04-22 | DRTVWR-418: Make temporary .sparseimage drive bigger for signing. | Nat Goodspeed | |
2017-04-21 | Automated merge with tip of viewer64 (after it was merged with viewer-release) | Callum Prentice | |
2017-04-21 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-04-21 | Automated merge with tip of viewer64 | Callum Prentice | |
2017-04-21 | Fix windows line endings because it's 2017 and our tools can't deal with it | Callum Prentice | |
2017-04-21 | tweak shutdown procedure for example plugin to match our new methodology | Callum Prentice | |
2017-04-21 | DRTVWR-418: Send address_size with login and viewer stats. | Nat Goodspeed | |
2017-04-20 | DRTVWR-418: Boost fixed max size of temporary Mac volume | Nat Goodspeed | |
used during construction of the eventual installation .dmg. With newer 64-bit Havok packages, we need more elbow room on the temporary volume. | |||
2017-04-20 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-04-19 | Fix for 32bit builds of example plugin - need an extra parameter for visual ↵ | Callum Prentice | |
studio | |||
2017-04-19 | Pull in improvements to LLProcess termination via a commit from Nat Linden ↵ | Callum Prentice | |
here: https://bitbucket.org/rider_linden/doduo-viewer/commits/4f39500cb46e879dbb732e6547cc66f3ba39959e?at=default | |||
2017-04-19 | Add back the missing pieces and updated code for the example plugin. It was ↵ | Callum Prentice | |
useful during testing SLPlugin changes. Not shipped with release versions of viewer | |||
2017-04-19 | Turn off message that is expected behavior and will fill up the logs/console | Callum Prentice | |
2017-04-19 | Remove the scary 32bit exception handler that patches kernel32.dll since it ↵ | Callum Prentice | |
was (a) scary, (b) didn't work on 64 bit and (c) likely the cause of a lot of anti-virus false positives | |||
2017-04-19 | SL-409 - added tags to more log messages | Brad Payne (Vir Linden) | |
2017-04-19 | Hopeful fix for MAINT-7220 Windows Error Message 'SLPlugin.exe has stopped ↵ | Callum Prentice | |
working ' appears. | |||
2017-04-19 | merge | Brad Payne (Vir Linden) | |
2017-04-19 | SL-409 - Added tags to some log messages | Brad Payne (Vir Linden) | |
2017-04-19 | increment viewer version to 5.0.5 | Oz Linden | |
2017-04-19 | MAINT-7074 Fixed ability to escape from skin directory with <icon> | AndreyL ProductEngine | |
2017-05-05 | MAINT-6519 MAC build fix | andreykproductengine | |
2017-04-27 | MAINT-6519 Contribution, adds feature to replace inventory links | Ansariel | |
2017-05-05 | MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat string | Mnikolenko Productengine | |
2017-05-04 | MAINT-7210 Improving notification for Image upload failures | andreykproductengine | |
2017-05-04 | MAINT-7383 Revise notification for Empty Trash / Purge trash action to ↵ | Mnikolenko Productengine | |
include number of items being deleted. | |||
2017-05-04 | MAINT-7357 Disable delete function of the Backspace key on Windows | Mnikolenko Productengine | |
2017-05-04 | Merged in rider_linden/jigglypuff | AndreyL ProductEngine | |
2017-05-01 | Merged lindenlab/viewer-release into default | Rider Linden | |
2017-04-29 | MAINT-7324 Region/Estate floater cosmetic improvement | AndreyL ProductEngine | |
2017-04-29 | MAINT-7324 Changes to Region/Estate and About Land floaters to clarify and ↵ | AndreyL ProductEngine | |
add functionality | |||
2017-04-25 | MAINT-7145 Eliminate LLSingleton circular references | andreykproductengine | |
2017-05-02 | MAINT-7351 New Default volume for Streaming Music & Media | pavelkproductengine | |
2017-05-03 | MAINT-7367 Change "Linksets..." on Build menu to "Region Objects" | Mnikolenko Productengine | |
2017-04-28 | MAINT-7354 Trash alert should display trash, not prompt to purge it all | andreykproductengine | |
2017-04-20 | MAINT-6477 VOB - Click on an outfit folder from Outfit Gallery tab does not ↵ | pavelkproductengine | |
open folder or enlarge image | |||
2017-04-27 | Merged in MAINT-3223 | max nikolenko | |
2017-04-27 | MAINT-7210 Increased timeout for asset uploads | andreykproductengine | |
2017-04-27 | MAINT-3223 Texture repeats synch feature | Mnikolenko Productengine | |
2017-04-26 | MAINT-1239 Fixed font | andreykproductengine | |
2017-04-25 | MAINT-7349 FIXED An item is not highlighted in Block panel after blocking it | Mnikolenko Productengine | |
2017-04-24 | MAINT-7330 Fixed circularity of environmental singletons | andreykproductengine | |
2017-04-24 | MAINT-7340 FIXED Incoming IMs steal focus if "Open conversation window" ↵ | Mnikolenko Productengine | |
setting is enabled | |||
2017-04-20 | MAINT-1427 Resolving dupplicate message | andreykproductengine | |