Commit Graph

554 Commits (fe253e6ec6f77a7967cadd6efd76b2fbbef4e2da)

Author SHA1 Message Date
Loren Shih 38f4bad925 Automated merge up from viewer-development 2011-01-21 10:36:29 -05:00
Vadim ProductEngine fd95de0e79 STORM-243 FIXED Disabled the "You just entered a region using a different server version..." pop-up notification. 2011-01-18 18:46:35 +02:00
Loren Shih 5f99331f4a Automated merge up from viewer-development 2010-12-29 13:23:02 -05:00
Vadim ProductEngine e4336b63b6 STORM-242 ADDITIONAL_FIX One more build fix... 2010-12-28 19:01:57 +02:00
Vadim ProductEngine d790003055 STORM-242 ADDITIONAL_FIX Fixed release build and error handling. 2010-12-28 14:30:52 +02:00
Vadim ProductEngine 4d296c19e5 STORM-242 FIXED Fixed incorrect release notes URL in the "You just entered a region using a different server version" notification. 2010-12-27 21:47:06 +02:00
Loren Shih ee0055f5af Automated merge up from viewer-development 2010-12-16 11:12:15 -05:00
Vadim ProductEngine 31d401e1c3 STORM-401 FIXED Add recepients of teleport offers to the recent people list. 2010-12-13 18:38:12 +02:00
Loren Shih 618249155a Automated merge up from viewer-development 2010-12-13 10:08:55 -05:00
Monroe Linden 1e050c2ed8 merge 2010-12-02 14:33:42 -08:00
Loren Shih bfd8efb057 Automated merge up from viewer-development 2010-12-01 10:55:24 -05:00
Bill Curtis 066d8c39ca Automated merge with file:///Users/Bill/Projects/viewer-release 2010-11-19 14:11:42 -08:00
Oz Linden f6ba55b8ed merge fix for STORM-138 2010-11-19 15:58:53 -05:00
Jonathan Yap 3b85391839 Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged in 2010-11-16 18:10:18 -05:00
Vadim ProductEngine d0de833d94 STORM-563 FIXED Updated all localized XUI strings and notifications templates to use display names.
Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name.
Some of the affected notifications:
* avatar went online/offline notification
* object return notification
* calling card offer
* script dialog
* auto-unmute notification.
See the diff for more details.

The fixes apply to all locales but English (which is already correct).

Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English.
2010-11-16 23:26:08 +02:00
Richard Linden 50d21a75a7 merge 2010-11-15 15:52:54 -08:00
Dave SIMmONs 187b21e6d2 Merge latest from lindenlab/viewer-development 2010-11-12 12:24:15 -08:00
Leyla Farazha ee8df37544 fixing group invite name scrubbing to work with server changes 2010-11-10 15:22:49 -08:00
Bill Curtis 3fa059409a changes to read max-agent-groups from login.cgi response 2010-11-08 10:54:58 -08:00
Loren Shih a5e63b1dc0 Merge 2010-11-08 12:57:26 -05:00
Dave SIMmONs 447dc782fd Merge latest from lindenlab/viewer-development 2010-11-05 13:30:20 -07:00
Seth ProductEngine 0a27fe695e STORM-194 FIXED 'Show' button in inventory offer notification to open 'My Inventory' SP if attachments were offered.
Removed the check preventing inventory SP from opening when an item of IT_ATTACHMENT type has been offered.
2010-11-03 23:28:59 +02:00
Vadim ProductEngine 23a217c667 STORM-451 FIXED Disabled highlighting URLs in object name inside the llGiveInventory discard notification.
Changes:
 * Wrapped object name with <nolink>...</nolink> tags to disable URL parsing.
 * The decline message is now localized as a whole sentence (localizing separate phrases is often inapplicable for some languages).
2010-10-27 22:54:39 +03:00
Richard Linden c47365480c EXP-322 FIXED Able spawn World map in Skylight Viewer with llMapDestination function 2010-10-25 18:33:06 -07:00
Loren Shih 7687653871 Automated merge up from viewer-development 2010-10-20 12:18:33 -04:00
Oz Linden a5619d16f7 correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
Dave SIMmONs 58f0e78cb4 Initial work on viewer motion interpolation. Changes include:
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code.  Use zero to revert to old logic
* Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds
* Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter
* Added LLVOAvatarSelf::resetRegionCrossingTimer()
* Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings
* LLVOAvatarSelf::updateRegion() will update position value due to region changes
Code reviewed by Ambroff

*
2010-10-12 13:50:17 -07:00
Richard Linden d8e40a49ed EXP-156 FIXED custom Skylight hints
moved move hint down to bottom of screen
made destination hint go away on teleport
2010-10-07 15:35:17 -07:00
Leyla Farazha b049db546a DN-177 Cannot click on Name in Friend Request to view profile - and no profile pic in friend request 2010-10-14 12:01:40 -07:00
Leyla Farazha 77eda083f7 fixing [NAME] issue for friend notifications with no message 2010-09-30 15:03:07 -07:00
Tofu Linden 5b3f293453 more de-crufting. 2010-09-30 12:06:44 +01:00
Tofu Linden de84d95ba0 minor tidy-up. 2010-09-30 11:15:58 +01:00
Leyla Farazha 68d769ae8e Merge 2010-09-29 16:14:40 -07:00
Tofu Linden 4dfb0b7b2d finally, properly(?) deal with submitting empty text. 2010-09-29 19:33:03 +01:00
Tofu Linden ca18210485 more robustness for empty-but-not-aborted textboxes. 2010-09-29 19:00:55 +01:00
Tofu Linden f7f3df3a2c make empty textboxes return an empty string instead of doing nothing. I hope. 2010-09-29 18:39:47 +01:00
Tofu Linden 578ee53564 work on response integrity. 2010-09-29 17:20:16 +01:00
Tofu Linden 42ed8e8ffa response is starting to limp along. 2010-09-29 17:03:05 +01:00
Seth ProductEngine 0a938d395c STORM-266 FIXED displaying group notices in detached People SP.
Fixed failure getting pointers to some child panels of LLSideTray while parent side panels are detached.
2010-09-28 19:40:31 +03:00
Leyla Farazha a4b223248e Merge 2010-09-27 17:54:52 -07:00
Dave Parks 7c2b9221d6 merge 2010-09-27 15:20:27 -05:00
Brad Payne (Vir Linden) 90e3d83a5c Fix for build failures - disabling tcmalloc for now 2010-09-21 13:26:52 -04:00
Leyla Farazha 60db8577a9 Merge 2010-09-16 12:02:24 -07:00
Aimee Linden 2399b8673b STORM-86 MERGE Double-click Teleport 2010-09-15 11:49:17 +01:00
Merov Linden 81ea8d1751 Pull from lindenlab/viewer-development 2010-09-09 10:40:25 -07:00
Aimee Linden 4991d7903d Merge 2010-09-07 21:10:41 +01:00
Aimee Linden ffae589843 Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution 2010-09-03 17:41:39 +01:00
Aimee Linden 0a74d15935 Merge between james/viewer-identity-evolution and dessie/viewer-public 2010-09-03 15:30:16 +01:00
Merov Linden f2d61c7371 VWR-22759 : port of SNOW-667, Automatic language translation of chat messages 2010-09-01 14:41:51 -07:00
Merov Linden be07498847 SNOW-683 VWR-8726 : Turn off swirling lights for scripted objects 2010-08-31 21:11:28 -07:00