Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | Windows lets you erase with a const iterator but linux does not. | dolphin | |
2014-03-10 | Merge | dolphin | |
2014-03-10 | Fixed a bug that lost callbacks if > 10 experiences were looked up at a time. | dolphin | |
2014-02-26 | Merge with 3.7.2-release | dolphin | |
2014-02-25 | Merge viewer-release | simon | |
2014-02-25 | merge viewer-release to sunshine-external | Brad Payne (Vir Linden) | |
2014-02-24 | merge with release | Richard Linden | |
2014-02-25 | Merge downstream code | simon | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-18 | Pull in viewer-lion to lock down next release | simon | |
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-12-12 | MAINT-3541 (crash in std::vector >::reserve) | MaximB ProductEngine | |
2013-12-12 | MAINT-3541 (crash in std::vector >::reserve) | MaximB ProductEngine | |
2013-12-10 | fix for license wording | Brad Payne (Vir Linden) | |
2013-12-06 | MAINT-3530 : Add viewer checkbox to extend parcel entry limits to a higher ↵ | simon | |
ceiling | |||
2013-11-18 | Code review updates. All comments so far. | Monty Brandenberg | |
2013-11-12 | Merge. Refresh from viewer-release after 3.6.10 release | Monty Brandenberg | |
2013-11-12 | MAINT-3269 FIXED crash in LLMessageSystem::callExceptionFunc | maksymsproductengine | |
2013-11-11 | Fixing coding policy errors | dolphin | |
2013-11-06 | merge with release | Richard Linden | |
2013-11-06 | MAINT-3374 FIXED Don't show username after display name if this setting is ↵ | Mnikolenko ProductEngine | |
disabled. | |||
2013-10-29 | Merge viewer-release => sunshine-internal | Don Kjer | |
2013-10-25 | Merge with 3.6.9 | dolphin | |
2013-10-25 | trivial: fix several weird compiling errors. | Xiaohong Bao | |
2013-10-21 | more buildfix stuff | Richard Linden | |
2013-10-16 | merge | Brad Payne (Vir Linden) | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-04 | Merge. Pull in viewer-release after 3.6.7 release. | Monty Brandenberg | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-10-04 | Merge with 3.6.7 | dolphin | |
2013-09-24 | Created an experience specific permissions dialog. | dolphin | |
2013-09-24 | SH-3690 SH-4505 Cleanup pass through code. | Monty Brandenberg | |
Start using DNS cache in legacy LLCurl code. Go to 15 seconds particularly as we're using threaded resolver at this point. Documentation cleanup. Add libcurl status checking and logging for curl_easy_setopt() operations that fail. Shouldn't happen and we'll just continue anyway but there's info in the logs to track these down now. Cleaned up logic around FASTTIMER enable defines used to evaluate pipeline stalls in main thread. Removed long-standing thread race around caps strings and URL construction. Not a significant risk but refactoring the code to get rid of them removed one huge eyesore. It can be made even slicker if desired (see notes). | |||
2013-09-17 | Updated position of the edit button the experience profile and added the ↵ | dolphin | |
Grid Wide tag. | |||
2013-09-09 | More explicitnexx for the mac build | dolphin | |
Also update the experience cache when the update returns. | |||
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-27 | broke out llunit.h into llunittype.h and llunits.h for unit declarations | Richard Linden | |
changed unit declarations macros to make a lot more sense | |||
2013-08-22 | merging viewer release | Gilbert Gonzales | |
2013-08-22 | merge | Brad Payne (Vir Linden) | |
2013-08-21 | Added new fields to the experience cache. | dolphin | |
Experience profile moved to it's own floater, will probalby be moving again. XP profile displays most data, though the presentation is not final Fixed a bug with the XP selection combobox in the script editor | |||
2013-08-20 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | Merge | dolphin | |
2013-08-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
converted many values over to units system in effort to track down source of 0 ping |