maksymsproductengine
b1c943859b
MAINT-3250 FIXED [TUI] Dragging on the Map does not working correctly
2013-10-23 18:11:56 +03:00
simon
ee2fce8790
Merge downstream code and viewer-beta
2013-05-09 14:10:45 -07:00
Oz Linden
ddd5659f81
merge changes for DRTVWR-294
2013-04-19 10:11:29 -04:00
simon
b42b789723
Merge in downstream code (chui fixes, materials)
2013-04-11 16:18:34 -07:00
Graham Madarasz
bf6182daa8
Update Mac and Windows breakpad builds to latest
2013-03-29 07:50:08 -07:00
simon
1d8e3997c8
Pull and merge latest viewer-beta
2013-03-22 14:17:26 -07:00
prep@lindenlab.com
f2948cb1eb
Merge with viewer-chui
2013-03-20 17:53:51 -05:00
merov
c294c7c474
CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on Linux
2013-03-16 16:09:50 -07:00
Graham Madarasz (Graham Linden)
e8dfa28697
Rollback Maestro interp changes
2013-03-14 14:12:26 -07:00
Don Kjer
9150757c81
More fixes for gcc-4.6 breakage
2013-03-13 21:01:50 +00:00
Nyx Linden
1586107e87
SH-3944 WIP CHUI merge fixing
...
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-12 22:34:15 +00:00
Graham Madarasz (Graham)
f061b2b90e
Optimize interp code to elim hundreds of divides per frame and fix jitter bugs.
2013-03-08 15:31:37 -08:00
Richard Linden
e6dc88241b
MAINT-1474 FIXED World map tracking ring renders in incorrect position with UI scale != 1
2012-08-23 17:07:03 -07:00
Oz Linden
633bd44b4a
merge changes for vmrg-225
2012-03-09 12:58:50 -05:00
Richard Linden
c47c31fdbf
EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat
2012-01-31 17:51:43 -08:00
Jonathan Yap
3b2511661e
STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height 2) Improve z-level accuracy
...
With help from Aleric Inglewood
2012-01-27 08:33:26 -05:00
Oz Linden
b69be18d7b
merge changes for vmrg-193
2011-11-24 06:56:57 -05:00
Siana Gearz
7e0444cbe7
STORM-1678: Correct map display when For Sale is enabled
2011-11-02 11:59:33 -07:00
Dave Parks
7c95af74f1
SH-2243 work in progress -- application side matrix stack management
2011-09-14 16:30:45 -05:00
Richard Linden
fa3f4d1166
EXP-880 FIX Enable navigation chrome for Search floater
...
search floater derives from floater_web_content
all web content now uses floater_web_content instead of media_browser
2011-07-12 20:58:30 -07:00
callum
b286a9091b
SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking links in web profile
...
Also fixes SOCIAL-521 and SOCIAL-428
2011-03-25 13:56:14 -07:00
Merov Linden
9652de51ce
STORM-281 : merge to viewer-development + fix indentation
2010-10-20 20:13:47 -07:00
Merov Linden
e44b548704
STORM-281 : Fix Map FOV frustum when UI size not equal to 1
2010-10-19 17:48:35 -07:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Eugene Mutavchi
b36539f23f
Fixed normal EXT-6853 ([HARDCODE] Number of "Person"/ "People" in World Map - 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-21 20:05:45 +03:00
Richard Nelson
04332ede42
EXT-6307 - World Map: field of view triangle rotates
...
reviewed by monroe
2010-04-14 17:57:28 -07:00
Richard Linden
09add95e31
EXT-6307 World Map: field of view triangle rotates
...
reviewed by Leyla
2010-04-01 13:42:42 -07:00
Loren Shih
0a56031bd3
automated merge
2010-03-25 20:15:51 -04:00
Loren Shih
fc49539b36
EXT-2959 : Full out camera functions from llagent to llagentcamera
...
First check-in; only compiles, nothing more.
2010-03-23 15:59:52 -04:00
Kent Quirk
a3a4235a89
EXT-6321 -- clicking on an event in the main map now invokes the event details floater instead of trying to do a search for the event.
2010-03-18 09:22:34 -04:00
Sergei Litovchuk
ae2cbf2df8
Fix for critical task (EXT-4710) Update maturity icons for World Map.
...
- Updated maturity icons in map overlay.
--HG--
branch : product-engine
2010-02-08 17:45:52 +02:00
Tofu Linden
3e8e3b85d9
DEV-44607 ugly/broken font used for region labels in world map view
2009-12-22 16:47:50 -08:00
Kent Quirk
f496c2b164
DEV-43622 : API change (no functionality change) to fix a design error in LLSD
...
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-12-01 20:59:08 -05:00
Steve Bennetts
0db73b1ac5
merge
2009-11-06 12:20:52 -08:00
Steve Bennetts
afe6350160
merge from texture-pipeline
2009-11-06 12:15:41 -08:00
Tofu Linden
956ce3af65
M_PI -> F_PI - who knew that M_PI was dropped from C99 onwards?!
...
Oh well, this should still be better.
2009-11-06 16:41:56 +00:00
Tofu Linden
6552c1a973
merge.
2009-11-06 14:58:27 +00:00
Tofu Linden
904f6124b2
magic number removal rampage: 3.14159 -> M_PI or F_PI
...
--HG--
branch : texture-pipeline
2009-11-06 13:27:28 +00:00
Xiaohong Bao
35e200881c
merge QAR-1829: texture pipeline branch in viewer-2.0.0.3
2009-11-06 06:52:24 +00:00
Xiaohong Bao
abf77532d8
fix the bug that textuer boost level is mixed with boolean numbers.
2009-11-03 19:42:52 -07:00
Steve Bennetts
53c972a521
* Changes to enable differentiating between icon texture priority and other UI texture priority.
...
* Still need to only request smaller mip maps of icon textures
2009-10-25 23:05:15 -07:00
Martin Reddy
eb620735fc
DEV-41358: Added support for search categories.
...
You can now specify a search category for all web-based searches,
e.g., "all" (default), "people", "places", "events", "groups", "wiki",
"destinations", "classifieds". Specifying a category will add the
relevant subdir to the search URL, as specified by the search team.
2009-10-20 14:07:50 +00:00
Martin Reddy
6c1706da69
DEV-41358: Remove the code for the old search interface.
...
This checkin deletes all of the code associated with the old XUI-based
search interface, including LLFloaterDirectory, LLPanelDir*, a global
variable event hack, and the associated XUI file. The new web-based
search interface, LLFloaterSearch, is the way of the future.
Deleted 19 files and 5,838 lines of code.
2009-10-19 13:35:10 +00:00
James Cook
ada0f4fa22
Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming.
...
Resolved conflicts in lltexteditor.cpp, llchatitemscontainerctrl.cpp, llchatmsgbox.cpp, llfloaterbuycurrency.cpp, llnearbychat.cpp, floater_buy_currency.xml, and ru/strings.xml
Merging revisions 134925-135157 of svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-4 into C:\source\viewer-2.0.0-3, respecting ancestry
2009-10-03 23:40:28 +00:00
David Parks
536e38ad51
Merging render-pipeline-6-qa-2 into viewer-2
...
Self reviewed.
2009-09-22 11:11:45 +00:00
Richard Nelson
58bce2d205
merge -r132032-132812 svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1
2009-09-09 01:26:44 +00:00
Xiaohong Bao
77f56a3f3d
merge QAR-1579: texture-cleanup-1.
2009-07-10 22:02:26 +00:00
Richard Nelson
923d84d08f
EXT-127: Tooltips don't disappear immediately after moving mouse out of object
...
reviewed by Austin
2009-07-10 20:43:08 +00:00
James Cook
d6101558a1
Merge xui-army-5 to viewer-2, includes layout, art, and color changes, also UI color refactoring and new FreeType font library on Linux.
...
svn merge -r126038:126164 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army-5
2009-07-06 21:58:04 +00:00
Steven Bennetts
9ec432034d
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
...
ignore-dead-branch
2009-06-21 08:04:56 +00:00