summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2015-07-13more hacks for keyboardCallum Prentice
2015-07-10Initial support for keyboard (in progress) but includes many viewer changes ↵callum_linden
to plumb in Key Up events
2015-07-02plugin and llceflib code for improved mouse supportcallum_linden
2015-07-02Merge with headcallum_linden
2015-07-022015 and we still care about line endings.. sighcallum_linden
2015-06-30Merge with head of viewer-releasecallum_linden
2015-06-30increment viewer version to 3.8.1Oz Linden
2015-06-30Point to new version of LLCefLib with support for second life URLs, version ↵callum_linden
string, navigation commands
2015-06-22I can't believe I really added these lines - pretend you didn't see themcallum_linden
2015-06-18Update llmanifest.LLManifest.copy_action() to handle symlinksNat Goodspeed
for directories as well as for files.
2015-06-18Add code in viewer_manifest.py to create a symlink for second copy of CEF ↵Callum Prentice
framework vs copying in second version
2015-06-15Merge with head of viewer-releaseCallum Prentice
2015-06-15increment viewer version to 3.7.31Oz Linden
2015-06-12Merge fix for MAINT-5277 into experience tools branchsimon
2015-06-12MAINT-2577 Fixed the status messageAndreyL ProductEngine
2015-06-12MAINT-5277 FIXED Viewer is missing MSVCP100.DLL and MSVCR100.DLLAndreyL ProductEngine
2015-06-11Add commands to move CEF runtime files to right place and fix up ↵Callum Prentice
media_plugin_cef with install_name_tool (note, this generates 2 copies of CEF framework - will fix later)
2015-06-10Changes to let CMake generate determine where the build files for OS X CEF ↵callum_linden
media plugin are
2015-06-08Fixed for OS X version - in progressCallum Prentice
2015-06-08make a lot of values agree with declared typesOz Linden
2015-06-08remove false positive trigraphsOz Linden
2015-06-08corrections needed for new toolsOz Linden
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-06-04Point all media with MIME type that used to be webkit, at the new CEF pluginCallum Prentice
2015-06-04Copy OS X media plugin to right placeCallum Prentice
2015-06-04Add CEF into OS X buildCallum Prentice
2015-05-26Merge with viewer-release after layer-limits releasecallum_linden
2015-05-26increment viewer version to 3.7.30Oz Linden
2015-05-18Merge with Viewer Release (after Viewer Release updated with Viewer Tools ↵callum_linden
Update)
2015-04-24mergeBrad Payne (Vir Linden)
2015-04-23increment viewer version to 3.7.29Oz Linden
2015-04-16Fix for bad syntax that displeased linux more than windows.Brad Payne (Vir Linden)
2015-04-16MAINT-5082 WIP, MAINT-5083 WIP - consolidate COF link creation calls during ↵Brad Payne (Vir Linden)
mass add of wearables/objects
2015-04-15Merge viewer-releasesimon
2015-04-14remove dead member variablesOz Linden
2015-04-14MAINT-5082 WIP, MAINT-5083 WIP - batch up wear/add/take off/detach requests ↵Brad Payne (Vir Linden)
in inventory panel the same way we do now in appearance tab
2015-04-14MAINT-5097 FIXED crash in LLFloaterPay::onGiveandreykproductengine
2015-04-14remove disabled codeOz Linden
2015-04-14merge changes for MAINT-5090Oz Linden
2015-04-14MAINT-5090 Remove disabling HTTP Inventory from ViewerMnikolenko ProductEngine
2015-04-14merge changes for STORM-2113Oz Linden
2015-04-14minimal changes to compile on Xcode 6.2Oz Linden
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-13increment viewer version to 3.7.28Oz Linden
2015-04-11STORM-2113 - uri parsing cleanup and fixesCinder
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for ↵Oz Linden
wide char paths; on other platforms they are now just typedefs to the std classes
2015-04-08fix validity errors in settings filesOz Linden
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively