Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Pulled from release. | obscurestar | |
2014-01-14 | Some cleanup of string to wstring conversion and vice versa. | Aura Linden | |
2013-10-21 | fixed things so that trace recordings can be read from even while active | Richard Linden | |
2013-10-21 | more buildfix | Richard Linden | |
2013-10-21 | more buildfix stuff | Richard Linden | |
2013-10-21 | another attempted buildfix | Richard Linden | |
2013-10-21 | BUILDFIX: double delete in instancetracker unit test | Richard Linden | |
2013-10-18 | fixed llinstancetracker unit test | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-27 | fixed bad logic in unit test | Richard Linden | |
2013-08-27 | got comparisons between implicit and explicit units working right | Richard Linden | |
2013-08-27 | got linear unit conversions (like fahrenheit <-> celsius) working correctly | Richard Linden | |
further optimizations for codegen | |||
2013-08-27 | broke out llunit.h into llunittype.h and llunits.h for unit declarations | Richard Linden | |
changed unit declarations macros to make a lot more sense | |||
2013-08-26 | BUILDFIX: corrected template parameter for LL_BAD_TEMPLATE_INSTANTIATION ↵ | Richard Linden | |
macro in llunit | |||
2013-08-26 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-26 | removed some unecessary template parameters from LLUnit member functions | Richard Linden | |
forced unit conversion code to inline unit conversion now no longer converts all the way to base and back, but tries to find equivalent units as early as possible fixed another llinfos instance scene monitor now outputs n/a for invalid samples | |||
2013-08-26 | Merge. Pull in viewer-release after SSA merge. | Monty Brandenberg | |
2013-08-23 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-23 | BUILDFIX: replaced function that was accidentally removed | Richard Linden | |
2013-08-23 | BUILDFIX: fix for crashes in unit tests on mac and linux | Richard Linden | |
2013-08-23 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-08-22 | SH-4433 FIX: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
removed bad assert fixed precision issues during int->unsigned int conversions and vice versa | |||
2013-08-21 | SH-4433 WIP Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
added unit tests for lltrace | |||
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-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
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-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-24 | BUILDFIX fixed llunits unit test to use new unit declaration syntax | Richard Linden | |
2013-07-20 | removed debug spam | Richard Linden | |
fast timer data now resets on login | |||
2013-07-18 | Merge. Refresh from viewer-release. | Monty Brandenberg | |
2013-06-29 | MAINT-2302: Make llprocess test<6> output less like a build error. | Nat Goodspeed | |
build.sh LogScan greps for "error:" (among other things) so removing the colon from the test name "syntax_error" should help. | |||
2013-06-29 | MAINT-2302: Re-enable previously-disabled LLProcess tests for diagnosis. | Nat Goodspeed | |
2013-06-20 | merge with release | Richard Linden | |
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-17 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added getAs and setAs to LLUnit to make it clearer how you specify units removed accidental 0-based indexing of periodicRecording history... should now be consistently 1-based, with 0 accessing current active recording removed per frame timer updates of all historical timer bars in fast timer display added missing assignment operator to recordings | |||
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-05 | BUILDFIX: build fixes for mac | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-24 | merge changes for maint-2724 | Oz Linden | |
2013-05-23 | MAINT-2724: Make viewer explicitly set coroutine stack size. | Nat Goodspeed | |
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void. | |||
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-06-03 | Merge. Refresh from viewer-release merged with in-progress work. | Monty Brandenberg | |