summaryrefslogtreecommitdiff
path: root/indra/newview/llworldmapview.cpp
AgeCommit message (Collapse)Author
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-10-20Update 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-07Merge downstream version 3.7.8 codesimon
2014-03-28MAINT-3871 FIXED Recent issues with dragging the World Map.maksymsproductengine
2014-03-12merge with releaseRichard Linden
2013-10-23MAINT-3250 FIXED [TUI] Dragging on the Map does not working correctlymaksymsproductengine
2013-10-08merge from viewer-releaseRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard 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-05merge with viewer-releaseRichard Linden
2013-05-09Merge downstream code and viewer-betasimon
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-11Merge in downstream code (chui fixes, materials)simon
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-22Pull and merge latest viewer-betasimon
2013-03-20Merge with viewer-chuiprep@lindenlab.com
2013-03-18SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard 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-16CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on ↵merov
Linux
2013-03-14Rollback Maestro interp changesGraham Madarasz (Graham Linden)
2013-03-13More fixes for gcc-4.6 breakageDon Kjer
2013-03-12SH-3944 WIP CHUI merge fixingNyx 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-08Optimize interp code to elim hundreds of divides per frame and fix jitter bugs.Graham Madarasz (Graham)
2012-08-23MAINT-1474 FIXED World map tracking ring renders in incorrect position with ↵Richard Linden
UI scale != 1
2012-03-09merge changes for vmrg-225Oz Linden
2012-01-31EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
2012-01-27STORM-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-24merge changes for vmrg-193Oz Linden
2011-11-02STORM-1678: Correct map display when For Sale is enabledSiana Gearz
2011-09-14SH-2243 work in progress -- application side matrix stack managementDave Parks
2011-07-12EXP-880 FIX Enable navigation chrome for Search floaterRichard Linden
search floater derives from floater_web_content all web content now uses floater_web_content instead of media_browser
2011-03-25SOCIAL-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-20STORM-281 : merge to viewer-development + fix indentationMerov Linden
2010-10-19STORM-281 : Fix Map FOV frustum when UI size not equal to 1Merov Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-04-21Fixed 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-14EXT-6307 - World Map: field of view triangle rotatesRichard Nelson
reviewed by monroe
2010-04-01EXT-6307 World Map: field of view triangle rotatesRichard Linden
reviewed by Leyla
2010-03-25automated mergeLoren Shih
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-18EXT-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-08Fix 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-22DEV-44607 ugly/broken font used for region labels in world map viewTofu Linden
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent 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-06mergeSteve Bennetts
2009-11-06merge from texture-pipelineSteve Bennetts
2009-11-06M_PI -> F_PI - who knew that M_PI was dropped from C99 onwards?!Tofu Linden
Oh well, this should still be better.
2009-11-06merge.Tofu Linden
2009-11-06magic number removal rampage: 3.14159 -> M_PI or F_PITofu Linden
--HG-- branch : texture-pipeline
2009-11-06merge QAR-1829: texture pipeline branch in viewer-2.0.0.3Xiaohong Bao
2009-11-03fix the bug that textuer boost level is mixed with boolean numbers.Xiaohong Bao