| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-29 | merge | Brad Payne (Vir Linden) | |
| 2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
| 2017-11-29 | merge changes for 5.0.9-release | Oz Linden | |
| 2017-11-28 | MAINT-8022 Crashes in unzip_llsd #2 | andreykproductengine | |
| 2017-11-27 | Mac compile does not like not having a default even if it does nothing. | Rider Linden | |
| 2017-11-27 | Added boost::hash<> spec for LLSD | Rider Linden | |
| 2017-11-27 | MAINT-8022 Crashes in unzip_llsd | andreykproductengine | |
| 2017-10-24 | Add in real SL viewer name and version | callum_linden | |
| 2017-10-24 | painfully add in the path to the second life log file that we also send - ↵ | callum_linden | |
| painful because of string <--> wstring issues | |||
| 2017-10-19 | First pass at adding BugSplat code to viewer and turning off existing ↵ | callum_linden | |
| (Google Breakpad) exception handling | |||
| 2017-10-18 | First version that builds with a dummy BugSplay call in llapp.cpp | callum_linden | |
| 2017-10-17 | Merged lindenlab/viewer64 into default | Thomas Nelson | |
| 2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2017-10-11 | merge | Brad Payne (Vir Linden) | |
| 2017-10-11 | merge changes for 5.0.8-release | Oz Linden | |
| 2017-10-03 | SL-808 - more work on arc display. area calculations still have some issues, ↵ | Brad Payne (Vir Linden) | |
| especially for animated objects. | |||
| 2017-09-22 | SL-794, SL-790 - viewer-side enforcement in UI for various animated object ↵ | Brad Payne (Vir Linden) | |
| limits that are also enforced on the server. | |||
| 2017-09-22 | Merge | Rider Linden | |
| 2017-09-19 | Baseline for settings changes | Rider Linden | |
| 2017-09-19 | MAINT-7820 Fixed crash in LLEventPump | andreykproductengine | |
| 2017-09-18 | SL-790 - Adding UI checks for actions that would increase the animated ↵ | Brad Payne (Vir Linden) | |
| object attachment count | |||
| 2017-08-23 | merge changes for 5.0.7-release | Oz Linden | |
| 2017-08-16 | merge changes for DRTVWR-439 | Oz Linden | |
| 2017-08-08 | MAINT-7634: Logging and instrumentation canges to narrow down viewer crashes. | Rider Linden | |
| 2017-07-28 | MAINT-7634: Move StatsAccumulator into llcommon, collect data sent and error ↵ | Rider Linden | |
| codes from core. | |||
| 2017-07-24 | fix separator between tags and file/function | Oz Linden | |
| 2017-07-10 | MAINT-4532: properly detect Windows 10 in the 64bit build (only - 32bit runs ↵ | Oz Linden | |
| in Windows 8 compatibility mode) | |||
| 2017-06-20 | merge changes for 5.0.6-release | Oz Linden | |
| 2017-06-20 | fix presentation of log tags for better searchability | Oz Linden | |
| 2017-06-20 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
| 2017-06-20 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2017-06-20 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2017-06-16 | MAINT-7488 FIXED [Windows] Viewer crashes when pasting empty string from ↵ | Mnikolenko Productengine | |
| clipboard | |||
| 2017-09-07 | mac and linux build fix | Mnikolenko Productengine | |
| 2017-09-06 | MAINT-7691 Fixed crash report not generating files in unicode named folders | andreykproductengine | |
| 2017-08-30 | MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows ↵ | andreykproductengine | |
| folder. | |||
| 2017-08-25 | MAINT-7739 Make LLOSInfo a Singleton | andreykproductengine | |
| 2017-07-13 | MAINT-7593 FIXED "Failed to parse parameter" spam | Mnikolenko Productengine | |
| 2017-06-07 | MAINT-6697 Correct pointer freeing | AndreyL ProductEngine | |
| 2017-06-07 | MAINT-6697 More nullchecks for zip/unzip functions | AndreyL ProductEngine | |
| 2017-06-07 | MAINT-6697 Added a nullcheck to unzip_llsd() | AndreyL ProductEngine | |
| 2017-05-23 | merge changes for 5.0.5-release | Oz Linden | |
| 2017-05-22 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2017-05-22 | merge | Brad Payne (Vir Linden) | |
| 2017-05-18 | Linux buildfix; this should be reverted after gcc update to 4.7+ | AndreyL ProductEngine | |
| 2017-05-10 | Add size limit to LLEventBatchThrottle like LLEventBatch. | Nat Goodspeed | |
| The new behavior is that it will flush when either the pending batch has grown to the specified size, or the time interval has expired. | |||
| 2017-05-10 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-neko | Nat Goodspeed | |
| 2017-05-10 | Add LLEventThrottle tests; actually *all* lleventfilter.cpp tests. | Nat Goodspeed | |
| For some reason there wasn't an entry in indra/llcommon/CMakeLists.txt to run the tests in indra/llcommon/tests/lleventfilter_test.cpp. It seems likely that at some point it existed, since all previous tests built and ran successfully. In any case, (re-)add lleventfilter_test.cpp to the set of llcommon tests. Also alphabetize them to make it easier to find a particular test invocation. Also add new tests for LLEventThrottle. To support this, refactor the concrete LLEventThrottle class into LLEventThrottleBase containing all the tricky logic, with pure virtual methods for access to LLTimer and LLEventTimeout, and an LLEventThrottle subclass containing the LLTimer and LLEventTimeout instances and corresponding implementations of the new pure virtual methods. That permits us to introduce TestEventThrottle, an alternate subclass with dummy implementations of the methods related to LLTimer and LLEventTimeout. In particular, we can explicitly advance simulated realtime to simulate particular LLTimer and LLEventTimeout behaviors. Finally, introduce Concat, a test LLEventPump listener class whose function is to concatenate received string event data into a composite string so we can readily test for particular sequences of events. | |||
| 2017-05-10 | DRTVWR-418, MAINT-6996: Update Mac mem queries (per Drake Arconis) | Nat Goodspeed | |
| Drake points out that the OS X 64-bit-capable memory-query APIs recommended in comments by some long-ago maintainer are by now themselves obsolete. He offered this patch to update us to current macOS memory APIs. | |||
| 2017-05-10 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
