Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-03-28 | MAINT-3871 FIXED Recent issues with dragging the World Map. | maksymsproductengine | |
2014-03-12 | merge with release | Richard Linden | |
2013-10-23 | MAINT-3250 FIXED [TUI] Dragging on the Map does not working correctly | maksymsproductengine | |
2013-10-08 | merge from 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-09 | Merge downstream code and viewer-beta | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-22 | Pull and merge latest viewer-beta | simon | |
2013-03-20 | Merge with viewer-chui | prep@lindenlab.com | |
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 | |||
2013-03-16 | CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on ↵ | merov | |
Linux | |||
2013-03-14 | Rollback Maestro interp changes | Graham Madarasz (Graham Linden) | |
2013-03-13 | More fixes for gcc-4.6 breakage | Don Kjer | |
2013-03-12 | SH-3944 WIP CHUI merge fixing | Nyx Linden | |
re-introduced don's refactor of low-level openGL calls pulling out of llui and putting them into llrender. Took the new code from their updated versions from the CHUI merge, but put them in a place accessible to appearance utility. | |||
2013-03-08 | Optimize interp code to elim hundreds of divides per frame and fix jitter bugs. | Graham Madarasz (Graham) | |
2012-08-23 | MAINT-1474 FIXED World map tracking ring renders in incorrect position with ↵ | Richard Linden | |
UI scale != 1 | |||
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2012-01-27 | STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height ↵ | Jonathan Yap | |
2) Improve z-level accuracy With help from Aleric Inglewood | |||
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-02 | STORM-1678: Correct map display when For Sale is enabled | Siana Gearz | |
2011-09-14 | SH-2243 work in progress -- application side matrix stack management | Dave Parks | |
2011-07-12 | EXP-880 FIX Enable navigation chrome for Search floater | Richard Linden | |
search floater derives from floater_web_content all web content now uses floater_web_content instead of media_browser | |||
2011-03-25 | SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking ↵ | callum | |
links in web profile Also fixes SOCIAL-521 and SOCIAL-428 | |||
2010-10-20 | STORM-281 : merge to viewer-development + fix indentation | Merov Linden | |
2010-10-19 | STORM-281 : Fix Map FOV frustum when UI size not equal to 1 | Merov Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-04-21 | Fixed normal EXT-6853 ([HARDCODE] Number of "Person"/ "People" in World Map ↵ | Eugene Mutavchi | |
- hard coded?) - added 2 UI strings: "world_map_person" and "world_map_people". Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/290/ --HG-- branch : product-engine | |||
2010-04-14 | EXT-6307 - World Map: field of view triangle rotates | Richard Nelson | |
reviewed by monroe | |||
2010-04-01 | EXT-6307 World Map: field of view triangle rotates | Richard Linden | |
reviewed by Leyla | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-18 | EXT-6321 -- clicking on an event in the main map now invokes the event ↵ | Kent Quirk | |
details floater instead of trying to do a search for the event. | |||
2010-02-08 | Fix for critical task (EXT-4710) Update maturity icons for World Map. | Sergei Litovchuk | |
- Updated maturity icons in map overlay. --HG-- branch : product-engine | |||
2009-12-22 | DEV-44607 ugly/broken font used for region labels in world map view | Tofu Linden | |
2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent Quirk | |
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead. | |||
2009-11-06 | merge | Steve Bennetts | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | M_PI -> F_PI - who knew that M_PI was dropped from C99 onwards?! | Tofu Linden | |
Oh well, this should still be better. | |||
2009-11-06 | merge. | Tofu Linden | |
2009-11-06 | magic number removal rampage: 3.14159 -> M_PI or F_PI | Tofu Linden | |
--HG-- branch : texture-pipeline | |||
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-03 | fix the bug that textuer boost level is mixed with boolean numbers. | Xiaohong Bao | |