Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | STORM-1920: From Richard, fix for scale sliding when mouse goes in the ↵ | Ricky Curtice | |
opposite direction of the scale. I had discovered a set of bugs in the fix he sent me involving when the user decided to move the mouse in the opposite direction. This fixes the bug where the scale would start sliding around. | |||
2014-03-02 | Merge | Ricky Curtice | |
2014-03-02 | STORM-1920: Richard fixed and optimized a ton more math. | Ricky Curtice | |
From Richard: There are a bunch of things I changed...mainly I eliminated all the grid_offset nonsense and instead simply calculate the tick index for the current drag position and use that to generate a snapped position as needed. I still use approx_equal because I want grid numbers to light up even when they aren't the axis you are currently snapping to. | |||
2014-02-22 | Simple variable cleanup. | Ricky Curtice | |
There was a lot of repeated division that was obscuring meaning, along with a variable that was always identical to another preexisting variable. This last was probably an archaism, and was just due for removal. | |||
2014-02-18 | STORM-1920: Documented the meaning of some of the variables involved, built ↵ | Ricky Curtice | |
simplest change to solve issue. The highlighting code assumed that the axis of the scaling movement was aligned with the scale tick marks - e.g. one of the cardinal directions with respect to the OBB of the selection. This was and is NOT true when dragging from the corner, aka scaling more than one axis at a time. The solution was to calculate the measured distance by projecting the snapped distance along the snap direction onto the axis of the relevant snap guide. This gives the correct values, and is nice and clean - both in the change involved, and in the values returned. However, while the fundamental misunderstanding in the code has been cleaned up by this change, the tick_val variable has so much jitter in the bottom end that the is_approx_equal function doesn’t come true > 98% of the time. This is the next problem to solve. | |||
2014-02-18 | STORM-1920: Math cleanup from Richard Linden. | Ricky Curtice | |
2014-01-08 | increment viewer version to 3.6.14 | Oz Linden | |
2013-12-11 | MAINT-3575: remove old exe if found in current install directory | Oz Linden | |
2013-12-11 | Workaround for MAINT 3099: remove any Vivox log file left in the program folder | Oz Linden | |
2013-12-11 | BUG-4685: remove any SecondLife.exe file left in the SecondLifeViewer folder ↵ | Oz Linden | |
by an install prior to 3.12 | |||
2013-12-10 | MAINT-3571: include settings_install.xml whether it contains settings or not | Oz Linden | |
2013-12-09 | increment viewer version to 3.6.13 | Oz Linden | |
2013-12-03 | Automated merge with http://bitbucket.org/nat_linden/viewer-maint-3489 | Nat Goodspeed | |
2013-11-26 | MAINT-3489: Gracefully handle missing downloaded installer file. | Nat Goodspeed | |
If a marker file indicates that an installer has been downloaded and verified and is ready to install, but that installer file does not exist, log it and revert to checking for update. Also add logging to every code path that can remove the installer explicitly, in case the missing installer is actually being killed off by some weird sequence of state-machine transitions. | |||
2013-11-26 | MAINT-3489: Make Mac updater script detect prematurely deleted .dmg. | Nat Goodspeed | |
Also, delete it when done. | |||
2013-11-25 | remove obsolete INSTFLAGS references from installer | Oz Linden | |
2013-11-24 | move setting default grid to settings_install.xml so that it works on all ↵ | Oz Linden | |
platforms | |||
2013-11-24 | normalize format of and add arch to all installer names | Oz Linden | |
2013-11-21 | increment viewer version to 3.6.12 | Oz Linden | |
2013-11-11 | Merge 3.6.11 for RC-ability | Graham Linden | |
2013-11-11 | convert dos line endings | Oz Linden | |
2013-11-11 | increment viewer version to 3.6.11 | Oz Linden | |
2013-11-08 | MAINT-3412 Fix Intel Iris recognizer to include optional Pro as is reported ↵ | Graham Linden | |
with integrated-only graphics on new MBP | |||
2013-11-07 | DRTVWR-338 Make an inocuous change to get a new build number out of TeamCity | Dave Parks | |
2013-11-05 | Shot in the dark patch for MAINT-3353 backported from viewer-tiger | Aura Linden | |
2013-11-05 | MAINT-3376 FIXED Successive llSetTextureAnim calls fail in 3.6.10 (283075) ↵ | maksymsproductengine | |
unless a different command (llSleep(0.01), llSay(0,"hello")) is placed between them.: - fix for MAINT-2861 was reverted to resolve this issue; | |||
2013-11-01 | BUG-4286 add AMD R7/R9 entried to GPU table | Graham Linden | |
2013-10-28 | Pull merge from lindenlab/viewer-fbc | Merov Linden | |
2013-10-28 | ACME-1099 : Fix crash when getting the Facebook cap from a (potentially ↵ | Merov Linden | |
null) region | |||
2013-10-28 | Automated merge with http://bitbucket.org/nat_linden/viewer-maint-3331 | Nat Goodspeed | |
2013-10-28 | MAINT-3343 FIXED Expand/Collapse message pan only on left click. | Mnikolenko ProductEngine | |
2013-10-25 | Fix release merge issues (included upstream changes not yet in release from ↵ | Graham Linden | |
bear) | |||
2013-10-25 | MAINT-3356 GPU Table update to support Retina MBP 'Intel Iris OpenGL Engine' ↵ | Graham Linden | |
driver id on Mavericks. | |||
2013-10-25 | Merge 3.6.9 ShareStorm | Graham Linden | |
2013-10-23 | increment viewer version to 3.6.10 | Oz Linden | |
2013-10-22 | MAINT-3331: On update, remove com.secondlife.indra.viewer.savedState. | Nat Goodspeed | |
2013-10-17 | Pull merge from oz_linden/336-snowstorm | Merov Linden | |
2013-10-16 | Fix merge error in llvoavatar | Graham Linden | |
2013-10-16 | Merge 3.6.8 | Graham Linden | |
2013-10-16 | Merged 3.6.8-release | Scott Lawrence | |
2013-10-16 | Merged 3.6.8-release | Scott Lawrence | |
2013-10-16 | increment viewer version to 3.6.9 | oz@lindenlab.com | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-10-11 | MAINT-2968 Transplant cleanup. | Dave Parks | |
2013-10-10 | MAINT-2968 Fix for crash on AMD hardware running current drivers. | Dave Parks | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-10-03 | improve preference label for fly/jump | Oz Linden | |
2013-10-03 | merge changes for 3.6.7-release | Oz Linden | |
2013-10-03 | increment viewer version to 3.6.8 | Oz Linden | |
2013-09-30 | MAINT-3193 FIXED crash with LLControlCache<bool>::LLControlCache: Control ↵ | MaximB ProductEngine | |
named RenderAutoMuteLoggingnot found. |