Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-21 | SH-4433 WIP Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
made getPrimaryAccumulator return a reference since it was an always non-null pointer changed unit conversion to perform lazy division in order to avoid truncation of timer values | |||
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-15 | removed bad XUI that was generating warnings | Richard Linden | |
2013-08-13 | SH-4346 FIX Interesting: some integer Statistics are displayed as floating ↵ | Richard Linden | |
point after crossing region boundary fine-tuned heuristics for switching between mean and current values in stat bar display added comments to LLUnits unit test | |||
2013-08-12 | SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵ | Richard Linden | |
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat | |||
2013-08-01 | MAINT-2958 : "Mute Particle Owner" should be "Block Particle Owner" | simon | |
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-07-15 | SH-4299Interesting: High fps shown temporarily off scale in statistics console | Richard Linden | |
various fixes to lltrace start() on started recording no longer resets fixed various instances of unit forgetfullness in lltrace recording split now has gapless timing scene monitor now guarantees min sample time renamed a bunch of stats added names to debug thread view on windows | |||
2013-07-12 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console improved calculation of display range for stat bars | |||
2013-07-08 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added percentage/ratio units added auto-range and auto tick calculation to stat bar to automate display stats | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-20 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Dave Parks | |
2013-06-18 | SH-4246 FIX interesting: fast timers significantly decreases framerate | Richard Linden | |
removed implicit flushes on reads from recorders for better performance made sure stack timers were updated on recorder deactivate faster rendering and better ui for fast timer view | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-29 | Merge latest viewer-release | simon | |
2013-05-28 | NORSPEC-182 do not add 'Use Texture' menu items in XML to avoid accidental ↵ | Graham Madarasz | |
appearance in menu 1st time | |||
2013-05-23 | NORSPEC-193 NORSPEC-161 add new batch break criterion to ↵ | Graham Madarasz | |
CompareBatchBreakerModified and add shortcut for materials info dump | |||
2013-05-22 | NORSPEC-186 clamp norm/spec map rotations to 0-360 until we can fix the ↵ | Graham Madarasz (Graham) | |
server side issue with negative rotations | |||
2013-05-22 | merge changes for 3.5.3-release | Oz Linden | |
2013-05-21 | CHOP-948: correctly persist the UpdaterWillingToTest preference | Oz Linden | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering | |||
2013-05-15 | NORSPEC-132 Fix (again) Rotation degree has range -9999.00..9999.00 | callum_linden | |
2013-05-13 | NORSPEC-178 NORSPEC-179 NORSPEC-180 made enable/disable handling more ↵ | Graham Madarasz | |
consistent and increased max range on repeats per meter | |||
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-11 | Fix many issues with selection misapplication and rendering not matching ↵ | Graham Madarasz | |
applied materials | |||
2013-05-11 | merge latest integration repo changes | Oz Linden | |
2013-05-11 | Merge vwr-dev-mat | Graham Madarasz | |
2013-05-10 | NORSPEC-132 Fix for Rotation degree has range -9999.00..9999.00 | callum_linden | |
2013-05-10 | Merge with vwr-dev-mat | Graham Madarasz | |
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-09 | Merge downstream code / viewer-beta | simon | |
2013-05-09 | Merge viewer-beta | simon | |
2013-05-08 | merge changes for 3.5.1-release | Oz Linden | |
2013-05-07 | Merge vwr-dev-mat | Graham Madarasz | |
2013-05-07 | NORSPEC-165 tweak panel_tools_texture layout to uncrop the planar align checkbox | Graham Madarasz | |
2013-05-07 | NORSPEC-51 Fix (additional) Added missing image | callum_linden | |
2013-05-06 | Merge with lindenlab/viewer-development-materials | callum_linden | |
2013-05-03 | merge | Kelly Washington | |
2013-05-03 | NORSPEC-151 make disabling bumpyshiny disable adv lighting model as well | Graham Madarasz (Graham) | |
2013-05-03 | NORSPEC-151 make disabling bumpyshiny disable adv lighting model as well | Graham Madarasz (Graham) | |
2013-05-03 | MAINT-2646 Viewer should neither grant nor display prompts for unimplemented ↵ | Kelly Washington | |
LSL permissions * Change text of dialog * Add callback for mute button reviewed with Richard and Widely. | |||
2013-05-01 | NORSPEC-51 Fix for Incorrect Texture icon used in build tool when normal or ↵ | callum_linden | |
specular map is not set to 'Use Texture' | |||
2013-04-30 | MAINT-2646 Viewer should neither grant nor display prompts for unimplemented ↵ | Kelly Washington | |
LSL permissions * Add the newer run time permissions to the viewer * Filter requested permissions by those the viewer knows about * Show a dialog indicating unknown permissions were requested and a new viewer will be needed to grant them. reviewed with Simon and Soft | |||
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-30 | Fix vwr-dev-mat merge bugs in llpanelface (missing Oz fix) and XML | Graham Madarasz | |
2013-04-30 | MAINT-2640 Fix for Wrong name of the checkbox Pathfinding view/test floater. | callum_linden | |
2013-04-26 | Merge viewer-dev-mat and fix llvovolume.cpp missed sunshine merges | Graham Madarasz | |
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-25 | merge changes for latest viewer-development | Oz Linden | |
2013-04-24 | merge changes for DRTVWR-309 | Oz Linden | |