diff --git a/.gitignore b/.gitignore
index 1295eaff6..877e3ff21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@ linden/installed.xml
ChangeLog.txt
.DS_Store
*.zip
+linden/indra/newview/mozilla-universal-darwin.tgz
\ No newline at end of file
diff --git a/README.txt b/README.txt
index be85b0336..35f81152f 100644
--- a/README.txt
+++ b/README.txt
@@ -20,10 +20,9 @@
Imprudence is online at ImprudenceViewer.org
- The latest source code for the Imprudence Viewer is always
- available at:
+ The latest source code for the Imprudence Viewer is available at:
- http://github.com/jacek/imprudence/tree/master
+ http://github.com/imprudence/imprudence/
LICENSE
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 42231d601..4a097ea95 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -3,6 +3,199 @@
http://imprudenceviewer.org
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ =- 1.3.0 -=
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+
+ RELEASE HIGHLIGHTS
+
+ * Numerous bug fixes and stability improvements.
+
+
+ CHANGES
+
+ In addition to the Release Highlights above, this version of
+ Imprudence also includes the following changes, as compared to
+ Imprudence 1.3.0 RC3.
+
+
+ IMPROVEMENTS
+
+ * The Windows version can now use "large memory addresses" on
+ systems that support it (such as 64-bit Win7). This allows
+ the viewer to take full advantage of systems with lots of
+ memory. Thanks to Ansariel Hiller for the tip, and McCabe
+ for implementing it!
+
+ * The "Start Location" box is now shown on the login screen by
+ default. You can turn it off with "Preferences > General >
+ Show start location at login screen". Thanks, McCabe!
+
+ * Fonts now use only integer (whole number) sizes, which should
+ alleviate blurry font rendering for many users. Thanks, Jacek!
+
+
+ BUG FIXES
+
+ * Fixed the Second Life Terms of Service page not loading, and
+ therefore not allowing the user to agree or log in. Thanks,
+ Thickbrick Sleaford and Elektra!
+
+ * Fixed the viewer crashing when opening a landmark you just
+ received. Thanks, Elektra!
+
+ * Fixed "Rez objects using land group" not applying the land
+ group when duplicating an already-rezzed object.
+ Thanks, Henri Beauchamp!
+
+ * Possibly fixed the viewer getting stuck in an infinite loop
+ while verifying the texture cache at startup. Thanks, Jacek!
+
+ * Fixed the "Showcase" tab in Search showing the wrong page.
+ Thanks, McCabe!
+
+ * Fixed the "Reset to default" button in Debug Settings not
+ updating cached settings (SNOW-796). Thanks, Aleric Inglewood!
+
+ * Mac: Fixed (again) the compile process not using the correct
+ version of libjpeg. Thanks again, Nemurimasu Neiro!
+
+ * Fixed some compile errors when using the Mac OS X 10.6 SDK
+ (SNOW-231, SNOW-220). Thanks, Mimika Oh and Aimee Trescothick!
+
+ * Fixed a compile error when using g++ 4.4.x (SNOW-422).
+ Thanks, Aleric Inglewood!
+
+
+ OTHER CHANGES
+
+ * The "High resolution snapshot" setting is no longer saved
+ between sessions. This was causing users to get stuck in a
+ cycle where a high resolution snapshot would crash the
+ viewer, but the setting couldn't be disabled without opening
+ the snapshot window, which would take a snapshot and crash
+ the viewer again. Thanks, McCabe!
+
+ * Added some snapshot-related safety checks and a few changes
+ backported from Viewer 2. These should help alleviate some
+ common snapshot-related crashes. Thanks, McCabe!
+
+ * "Help > About Imprudence" no longer lists the Second Life
+ viewer version that it was based on. Imprudence is assembled
+ from many different sources and versions, so that
+ information is not really accurate or relevant.
+
+
+
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ =- 1.3.0 RC3 -=
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+
+
+ RELEASE HIGHLIGHTS
+
+ * Imprudence now uses the Droid Sans font by default, instead of
+ Liberation Sans. Thanks, Jacek!
+
+ * A new "Fonts" tab has been added to Preferences, where you can
+ select from four included fonts: Droid Sans, DejaVu Sans,
+ Delicious, and Liberation Sans. More flexible font controls
+ are planned for a future version. Thanks, Jacek!
+
+ * Imprudence now loads world map image tiles using HTTP when
+ available. This improves the map loading speed on platforms
+ that support it (e.g. Second Life). Thanks for the patch,
+ Henri Beauchamp!
+
+ * Added the UseLegacyChatLogsFolder debug setting. If set to
+ TRUE in Advanced > Debug Settings, Imprudence will save chat
+ and IM logs in the old (non-grid-specific) location, as it
+ did prior to 1.3.0 RC2. Thanks, McCabe!
+
+ * Many bug fixes.
+
+
+ CHANGES
+
+ In addition to the Release Highlights above, this version of
+ Imprudence also includes the following changes, as compared to
+ Imprudence 1.3.0 RC2.
+
+
+ BUG FIXES
+
+ * Windows: Reverted to a previous version of the cURL library.
+ This should fix many reported problems of not being able to
+ log in or connect to servers (DNS errors, etc.). However,
+ it may make HTTP texture fetching less stable.
+
+ * Fixed inventory search results resetting "randomly"
+ (actually whenever someone whose calling card is in your
+ inventory logged on or off) (#455). Thanks to Codie and our
+ users for identifying the cause, and McCabe for fixing it!
+
+ * Fixed the "Make Outfit" feature crashing the viewer when
+ used on OpenSim (#240). Thanks, Armin!
+
+ * Fixed a crash when opening "About Landmark" from the
+ right-click menu in inventory. Thanks, McCabe!
+
+ * Fixed a crash related to a HUD attachment pointer becoming
+ NULL after a bad teleport. Thanks, McCabe!
+
+ * Mac: Imprudence now uses its own "bundle identifier". This
+ should fix issues with OS X thinking that Imprudence is the
+ official Second Life viewer. Thanks to Solo Mornington for
+ the tip!
+
+ * Mac: Fixed the compile process not using the correct version
+ of libjpeg. Thanks, Nemurimasu Neiro!
+
+ * Fixed a typo that broke localization of the
+ "NoFileExtension" alert. Thanks, Nemurimasu Neiro!
+
+ * Fixed/improved how GStreamer-related environment variables
+ are set on Mac and Windows. Thanks, Nemurimasu Neiro!
+
+ * Mac: Fixed libFLAC missing from the manifest when compiling.
+ Thanks, Nemurimasu Neiro!
+
+ * Linux (64-bit): Fixed the compile process not downloading
+ the 32-bit libraries required for voice chat. Thanks, Armin!
+
+ * Fixed (hopefully) a font rendering crash. Thanks, McCabe!
+
+ * Fixed a potential crash when receiving invalid "LookAt"
+ messages from the sim. Thanks, Armin and Nemurimasu Neiro!
+
+ * Fixed a potential crash related to an uninitialized pointer
+ in LLVoiceClient (#515). Thanks, Makomk Makosen!
+
+
+ OTHER CHANGES
+
+ * Draw Distance Stepping (aka SpeedRez) is now disabled by
+ default, to avoid confusion. You can turn it on with
+ "Preferences > Advanced tab > Increase rez speed via draw
+ distance stepping".
+
+ * Silenced debug log spam "LLInventoryPanel::buildNewViews
+ called with objectp->mType == ... (shouldn't happen)" when
+ you have inventory links in your inventory.
+
+ * HTTP texture fetching is now considered "experimental" due
+ to a number of unresolved texture loading issues.
+
+ * Removed the keyboard shortcut for "Advanced > Rendering >
+ Object-Object Occlusion" (Ctrl-Shift-O). That shortcut is
+ being used for the Animation Overrider instead.
+
+ * The default UI scale is now 1.0 instead of 1.002, which was
+ a workaround for an old font rendering bug. Thanks, McCabe
+ and Jacek!
+
+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=- 1.3.0 RC2 -=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
diff --git a/linden/doc/LICENSE-logos.txt b/linden/doc/LICENSE-logos.txt
new file mode 100644
index 000000000..e63c48e54
--- /dev/null
+++ b/linden/doc/LICENSE-logos.txt
@@ -0,0 +1,23 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Second Life(TM) Viewer Artwork. Copyright (C) 2008 Linden Research, Inc.
+
+Linden Research, Inc. ("Linden Lab") licenses the Second Life viewer
+artwork and other works in the files distributed with this Notice under
+the Creative Commons Attribution-Share Alike 3.0 License, available at
+http://creativecommons.org/licenses/by-sa/3.0/legalcode. For the license
+summary, see http://creativecommons.org/licenses/by-sa/3.0/.
+
+Notwithstanding the foregoing, all of Linden Lab's trademarks, including
+but not limited to the Second Life brand name and Second Life Eye-in-Hand
+logo, are subject to our trademark policy at
+http://secondlife.com/corporate/trademark/.
+
+If you distribute any copies or adaptations of the Second Life viewer
+artwork or any other works in these files, you must include this Notice
+and clearly identify any changes made to the original works. Include
+this Notice and information where copyright notices are usually included,
+for example, after your own copyright notice acknowledging your use of
+the Second Life viewer artwork, in a text file distributed with your
+program, in your application's About window, or on a credits page for
+your work.
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt
index db58a72c1..9712c6ec7 100644
--- a/linden/doc/contributions.txt
+++ b/linden/doc/contributions.txt
@@ -42,10 +42,59 @@ Alejandro Rosenthal
Aleric Inglewood
VWR-10759
VWR-10837
+ VWR-13040
+ VWR-13996
+ VWR-14426
+ SNOW-84
+ SNOW-86
+ SNOW-103
+ SNOW-119
SNOW-196
+ SNOW-203
SNOW-240
SNOW-408
+ SNOW-415
+ SNOW-477
SNOW-479
+ SNOW-626
+ SNOW-744
+ SNOW-751
+ SNOW-766
+ SNOW-796
+ SNOW-800
+ IMP-429
+ IMP-552
+ IMP-553
+ IMP-554
+ IMP-556
+ IMP-560
+ IMP-561
+ IMP-562
+ IMP-565
+ IMP-566
+ IMP-567
+ IMP-573
+ IMP-575
+ IMP-576
+ IMP-577
+ IMP-578
+ IMP-579
+ IMP-581
+ IMP-590
+ IMP-592
+ IMP-595
+ IMP-660
+ IMP-661
+ IMP-662
+ IMP-663
+ IMP-664
+ IMP-667
+ IMP-670
+ IMP-688
+ IMP-692
+ IMP-701
+ IMP-712
+ IMP-734
Alissa Sabre
VWR-81
VWR-83
@@ -125,6 +174,7 @@ Blakar Ogre
blino Nakamura
VWR-17
Boroondas Gupte
+ SNOW-623
VWR-233
WEB-262
Bulli Schumann
@@ -293,6 +343,8 @@ Khyota Wulluf
Kunnis Basiat
VWR-82
VWR-102
+Lance Corrimal
+ SNOW-717
Lisa Lowe
CT-218
CT-219
@@ -420,6 +472,9 @@ Nicholaz Beresford
VWR-2412
VWR-2682
VWR-2684
+Nicky Perian
+ IMP-680
+ IMP-685
Nounouch Hapmouche
VWR-238
Patric Mills
@@ -472,9 +527,12 @@ Ringo Tuxing
Robin Cornelius
SNOW-108
SNOW-196
- SNOW-485
+ SNOW-422
+ SNOW-485
VWR-2488
VWR-9557
+ VWR-12838
+ IMP-595
Ryozu Kojima
VWR-53
VWR-287
@@ -555,12 +613,15 @@ TBBle Kurosawa
VWR-1892
Teardrops Fall
VWR-5366
+Techwolf Lupindo
+ SNOW-334
tenebrous pau
VWR-247
Tharax Ferraris
VWR-605
Thickbrick Sleaford
VWR-7109
+ SNOW-793
Thraxis Epsilon
SVC-371
VWR-383
diff --git a/linden/etc/message.xml b/linden/etc/message.xml
index dd149dd1b..0fdf36467 100644
--- a/linden/etc/message.xml
+++ b/linden/etc/message.xml
@@ -370,14 +370,46 @@
- ParcelVoiceInfo
+ OpenRegionInfo
+
+ WindLightSettingsUpdate
+
+
+ ParcelVoiceInfo
+
+
+ ParcelMediaURLFilter
+
+ ParcelNavigateMedia
+
+
ParcelObjectOwnersReply