Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-16 | MAINT-5507: Include httpconstants in file picker for linux. | Rider Linden | |
2014-08-31 | OPEN-268 - Add missing xml cases to file picker on linux and darwin | Cinder | |
2014-06-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-05-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-06 | Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵ | Merov Linden | |
errors | |||
2014-01-24 | MAINT-3642 FIXED Allow saving textures with extension “.tga” at the end ↵ | maxim@mnikolenko | |
of the name. | |||
2014-01-14 | MAINT-3262 FIXED Allow uploading gif-images | Mnikolenko ProductEngine | |
2013-12-18 | Fix FFLOAD_ALL issue in file picker, add FFLOAD_EXE to fix exe picking on ↵ | Merov Linden | |
Mac Cocoa | |||
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-12-05 | MAINT-3262 FIXED Cannot select image to upload to Web profile | Mnikolenko ProductEngine | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-16 | merge | Brad Payne (Vir Linden) | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-10 | BUG-3848: send_agent_resume() was not being called after snapshot. | Cinder Biscuits | |
2013-09-10 | merge | Brad Payne (Vir Linden) | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-10-04 | MAINT-3247 FIXED Check that gfilter is not NULL. | maxim@mnikolenko | |
2013-09-26 | Try all you want multichar constant, but you'll never be a string to me! ↵ | Graham Madarasz (Graham Linden) | |
(fix mac build errors from 'curious' filepicker literals) | |||
2013-09-19 | Merge downstream code | simon_linden | |
2013-09-09 | Merge downstream code with viewer-release | simon_linden | |
2013-08-14 | MAINT-2897 Need to be able to save textures from inventory as PNG | callum_linden | |
2013-08-14 | MAINT-2897 MAINT-2897 Need to be able to save textures from inventory as PNG | dmitrykproductengine | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-13 | Large changes to the LLCurl::Responder API, as well as pulling in some ↵ | Don Kjer | |
changes to common libraries from the server codebase: * Additional error checking in http handlers. * Uniform log spam for http errors. * Switch to using constants for http heads and status codes. * Fixed bugs in incorrectly checking if parsing LLSD xml resulted in an error. * Reduced spam regarding LLSD parsing errors in the default completedRaw http handler. It should not longer be necessary to short-circuit completedRaw to avoid spam. * Ported over a few bug fixes from the server code. * Switch mode http status codes to use S32 instead of U32. * Ported LLSD::asStringRef from server code; avoids copying strings all over the place. * Ported server change to LLSD::asBinary; this always returns a reference now instead of copying the entire binary blob. * Ported server pretty notation format (and pretty binary format) to llsd serialization. * The new LLCurl::Responder API no longer has two error handlers to choose from. Overriding the following methods have been deprecated: ** error - use httpFailure ** errorWithContent - use httpFailure ** result - use httpSuccess ** completed - use httpCompleted ** completedHeader - no longer necessary; call getResponseHeaders() from a completion method to obtain these headers. * In order to 'catch' a completed http request, override one of these methods: ** httpSuccess - Called for any 2xx status code. ** httpFailure - Called for any non-2xx status code. ** httpComplete - Called for all status codes. Default implementation is to call either httpSuccess or httpFailure. * It is recommended to keep these methods protected/private in order to avoid triggering of these methods without using a 'push' method (see below). * Uniform error handling should followed whenever possible by calling a variant of this during httpFailure: ** llwarns << dumpResponse() << llendl; * Be sure to include LOG_CLASS(your_class_name) in your class in order for the log entry to give more context. * In order to 'push' a result into the responder, you should no longer call error, errorWithContent, result, or completed. * Nor should you directly call httpSuccess/Failure/Completed (unless passing a message up to a parent class). * Instead, you can set the internal content of a responder and trigger a corresponding method using the following methods: ** successResult - Sets results and calls httpSuccess ** failureResult - Sets results and calls httpFailure ** completedResult - Sets results and calls httpCompleted * To obtain information about a the response from a reponder method, use the following getters: ** getStatus - HTTP status code ** getReason - Reason string ** getContent - Content (Parsed body LLSD) ** getResponseHeaders - Response Headers (LLSD map) ** getHTTPMethod - HTTP method of the request ** getURL - URL of the request * It is still possible to override completeRaw if you want to manipulate data directly out of LLPumpIO. * See indra/llmessage/llcurl.h for more information. | |||
2013-01-23 | Recovered changes for dirpicker and filepicker | Aura Linden | |
2012-09-19 | BUILDFIX: enabling the building of the viewer/appearance backend with ↵ | Nyx Linden | |
headless mesa | |||
2012-06-15 | corrected build problem detected on Mac | Oz Linden | |
2012-06-15 | STORM-276 Ease-of-use importing of Open Office dictionary extensions | Kitty Barnett | |
2012-06-04 | STORM-276 Dictionary import functionality and floater | Kitty Barnett | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-02-07 | STORM-1803 Fix syntax error that the Windows compiler did not complain about | Jonathan Yap | |
2012-01-29 | STORM-1803 Adding raw anim file upload support | Jonathan Yap | |
2012-01-23 | EXT-1836 FIXED Avoid assigning NULL to an std::string. | Vadim ProductEngine | |
2011-12-25 | Replacing file filter for windows that was mistakenly removed. | Ima Mechanique | |
2011-12-07 | STORM-1708 Darwin UI additions | Ima Mechanique | |
2011-12-01 | STORM-1708 Linux UI additions | Ima Mechanique | |
2011-11-23 | Changes to filter out tabs from file load and to test if loading/saving ↵ | Ima Mechanique | |
should be allowed. | |||
2011-11-17 | STORM-1708 Adding ability to save/load scripts from file. | Ima Mechanique | |
2011-10-11 | EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport | Richard Linden | |
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private | |||
2011-02-08 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-01 | STORM-655 FIXED mismatched filter extension in snapshot floater (jpeg vs jpg) | paul_productengine | |
- Added filter "jpg" for "Save As..." dialog so that *.jpg files can be seen as well as *.jpeg. |