Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | Merge tag '7.1.8-release' | Erik Kundiman | |
source for viewer 7.1.8.9375512768 | |||
2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
source for viewer 7.1.7.8974243247 | |||
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-17 | 1176 integrate llgltfnode with selection manager and llmaniptranslate/rotate ↵ | RunitaiLinden | |
(#1258) * #1176 Somewhat working GLTF Node support for translate tool * #1176 Missing file from last commit * #1176 Better translation for rotated nodes. * #1176 Fix for objects snapping back to original position * #1176 GLTF Samples compatibility pass -- attempt at improving rotation manip support, incidental cleanup, GLTF node debug display * #1176 Clean out some unused and not working functions. * #1176 Fix for mac build, incidental cleanup * Mac build fix | |||
2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-10 | Preprocess non portable OpenGL code | Erik Kundiman | |
2023-05-25 | SL-19405 Better fix for rotation gyzmo having a huge dead zone. | RunitaiLinden | |
2023-05-16 | DRTVWR-559 Decruft deprecated OpenGL flags. | RunitaiLinden | |
2022-10-06 | SL-18190 Water shader WIP. Better parallax correction for sphere probes. ↵ | Dave Parks | |
Reduce probe memory footprint. Remove framebuffer copies and move to deprecate stencil buffer usage. | |||
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2021-12-16 | SL-16532 Crash at dragConstrained | Andrey Kleshchev | |
2021-11-30 | SL-16386 remove references to (const true) LLGLSLShader::sNoFixedFunction | Dave Houlton | |
2021-06-15 | SL-15403 Crash at LLFloaterTools's setStatusText | Andrey Kleshchev | |
On shutdown some floaters reset tools using LLToolMgr::setCurrentToolset and it updates LLFloaterTools, which might be dead by that point | |||
2020-08-26 | SL-10326 Fixed avatar rotation of selected avatars and selected self | Andrey Kleshchev | |
2018-05-10 | MAINT-8348 [LOVE ME RENDER] Edit Rotation Rings Occluded by Mesh Objects | ruslantproductengine | |
FIXED | |||
2017-01-04 | MAINT-7014 [MAINT-RC] Edit arrows are too small with 4k monitor | pavelkproductengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | MAINT-5268 FIXED Rotating an object that's used as grid reference goes crazy | ruslantproductengine | |
Patchset #2 | |||
2015-10-19 | MAINT-5268 FIXED Rotating an object that's used as grid reference goes crazy | ruslantproductengine | |
2015-09-08 | MAINT-5268 (Rotating an object that's used as grid reference goes crazy) | ruslantproductengine | |
- changeset 2 | |||
2015-09-03 | MAINT-5268 (Rotating an object that's used as grid reference goes crazy) | ruslantproductengine | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-08-21 | STORM-2078 Make atan2() work with the unnormalized axis | Whirly | |
2014-08-20 | STORM-2078 Editing an objects rotation with the rotation rings often causes ↵ | Whirly | |
the object to jump to position <0,0,0> on the region and rotation changes to <0,0,0> | |||
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-03-03 | STORM-2017: Added translatable help text to rotation. | Ricky Curtice | |
I chose the camera’s up vector to place the help text as it provided a consistent location on the screen for the user to see the text pop up. While doing this I realized that the calls to hud_render_utf8text utilized a condition that was guaranteed to be false based on a surrounding if-statement, and so could trivially be replaced with a constant. Also cleaned out a compiler warning about unused private member variables in llmaniptranslate. I don’t like warnings and useless code. :P | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-20 | merge changes for 3.5.2-release | Oz Linden | |
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-18 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2 | |||
2012-11-26 | STORM-1919: Fixed snapping of rotation in the edge-on case | Ricky Curtice | |
Simply had to guard the snapping code, making sure that the last "else" case was preserved when either the outer or the inner tests failed. | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-03-30 | PATH-450: Disabling the movement and shape manipulation widgets when editing ↵ | Todd Stinson | |
an item in a linked set. | |||
2012-03-13 | PATH-199: Enforcing permanent objects in frozen state to not move. | Todd Stinson | |
2011-11-15 | SH-2591 WIP -- fix for UI disappearing, introduces some artifacts in ↵ | Dave Parks | |
rotation ring, committing to debug elsewhere | |||
2011-10-18 | SH-2508 Fix for edit/rotate ring not showing up on Radeon X1950 pro | Dave Parks | |
2011-09-14 | SH-2243 work in progress -- application side matrix stack management | Dave Parks | |
2011-03-12 | Switched to using *_SQUARED constants instead of multiplied constants, and ↵ | Ricky Curtice | |
cleaned up a few other minor issues noted during review. | |||
2011-03-10 | Squared all dist_vec() based comparisons and other dist_vec() operations ↵ | Ricky Curtice | |
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality. | |||
2011-02-04 | STORM-465 FIXED Made all keys localizable. | Vadim ProductEngine | |
Renamed HUD direction strings ("Left", "Right", "Up", "Down") to avoid strings duplication. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". |