summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-02Linux linker order.Rider Linden
2015-04-02Move RT aronudRider Linden
2015-04-02Explicitly include LIBRTRider Linden
2015-04-02DRTVWR-397 WIP - more loggingBrad Payne (Vir Linden)
2015-04-02Move CURL libs up...Rider Linden
2015-04-02DD-338 : Auto unlist when stock gets to 0 during stock folder manipulationMerov Linden
2015-04-02More link orderRider Linden
2015-04-02Adjusting link orderRider Linden
2015-04-02add script to check xml files written by the viewerOz Linden
2015-04-02improve notice clarityOz Linden
2015-04-02clarity and logging cleanupOz Linden
2015-04-02Adding boost libs and LLCoreHttp to the unit test linkage.Rider Linden
2015-04-02MAINT-5023 URIparser crash in LLUrlEntryBase::urlToLabelWithGreyQueryMnikolenko ProductEngine
2015-04-01DD-291 : Fix code path on category update in the SLM update caseMerov Linden
2015-04-01Added AvatarNameCache as coroutine, with LLCore::HttpHandler to respond ↵Rider Linden
correctly to Event Pumps. Added get/setRequestURL() to LLCore::HttpResponse Removed URI from the HttpSDHandler.
2015-04-01MAINT-3818 FIXED Certain dae files that used to display skin weights ↵ruslantproductengine
successfully now crash when ticking skin weights in model preview on ALL viewers
2015-04-01MAINT-5031 FIXED Attachments aren't highlighted in the inventory after using ↵andreykproductengine
'Show original'
2015-03-31DRTVWR-397 WIP - logging updates and fixesBrad Payne (Vir Linden)
2015-03-31MAINT-5039 FIXED Viewer crashes at logout if wearing clothing textured with ↵Mnikolenko ProductEngine
a local texture
2015-03-31MAINT-5020 FIXED Determine the need to use bracket via chat source.Mnikolenko ProductEngine
2015-03-31build fixMnikolenko ProductEngine
2015-03-30fix for MAINT-5021: landmarks not populating correctly when parcel data is ↵Glenn Glazer
missing
2015-03-30merged changes from viewwer-tools-updateBjoseph Wombat
2015-03-30MAINT-3585 FIXED (Crashes when attempting to upload image.)ruslantproductengine
2015-03-30MAINT-3585 FIXED (Crashes when attempting to upload image.)ruslantproductengine
2015-03-30mergeBrad Payne (Vir Linden)
2015-03-28DD-291 : Trigger a GET /listing when receiving a category updateMerov Linden
2015-03-28Merge with headcallum_linden
2015-03-28add support for keyboard (rudimentary & broken), mouse wheel and open links ↵callum_linden
in same page
2015-03-27Remove test for size of HttpStatusRider Linden
2015-03-27first set of chnages from code review from NatRider Linden
2015-03-27MAINT-4982 Naming rules unificationandreykproductengine
2015-03-27MAINT-4983 submodel limit fixandreykproductengine
2015-03-27MAINT-4718 FIXED Context menu Open button is always disabled for no-copy ↵Mnikolenko ProductEngine
textures in task inventory
2015-03-27MAINT-5019 FIXED Undesired http:// added to domains sent in chatMnikolenko ProductEngine
2015-03-26Adding llagentlanguage to new LLCore::Http code moved some of ↵Rider Linden
llappearancemgr handling into llAgent.
2015-03-26Create trivial handler for SD Messages, method in LLAgent for posting HTTP ↵Rider Linden
requests.
2015-03-26Remove standlone media plugin and fb connect test apps while we transition ↵callum_linden
to CEF
2015-03-26Fix line endings on appearancemgr and added LLCore::Http to llAgent.Rider Linden
2015-03-26MAINT-3818 FIXED Certain dae files that used to display skin weights ↵ruslantproductengine
successfully now crash when ticking skin weights in model preview on ALL viewers
2015-03-30MAINT-5037 FIXED Viewer is operable under the leaving call confirmation dialogandreykproductengine
2015-03-26merge changes for tools update tipOz Linden
2015-03-26point to new cef tpl with right headers, update cmaake and viewer_manifest ↵callum_linden
logic to copy files to right place
2015-03-25Make VS2013 look inside include/cef folder for headerscallum_linden
2015-03-25Point to initial pass at a CEF package in autobuild and make sure autobuild ↵callum_linden
configure picks it up
2015-03-25Some slight reorganization and removal of some dead code.Rider Linden
2015-03-25gcc remove extra qualification on decrementInFlightCounter static.Rider Linden
2015-03-25Replace appearance responder with new LLCore Appearance Handler.Rider Linden
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
2015-03-25MAINT-4983 Mesh upload of large model ryoma 3d loads indefinitelyandreykproductengine
2015-03-25Add logic to attempt to look up large Windows negative return codes.Nat Goodspeed
A large negative return code doesn't do a human reader any good, even for lookup purposes, because Microsoft's lookup tables list the hex representation of that integer. So at least format the return code as hex. Going further, we've captured the content of the web page https://msdn.microsoft.com/en-us/library/cc704588.aspx as windows-rcs.html. If we can parse that file, and if we understand the structure of its table entries, and if the hex form of the actual return code is in fact listed there, we can display the symbol name and description as well as the hex return code. All those maybes are to support refreshing the file from the URL above (or wherever it might get moved) from time to time. Later versions of that file might change in unexpected ways. If we can't look up the hex rc, oh well, just display that to the user instead of crumping.