Kitty Barnett
b6a073c659
Initial commit of RLVa-1.2.0i
...
--HG--
branch : RLVa
2010-08-22 10:57:22 +02:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Alexei Arabadji
390bef2091
EXT-6527 FIXED Avoided show agent/group SLURL icon in plain text mode.
...
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/773/
--HG--
branch : product-engine
2010-07-21 09:54:25 +03:00
Tofu Linden
08647d14c2
slightly hairy merge from PE's viewer-release
2010-07-15 08:44:18 +01:00
Richard Linden
1d1377079b
EXT-8300 FIX Creator's icon overlaps description text on object's mini-inspector
...
reviewed by Leyla
2010-07-14 11:48:33 -07:00
Vadim Savchuk
223b25de0d
EXT-8400 FIXED Updated default inventory item names ("New Script", etc) on viewer language switch.
...
Bug reason
==========
New inventory items get names like "New Script", "New Undershirt" etc., but the names are translated on-the-fly (see EXT-5839), so the user actually sees "Nouveau script", "Nouveau débardeur" etc., respectively.
However when the user changes viewer language, the old localized names still exist in the inventory cache, so, for example, if you create an undershirt in French and then switch to Enlgish, the undershirt will be named "Nouveau d bardeur", which is the old cached localized name with non-ASCII characters replaced with spaces.
Fix
===
To get rid of obsolete translations I clear all caches whenever viewer language gets changed.
Other changes
=============
- Added a check for agent region being NULL to LLAgentLanguage::update().
- Removed LLAgentLanguage constructor and base classes because it's never instantiated.
Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/744/
--HG--
branch : product-engine
2010-07-14 18:18:47 +03:00
Tofu Linden
d3060e64a2
merge from PE's viewer-release. conflicts resolved.
2010-07-03 10:49:07 +01:00
Yuri Chebotarev
0cf9168895
EXT-5692 FIX Add callback to create widget segment with LLAvatarIconCtrl (or LLGroupIconCtrl) based on url match id.
...
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/610/
--HG--
branch : product-engine
2010-07-02 15:23:05 +03:00
Andrew A. de Laix
5fd6887477
Watchdog thread configurable though feature table; user config value will still take precedence.
2010-07-01 17:30:19 -07:00
Andrew A. de Laix
1ec7de1b57
Generate windows minidump files on crash for developer (not release for download) builds. SL crash reporter still enabled.
2010-06-29 14:51:26 -07:00
Dessie Linden
74817f151f
Merged from q/viewer-release
2010-06-17 07:42:08 -07:00
Leyla Farazha
83a7a342ea
removing fullscreen functionality
...
reviewed by richard cc#212
2010-06-15 17:21:27 -07:00
Xiaohong Bao
482436019a
EXT-7760: FIXED: only 10 avatars render non-impostored
2010-06-10 12:51:25 -06:00
Xiaohong Bao
aa96a6a4e8
EXT-7760: FIXED: only 10 avatars render non-impostored
2010-06-10 12:51:25 -06:00
Lynx Linden
5f8cc41e79
Merging latest dessie/viewer-release into brad/viewer-public
2010-06-10 18:57:18 +01:00
Andrew A. de Laix
f2f7f7b3bb
merge
2010-06-09 15:47:37 -07:00
Mark Palange (Mani)
6bafc3c3c9
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release
2010-06-07 13:22:25 -07:00
Lynx Linden
185cd5d261
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
2010-06-07 12:14:13 +01:00
Andrew A. de Laix
c3892e9f36
Set CrashHostUrl if configured on start up to redirect freeze reports correctly.
2010-06-04 12:57:32 -07:00
brad kittenbrink
94a2a1a98b
Backed out renaming of log files (changeset 7357f4ef70df)
...
executed: 'hg backout -r 7357f4ef70df --merge'
2010-06-03 18:21:06 -07:00
Mark Palange (Mani)
474832b084
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
2010-06-03 10:13:35 -07:00
Vadim Savchuk
c7b3ff29c0
merge
...
--HG--
branch : product-engine
2010-06-03 19:13:39 +03:00
Yuri Chebotarev
d4b6b04af9
EXT-7013 FIX due to localization tools restrictions hardcode using of special strings for Japanese
...
reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/504/
--HG--
branch : product-engine
2010-06-03 17:03:09 +03:00
Richard Linden
9e7cf5c1bc
eliminated several warnings on startup
2010-06-02 13:33:15 -07:00
Andrew A. de Laix
8990498b42
Crash logger renames log flies to safe names so they don't get clobbered on SL restart. Old logs are cleaned up after 1 week.
2010-06-02 11:03:03 -07:00
palange
047f88b64e
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
2010-06-01 10:10:49 -07:00
brad kittenbrink
592ee60a13
Automated merge with http://hg.lindenlab.com/dessie/viewer-public
2010-06-01 10:06:40 -07:00
Lynx Linden
d71ea5ffd9
Remove old minidump files on a clean exit, not on startup.
2010-05-28 22:14:06 +01:00
Vadim Savchuk
39eb49c5f4
Manual merge from default branch.
...
Semi-automatically resolved conflicts in:
* indra/newview/llappearancemgr.cpp
* indra/newview/llappviewer.cpp
* indra/newview/llcofwearables.cpp
* indra/newview/llinventoryfunctions.cpp
* indra/newview/llpaneloutfitedit.cpp
* indra/newview/skins/default/xui/en/strings.xml
* indra/newview/skins/default/xui/ja/strings.xml
--HG--
branch : product-engine
2010-05-31 16:18:22 +03:00
Yuri Chebotarev
05626c3371
EXT-7013 FIX time formatting function didn't work for some parameters for Japanise (like weekdays).
...
reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/457/
--HG--
branch : product-engine
2010-05-28 20:13:18 +03:00
palange
c901048d98
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
2010-05-28 09:30:15 -07:00
Lynx Linden
4fb7738027
Write breakpad minidump files to the SL log directory.
...
Also, clean out old minidump files when we start up.
2010-05-28 15:10:52 +01:00
Roxie Linden
0ffba7c663
automated merge
2010-05-27 22:58:40 -07:00
brad kittenbrink
d9052212b5
Merge of latest dessie/viewer-public with brad/viewer-public
2010-05-27 15:40:16 -07:00
palange
5fb6f4fe93
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
2010-05-27 14:10:19 -07:00
Brad Payne (Vir Linden)
aa9c621cb9
EXT-6953 WIP - cleanup
2010-05-27 15:19:26 -04:00
Lynx Linden
05761d7853
Removed the SyncErrorHandler from llapp and llappviewer*.
...
This was only used for the Linux client to dump a stack trace to
stack_trace.log, which is no longer needed now that we are using
Google Breakpad.
I also removed all of the stack printing code from llappviewerlinux.cpp.
2010-05-27 15:04:06 +01:00
karina
cca5aa48ae
Add new mechanism for getting a unique machine id.
2010-05-26 23:46:42 -07:00
Lynx Linden
a63b6dd93c
Hooked up Google Breakpad for the Linux client too.
...
Using Alain's Darwin reporter callback was all that was needed.
Also replaced the call that exposed the breakpad exception class
with a call to just write out the minidump, as that was the only
reason for exposing it. Now clients don't need to know about
Google Breakpad.
2010-05-26 14:43:27 +01:00
Andrew A. de Laix
6a39149fec
Added configuration setting to send crash reports to configured url rather than through the grid.
2010-05-25 15:08:36 -07:00
Andrew A. de Laix
5a52c5eb8a
Mac crash behavior matches windows and linux: report on crash (not after restart). This is OK because we use Breakpad generated minidumps instead of OS generated ones.
2010-05-25 13:32:12 -07:00
Andrew A. de Laix
f24c312f83
so long llwindebug, we hardly knew ye.
2010-05-24 15:59:26 -07:00
Andrew A. de Laix
719edddf04
Switch Darwin to use breakpad minidump rather than os generated crash stack.
2010-05-21 09:38:29 -07:00
Brad Payne (Vir Linden)
e319e13a97
EXT-6953 WIP - cache dumping option to help with updating static vfs cache with new contents
2010-05-18 21:06:45 -04:00
Brad Payne (Vir Linden)
6eeb8f8e97
merge
2010-05-14 15:02:21 -04:00
Roxie Linden
2fd59393fc
Automated Merge
2010-05-10 15:25:49 -07:00
Brad Payne (Vir Linden)
9e5fe84c9e
For EXT-6953: Evaluate and implement Richard's improved default animations. Cleanup and log spam reduction.
2010-05-07 15:10:50 -04:00
Karl Stiefvater (qarl)
2673bd28d7
EXT-6775 Remove support for full-screen mode in Viewer 2. reviewed by Moss
...
(changes name of setting WindowFullScreen to FullScreen per discussion in jira.)
2010-05-05 13:40:55 -05:00
Roxie Linden
a11ec0c89f
Automated merge
2010-05-04 16:09:14 -07:00
Mark Palange (Mani)
ab6d504407
Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk
2010-05-03 17:14:46 -07:00