Firestorm Release Notes 4.4.2 (34167) Server Side Appearance Update Release
If you were using Firestorm 4.4.1.34164 previously, the only change made between 4.4.1.34164 and
4.4.2.34167 was the removal of the extra logging sent to Linden Lab for the serverside appearance tests.
See this blog post for details.
Firestorm Havok Release 4.4.2.34167 Downloads
This download is Havok enabled and therefore can only connect to Second Life main grid and beta grid
It is not OpenSim compatible
IMPORTANT!! Install this build as a CLEAN INSTALL
WindowsFirestorm 4.4.2.34167 Setup.exe
MacFirestorm 4.4.2.34167.dmg(Mac OSX 10.6+ is needed to run this release)
LinuxFirestorm 4.4.2.34167.tar.bz2
For the OpenSim compatible 4.4.2.34167 release, go HERE
New Features And Improvements In This Release
This page shows all changes since the 4.4.0.33720 Release.
Linden Lab New Features and Improvements
- Fix for some objects not rendering until first LoD switch/selection
Fix for MAINT-2647
Runitai Linden
- Added RegionHandshakeReply flags for Serverside Appearance
Added a flag to hint to the sim that this viewer knows how to handle AvatarAppearance messages for self in SSA-enabled regions.
Once Linden Lab roll out the updated servers, old viewers will not get AvatarAppearance messages for their own avatar, unless they make an appearance request (transitioning to a new region, changing clothes/outfits, forcing a rebake). Viewers that integrate the above fix will tell the region in advance that they support the new protocol.
This is the viewerside fix to deal with SUN-74.
Nyx Linden
Firestorm New Features and Improvements
- Merge up to 3.4.5 codebase plus cherry picked fixes plus server side appearance support improvements
Tankmaster Finesmith, Ansariel Hiller
- Major under the hood refactoring in preparation for the CHUI merge
Ansariel Hiller
- RLVa 1.48a maintenance and keepers of naughty catz
Kitty Barnett, Trinity Dejavu
Skinning And Translations
- NewBlack Glasstheme for Metaharper Modern skin
Specially designed for Firestorm by Tommi Waydelich
Preferences → Skins → MetaHarper Modern → BlackGlass
Tommi Waydelich, ported by Cinder Roxley
- Translation updates and improvements
Ansariel Hiller (German)
PanteraPolnocy (Polish)
Sunset Faulkes, Albatroz Hird (French)
Kool Koolhoven (Spanish)
- Many custom skin improvements
Hitomi Tiponi (Starlight and Starlight CUI)
Ansariel Hiller (AnsaStorm)
- Open Dyslexic font updates
Added additional glyphs (latin and polish), cleaned stems, b,q,p, space updated, kerning patched up some.
Mobius Ryba
For Photographers and Machinima Makers
- Vignette controls added to Phototools
World → Photo & Video → Phototools → Gen tab → Vignette Amount, Vignette Power, Vignette Multiply.
More information on the Vignette feature can be found HERE.
Cinder Roxley
- Added a fix for super-large images not filling the frame completely
This fixes the black rectangles in snapshots over a certain custom resoluton which was a side effect of the MAINT-628 highres snapshot fix from Linden lab.
This is just an interim fix while we wait for the new Linden lab fix to become available
Please see FIRE-9097 for a vibrant discussion on this issue
Nicky Dasmijn
For Builders And Scripters
- Clicking the Copy Keys button on the build tool will now only copy the object's root key
If shift is held when Copy Keys is clicked, it will copy all of the keys.
Cinder Roxley
- Copy Keys will now allow copying of individual prim keys in an object when Edit Linked is selected
Sei Lisa
- Added option to choose the default save format for textures
PNG is now an option, instead of only TGA
This is used in the texture preview floater and context menu in inventory
Preferences → Firestorm → Build → Save textures from inventory to disk as PNG instead of TGA by default
PanteraPolnocy
- New Advanced Scripting IDE
Increased productivity with the new Advanced Scripting IDE!
Access to the most commonly used functions with a new toolbar.
Increased readability with the inclusion of Adobe® Source™ Code Pro font.
Color selectors allow customizing the script editor and syntax highlighting
Added custom cursor color for the script editor
Added proper support for using Source Code and OCR-A fonts
Full documentation can be found HERE
New script editor preferences documentation can be found HERE
Cinder Roxley
- If the user hasn't set an external script editor, fallback on the system generic file opener
Script writers found it annoying that they had to set up an editor for the viewer when their operating system already knew what editor is for what file types. Now, by default it opens whatever the operating system thinks is the editor for LSL files.
While some users may want a different editor than what their operating system recommends, that can still be accomplished - by either changing the settings in the operating system, or by changing the ExternalEditor setting in the viewer.
Cinder Roxley
- Syntax highlighting of LSL preprocessor keywords now works
Cinder Roxley, Sei Lisa
- Added LSL editor support for new and already missing content type constants
CONTENT_TYPE_TEXT text/plain.
CONTENT_TYPE_HTML text/html
CONTENT_TYPE_XML application/xml
CONTENT_TYPE_XHTML application/xhtml+xml
CONTENT_TYPE_ATOM application/atom+xml
CONTENT_TYPE_JSON application/json
CONTENT_TYPE_LLSD application/llsd+xml
CONTENT_TYPE_FORM application/x-www-form-urlencoded
CONTENT_TYPE_RSS application/rss+xml
Ansariel Hiller
- Added missing LSL editor constants for llGetObjectDetails
OBJECT_CHARACTER_TIME Used with llGetObjectDetails to get an object's average CPU time (in seconds) used by the object for navigation, if the object is a pathfinding character. Returns 0 for non-characters.
OBJECT_ROOT Used with llGetObjectDetails to get an object's root prim ID.
OBJECT_ATTACHED_POINT Used with llGetObjectDetails to get an object's attachment point.
Ansariel Hiller
- Updated script permission dialog questions and synchronized with Viewer 3
PERMISSION_SILENT_ESTATE_MANAGEMENT Passed to llRequestPermissions library function to request permission to silently modify estate access lists
PERMISSION_OVERRIDE_ANIMATIONS Passed to llRequestPermissions library function to request permission to override animations on agent
PERMISSION_RETURN_OBJECTS Passed to llRequestPermissions library function to request permission to return objects
Ansariel Hiller
- Added LSL script editor support for the new json functions and constants
CHARACTER_CMD_JUMP Used with llExecCharacterCmd(). Stops any current pathfinding operation.
JSON_INVALID Returned by llJsonGetValue and llJsonValueType if the specifiers to do specify a valid in the json value.
JSON_OBJECT Represents a json datatype represented in LSL as a strided list of name/value pairs.
JSON_ARRAY Represents a json datatype mappable to the LSL datatype “list”.
JSON_NUMBER Represents a json datatype mappable to the LSL datatypes “integer” and “float”.
JSON_STRING Represents a json datatype mappable to the LSL datatype “string”.
JSON_TRUE Represents the constant “true” of a json value.
JSON_FALSE Represents the constant “false” of a json value.
JSON_NULL Represents the constant “null” of a json value.
JSON_APPEND Used with llJsonSetValue as a specifier to indicate appending the value to the end of the array at that level.
Ansariel Hiller
- Added missing strings for avatar script info (neck and avatar center attachment spots)
ATTACH_NECK
ATTACH_AVATAR_CENTER
ATTACH_BRIDGE
Ansariel Hiller
New Features For Phoenix Viewer Fans
- Added the Avatar Textures floater as in Phoenix Viewer
Documentation on this feature is HERE
If using Pie menu on self, Right click → Textures.
If using Pie menu on another avatar, Right click → More → More → Textures.
If using Context menu: Right click → Show Textures.
Ansariel Hiller, original code by Skills Hak (Emerald Viewer)
- Added the “Nick auto complete” feature from Phoenix Viewer
Preferences → Chat → General → Enable automatic name prediction in nearby chat bar.
When this is enabled, the viewer will attempt to autocomplete a name based on the names of those near you.
Cinder Roxley, Satomi Ahn
- Added Phoenix region script count change notification feature
When enabled, this displays a message if the total number of scripts in a region suddenly jumps (up or down).
Threshold: You can indicate the size of the jump needed for it to be reported. If the script count change is less than the value here, you will not be notified.
Preferences → Notifications → Notifications → When the region's total script count changes
Ansariel Hiller
- Added an option to minimize floaters to bottom-left (Phoenix style) instead of top-left
This setting is currently only available as a debug setting
Advanced → Debug Settings → FSLegacyMinimize → Set to TRUE for bottom left behaviour.
Kadah Coba
- Added support for Blowfish decryption
This is preparatory work for adding encrypted chat to Firestorm.
Cinder Roxley
Communications
- New optional standalone radar floater
Don't like your radar being part of the People Panel? You can now have a standalone radar!
Radar documentation can be found HERE.
World → Radar
Avatar → Toolbar Buttons → Radar
Ansariel Hiller, Toolbar icon by Cinder Roxley
- Radar and Nearby tab of the People panel now shows if avatars have payment info on file or payment info used
Payment info on file icon “$” (ID card icon)
Payment info used icon“$$” (Dollar note)
Ansariel Hiller
- Avatars can no longer hide from Firestorm's radar by moving beyond the sim border
Ansariel Hiller
- Pressing the ENTER key in friends list will now start a new IM conversation
Ansariel Hiller
- Dialog messages and inventory received from object messages are now displayed with Growl
For full documentation on the Growl feature see HERE
Ansariel Hiller
- Enable Growl preference checkboxes only if Growl is installed on the user's system
This fixes a nasty freeze when friends logon/logoff if Growl was enabled in preferences but not installed on the computer
Ansariel Hiller, Nicky Dasmijn
Navigation
- Removed the local teleport delay
Double click teleporting used to have a built-in 2+ second delay. This affected double click teleporting as well as teleporting by commands such as “gtp x y z”, “gth z” and using the “Teleport To” option on the radar. This delay has been removed.
Cinder Roxley
- Added option to show regions' grid coordinates on the world map
Preferences → Move & View → Firestorm → Show grid coordinates on the world map
Cinder Roxley
- Map destination now shows the distance from the avatar, not from the camera
When world map is opened and a location clicked on, the red arrow beacon inworld will now show the distance from your avatar in the beacon hovertext.
Cinder Roxley
- Added a nicer custom icon for the minimap
Cinder Roxley
Sounds
- Preview and Default buttons for sound UUID added to Keyword Alerts
Preferences → Chat → Keyword Alerts → Alert sound UUID
PanteraPolnocy
- Added Copy to Clipboard button for audio URLs
World → Parcel details → Sound → Copy music stream URL to clipboard
Cinder Roxley
- Asset Blacklist now works for blocking sounds
World → Sound Explorer→ Blacklist
World → Blacklist
Chalice Yao (NaCl Viewer), Ansariel Hiller
General
- New custom color options
Added a colors tab in preferences to control colorizing chat, net map dots, and nametags for self, friends, muted and Lindens.
Preferences → Colors, new tabs for Chat Color, Nametags, Minimap and Miscellaneous.
Full documentation can be found HERE.
Cinder Roxley
- Added separate opacity controls for console and nametags/bubble chat
Preferences → Colors → Name tags → Name tag opacity
Preferences → Colors → Miscellaneous → Console opacity.
Cinder Roxley
- Added a “touch” option to inventory object right context menu
The “touch” option is shown in the context menu for any object that is worn and can be touched - that means the root prim of the object must have a script inside that listens for one of the touch events.
The “touch” in the inventory context menu is in all 3 views: Inventory, Recent and Worn.
Ansariel Hiller
- Searching in inventory search box now expands folders
Kitty Barnett (Catznip Viewer)
- Added a “Copy Name” button to the group general panel
Group info → General → Copy Name.
Ansariel Hiller
- Search improvements
Searching from the navbar now always opens the Websearch tab
Refactored internals for better performance
Less waste of screenspace
Cleaned up the loading indicator
Added high-res loading indicator icons
Cinder Roxley
- Made antispam protection more graceful to cut down on false positives
Preferences → Firestorm → Protection → Enable Spam Protection.
Ansariel Hiller
- Cache Path is now restored from settings backup
Full documentation on how to use the settings backup and restore feature can be found HERE.
Cinder Roxley
- Custom port setting is now restored from settings backup
Cinder Roxley
- Residents with an active RLVa @showinv=n restriction can no longer cheat by opening inventory by using share from the radar context menu
Ansariel Hiller
- Added a switch to automatically remove the temporary upload option when on a serverside appearance region
Attempting to upload a temporary texture or snapshot on a serverside appearance enabled region results in an “Unable to upload asset” notification. The server will no longer support this feature once serverside appearance is turned on
Cinder Roxley
- GPU table updates
Added 4th generation Intel GPUs
Added ATI Mobility Radeon HD 5000
Added Geforce GTX 645
Removed generic ATI string from the GPU table that was catching a wide veriaty of AMD cards
Made changes to the mobile Nvidia GPU string in the GPU table
Fixed the GeForce 650 not being detected on Mac 10.8.3
Tankmaster Finesmith
Performance and Stability Improvements
- Many MANY crash fixes and general performance improvements
Big thanks to everyone who submitted their crash reports last release
Nicky Dasmijn
- Added a new FSMeshRequestTimeout debug setting to make timeout of mesh-related requests customizable and increased timeout to 60 seconds to reduce requests timing out too early
Advanced → Debug Settings → FSMeshRequestTimeout
We have had some excellent feedback about this change from Residents on low bandwidth connections and those who have problems loading mesh. Please see FIRE-8842 for a detailed discussion and which settings have been working best for our testers.
Ansariel Hiller
- Faster mesh skin lookup for rigged rendering
Zwagoth Klaar, Ansariel Hiller
- Reduced framestutter on friend login/logouts
Nicky Dasmijn
- Improved performance in the standalone Radar, People Panel and Contact Sets
Ansariel Hiller
- Area Search is now lightening fast due to many performance improvments
Set avatar name text directly instead of going through LLSD.
Use addRow instead of super slow LLSD element add.
Added queueing to object properties requests.
Removed isRootEdit check from processProterties as child prims could be requested due to not all object data has been received yet.
Child prims will be filtered out later if they end up on the scroll list.
This fixes infinite loop of timeout and re-request of the same object properties all the time with the new queueing.
Added and used boolens instead of doing a column string match many times per object added to scroll list.
Debug typos fixes and improvements.
Techwolf Lupindo
OpenSim New Features and Improvements
These features only apply to non-SL grids
OpenSim compatible downloads of Firestorm can be found here
- Added Metropolis Metaversum to the default grid list
Cinder Roxley
- Added UFS Grid to the default grid list
Cinder Roxley
- Register hop: links with Firestorm on windows
Cinder Roxley
- Pathfinding disabled icons are now hidden on OpenSim grids
Cinder Roxley
- The snapshot to profile panel is now hidden when connected to non-SL grids
Cinder Roxley
- Minimum listing fee for classifieds and parcel directory fee are no longer hardcoded on non-SL platforms.
Cinder Roxley
Known Issues
FIRE-9803 | [SUN-56] Objects attached with llAttachToAvatarTemp disappear after exiting edit appearance mode Viewer 3 SSA bug |
FIRE-9802 | [SUN-69] Removing any worn item from avatar results in all temp attachments being taken off Viewer 3 SSA bug |
FIRE-9951 | [BUG-2365] [MAINT-2606] [SSA] Fell into ground after saving edited shape (hover) Viewer 3 SSA bug |
FIRE-9878 | [BUG-1140] [MAINT-2152] High res snapshots tiling fix breaks custom screenshot resolution - Setting Custom Size for Screen Image Capture Results in Incorrect Capture Viewer 3 bug |
FIRE-9705 | [SH-3889] Editing clothing layer and saving sometimes marks it as unworn Viewer 3 SSA bug |
FIRE-9293 | [BUG-1726] [MAINT-2386] [CRASH] Viewer crashes when adding 2 or more landmarks to an empty Favorites bar Viewer 3 bug |
FIRE-9767 | [BUG-2763] [MAINT-2754] First opening of Advanced menu and hovering mouse over shortcuts option during a session causes screen to get stuck in snapshot mode if freeze frame was left enabled in snapshot floater Viewer 3 bug |
FIRE-10041 | [BUG-2471] [MAINT-2648] Rotating Objects flicker from a distance Viewer 3 bug |
FIRE-10104 | [BUG-2275] [MAINT-2586] Camera won't follow objects when you paste new location using edit Viewer 3 bug |
FIRE-10144 | [OPENSIM] Client Tags are totally messed up and that totally makes Cinder Sad OpenSim Only |
FIRE-10196 | [BUG-2635] [MAINT-2705] Rotating objects “vibrate” on spin axis when the camera is focused on them Viewer 3 bug |
FIRE-10452 | [BUG-2941] Lockups in Render Geometry Viewer 3 bug |
FIRE-10539 | [BUG-2769] [MAINT-2755] Avatar Cloth is broken in deferred rendering. Viewer 3 bug |
FIRE-10557 | [BUG-2814] [MAINT-2773] Develop → Rendering → Animation Textures - Disabling Doesn't Viewer 3 bug |
FIRE-10630 | [MAC Mavericks OS X 10.9] Parcel radio streaming unavailable with Mac OS X 10.9 Mavericks Mac only |
FIRE-8393 | [BUG-881] MAC - Crash to Desktop on OS X when connecting or disconnecting headphones |
FIRE-8348 | [VWR-29273] [MAINT-1326] [3.4Merge] Child prims with target omega lagging behind movement of physical motion of object Viewer 3 bug |
FIRE-8302 | [BUG-880] [MAINT-1960] Objects fail to show in inventory search when taken if the same name is entered in the inventory filter with no results shown Viewer 3 bug |
FIRE-8192 | [BUG-744] “Error: DAE parsing issue - see log for details” when attempting to upload a dae from a folder containing unicode characters Viewer 3 bug |
FIRE-8051 | [BUG-581] [MAINT-1804] Bulk uploading more then 1 item from a folder containing an umlaut or unicode character in the name will fail Viewer 3 bug |
FIRE-8149 | LSL Preprocessor skips globally defined strings when containing brackets () |
FIRE-8129 | [BUG-651] [MAINT-1861] Texture doesn't appear in Inventory after using 'Copy to inventory' button Viewer 3 bug |
FIRE-8090 | UI rendering issues on ATI Catalyst 12.10+ Driver Bug |
FIRE-8045 | [3.4Merge] [BUG-551] [MAINT-1803] Skidz TNT Prims disappear when deactivating Viewer 3 bug |
FIRE-8018 | [BUG-497] [MAINT-1792] [3.4Merge] Posture after changing inclination of an object by LSL is not reflected on viewers screen Viewer 3 bug |
FIRE-7979 | Changing from Ultra → Low with basic shaders disabled breaks much of the UI |
FIRE-7906 | [CRASH] [BUG-388] [MAINT-1711] crashing when using local images Mac OnlyViewer 3 bug |
FIRE-7841 | [BUG-286] [MAINT-1653] Teen account issues with underpant and undershirt layers after merge of maturity settings changes Viewer 3 bug |
FIRE-7831 | [VWR-29396] [MAINT-1536 ] Mesh clothing bursts into a cloud of triangles on LOD switch Viewer 3 bug |
FIRE-7799 | Layout issues with the OpenDyslexic font |
FIRE-7791 | LSL PreProcessor String Parse Error |
FIRE-7728 | [BUG-123] [MAINT-1588] Korean font is broken (Mac Mountain Lion) Viewer 3 bug |
FIRE-7521 | [3.4 MERGE][VWR-29447] The child prim repeats the undo changes of the root prim, while editing linked object attached to the avatar Viewer 3 bug |
FIRE-7517 | [3.4 MERGE] [VWR-29427] Save button not activated if spelling corrected in Notecard and no other changes made Viewer 3 bug |
FIRE-7267 | Copying sculptie Object Parameters causes abnormal behavior on Torus prim appearance |
FIRE-6825 | Show info - Show memory (usage) doesn't work Mac and Linux only |
FIRE-6566 | Resize Handle for Bottom Chat Bar Disappears When There Are no Buttons on Bottom Bar |
FIRE-6169 | When Autoresponse is enabled, Direct Delivery offers come from (nobody) in IM |
FIRE-4043 | Right click pie menu doesn't work in full screen mode on Mac Mac only |
FIRE-3973 | Login screen a patchwork on large screens - image doesn't fill This is a V3 bug also, see EXP-795 |
FIRE-3768 | Some icons need realignment in multiple item properties floater |
FIRE-4963 | using animation upload window disables physics wearables |
Change Log since 4.4.0.33720
changeset: 33720:13c2058a91bb
date: 2013-04-21 10:08 +0200
user: Nicky
summary: FIRE-9839; Call dirtyFilter for each call of LLFolderViewItemrefresh. This is to make worn items tab work again.
changeset: 33721:a8bf1a1c0ec8
date: 2013-04-02 02:37 +0200
user: Nicky
summary: Change default branch to 4.4.5.
changeset: 33722:14adf6fdeb4e
date: 2013-04-02 02:39 +0200
user: Nicky
summary: Switch off APR for default branch again. Having all the latest fixes it can make use of some broader tests again.
changeset: 33723:5eef17da9308
date: 2013-04-01 20:43 -0600
user: Cinders cinder@cinderblocks.biz
summary: Add Metropolis Metaversum to the default grid list
changeset: 33724:b63c5749552d
date: 2013-04-01 21:46 -0600
user: Cinders cinder@cinderblocks.biz
summary: Don't show Pathfinding Disabled icons on OpenSim grids
changeset: 33725:fcf8418de6aa
date: 2013-04-01 22:28 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix a typo in Metropolis's grid entry
changeset: 33726:9398712527b4
date: 2013-04-02 14:33 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix FIRE-9613 & FIRE-9621
changeset: 33727:4c99751801c5
date: 2013-04-02 14:56 -0600
user: Cinders cinder@cinderblocks.biz
summary: Add isInSecondLife() to simplify things a little
changeset: 33728:74854879b791
date: 2013-04-03 00:39 +0200
user: Nicky
summary: Upgrade PCRE (linux).
changeset: 33729:c209e0cc95ae
date: 2013-04-03 14:16 +0100
user: Whirly
summary: FIRE-9079 : Added links to Firestorm's blog, Flickr, Youtube, Twitter & Plurk to Content Menu.
changeset: 33730:af4db800de01
date: 2013-04-03 10:08 -0400
user: Techwolf Lupindo
summary: Fix content breaking bug. Keep track of ObjectAdd msg and reset to zero when rezzing items from inventory.
changeset: 33731:2adeb596fb97
date: 2013-04-03 17:28 +0200
user: Ansariel
summary: Some decapitalization in German viewer menu
changeset: 33732:b4768a9a5c38
date: 2013-04-03 15:31 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9630: Vignette UI controls
changeset: 33733:6ff5b0999bf4
date: 2013-04-04 00:25 +0200
user: Ansariel
summary: FIRE-9630: Updated German translation for phototools
changeset: 33734:38f1137d52bd
date: 2013-04-04 00:58 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: FIRE-9630: Updated Polish translation for Phototools
changeset: 33735:c0cb35ea3df6
date: 2013-04-03 21:15 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9630: Update Starlight skins with Vignette UI controls
changeset: 33736:20391ced730c
date: 2013-04-04 20:17 +0200
user: Nicky
summary: Add whitespace so tip is on default branch again.
changeset: 33737:4f7c82200a3a
date: 2013-04-05 01:24 -0500
user: Tonya Souther tonya.souther@gmail.com
summary: FIRE-9656: French translation updates from Sunset Faulkes.
changeset: 33738:7813eb0e0399
date: 2013-04-05 17:35 +0200
user: Ansariel
summary: Merge SSA push 7 incl. restored option to use HTTP fetch for legacy baked textures (got lost during first merge)
changeset: 33739:9628dda2b9d3
date: 2013-04-05 18:27 +0200
user: Ansariel
summary: FIRE-9638: Script error icon stuck in statusbar
changeset: 33740:ab7ddcae970f
date: 2013-04-06 03:50 +0200
user: Ansariel
summary: FIRE-9660: Make sure “default” button on texture picker for default prim texture in Firestorm prefs refers to plywood
changeset: 33741:4b8eccad1b59
date: 2013-04-05 20:05 -0600
user: Cinders cinder@cinderblocks.biz
summary: Trivial change, use LL_DEFAULT_WOOD_UUID
changeset: 33742:13c59312fa6e
date: 2013-04-06 04:19 +0200
user: Nicky
summary: Move tip to default branch.
changeset: 33743:bc4d198275d2
date: 2013-04-06 04:57 +0200
user: Nicky
summary: Move tip to default branch.
changeset: 33744:fde26304a0ef
date: 2013-04-06 12:47 +0200
user: Kool
summary: FIRE-9665: Spanish translation updates for release
changeset: 33745:4d712f112337
date: 2013-04-06 20:11 +0200
user: Ansariel
summary: FIRE-9678: Don't re-use the texture picker's default texture setting for the default texture of newly rezzed prims - people expect the plywood texture behind the default button
changeset: 33746:7407e083704e
date: 2013-04-07 21:26 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix FIRE-9699 Temp uploads should work properly now.
changeset: 33747:01c3dedd11d5
date: 2013-04-07 21:12 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: FIRE-9654: GeForce 650 not detected on mac 10.8.3
changeset: 33748:8c8bef3563ae
date: 2013-04-08 00:13 -0600
user: Cinders cinder@cinderblocks.biz
summary: Clean up slurl code in prep for FIRE-9687 fix
changeset: 33749:213bb0ed1863
date: 2013-04-08 08:37 -0700
user: Liny liny.odell@phoenixviewer.com
summary: Backed out changeset: 4dfa5f564009
changeset: 33750:565faf4f6b36
date: 2013-04-08 08:39 -0700
user: Liny liny.odell@phoenixviewer.com
summary: Backed out changeset: ae3c0d0efb7f
changeset: 33751:f2afc3b80cb2
date: 2013-04-08 08:40 -0700
user: Liny liny.odell@phoenixviewer.com
summary: Backed out changeset: 42628030c262
changeset: 33752:d637e471c0d7
date: 2013-04-08 08:41 -0700
user: Liny liny.odell@phoenixviewer.com
summary: Merge
changeset: 33753:0624b9da5cb1
date: 2013-04-08 08:41 -0700
user: Liny liny.odell@phoenixviewer.com
summary: Merge
changeset: 33754:36da036e3175
date: 2013-04-08 08:45 -0700
user: Liny liny.odell@phoenixviewer.com
summary: Removing vertical tab scrolling for release due to bugs in implementation.
changeset: 33755:95b717466bc4
date: 2013-04-08 16:50 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9687: Make slurls in chat work on hypergrid-enabled grids
changeset: 33756:2c92bbe8abf4
date: 2013-04-08 18:09 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9682: Disable import/export via setting (default: off) - This can be backed out once exports are stable!
changeset: 33757:56625ef4bf15
date: 2013-04-08 18:19 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9673: Newly created objects should be created as No Modify/No Copy/Transfer not Full permissions
changeset: 33758:8d0e752f0f1d
date: 2013-04-08 21:02 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9704: Fair use permissions in the Build Preference Panel
changeset: 33759:565a357a2cce
date: 2013-02-13 20:44 +0200
user: AlexanderP ProductEngine apaschenko@productengine.com
summary: CHUI-739 Fixed! FUI toolbars not displayed when switching between CHUI and release viewer : parsing declare values of Enums
changeset: 33760:1a300029b924
date: 2013-02-14 18:51 +0200
user: AlexanderP ProductEngine apaschenko@productengine.com
summary: CHUI-739 : Clean up : FUI toolbars not displayed when switching between CHUI and release viewer
changeset: 33761:667b075d873d
date: 2013-02-18 20:30 -0800
user: Richard Linden
summary: CHUI-739 FIX FUI toolbars not displayed when switching between CHUI and release viewer
changeset: 33762:0f6a6bb101b9
date: 2013-04-09 09:16 -0500
user: Tonya Souther tonya.souther@gmail.com
summary: FIRE-9207: Finish importing CHUI-739 fixes to fix toolbar buttons going poof.
changeset: 33763:137d3c7130a0
date: 2013-04-09 16:25 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9711: Fix notification of no results returned on opensim grids
changeset: 33764:e5cdca5f1bf4
date: 2013-04-10 01:44 +0200
user: Nicky
summary: FIRE-9634; fix hang when other floaters get focus and quickprefs stole it again. Resulting in two floaters fighting for focus. Plus a few crashes fixed as free bonus.
changeset: 33765:16abfff2f577
date: 2013-04-10 14:35 +0200
user: Nicky
summary: Move tip to default branch.
changeset: 33766:05ece8507e8d
date: 2013-04-11 12:24 +0200
user: Nicky
summary: Mac builds pulled libexception_handler.dylib even when building without crash reporting.
changeset: 33767:11ef965947cc
date: 2013-04-11 17:40 +0200
user: Ansariel
summary: FIRE-9727: Add script question strings for new PERMISSION_SILENT_ESTATE_MANAGEMENT and PERMISSION_OVERRIDE_ANIMATIONS permission requests
changeset: 33768:5a3cc3119039
date: 2013-04-11 17:55 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: FIRE-9727: Polish translation for new two permission requests strings
changeset: 33769:6c7265ba0f51
date: 2013-04-11 15:00 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9407: Add Restore to Defaults button to quick prefs
changeset: 33770:935257c6e418
date: 2013-04-11 21:02 +0000
user: Kool
summary: FIRE-9738: SPanish translation for new two permission requests strings
changeset: 33771:35f8ff88a29d
date: 2013-04-11 15:10 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix minor Spanish translation typo
changeset: 33772:ebd885a57b25
date: 2013-04-11 23:28 +0200
user: Ansariel
summary: FIRE-9739: Fix merge issues in notifications.xml (duplicated notifications)
changeset: 33773:8b99ae7808fb
date: 2013-04-11 23:51 +0200
user: Nicky
summary: Move tip to default branch again.
changeset: 33774:4028fcd1a36e
date: 2013-04-12 16:50 +0200
user: Ansariel
summary: FIRE-9749: Missing dialog text for PERMISSION_SILENT_ESTATE_MANAGEMENT and PERMISSION_OVERRIDE_ANIMATIONS
changeset: 33775:b66e6110efd4
date: 2013-04-12 17:02 +0200
user: Ansariel
summary: FIRE-9747: Fixed layout issue on color picker
changeset: 33776:54ef8d1eaf2c
date: 2013-04-13 13:00 +0200
user: Ansariel
summary: FIRE-9757: Icon appearing outside of object inspectors
changeset: 33777:5b843fc8847b
date: 2013-04-13 14:02 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: FIRE-9758: Tabs is quick prefs default settings restore reset dialog causing strange characters to appear
changeset: 33778:9e68346d9198
date: 2013-04-13 10:28 -0600
user: Cinders cinder@cinderblocks.biz
summary: Proposed fix for FIRE-9282 by Pantera
changeset: 33779:b0319be8e254
date: 2013-04-13 17:23 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-7603: Revert fix for MAINT-804 because FBO's and deferred rendering appear to be working on Intel cards.
changeset: 33780:3bc109483980
date: 2013-04-14 01:57 +0200
user: Nicky
summary: Move tip to default branch.
changeset: 33781:31ba19745b1c
date: 2013-04-14 02:22 +0200
user: Nicky
summary: Move tip to default branch.
changeset: 33782:66bdc671d106
date: 2013-04-14 08:22 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9770: Backup RenderVolumeSAProtection setting with settings backup
changeset: 33783:9762cd276d5e
date: 2013-04-14 08:31 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9587: Backup two additional beacon settings with a settings backup
changeset: 33784:099a09d729f4
date: 2013-04-14 17:08 +0200
user: Ansariel
summary: Faster skin lookup for rigged rendering; Found by Zwagoth Klaar
changeset: 33785:534f90ad47d1
date: 2013-04-14 10:52 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9766: make Reset All Settings do just that and clear ALL the settings.
changeset: 33786:56269c781896
date: 2013-04-15 07:40 -0600
user: Cinders cinder@cinderblocks.biz
summary: Add UFSGrid to grids.fallback.xml per request
changeset: 33787:a475f06a5d60
date: 2013-04-15 17:33 +0200
user: Ansariel
summary: Moved LLUUID hash function to to LLCommon
changeset: 33788:f3763156a9ea
date: 2013-04-15 12:57 -0600
user: Cinders cinder@cinderblocks.biz
summary: Add toolbar radar icon.
changeset: 33789:c333c1e76af8
date: 2013-04-15 22:27 +0100
user: Whirly
summary: FIRE-9786 : Firestorm credits update
changeset: 33790:ac2c65007479
date: 2013-04-16 15:40 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9759: Temporarily disable AvatarZOffset while it's broken
changeset: 33791:8b10819a61de
date: 2013-04-17 09:38 -0600
user: Cinders cinder@cinderblocks.biz
summary: Better fix for FIRE-9282. Don't backup FirstRunThisInstall, remove Basic Mode hack and obsolete/unused Mode Change code
changeset: 33792:e18143f55b1f
date: 2013-04-17 12:07 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9799: Crashfix - Check that we actually have avatar_ids
changeset: 33793:3f66d6b020b9
date: 2013-04-17 14:30 -0600
user: Cinders cinder@cinderblocks.biz
summary: Register hop:/ links with Firestorm on windows
changeset: 33794:9a2a4a343120
date: 2013-04-17 16:25 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix a missing ' in my last commit
changeset: 33795:e3aed01f9b83
date: 2013-04-18 10:28 +0200
user: Ansariel
summary: Some minor naming convention fixes
changeset: 33796:10190dc650eb
date: 2013-04-18 12:46 +0200
user: Ansariel
summary: Fix for FIRE-8507
changeset: 33797:d57859604b66
date: 2013-04-18 16:30 +0200
user: Ansariel
summary: Added missing texture for contact sets from LL Viewer 1.23
changeset: 33798:a977b9446365
date: 2013-04-18 19:37 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Minor Polish translation update
changeset: 33799:95927596c2ca
date: 2013-04-18 20:35 +0000
user: Kool
summary: Same minor Spanish translation update
changeset: 33800:550d545daed9
date: 2013-04-18 14:26 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: remove some verbose avatar logging (from Nyx Linden)
changeset: 33801:9fea6bba3591
date: 2013-04-19 01:20 +0200
user: Nicky
summary: Make framestutter on friend login/logout less severe than it was.
changeset: 33802:30f71a297964
date: 2013-04-18 23:25 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9809: Correct DumpArchetypeSuccess notification
changeset: 33803:097ae21174e4
date: 2013-04-19 12:47 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9820: Fix default next owner modify/copy permission which were reversed.
changeset: 33804:8297722a8c25
date: 2013-04-20 02:53 +0200
user: Nicky
summary: FIRE-9819; llstrider was incompatible with the binary havok blob, leading to crashes.
changeset: 33805:d8043542b589
date: 2013-04-20 02:55 +0200
user: Nicky
summary: FIRE-9825; Windows does not use UTF8 but UTF16 filenames. Hence all filenames on Windows to UTF16 and open files using the wide character string.
changeset: 33806:dff065c6f17c
date: 2013-04-20 03:31 +0200
user: Nicky
summary: Forgot the #ifdefs for the Havok enabled version, so setCount of llstrider is only called on non Havok builds.
changeset: 33807:4b8bd6589c2b
date: 2013-04-20 07:43 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-8721: Remove local teleport delay
changeset: 33808:9c78427891cd
date: 2013-04-20 16:25 +0200
user: Ansariel
summary: Fixed layout issue in pathfinding console in German localization
changeset: 33809:dc0bda013dc2
date: 2013-04-20 17:31 +0200
user: Ansariel
summary: Added missing tooltip for German inventory floater in AnsaStorm skin
changeset: 33810:cbc0e4c6158c
date: 2013-04-20 13:21 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix FIRE-9649 by saving NewCacheLocation in backups too.
changeset: 33811:686fcc9bbe73
date: 2013-04-21 10:08 +0200
user: Nicky
summary: FIRE-9839; Call dirtyFilter for each call of LLFolderViewItemrefresh. This is to make worn items tab work again.
changeset: 33812:d2f5930c7cef
date: 2013-04-21 09:25 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9852: Backup ConnectionPortEnabled
changeset: 33813:41fca5275a25
date: 2013-03-28 17:31 -0700
user: Gilbert Gonzales gilbert@lindenlab.com
summary: CHUI-905 (Viewer crashes while using Insert keyboard key in chat): Problem was because when insert was used at the end of a string of text, this would attempt to delete something past the bounds of the string…as a side effect the size of the segment was increasing even though the string length never changed. The segment size would be greater than the string size and would eventually cause an invalid read outside the bounds of the string.
changeset: 33814:98138470627c
date: 2013-04-16 12:08 +0200
user: Ansariel
summary: FIRE-596: Make the radar a standalone floater
changeset: 33815:ca4b83f0b2b3
date: 2013-04-18 13:54 +0200
user: Ansariel
summary: Get rid of LLAvatarList and LLAvatarListItem as data model for the radar
changeset: 33816:b7a7fd94fbd8
date: 2013-04-18 15:00 +0200
user: Ansariel
summary: Pass method parameters as references to constant values in contact sets
changeset: 33817:832d54e79968
date: 2013-04-18 16:01 +0200
user: Ansariel
summary: Cleaned up code in contact sets
changeset: 33818:6faa13e5b5a4
date: 2013-04-18 20:14 +0200
user: Ansariel
summary: Factor out calls to LLAvatarNameCache in radar
changeset: 33819:76a854c378b8
date: 2013-04-18 20:22 +0200
user: Ansariel
summary: Don't show wrong age in radar if avatar properties haven't been received yet
changeset: 33820:40f332e3d176
date: 2013-04-18 20:48 +0200
user: Ansariel
summary: Use hashed mEntryList to update tracked avatar in radar
changeset: 33821:bd50c263cdca
date: 2013-04-19 08:38 +0200
user: Ansariel
summary: Update name in radar if somebody nearby changes their display name
changeset: 33822:1ef7f3d8eb22
date: 2013-04-19 17:29 +0200
user: Ansariel
summary: Remove unnecessary dupe check/handling in radar: Since STORM-954, LLWorldgetAvatars will make sure to only return unique LLUUIDs and no dupes
changeset: 33823:fdce6764981c
date: 2013-04-19 18:01 +0200
user: Ansariel
summary: Replace multimap with unordered map for holding last sweep data since dupes are not possible anymore
changeset: 33824:a9d6aae61e02
date: 2013-04-19 19:31 +0200
user: Ansariel
summary: Removed orphaned vector in radar and save some time from resizing a vector whose final size is already known
changeset: 33825:c1407f1602c3
date: 2013-04-19 23:35 +0200
user: Ansariel
summary: FIRE-550: Display dialog messages with Growl
changeset: 33826:adf1707f75d4
date: 2013-04-19 23:44 +0200
user: Ansariel
summary: Add Growl support for OwnObjectGiveItem notification
changeset: 33827:1d36e11b3679
date: 2013-04-20 03:06 +0200
user: Ansariel
summary: Disconnect callback slots in name cache when FSRadarEntry object gets destroyed
changeset: 33828:92510477242a
date: 2013-04-21 17:09 +0200
user: Ansariel
summary: Made the actual radar UI part more general purpose; People panel implementation can be changed later after a decision has been made how to handle it in CHUI
changeset: 33829:eb3fbcf635dc
date: 2013-04-21 18:05 +0200
user: Ansariel
summary: Improve performance in standalone radar (don't parse XMLs on each update); people panel will need to be looked at after CHUI merge
changeset: 33830:08549004f63f
date: 2013-04-21 18:06 +0200
user: Ansariel
summary: Some minor performance improvement in people panel without interfering with CHUI merge too much
changeset: 33831:4a8255a69899
date: 2013-04-22 09:16 +0200
user: Ansariel
summary: Re-use standalone radar floater instances to reduce opening time
changeset: 33832:9b9b63d69a46
date: 2013-04-22 09:34 +0200
user: Ansariel
summary: Use ellipses for radar and people panel bottom buttons
changeset: 33833:e4e94654debb
date: 2013-04-22 11:01 +0200
user: Ansariel
summary: Fixed German translation for radar
changeset: 33834:23e883a56d5b
date: 2013-04-22 11:29 +0200
user: Ansariel
summary: Remove unneeded data from RadarFields struct
changeset: 33835:64f231168178
date: 2013-04-22 12:03 +0200
user: Ansariel
summary: FIRE-8804: Prevent opening inventory from using share in radar context menu
changeset: 33836:f43c171aaa64
date: 2013-04-22 13:10 +0200
user: Ansariel
summary: FIRE-9841: Add “Copy Name” button on group general panel (needs to be added to Starlight skins by Hitomi)
changeset: 33837:cb710738ef90
date: 2013-04-23 10:12 +0200
user: Ansariel
summary: Merge AnsaStorm
changeset: 33838:de74ebac05cc
date: 2013-04-23 12:35 +0200
user: Ansariel
summary: FIRE-9872: Open IM window when pressing “enter” in friends list
changeset: 33839:64e3574e23ac
date: 2013-04-23 13:53 +0200
user: Ansariel
summary: FIRE-9841: Fix copy & paste error
changeset: 33840:b9173b5dfb3e
date: 2013-04-23 14:42 +0200
user: Nicky
summary: replaced min with llmin to fix linux compile errors (min on Win32 is coming as a macro from Winddows.h and not available like that on other platforms).
changeset: 33841:062b08192b5b
date: 2013-04-23 18:22 +0200
user: Ansariel
summary: Add masking feature to texture picker control; Original implementation by Skills Hak, with permission to use under LGPL
changeset: 33842:1dab78f3384e
date: 2013-04-23 18:49 +0200
user: Ansariel
summary: Only open texture preview floater from texture picker control if texture is not masked
changeset: 33843:224d380fccc5
date: 2013-04-23 19:06 +0200
user: Ansariel
summary: FIRE-1095: Added avatar textures floater
changeset: 33844:51d30fe21eb4
date: 2013-04-23 19:09 +0200
user: Ansariel
summary: Indention cleanup in German pie menu XMLs
changeset: 33845:d2c05c059557
date: 2013-04-23 19:52 +0200
user: Ansariel
summary: Synchronized LLTextureCtrl with LL V3 and tagged stuff properly
changeset: 33846:a13803636c7c
date: 2013-04-23 23:49 +0200
user: Nicky
summary: Crashfix.
changeset: 33847:d998315617bb
date: 2013-04-23 23:57 +0200
user: Nicky
summary: Crashfix: Make sure there LLAvatarnameCache holds no callback that's from a destroyed LLToolPie.
changeset: 33848:eefd363ebae7
date: 2013-04-23 23:58 +0200
user: Nicky
summary: Hunting a weird crash. Seems like LLImageRaw can be changed by another thread while one thread tries to read the data. Added a few assertions to test this theory.
changeset: 33849:e4d25c98874d
date: 2013-04-24 00:00 +0200
user: Nicky
summary: Gain a few cycles by not converting colors to LLColor4U over and over again per frame.
changeset: 33850:3b7c411f752b
date: 2013-04-24 00:01 +0200
user: Nicky
summary: Gain a few cycles by not converting colors to LLColor4U over and over again per frame.
changeset: 33851:1252bd5efd3a
date: 2013-04-24 00:02 +0200
user: Nicky
summary: Windows. Do not compile with /GS by default. /GS can eat quite a few CPU cycles in hot code path.
changeset: 33852:d60fbe7ed49b
date: 2013-04-24 00:04 +0200
user: Nicky
summary: optimize LLMuteListisMuted; Don't check any lists if the users mute list is emoty anyway. Only pay the price if someone is muted.
changeset: 33853:61c495ae2c6a
date: 2013-04-24 00:05 +0200
user: Nicky
summary: Performance; Optimize frequent hit paths of Avatar updates.
changeset: 33854:f2a87b1ee9df
date: 2013-04-24 00:06 +0200
user: Nicky
summary: Performance; change LLViewerObjectListmUUIDObjectList (frequent searches) to a boostunordered_map.
changeset: 33855:23ed9418f446
date: 2013-04-24 01:15 +0200
user: Nicky
summary: Performance; Remove FastTimers from Vertexbuffer (hot code path) found by Zwagoth (NACL) & me.
changeset: 33856:a8a39ede0ecd
date: 2013-04-24 10:28 +0200
user: Ansariel
summary: Hide full UUID in tooltips on avatar textures floater
changeset: 33857:a41f15d8be0e
date: 2013-04-24 10:29 +0200
user: Ansariel
summary: Use better UUID hash calculation, suggested by Zwagoth Klaar
changeset: 33858:35987d2faa26
date: 2013-04-24 13:10 +0200
user: Ansariel
summary: Perfomance tweak in LLToolGun: Don't load the crosshair texture in each frame
changeset: 33859:2847ba6dd1b9
date: 2013-04-24 13:52 +0200
user: Ansariel
summary: Fix LL merge bug in llmaniptranslate.cpp
changeset: 33860:86799e17b6ff
date: 2013-04-24 13:59 +0200
user: Ansariel
summary: Fixed tagging of Firestorm code in llmanip.cpp
changeset: 33861:029f901b0ed5
date: 2013-04-24 14:11 +0200
user: Ansariel
summary: Factor out calls to getFirstRootObject and LLSelectMgrgetInstance()→getBBoxOfSelection() in llmanip.cpp
changeset: 33862:7e375b5f89ca
date: 2013-04-24 15:00 +0200
user: Ansariel
summary: Removed unneeded string from panel_fs_radar.xml
changeset: 33863:e9ca142e92af
date: 2013-04-24 19:47 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33864:54406e4cf3d6
date: 2013-04-24 20:56 +0200
user: Ansariel
summary: Explicitly clean up radar on shutdown to prevent re-creation of already destroyed LLAvatarPropertiesProcess class
changeset: 33865:fd5b043d85c4
date: 2013-04-24 23:43 +0200
user: Nicky
summary: Backout eefd363ebae7 (Crashhunting in LLImageRaw) the assertion got hit and thus the theory that the image gets garbled correct.
changeset: 33866:490d40798021
date: 2013-04-25 21:51 +0200
user: Nicky
summary: FIRE-9128; It can happen that another thread (mainthread) changes a rawimages and invalides the internal memory, causing crashes if the fastcache just tries to write that memory to disc.
changeset: 33867:c98a71213385
date: 2013-04-26 00:17 +0200
user: Nicky
summary: Update gntp-growl to a version that can detect if there's no growl server running
changeset: 33868:b4c6d1183760
date: 2013-04-24 22:15 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: FIRE-9871: Keyword Alerts missing Preview & Default buttons for sound UUID
changeset: 33869:e2d30f68bdf9
date: 2013-04-24 23:22 +0200
user: Ansariel
summary: Save position of avatar textures floater
changeset: 33870:fd10ffec33c5
date: 2013-04-25 10:37 +0200
user: Ansariel
summary: Refactored FSGroupTitles
changeset: 33871:10aba9ae24fe
date: 2013-04-25 10:58 +0200
user: Ansariel
summary: Renamed FSGroupTitles to FSFloaterGroupTitles
changeset: 33872:9f055d9841be
date: 2013-04-25 12:53 +0200
user: Ansariel
summary: Add fastcache stats to texture console
changeset: 33873:9a70f59e97ea
date: 2013-04-25 13:39 +0200
user: Ansariel
summary: Don't use UI boost level for profile picture texures - it will set them to don't discard and keep them in memory
changeset: 33874:d6fadc0e1d63
date: 2013-04-25 11:28 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-3192: Predictive name completion in nearby chat, derived from Satomi Ahn's implementation
changeset: 33875:1dcc17ba05ed
date: 2013-04-26 00:21 +0200
user: Nicky
summary: Merge.
changeset: 33876:d3e4daf20255
date: 2013-04-26 10:33 +0200
user: Ansariel
summary: Added LSL editor support for new and already missing content type constants
changeset: 33877:0313a3e2f322
date: 2013-04-26 11:19 +0200
user: Ansariel
summary: FIRE-9966: Exiting crouch toggle with fly button prevents flying
changeset: 33878:2a2665ec6d99
date: 2013-04-26 12:25 +0200
user: Ansariel
summary: FIRE-9858: Remove annoying “Autopilot canceled” toast
changeset: 33879:d0fa393adece
date: 2013-04-26 13:56 +0200
user: Ansariel
summary: Removed redundancy and string juggling in contact sets
changeset: 33880:43415d69b048
date: 2013-04-26 08:04 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9814: Don't hardcode a minimum listing fee for classifieds on non-sl platforms.
changeset: 33881:8091bef5e143
date: 2013-04-26 09:52 -0600
user: Cinders cinder@cinderblocks.biz
summary: Don't hardcode the parcel directory fee into the UI.
changeset: 33882:25c1b8255991
date: 2013-04-26 20:28 +0200
user: Ansariel
summary: First round of contact sets refactoring: Replace LLSD data model hack with something more suitable
changeset: 33883:848d75a15d79
date: 2013-04-26 20:41 +0200
user: Ansariel
summary: Update German translation
changeset: 33884:552664adb1ac
date: 2013-04-26 22:02 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33885:bc80bf8b0c4a
date: 2013-04-26 22:40 +0200
user: Ansariel
summary: FIRE-6868: Implemented GrowlNotifierWinisUsable and fixed Growl initialization on Windows (only subscribe for events if Growl is available)
changeset: 33886:a521be7889ac
date: 2013-04-27 01:21 +0200
user: Ansariel
summary: Set UseHTTPBakedTextureFetch to false (LL V3 default)
changeset: 33887:09c39412686b
date: 2013-04-27 04:42 +0100
user: Whirly
summary: FIRE-9924 : Update to StarLight/StarLightCUI skins by Hitomi Tiponi
changeset: 33888:a98e2c4554f7
date: 2013-04-27 11:01 +0200
user: Ansariel
summary: Fixed line endings
changeset: 33889:ed2c95daaed6
date: 2013-04-27 13:25 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation for Starlight skins
changeset: 33890:ec3825417ba2
date: 2013-04-27 13:34 +0200
user: Ansariel
summary: Futher contact sets refactoring:
changeset: 33891:aee530d3b0a5
date: 2013-04-27 14:44 +0200
user: Ansariel
summary: Contact sets refactoring: Use typedefs where possible and replace BOOL with bool
changeset: 33892:4a99d7b78ec7
date: 2013-04-27 16:02 +0200
user: Ansariel
summary: Cleaned up instance handling in contact sets floater; cleaned up contact sets settings floater
changeset: 33893:e31a5d6334ca
date: 2013-04-27 16:06 +0200
user: Ansariel
summary: Prevent resizing of avatar textures floater
changeset: 33894:773c7e5fb3ce
date: 2013-04-27 23:04 +0200
user: Ansariel
summary: FIRE-10034: Fix filter being shared between places panel and standalone TP history
changeset: 33895:187963d0a0cd
date: 2013-04-28 02:01 +0200
user: Ansariel
summary: Fixed some warnings in profile floater:
changeset: 33896:612112be1c25
date: 2013-04-28 02:23 +0200
user: Ansariel
summary: Fixed warning: LLViewgetChild: Making dummy class LLView named “goShop” in status
changeset: 33897:d6bb407f1254
date: 2013-04-28 12:01 +0200
user: Ansariel
summary: Added missing LSL editor constants for llGetObjectDetails
changeset: 33898:91747362e255
date: 2013-04-28 15:47 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33899:6326bdc49441
date: 2013-04-28 17:13 +0200
user: Ansariel
summary: Fixed some warnings in the build floater:
changeset: 33900:6e7236d8f093
date: 2013-04-28 19:34 +0200
user: Ansariel
summary: Disable obsolete V1 code in active speakers floater
changeset: 33901:30e3d4b4b470
date: 2013-04-28 19:37 +0200
user: Ansariel
summary: Added missing German translation in participant list context menu
changeset: 33902:79e11fcd9929
date: 2013-04-28 22:35 +0200
user: Ansariel
summary: Added some mesh debugging information (active LOD requests) to render info debug output
changeset: 33903:e8ae33b35b16
date: 2013-04-28 22:38 +0200
user: Ansariel
summary: Merge
changeset: 33904:ad78d3ae8661
date: 2013-04-28 17:06 -0400
user: Techwolf Lupindo
summary: FIRE-9655 Fix for blank notecard export/import.
changeset: 33905:1c3ab7363cfb
date: 2013-04-28 23:13 +0200
user: Ansariel
summary: Fixed mesh LOD processing counter in retry functionality
changeset: 33906:b2e0ee0d0650
date: 2013-04-28 23:17 +0200
user: Ansariel
summary: Increase FSMeshRequestTimeout to 35 seconds to wait for CURL timeout before retrying to load mesh data
changeset: 33907:98925a9624eb
date: 2013-04-28 23:50 -0400
user: Techwolf Lupindo
summary: FIRE-9669 Exporting mesh will now abort with a line to local chat and no file is saved.
changeset: 33908:9314cccc86fb
date: 2013-04-29 00:01 -0400
user: Techwolf Lupindo
summary: Remove leftover include from debugging/testing.
changeset: 33909:0d76c66afdd0
date: 2013-04-28 22:23 -0600
user: Cinders cinder@cinderblocks.biz
summary: Localizable mesh export failure message
changeset: 33910:049c9261fc8a
date: 2013-04-29 00:04 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10082: Don't enable derendering your own attachments when RLVa is enabled
changeset: 33911:60f921f42194
date: 2013-04-28 23:38 -0700
user: Liny liny.odell@phoenixviewer.com
summary: FIRE-10082: Dont actualy lock up in a loop if the skin/language doesnt have the hook to disable the menu option.
changeset: 33912:ab40ba541aae
date: 2013-04-29 00:58 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix missing </panel> in russian translation
changeset: 33913:c5360cdd47dc
date: 2013-04-29 09:53 +0200
user: Ansariel
summary: Some Growl related cleanup
changeset: 33914:df0ecab7feee
date: 2013-04-29 10:25 +0200
user: Ansariel
summary: Some cleanup in FSLSLBridge
changeset: 33915:fc7450377078
date: 2013-04-29 11:46 +0200
user: Ansariel
summary: Remove Growl warning in preferences and instead enable Growl checkboxes only if Growl is usable since we can check status on all platforms now
changeset: 33916:9eaef3d642c6
date: 2013-04-29 21:34 +0200
user: Nicky
summary: FIRE-10091; Seems like showNotification can be called now when growl is not initialized. Handle that by bailing out.
changeset: 33917:dcd768be166a
date: 2013-04-30 18:17 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33918:bf54f1307e34
date: 2013-05-01 13:36 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10122: Store Start-at favorites as user@grid to not confuse the viewer with usernames shared across grids
changeset: 33919:91dd4749bc9d
date: 2013-05-01 14:49 -0500
user: Tonya Souther tonya.souther@gmail.com
summary: FIRE-10040: Update copyright statement in OS X package file.
changeset: 33920:7cdcc81e5711
date: 2013-05-01 23:42 +0200
user: Nicky
summary: Compiler happiness. PAss float instead of double into LLColor4 ctor.
changeset: 33921:f3430f808b27
date: 2013-05-02 14:35 +0200
user: Ansariel
summary: Move formatString helper function to FSCommon
changeset: 33922:78076df32f4e
date: 2013-05-02 14:36 +0200
user: Ansariel
summary: FIRE-2184: Added script count change notification
changeset: 33923:3cb25522a2fb
date: 2013-05-02 14:45 +0200
user: Ansariel
summary: Updated German translation
changeset: 33924:0a3a18a6ca0e
date: 2013-05-02 14:47 +0200
user: Ansariel
summary: Disable spinner control for collision report script channel if collision reporting is disabled
changeset: 33925:813582826c00
date: 2013-05-02 14:53 +0200
user: Ansariel
summary: Report script count decrease only if it's really less than 0
changeset: 33926:9d3e173fb42e
date: 2013-05-02 15:15 +0200
user: Ansariel
summary: Don't let the fast cache choke image processing
changeset: 33927:34b4300e9a3e
date: 2013-05-02 21:18 +0200
user: Ansariel
summary: Show plus-sign in message if script count increases
changeset: 33928:b32e6fd16021
date: 2013-05-03 03:45 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33929:ea697b0676c1
date: 2013-05-03 08:23 +0200
user: Ansariel
summary: FIRE-10101: Region tab in French version of estate tools is missing buttons
changeset: 33930:9b9482606067
date: 2013-05-03 11:10 +0200
user: Nicky
summary: Backout 33851 / 33854 to create another automated build with just /GS enabled and the objectlist being a stdmap again. This way I have two installable versions to compare which are exactly the same. Plus the safe path (/GS) is restored as default again.
changeset: 33931:0b25ab374ee3
date: 2013-05-03 11:10 +0200
user: Nicky
summary: Backout 33851 / 33854 to create another automated build with just /GS enabled and the objectlist being a stdmap again. This way I have two installable versions to compare which are exactly the same. Plus the safe path (/GS) is restore
changeset: 33932:a2dfe16c9206
date: 2013-05-03 10:03 -0600
user: Cinders cinder@cinderblocks.biz
summary: Show region grid coordinates in the world map when advanced info is enabled
changeset: 33933:90450137aaf4
date: 2013-05-04 06:03 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10012: Oops! Need to make the script editor recognize these as constants not string literals.
changeset: 33934:30e02c0cb491
date: 2013-05-04 06:10 -0600
user: Cinders cinder@cinderblocks.biz
summary: Clean up client tag code per coding standard and refactor a little in prep for fixing it.
changeset: 33935:9cbcc79756f9
date: 2013-05-04 18:18 +0200
user: Nicky
summary: Cleanup for CHUI merge.
changeset: 33936:87b4aa7447ea
date: 2013-05-04 18:21 +0200
user: Nicky
summary: Crashfix.
changeset: 33937:3310fd5b507e
date: 2013-05-05 03:47 +0200
user: Nicky
summary: FIRE-9977; Mesh upload crashes on Windows XP.
changeset: 33938:61788ce602af
date: 2013-05-04 13:19 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: FIRE-9908, FIRE-10031, FIRE-10093: Changes to mobile Nvidia GPU string in GPU table
changeset: 33939:a6916bebf17f
date: 2013-05-05 03:47 +0200
user: Nicky
summary: Merge.
changeset: 33940:72a3394e6feb
date: 2013-05-05 23:20 +0200
user: Nicky
summary: Enabled PDB generation for SLPlugin.exe.
changeset: 33941:c0a605bb7673
date: 2013-05-05 16:01 -0600
user: Cinders cinder@cinderblocks.biz
summary: Refactor Region Grid Coordinates to use it's own setting FSShowRegionGridCoordinates rather than piggy back on FSRegionAdvancedInfo, float text above region name, and a little bit of pushing stuff around in Move & View prefs
changeset: 33942:4f06e6f9bb03
date: 2013-05-05 15:36 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: Correction to GPU table
changeset: 33943:64f38f0837e1
date: 2013-05-05 20:02 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10204: Fix the not_allowed string
changeset: 33944:69f083eed19a
date: 2013-05-06 00:34 -0400
user: Techwolf Lupindo
summary: Import: Add throttle to inventory drops into objects/prims to prevent problems.
changeset: 33945:4344d744e2a6
date: 2013-05-06 00:42 -0400
user: Techwolf Lupindo
summary: Export/Import: Minor code cleanup.
changeset: 33946:0f43c63ae906
date: 2013-05-06 11:45 +0200
user: Ansariel
summary: FIRE-10212: New clothes/gear submenu missing in appearance gear menu
changeset: 33947:9691448408ae
date: 2013-05-06 12:09 +0200
user: Ansariel
summary: FIRE-10210: CTD when opening contact set floater with no contact sets defined
changeset: 33948:461f2a199482
date: 2013-05-06 12:30 +0200
user: Ansariel
summary: Updated German move & view preferences
changeset: 33949:0e98776c1dbd
date: 2013-05-06 12:35 +0200
user: Ansariel
summary: FIRE-10204: Updated German translation
changeset: 33950:65254adda7c6
date: 2013-05-06 15:13 +0200
user: Ansariel
summary: FIRE-9663 / FIRE-9928: Proposed fix for various issues with group floaters jumping and loosing focus
changeset: 33951:5cfea3b89242
date: 2013-05-06 15:35 +0200
user: Ansariel
summary: Added some comment for previous commit
changeset: 33952:99d181027581
date: 2013-05-06 18:04 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33953:2fb3e8ccff15
date: 2013-05-06 22:12 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10223: Blacklist crash fix when selecting a linked prim in an object
changeset: 33954:833ff0dd5575
date: 2013-05-07 13:42 +0200
user: Ansariel
summary: FIRE-10225: Collapsed build floater layout broken on login
changeset: 33955:028ba52b0268
date: 2013-05-07 10:25 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9591: Add Copy to Clipboard button for audio urls and add tooltips for FIRE-593
changeset: 33956:eabb9ae2c345
date: 2013-05-07 19:56 +0200
user: Ansariel
summary: FIRE-9591: Updated German translation
changeset: 33957:370ef047c6ca
date: 2013-05-07 21:26 +0200
user: Ansariel
summary: Make copy group name button work for all groups
changeset: 33958:a607746d7ba0
date: 2013-05-08 00:21 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33959:0b4e05d93952
date: 2013-05-09 16:44 +0100
user: Mobius mobiusryba@gmail.com
summary: Open dydslexic font updates: additional glyphs (latin and polish), cleaned stems, b,q,p, space updated, kerning patched up some.
changeset: 33960:de35661ef25d
date: 2013-05-09 18:17 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Allow to use user-defined default save format for textures: PNG as an option, not only TGA
changeset: 33961:8f014753a6a9
date: 2013-05-09 20:26 +0200
user: Ansariel
summary: Added missing strings for avatar script info (neck and avatar center attachment spots)
changeset: 33962:4d0fd3600efb
date: 2013-05-09 20:27 +0200
user: Ansariel
summary: Updated German translation
changeset: 33963:0d34b78ad92f
date: 2013-05-09 22:58 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation - attachment spots strings
changeset: 33964:573f75126540
date: 2013-05-09 22:26 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9696 - HomePositionSet alert not being “seen” by the viewer's hack causing the home snapshot never to be taken
changeset: 33965:2ee6369fd339
date: 2013-05-10 11:59 -0600
user: Cinders cinder@cinderblocks.biz
summary: Added Black Glass theme for Metaharper Modern generously contributed by Tommi Waydelich
changeset: 33966:fb0f9a65d176
date: 2013-05-10 21:33 +0200
user: Ansariel
summary: Update script permission dialog questions and synchronize with V3
changeset: 33967:1d2d0cb11f00
date: 2013-05-11 02:04 +0200
user: Ansariel
summary: Simplify German script jump message
changeset: 33968:9b29fb413a69
date: 2013-05-11 00:15 -0700
user: Kadah_Coba kadah.coba@gmail.com
summary: Improvment to font selector
changeset: 33969:b6acd9a11299
date: 2013-05-11 13:53 +0200
user: Ansariel
summary: Indention fix
changeset: 33970:845236d2e12a
date: 2013-05-11 14:55 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 33971:bbe106374fd0
date: 2013-05-11 09:49 -0600
user: Cinders cinder@cinderblocks.biz
summary: Include xml files from the fonts directory for improved font selector
changeset: 33972:4de605383361
date: 2013-05-11 22:36 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10263: Make AvatarEjected message a notify tip
changeset: 33973:014f58e7c16d
date: 2013-05-12 12:13 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-3192 Part 2: Keep original capitalization for user-entered text, add getFirstLastName() to LLCacheName for convenience, expose FSChatbarNamePrediction in prefs, move translation button in chat prefs panel to the last tab
changeset: 33974:393089ccc000
date: 2013-05-12 15:16 -0600
user: Cinders cinder@cinderblocks.biz
summary: Metaharper Black Glass theme updates
changeset: 33975:03eb712105cc
date: 2013-05-13 11:53 +0200
user: Nicky
summary: Crashfix for corrupted textures.
changeset: 33976:efce931d946d
date: 2013-05-13 14:23 +0200
user: Ansariel
summary: Updated German translation
changeset: 33977:68bf94725ffa
date: 2013-05-13 14:27 +0200
user: Ansariel
summary: Better wording for previous commit
changeset: 33978:96019e433bd4
date: 2013-05-13 08:31 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9748 and other search improvements:
changeset: 33979:4d7b1051f5fe
date: 2013-05-13 11:23 -0600
user: Cinders cinder@cinderblocks.biz
summary: Cleanup loading indicator in search
changeset: 33980:22380b5cc42a
date: 2013-05-13 13:06 -0600
user: Cinders cinder@cinderblocks.biz
summary: High-res loading indicator icons
changeset: 33981:f515548ec820
date: 2013-05-13 13:07 -0600
user: Cinders cinder@cinderblocks.biz
summary: Make search use a high-res loading indicator
changeset: 33982:a3bfc6ec2ca7
date: 2013-05-13 23:22 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9762: Fix locally sent group chat messages not echoing on opensim
changeset: 33983:b88500220bdc
date: 2013-05-14 11:23 +0200
user: Nicky
summary: FIRE-10276; Don't use viewerobject pointer as an argument passed into a name resolver callback. The object can be destroyed once the callback fires. Use the UUID instead.
changeset: 33984:bbe28de1a4f2
date: 2013-05-14 05:18 -0600
user: Cinders cinder@cinderblocks.biz
summary: Pick up a few more missing textures for Metaharper BlackGlass
changeset: 33985:f6ae047e2917
date: 2013-05-15 10:47 +0200
user: Ansariel
summary: Expose timeout parameter for LLCurlRequestgetByteRange
changeset: 33986:1765aceeba59
date: 2013-05-15 10:50 +0200
user: Ansariel
summary: FIRE-8842: Make timeout of mesh-related requests customizable via FSMeshRequestTimeout debug setting and increase timeout to 60 secs to reduce requests timing out too early
changeset: 33987:81abcf0bd51e
date: 2013-05-15 11:18 +0200
user: Ansariel
summary: Added LSL script editor support for new json functions/constants
changeset: 33988:dc4d341c7e37
date: 2013-05-15 06:23 -0600
user: Cinders cinder@cinderblocks.biz
summary: Fix typo'd assignment in llpanelgroupgeneral.cpp
changeset: 33989:e5b279915aa1
date: 2013-05-15 13:52 -0600
user: Cinders cinder@cinderblocks.biz
summary: Advanced Scripting IDE
changeset: 33990:29ad2927c12c
date: 2013-05-15 14:50 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: State Windows 8.1 instead of its codname of Windows Blue for NT 6.3
changeset: 33991:a7e125b6b3cb
date: 2013-05-15 14:53 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: tag 4.4.0 release
changeset: 33992:5c6d575b2d4e
date: 2013-05-15 20:43 -0600
user: Cinders cinder@cinderblocks.biz
summary: Move OSSL keywords to their own .ini Don't hardcode the preprocessor directives, give them their own .ini to load too.
changeset: 33993:e9b879c4ada7
date: 2013-05-16 09:05 +0200
user: Ansariel
summary: Fixed typo in script editor floater tooltips
changeset: 33994:b9ed0c09f44c
date: 2013-05-16 09:06 +0200
user: Ansariel
summary: Clone new color definitions to AnsaStorm skin color definitions
changeset: 33995:6889cded2687
date: 2013-05-16 09:06 +0200
user: Ansariel
summary: Updated German translation
changeset: 33996:40e1439ba7ce
date: 2013-05-16 12:50 +0200
user: Ansariel
summary: Rename “Dialog Alerts” tab in preferences to “Alerts” to indicate it's not all about dialogs
changeset: 33997:f660774e5cda
date: 2013-05-16 12:53 +0200
user: Ansariel
summary: Calling it “Notifications” might be even better…
changeset: 33998:e4adad3e28a8
date: 2013-05-16 07:20 -0600
user: Cinders cinder@cinderblocks.biz
summary: Update my e-mail address in license headers
changeset: 33999:69ec99347f98
date: 2013-05-16 13:28 -0600
user: Cinders cinder@cinderblocks.biz
summary: More changes to keywords.ini:
changeset: 34000:84f5cc15a317
date: 2013-05-16 13:37 -0600
user: Cinders cinder@cinderblocks.biz
summary: Clone new color definitions to ansastorm and metaharper
changeset: 34001:f35b2507d02d
date: 2013-05-16 13:46 -0600
user: Cinders cinder@cinderblocks.biz
summary: Rename our ini format to fskeywords and set version 1 so if ll ever feels in inclined to change their format, they don't run us over
changeset: 34002:2034b12c154c
date: 2013-05-16 23:22 -0600
user: Cinders cinder@cinderblocks.biz
summary: Use Adobe Source Code Pro font for the script editor
changeset: 34003:8d10d1cca563
date: 2013-05-17 08:54 +0200
user: Ansariel
summary: Make payment info in radar/people panel a skinnable option and show both payment info on file (“$” / ID card icon) and payment info used (“$$” / Dollar note)
changeset: 34004:35d911fdffd1
date: 2013-05-17 10:36 +0200
user: Ansariel
summary: Fixed localizability of script editor preferences floater
changeset: 34005:ca952c908b3a
date: 2013-05-17 10:36 +0200
user: Ansariel
summary: Updated German translation
changeset: 34006:ca828db83456
date: 2013-05-17 10:37 +0200
user: Ansariel
summary: Clone script editor color definitions also to AnsaStorm classic brown theme
changeset: 34007:8561f2ab5d1d
date: 2013-05-17 15:13 +0200
user: Ansariel
summary: FIRE-340: Add “touch” option to inventory object right context menu
changeset: 34008:16486379dbd5
date: 2013-05-17 09:02 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10320 - If the user hasn't set ExternalEditor, fallback on the system generic file opener
changeset: 34009:c524e05c2450
date: 2013-05-17 09:11 -0600
user: Cinders cinder@cinderblocks.biz
summary: Potential fix FIRE-10320 on Win32
changeset: 34010:02a3ef153bed
date: 2013-05-17 09:32 -0600
user: Cinders cinder@cinderblocks.biz
summary: More fixing. I forgot semicolons. -_-
changeset: 34011:8894f308736b
date: 2013-05-17 10:52 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10320 - One more time now that I've had coffee.
changeset: 34012:3d3a547bbe86
date: 2013-05-17 13:05 -0600
user: Cinders cinder@cinderblocks.biz
summary: Add a few more missing icons to black glass theme
changeset: 34013:acab035292b2
date: 2013-05-17 14:10 -0600
user: Cinders cinder@cinderblocks.biz
summary: Tweak the script editor panels a little more
changeset: 34014:900a2babdfcb
date: 2013-05-17 15:28 -0600
user: Cinders cinder@cinderblocks.biz
summary: Make the loading indicator in the search panel 3x smaller
changeset: 34015:f49b61575779
date: 2013-05-18 12:43 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: “Dialog Alerts” ⇒ “Notifications” in Starlight CUI and Vintage skins as well, f660774e5cda related
changeset: 34016:c71fe3f1fe70
date: 2013-05-18 14:02 +0200
user: Ansariel
summary: Updated save button labels for AnsaStorm skin
changeset: 34017:bdb51463a5fa
date: 2013-05-18 14:57 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 34018:1c5d76aa1e32
date: 2013-05-18 07:50 -0600
user: Cinders cinder@cinderblocks.biz
summary: Add custom cursor color for script editor, clean up orphaned prototype from lltexteditor.h
changeset: 34019:7436ddefebe6
date: 2013-05-18 08:02 -0600
user: Cinders cinder@cinderblocks.biz
summary: Remove it from here too.
changeset: 34020:fea25432f0ec
date: 2013-05-18 16:49 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 34021:18887898f020
date: 2013-05-18 16:51 +0200
user: Ansariel
summary: Updated German translation
changeset: 34022:325d6ca1281c
date: 2013-05-18 16:52 +0200
user: Ansariel
summary: Save script editor prefs floater position
changeset: 34023:53d437e4cd39
date: 2013-05-18 18:23 +0200
user: Ansariel
summary: Remove wrong tooltip in Firestorm preferences
changeset: 34024:a7e35070f70e
date: 2013-05-18 12:42 -0600
user: Cinders cinder@cinderblocks.biz
summary: Proper support for using Source Code and OCR-A fonts
changeset: 34025:1960978f2bf8
date: 2013-05-19 20:00 +0200
user: Ansariel
summary: Don't turn menu bar background to frog green if god mode is enabled
changeset: 34026:50cb1aae24b5
date: 2013-05-19 15:54 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10346: Update Specify Viewer Type tooltip
changeset: 34027:973f3d524388
date: 2013-05-20 02:08 +0200
user: Ansariel
summary: FIRE-10346: Update German translation
changeset: 34028:73dfbcb541f0
date: 2013-05-20 01:02 -0400
user: Techwolf Lupindo
summary: Area Search performance improvments:
changeset: 34029:c044e7a77fe8
date: 2013-05-20 01:13 -0400
user: Techwolf Lupindo
summary: LL coding style fixes. Missing commit comment from last commit, don't code and push when sleepy:
changeset: 34030:730d2806501b
date: 2013-05-20 09:33 +0200
user: PanteraPolnocy
summary: FIRE-10346: Updated Polish translation
changeset: 34031:db3d3e368f70
date: 2013-05-20 09:30 -0600
user: Cinders cinder@cinderblocks.biz
summary: Potential fix for FIRE-10338, commit spellcheck settings immediately, not on closing the floater
changeset: 34032:94060409ef06
date: 2013-05-20 11:34 -0600
user: Cinders cinder@cinderblocks.biz
summary: Another update to Metaharper Black Glass from Tommi Waydelich
changeset: 34033:df3bf30062ae
date: 2013-05-20 12:40 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10352: Change the tab order so that tabbing from Username moves directly to the Password editor, also make pressing enter login from the Start At editor
changeset: 34034:3bf9a6f9984e
date: 2013-05-20 21:52 -0600
user: Cinders cinder@cinderblocks.biz
summary: More various script editor improvements
changeset: 34035:cbddfb0aa54b
date: 2013-05-21 07:10 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10366: Fix crash when pasting data into chat and name prediction is enabled
changeset: 34036:a11d00792902
date: 2013-05-22 11:11 +0200
user: Ansariel
summary: Fixed placeholder in Firestorm preferences panel
changeset: 34037:cc0cd5c3e7c1
date: 2013-05-22 12:40 +0200
user: Ansariel
summary: FIRE-10358: French translation update by Albatroz Hird
changeset: 34038:1c116f549ef9
date: 2013-05-22 07:06 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-9837: Fix black screen caused by obsolete drivers with bad OpenGL support.
changeset: 34039:3afc5be4631f
date: 2013-05-22 21:45 -0600
user: Cinders cinder@cinderblocks.biz
summary: STORM-1888 fix, hide spellchecker settings floater when closing the preferences floater
changeset: 34040:7bb1107e4ac0
date: 2013-05-23 07:36 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10366 crash fix.
changeset: 34041:d95f17011cc2
date: 2013-05-23 12:33 -0600
user: Cinders cinder@cinderblocks.biz
summary: FIRE-10396: Make Build menu Script Info (counter) work even when an object isn't editable. Fix LookAtSelection checks while I'm at it.
changeset: 34042:f4ba31058834
date: 2013-05-24 01:04 +0200
user: Nicky
summary: FIRE-10035; Make sure there's not path with a trailing / or \ passed to _wstat.
changeset: 34043:e4843d8ae300
date: 2013-05-24 01:05 +0200
user: Nicky
summary: FIRE-8385; Logout crash when shutting Havok stub down. Ugly workaround by not calling LLPhysicsExtensions::quitSystem() when using Havok.
changeset: 34044:6cdda904cc50
date: 2013-05-24 01:06 +0200
user: Nicky
summary: FIRE-9943; Illegal deletion of LLDrawable. Defer switch RenderDeferred off until it's safe to reload shader.
changeset: 34045:90f13fc0ace7
date: 2013-05-23 19:45 -0600
user: Cinders cinder@cinderblocks.biz
summary: Use LLCachedControl for faster debug settings on idle Avatar Update
changeset: 34046:e8570adac415
date: 2013-05-24 08:15 +0200
user: Ansariel
summary: Make LLCachedControl static
changeset: 34047:d64f8911ab13
date: 2013-05-24 15:46 +0200
user: norton_burns
summary: added_shortcut_ctrlalth_to_toggle_outlines_on_edit_mode
changeset: 34048:cbf8571e5208
date: 2013-05-25 00:01 +0200
user: Ansariel
summary: FIRE-7874: Name is missing on tab if announcing incoming IMs is enabled and sender's name is not in name cache
changeset: 34049:072948fa198e
date: 2013-05-25 08:21 -0500
user: Tonya Souther tonya.souther@gmail.com
summary: FIRE-8950: Fix some prims not rendering until LOD change. Patch from JogiTE Clip.
changeset: 34050:154bfac9967f
date: 2013-05-25 15:41 +0200
user: Ansariel
summary: Backed out 072948fa198e for patch with correct attribution
changeset: 34051:f2508e88cc57
date: 2013-05-09 15:40 -0500
user: Dave Parks davep@lindenlab.com
summary: MAINT-2647 Fix for some objects not rendering until first LoD switch/selection.
changeset: 34052:430be52d7579
date: 2013-05-26 16:47 +0200
user: Ansariel
summary: FIRE-9966: Extended fix for exiting crouch toggle with fly button prevents flying
changeset: 34053:0150e7c44941
date: 2013-05-26 18:29 +0200
user: Nicky
summary: Copy PDB files for apr/openssl so breakpad can dump proper symbols for them.
changeset: 34054:069e5239a900
date: 2013-05-26 23:42 +0200
user: Nicky
summary: When generating symbols do include the viewer flavor (oss or havok) in the symbols filename.
changeset: 34055:bb21531fc815
date: 2013-05-26 23:43 +0200
user: Nicky
summary: Send viewer flavor (oss or havok) when uploading crash reports.
changeset: 34056:d1a00e65e6c8
date: 2013-05-26 17:23 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-1061: Add a colors tab in prefs to control colorizing chat, net map dots, and nametags for self, friends, muted, lindens, and firestorm team members.
changeset: 34057:7fc62516a5a3
date: 2013-05-26 17:23 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Blowfish decryption
changeset: 34058:d7890bc81979
date: 2013-05-27 09:33 +0200
user: Nicky
summary: Fix syntax error.
changeset: 34059:59bceff878d9
date: 2013-05-27 09:43 +0200
user: Ansariel
summary: Add new color defintion to AnsaStorm skin
changeset: 34060:9c47e4d15c20
date: 2013-05-27 09:44 +0200
user: Ansariel
summary: Better wording and layout fix for color options
changeset: 34061:5a715e605dd2
date: 2013-05-27 09:44 +0200
user: Ansariel
summary: German translation for new color options
changeset: 34062:f0fef6d566ce
date: 2013-05-27 10:26 +0200
user: PanteraPolnocy
summary: Updated Polish translation
changeset: 34063:7626df84d2e9
date: 2013-05-27 07:10 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10433: Color Selection for Lindens and Friends reverting to wrong colors
changeset: 34064:5ff32dbe8e3b
date: 2013-05-27 08:38 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10432: Readd missing script dialog swatches in color prefs
changeset: 34065:17604f1848f9
date: 2013-05-27 08:44 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Sensible defaults for FIRE-1061
changeset: 34066:773a49612607
date: 2013-05-27 09:34 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Add missing Muted swatch and tooltips for Colorize options
changeset: 34067:9c74ce946647
date: 2013-05-27 17:49 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 34068:94c8dc9c3f2f
date: 2013-05-27 17:56 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Few corrections to the previous commit
changeset: 34069:4a370566c03f
date: 2013-05-27 17:59 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: And one more… double checked this time
changeset: 34070:1a2f54ff6226
date: 2013-05-27 10:15 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FSShowOwnTagColor overrides Colorize self tag pref
changeset: 34071:3f06c4daa483
date: 2013-05-27 10:34 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Comment out Firestorm colorize code that makes people hate me. :(
changeset: 34072:5af1e07c49a9
date: 2013-05-27 10:40 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Oops, uncomment silly llasserts that snuck in from local changes
changeset: 34073:297fb2966d2e
date: 2013-05-27 10:52 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: More FIRE-1061: Don't use UserChatColor for chat unless we enable it
changeset: 34074:503a903a22b7
date: 2013-05-27 19:03 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation, for the most recent changes in Colors panel
changeset: 34075:1ea3124365d5
date: 2013-05-27 11:45 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Fix ScriptDialog color swatch
changeset: 34076:09b4b20e8483
date: 2013-05-27 12:10 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-1061: Honor FSColorizeTags setting
changeset: 34077:719aa0fd5650
date: 2013-05-27 14:56 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10427: Clean up general preferences panel for 8 languages contributed by Albatroz Hird
changeset: 34078:3faabfb78716
date: 2013-05-27 23:59 +0200
user: Ansariel
summary: Updated German translation
changeset: 34079:ebf38fbb19d2
date: 2013-05-27 23:59 +0200
user: Ansariel
summary: Synchronize colors.xml formatting in AnsaStorm skin
changeset: 34080:16e7a0a2fb7d
date: 2013-05-27 23:02 +0100
user: Whirly
summary: FIRE-10437 : Added translation button back to nearby chat floater for Metaharper skins.
changeset: 34081:569818f69dc0
date: 2013-05-27 23:10 +0100
user: Whirly
summary: Merge
changeset: 34082:0c5e4f56277d
date: 2013-05-27 21:46 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Minor cleanup of Contact Sets Settings floater
changeset: 34083:526d6018e925
date: 2013-05-28 08:13 +0200
user: Ansariel
summary: Updated German translation
changeset: 34084:64e14281b0ea
date: 2013-05-28 12:42 +0200
user: Ansariel
summary: Mark colors on minimap take precedence over all others
changeset: 34085:7bfe022808ca
date: 2013-05-28 07:31 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Add OK close buttons to script prefs and contact set prefs floaters, make most of the contact set floaters use mostly private accessors. they don't need to be public
changeset: 34086:c8d6ed214d9a
date: 2013-05-28 16:10 +0200
user: Ansariel
summary: FIRE-10424: Nearby speakers voice controls not working
changeset: 34087:3cb8053251b7
date: 2013-05-28 18:03 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 34088:434674583a8a
date: 2013-05-29 00:40 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-1061 Refactor: Allow independent coloring of chat, name tags, and mini-map. Reorganize the Color Preferences panel
changeset: 34089:a30cd8401981
date: 2013-05-29 10:15 +0200
user: Ansariel
summary: Some minor fixes to the colors preferences tab
changeset: 34090:a192bf610a75
date: 2013-05-29 10:22 +0200
user: Ansariel
summary: Updated German translation
changeset: 34091:2395efedccd9
date: 2013-05-29 11:03 +0200
user: Ansariel
summary: AnsaStorm color update
changeset: 34092:6709c1382c08
date: 2013-05-29 11:34 +0100
user: Whirly
summary: FIRE-10445 : Fixed profile floater loading indicator being hidden behind display name change button on metaharper skins.
changeset: 34093:46611f19e208
date: 2013-05-29 14:32 +0200
user: Ansariel
summary: Fix loophole in radar allowing people to hide from radar by moving avatar beyond sim border
changeset: 34094:81443c157754
date: 2013-05-29 15:41 +0200
user: Ansariel
summary: Use radar data to store information if avatar is a Linden account to prevent unnecessary string compares where possible
changeset: 34095:a7c0bdd8964a
date: 2013-05-29 11:06 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-1061 fixes: Coloring self on mini-map, Distinct color option for username, Open to not highlight friends readded
changeset: 34096:f32bc2da2769
date: 2013-05-29 20:17 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 34097:5e1782b179e7
date: 2013-05-29 13:48 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: Fix FIRE-10448 - Geforce GTX 645 isn't listed in the approved graphics cards table
changeset: 34098:144020a031de
date: 2013-05-29 23:55 +0200
user: Ansariel
summary: Update AnsaStorm color definitions
changeset: 34099:b9bdb24dd092
date: 2013-05-29 23:55 +0200
user: Ansariel
summary: Updated German translation
changeset: 34100:d067f09cba76
date: 2013-05-29 17:43 -0500
user: Tonya Souther tonya.souther@gmail.com
summary: Fix LL standalone build breakage on 64-bit Linux, since LL wouldn't ever see this bug.
changeset: 34101:6e57da11b3d2
date: 2013-05-30 13:08 +0200
user: Ansariel
summary: Shortcut Linden check in OpenSim
changeset: 34102:9297a05aeeb9
date: 2013-05-30 11:29 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Add missing FSTagSlowDistanceColors to panel
changeset: 34103:c7450fca8fd8
date: 2013-05-30 19:43 +0200
user: Ansariel
summary: Updated German translation
changeset: 34104:9bea2aee5bfd
date: 2013-05-30 12:38 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-1332: Separate opacity controls for console and nametags/bubble chat
changeset: 34105:fd36792fc3ff
date: 2013-05-30 13:59 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Move ConsoleBackgroundOpacity slider to Miscellaneous tab
changeset: 34106:4d13e0366ab7
date: 2013-05-30 22:14 +0200
user: Ansariel
summary: Updated German translation
changeset: 34107:9d35c22fed5a
date: 2013-05-30 16:44 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Desaturate the color from map_avatar_you_32.tga so it can be colored by the user. Remove duplicate file from all the skins.
changeset: 34108:6ecaabff14cd
date: 2013-05-30 17:23 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10471: Unique topic for the script editor prefs floater
changeset: 34109:d09ef230d882
date: 2013-05-30 17:41 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Use a nicer custom icon for the minimap
changeset: 34110:ade75666161c
date: 2013-05-30 18:53 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Move MiniMapChatRing checkbox from Move > Firestorm prefs to Color > Mini-map prefs
changeset: 34111:a3853df5665c
date: 2013-05-31 10:08 +0200
user: Ansariel
summary: Make antispam protection more graceful. Seems to cause false positives
changeset: 34112:0ff1f2413514
date: 2013-05-31 13:25 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: Updated Polish translation
changeset: 34113:8a130abb9b99
date: 2013-05-31 15:27 +0200
user: Ansariel
summary: Update AnsaStorm color definitions
changeset: 34114:0e0577706278
date: 2013-05-31 15:27 +0200
user: Ansariel
summary: Updated German translation
changeset: 34115:26a10c210fde
date: 2013-05-31 18:29 +0200
user: Ansariel
summary: Fix AnsaStorm color definition
changeset: 34116:ed4dc9b328a0
date: 2013-05-31 16:40 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Honor NameTagShowFriends in the colorizer
changeset: 34117:b04328c22003
date: 2013-06-01 10:41 +0200
user: Ansariel
summary: Compile fix
changeset: 34118:b14390d81cb0
date: 2013-06-02 04:16 +0200
user: Nicky
summary: Set CrashSubmitName (send avi name) to 1 per default. Sending logs remains to default as off. Reasoning behing is to better aid support.
changeset: 34119:76971ac7eea5
date: 2013-06-02 08:25 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10477 update by Tommi Waydelich
changeset: 34120:779c9e6b566b
date: 2013-06-02 08:32 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10477 in the right folder. -_-
changeset: 34121:460838799fae
date: 2013-06-02 15:12 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10499 plus layout cleanup in Preferences floater
changeset: 34122:c681ee9c1533
date: 2013-06-03 00:11 +0200
user: Ansariel
summary: Fixed localizability of UI preferences tab
changeset: 34123:fa7f3a9170d8
date: 2013-06-03 00:11 +0200
user: Ansariel
summary: Updated German translation
changeset: 34124:1b4630e857e9
date: 2013-06-02 19:36 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10504: Use reference for NotifyCautionBoxColor rather than LtOrange itself for skinning in panel_notification.xml
changeset: 34125:512d3ed64a6e
date: 2013-06-02 21:08 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Remove superfluous punctuation from English global notifications that don't exist in other language notifications.xmls.
changeset: 34126:35ace45416ad
date: 2013-06-03 10:18 +0200
user: PanteraPolnocy
summary: Fixed typo in English panel_preferences_move.xml file
changeset: 34127:c6abf178968e
date: 2013-06-03 10:40 +0200
user: PanteraPolnocy
summary: Updated Polish translation
changeset: 34128:340d40bbd7f7
date: 2013-06-04 08:50 +0200
user: PanteraPolnocy
summary: FIRE-10502: StarLight skins update by Hitomi Tiponi
changeset: 34129:7d721e174d07
date: 2013-06-04 15:26 -0700
user: Kadah_Coba kadah.coba@gmail.com
summary: FIRE-1387 Option to minimize flaoters to bottom-left instead of top-left.
changeset: 34130:0e3c7fa922ba
date: 2013-06-05 08:22 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10512 fix by Sei Lisa
changeset: 34131:408b4a22a075
date: 2013-06-05 10:18 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: Remove generic ATI string from GPU table thats catching a wide veriaty of AMD cards
changeset: 34132:1ed01faa14cd
date: 2013-06-05 20:02 +0200
user: Nicky
summary: BUG-2707; Disable SEHOP for installed binary via 'Image File Exection Options' during installation.
changeset: 34133:34d4248f3e59
date: 2013-06-05 20:04 +0200
user: Nicky
summary: Create branch 4.4.1.
changeset: 34134:5069df0fed75
date: 2013-06-06 08:18 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10537: Don't give the user an option to upload the snapshot as a temp upload
changeset: 34135:3fa7ff0aa85d
date: 2013-06-07 10:43 +0200
user: Ansariel
summary: FIRE-10543: Prevent assets being added to blacklist if they are already blacklisted
changeset: 34136:0494587227d1
date: 2013-06-07 11:20 +0200
user: Ansariel
summary: FIRE-5554: Save size of resized profile floater on Metaharper skin
changeset: 34137:7451ddf5ae9f
date: 2013-06-08 19:32 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10550: Add menu item for opening the Troubleshooting wiki page to menu_login.xml and menu_viewer.xml
changeset: 34138:74d0ac2d5b35
date: 2013-06-09 11:16 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: FIRE-10550 related: Polish translation for “troubleshooting” menu options
changeset: 34139:f790a2ecee2c
date: 2013-06-09 12:51 +0200
user: Ansariel
summary: FIRE-10550: German translation for troubleshooting wiki link
changeset: 34140:6b6489da918b
date: 2013-06-09 12:55 +0200
user: Ansariel
summary: FIRE-10550: German translation for troubleshooting wiki link (missing part)
changeset: 34141:a11df7980384
date: 2013-06-09 07:30 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-2423: Clicking Copy Keys on the build tool will copy the object's root key, if shift is held when clicked, it will copy all of the keys. Also, only enable button if we have a selection.
changeset: 34142:57ce17a891fa
date: 2013-06-09 15:38 +0200
user: Ansariel
summary: FIRE-10431: Prevent bridge setting tp destination under terrain; Patch by Dan Threebeards, added with minor optimization; Increased bridge version to 2.4 for automatic update
changeset: 34143:1f7e7236794c
date: 2013-06-09 15:42 +0200
user: Ansariel
summary: FIRE-2423: Updated German translation
changeset: 34144:2e4c3b7cd7aa
date: 2013-06-09 07:46 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-2423 part 2, allow copying individual prim keys in an object when Edit Linked is selected, ported from a patch by Sei Lisa
changeset: 34145:6b7c11ec3ed4
date: 2013-06-10 04:05 +0200
user: PanteraPolnocy pantera.polnocy@phoenixviewer.com
summary: FIRE-2423: Updated Polish translation
changeset: 34146:2fcf75dcf8c5
date: 2013-06-08 01:40 +0200
user: Ansariel
summary: FIRE-10541: Proposed fix for asset blacklist not working for sounds. Original implementation of removeAudioData method by Chalice Yao, released under LGPL, with own fixes
changeset: 34147:3a8e4b16d5e9
date: 2013-06-09 00:02 +0200
user: Nicky
summary: Change name and path for saved pdb/exe.
changeset: 34148:72cd9f4061d5
date: 2013-06-10 01:44 +0200
user: Nicky
summary: Add oss/hvk to zipfilename of pdbs.
changeset: 34149:2ee937dd6de3
date: 2013-06-09 17:19 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: compile fix
changeset: 34150:ab08ea577998
date: 2013-06-09 19:53 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: re-enabled SSA logging for LL SSA test
changeset: 34151:1f0a141d63e3
date: 2013-06-10 07:29 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: add ATI Mobility Radeon HD 5000 to GPU table
changeset: 34152:46ce502b1863
date: 2013-05-01 22:15 +0200
user: Kitty Barnett develop@catznip.com
summary: FIRE-8989: Duplicate names in group window
changeset: 34153:1ee5e3fa6f5f
date: 2013-05-02 01:03 +0200
user: Kitty Barnett develop@catznip.com
summary: FIRE-7699: Search on inventory search box does not expand folders
changeset: 34154:00b0c5f50a14
date: 2013-06-11 01:59 +0200
user: Nicky
summary: FIRE-9097; Workaround against black borders/rectangles in huge snapshots. Not pretty.
changeset: 34155:d1c81a4803c3
date: 2013-06-10 19:03 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-8234: Show distance from avatar rather than distance from camera in beacon hover text.
changeset: 34156:ff09d4ddcde4
date: 2013-06-11 23:54 +0200
user: Ansariel
summary: FIRE-10600: Added support for new LSL functions and constants in Server RC LeTigre/BlueSteel 13.06.06.277104
changeset: 34157:fe44aef1a509
date: 2013-06-12 09:18 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10604: Remove visible border on the chat prefs tabs
changeset: 34158:be34ee2f16d4
date: 2013-06-12 21:01 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10611 & FIRE-10606 with contributions from Sei Lisa
changeset: 34159:8c161a729e1b
date: 2013-06-12 21:07 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: Fixed loading OSSL keywords twice to the script editor, add to the editor and post editor
changeset: 34160:b01243b9d1c6
date: 2013-06-13 17:05 -0600
user: Cinders cinder.roxley@phoenixviewer.com
summary: FIRE-10620: Fix isInSecondLife() from incorrectly returning true.
changeset: 34161:33c441470b77
date: 2013-06-14 23:59 -0700
user: Tank_Master tank.master@phoenixviewer.com
summary: Add 4th generation Intel GPUs to GPU table
changeset: 34162:2d4a9e0e1849
date: 2013-06-15 13:08 +0200
user: Ansariel
summary: FIRE-10634: Fixed error in GPU table detecting GPUs as Intel Iris Pro Graphics 5200
changeset: 34163:2519d473bfb4
date: 2012-11-05 14:20 +0000
user: Kitty Barnett develop@catznip.com
summary: - fixed : object and property line overlays are shown as red on the mini-map
changeset: 34164:e76135ef78cb 4.4.1.34164 release (Blocked)
date: 2013-06-17 18:52 -0400
user: Nyx Linden nyx@lindenlab.com
summary: SH-4274 FIX Adding RegionHandshakeReply flags for SSA
changeset: 34165:172b2cd1df26
date: 2013-07-01 21:40 +0200
user: Nicky
summary: Branch 4.4.2
changeset: 34166:3f303c53ab1f
date: 2013-07-01 21:42 +0200
user: Nicky
summary: Backout 're-enabled SSA logging for LL SSA test'
changeset: 34167:ad5581d9b114 4.4.2.34167 release
date: 2013-07-01 23:59 +0200
user: Nicky
summary: Merge.