Source contributions
Jump to navigation
Jump to search
This article is out of date!
This is a list of resident-contributed source code from the 1.23.4 release of the Second Life viewer. For the latest list of contributions, please see the doc/contributions.txt file for the version of the viewer you are interested in.
Able Whitman
- VWR-650 - Patch to Address Debit Permission Spoofing
- VWR-1460 - Can not see permissions of objects in Buy Contents window when item has long name
- VWR-1691 - Cannot add to group without calling cards in inventory
- VWR-1735 - Directly interacting with a muted resident should unmute them
- VWR-1813 - "About Land" and "Buy Land" floaters should display the cost per square meter if the selected parcel is for sale
Adam Marker
- VWR-2755 - duplicate PARCEL_FLAG_RESTRICT_PUSHOBJECT line in keywords.ini
Agathos Frascati
- CT-246 - Missing strings for the Portuguese (Brazilian) viewer, up to version 1.22
- CT-317 - Portuguese update to viewer 1.23
- CT-352 - Viewer 1.23 - 5 supplemental strings
Aimee Trescothick
- VWR-1813 - "About Land" and "Buy Land" floaters should display the cost per square meter if the selected parcel is for sale
- VWR-3321 - "Turn voice off automatically when ending private chat / conference" option
- VWR-3336 - friend glyphs are not different color (yellow) in the minimap
- VWR-3903 - WINDLIGHT: Minimap object and ground layer not alligned
- VWR-4083 - Clicking "Land and L$" tab in group info window crashes viewer
- VWR-6348 - Joystick: Make switch from avatar movement to object manipulation in build mode optional.
- VWR-6358 - Joystick Support: OK and cancel buttons missing from the Joystick Configuration window.
- VWR-6360 - Joystick Support: Partially obeys the Auto Fly option
- VWR-6550 - Joystick Support: Add running to the range of motion available
- VWR-6583 - Turn joystick build mode off by default
- VWR-6482 - Joystick Support: Motion restricted to dominant axis in avatar mode
- VWR-7109 - IM to email unchecks itself for no particular reason
- VWR-7383 - Space Navigator: Avatar falls asleep when using only Space Navigator to navigate
- VWR-8341 - Bring back a UI indicator of 'Flycam' text -- necessary for using the SpaceNavigator
- VWR-8430 - Usability improvements to the land tools floater
- VWR-8482 - Joystick Flycam isn't automatically turned off, and can't be disabled, if user disables the joystick or the "control mode" for flycam
- VWR-9255 - Build fails on mac_updater and mac_crash_logger targets due to info.plist problems
- VWR-11844 - MiniMap - Conversion to XUI, and code clean-up
Alejandro Rosenthal
- VWR-1184 - [Linux VWR] Signal 7 (SIGBUS) Error (caused by libtcmalloc)
Aleric Inglewood
- VWR-10759 - LLMediaImplGStreamer::mediaData is a pointer to an array. Delete with operator [] instead of operator delete.
- VWR-10837 - The destructor of LLImageTGA should delete mColorMap with 'operator delete[]', not 'operator delete'.
Alissa Sabre
- VWR-81 - Non-Latin characters such as Japanese Kanji or Korean Hangul appear as does/lines
- VWR-83 - A typo in program-examined string constant.
- VWR-109 - Characters from fallback fonts don't scale properly
- VWR-157 - incorrect line endings in tar.gz source packages
- VWR-171 - Deployment configuration can't find libares
- VWR-177 - Cut-and-Paste of Non-ASCII characters to old Applications doesn't work well on Windows
- VWR-213 - Calling DestroyWindow with NULL window handle (win32 version)
- VWR-250 - Preedit (composition) strings are shown poorly when typing Japanese text on Windows
- VWR-251 - Keystrokes are eaten by IME when no text input is possible, on Windows using Japanese
- VWR-286 - Misuse of return value from setlocale() on Linux
- VWR-414 - A comment line in llagent.cpp contains garbage byte.
- VWR-415 - Definitions of WM_MOUSEWHEEL and WHEEL_DELTA need conditionals (on Windows)
- VWR-459 - Unicode supplementary characters typed in from keybaord are not handled properly on Windows (and potentially on Linux)
- VWR-606 - Some source files (llprocessor.cpp and llsdserialize_tut.cpp) contain non-ASCII characters
- VWR-652 - A harmless compiler warning in indra.l.cpp
- VWR-738 - SL crashes when loading with a GTK_IM scim module
- VWR-1109 - Some source files in *.zip source distribution contain lines that end with LF only
- VWR-1351 - Violation against the conding standard in llfloaterchat.cpp
- VWR-1353 - Misleading variable names in LLTextEditor
- VWR-1410 - Quirk in net.cpp
- VWR-1843 - Inappropriate default folder name for Make Outfit
- VWR-2116 - Viewer crashes when starting a new Group IM session under Japanese UI
- VWR-2826 - Several problems on handling Japanese input (and possiblly Chinese/Korean also)
- VWR-3290 - Linux scons build script doesn't work with distcc
- VWR-3410 - Chatting in Japanese generates too many typing sounds
- VWR-3857 - Script (LSL) editor shows non Latin 1 characters as square boxes
- VWR-4010 - New search does not accept non ASCII characters
- VWR-5575 - Crash uploading files with non-ASCII characters in path on Linux
- VWR-5929 - Some UI translation texts are ignored because of missing names in XUI files
- VWR-6384 - "xui/en-us/floater_joystick.xml" is not well formed
- VWR-6385 - "xui/en-us/floater_about_land.xml" contains a garbage
- VWR-6386 - Duplicate names in base (en-us) XUI files again
- VWR-6430 - Comment area of "Debug Settings" floater (dialog box) is aligned badly
- VWR-6858 - The HELP panel for Report Abuse window shows its Close button always in English
- VWR-6668 - Inappropriate help text for graphics preferences panel
- VWR-7086 - floater_buy_land.xml still contains messages regarding First Land
- VWR-7087 - Japanese version of "About..." includes a garbage due to an invalid UTF-8 byte sequence in floater_about.xml
- VWR-7153 - An error in en-us version of alerts.xml file makes translation of an <ignore> text of an <alert> impossible
- VWR-7168 - A typo in base (en-us) version of mime_types.xml
- VWR-9190 - cannot copy from SL and paste into some applications in linux
- VWR-10728 - A bug in a new function LLTexUnit::bind(LLImageGL*) in 1.22
Angus Boyd
- VWR-592 - crash in LLTemplateMessageBuilder::addString
Ann Congrejo
- CT-193 - Editing Danish Translations
Argent Stonecutter
- VWR-68 - indra.l: the code to parse constants is too loose.
Asuka Neely
- VWR-3434 - New Feature -> UI -> Whisper
- VWR-8179 - New Feature - Right Click > 'Report Abuse' from Pie Menu on the Avatar
Balp Allen
- VWR-4157 - Failure to compile beta-1.19.0.76838 under Linux
Benja Kepler
- VWR-746 - Incorrect menu item referred to when member of maximum number of groups and a group invite is received
Biancaluce Robbiani
- CT-225 - Italian Viewer Strings Translation: set 1
- CT-226 - Italian Viewer Strings Translation: set 2
- CT-227 - Italian Viewer Strings Translation: set 3
- CT-228 - Italian Viewer Strings Translation: set 4
- CT-229 - Italian Viewer Strings Translation: set 5
- CT-230 - Italian Viewer Strings Translation: set 6
- CT-231 - Italian Viewer Strings Translation: alerts
- CT-321 - Italian update to viewer 1.23
- CT-352 - Viewer 1.23 - 5 supplemental strings
Blakar Ogre
- VWR-418 - Particle burst quality fades
- VWR-881 - 32x32 textures sculptures are incorrectly handled
- VWR-983 - Particles -> Offscreen/hidden particles get extended life -> as of 1.16.x at least.
- VWR-1612 - LLRenderPass::Pushbatch and LLViewerImage::addTextureStats tuning
- VWR-1613 - Overuse of virtual
- VWR-2164 - Particle Alpha transition is done incorrectly
blino Nakamura
- VWR-17 - slviewer does not build with gcc 4
Boroondas Gupte
- VWR-233 - Torn of IM windows should be resizeable
- WEB-262 - wrong link in "Your Letters" of http://secondlife.com/newsletter/2007_07/
Bulli Schumann
- CT-218 - Dutch Viewer Strings Translation: set 1
- CT-219 - Dutch Viewer Strings Translation: set 2
- CT-220 - Dutch Viewer Strings Translation: set 3
- CT-221 - Dutch Viewer Strings Translation: set 4
- CT-222 - Dutch Viewer Strings Translation: set 5
- CT-223 - Dutch Viewer Strings Translation: set 6
- CT-224 - Dutch Viewer Strings Translation: set 7 - ALERTS
- CT-319 - Dutch update to viewer 1.23
- CT-350 - checking the installer strings: dutch
- CT-352 - Viewer 1.23 - 5 supplemental strings
bushing Spatula
- VWR-119 - Zero missing in Sub-unit snap grid. for small fraction like 1/16 and 1/32
- VWR-424 - Crashes shortly after login.
Carjay McGinnis
- VWR-3737 - gstreamer fails to show videos on linux standalone builds
- VWR-4070 - OpenJPEG: LLImageJ2COJ::decodeImpl does not check if requested channel is higher than available
- VWR-4212 - Cannot drop object onto land if group-only object create/object entry is enabled
- VWR-6154 - Decoded audio WAV files have 8 bytes missing at the end (llaudiodecodemgr.cpp)
Catherine Pfeffer
- VWR-1282 - Better error handling when fonts are missing
- VWR-8624 - User-settable default upload permissions
Celierra Darling
- VWR-1274 - LLLineEditor (chat bar, etc.) scrolling off to right is incorrect (skips to end)
- VWR-6975 - Google Summer of Code: Screen-space Ambient Occlusion
Dale Glass
- VWR-120 - Patch for separate color for llOwnerSay
- VWR-560 - Crash in llscrolllistctl.cpp when sorting scroll list
- VWR-2502 - Add mute button to script notices
- VWR-1358 - Physical objects remain red if tools window is closed while holding Alt key
- VWR-2041 - Allow using voice component on another computer
Drewan Keats
- VWR-28 - Client crash in People search with Picks tab
- VWR-248 - Inexplicable folding of Avatars such that they are walking around with their heads up their arses
- VWR-412 - Object editing arrows hidden but clickable on objects you can't edit.
- VWR-638 - Turning off flexible objects in debug menu leads to instability/crashes
- VWR-660 - When turning off Flexible Object rendering, flexible objects become permanently invisible
Dylan Haskell
- VWR-72 - LLOctree crash on gcc4
Dzonatas Sol
- VWR-187 - llpreprocessor.h: implement LL_GNUC & LL_MSVC for ease of compiler differences
- VWR-198 - Missing line of code in source on FFSAVE_WAV
- VWR-777 - indra/llwindow/files.win32.lst: add llkeyboardwin32.cpp, llwindowwin32.cpp
- VWR-878 - indra/llcommon/SConscript: removes dependency on external grep and sed for version information
- VWR-962 - llprocessor.cpp: enable x86 detection for GCC
- VWR-975 - LLCPUInfo: detect best values for cpu and clock frequencies under Linux
- VWR-1061 - lltemplatemessagereader.cpp: standard inclusion at top of source file
- VWR-1062 - llsys.cpp: test between integer and bool always returned true, which caused LLCPUInfo::hasSSE*() to return true
- VWR-1704 - indra/llui/files.lst: delete llhtmlhelp.h entry
- VWR-1705 - indra/lscript/lscript_compile/indra.y: disable compiler warning #4065 for 'switch' statements
- VWR-1729 - indra/lscript/lscript_compile/indra.l: avoid yyunput hack on Windows build
- VWR-1812 - Vectorization: to avoid vwr-1610 single build issues by use of dynamic shared object libraries such as llviewersse2
Eddy Stryker
- VWR-15 - utf16str_to_wstring() crashes in odd circumstances
- VWR-23 - PATCH: Several actions including sitting or delete crash the client
- VWR-1468 - LoginPacketNeverReceived dialog text is incorrect
- VWR-1475 - OpenJPEG always uploads single layer lossless images
EponymousDylan Ra
- VWR-1289 - On logging in, sound volume for stream is low, despite the actual setting in the music control
- VWR-1465 - Viewer crash after taking several hi-res snapshots
Eva Nowicka
Farallon Greyskin
- VWR-2036 - Build tools floater does not remember its position on restart
Feep Larsson
- VWR-447 - Allow minimized windows to be repositioned in client
- VWR-1314 - Multiple selection then individual deselection of attachments broken
- VWR-4444 - Windows cmake configuration fails to find DirectX SDK from DXSDK_DIR env variable
Flemming Congrejo
Fluf Fredriksson
- VWR-3450 - Font size increases after clicking "Apply" in preferences - Fix described in comments.
Fremont Cunningham
- VWR-1147 - A patch set is provided to add an optional 'Confirm Exit' pop-up window for most user client exit methods. Prevents the 'Accidental Quit'.
Geneko Nemeth
- CT-117 - Simplified Chinese Full XUI localization
- VWR-11069 - Installer displays "China" in language selection
Gigs Taggart
- SVC-493 - Objects with "Linden" in their name can't be muted
- VWR-6 - Poor warning message when message template not found
- VWR-38 - Magic Opening Folders
- VWR-71 - Tabulating and moving by word (ctrl-right) off-by-one errors in scripting editor.
- VWR-101 - Get rid of "Return All"
- VWR-166 - moving of open folders in the inventory to an other indentation level leaves the contents on the previous level
- VWR-234 - Incorrect notice on land buy floater
- VWR-315 - Script text loading twice
- VWR-326 - Allow a "limit texture recieving" in the client
- VWR-442 - No warning when inviting a new owner
- VWR-493 - Statistics bar, Packet Loss: % sign is doubled
- VWR-1203 - Avatars eyes are constantly crossing in 1.17
- VWR-1217 - Built-in avatar animations stop suddenly, rather than fading out. (jerky head movement)
- VWR-1434 - Null pointer crash when terraforming
- VWR-1987 - Segfault on startup if audio doesn't initialize.
- VWR-2065 - Custom Snapshot setting do not save for next Snapshot
- VWR-2491 - Save snapshot should save in PNG, BMP, or JPEG
- VWR-2502 - Add mute button to script notices
- VWR-2331 - Terraform tool variable "strength"
- VWR-8781 - Chatbar does not properly remove gesture observer
Ginko Bayliss
- VWR-4 - LLFont doesn't initialise mFTFace if font loading fails.
Grazer Kline
- VWR-1092 - Disable mouse hover text on HUDs, since it always only shows the owner's name and generally gets in the way of HUD functionality.
- VWR-2113 - Mac Auto Updater "hides", giving appearance of failing
Gudmund Shepherd
Hamncheese Omlet
- VWR-333 - "Unable to load gesture." or "Gesture is missing from database." on login
HappySmurf Papp
- CT-193 - Editing Danish Translations
Henri Beauchamp
- VWR-1320 - Full Linux crash by mouse movement + cursor change with fglrx drivers for ATI graphics
- VWR-1406 - Unchecking "Go Away/AFK when idle" has no effect in 1.17.2.0, and 1.18.6.0
- VWR-4157 - Failure to compile beta-1.19.0.76838 under Linux
Hikkoshi Sakai
- VWR-429 - enable_FMOD request
Hiro Sommambulist
- VWR-66 - segfault on decoding images of clothing
- VWR-67 - Invalid memory allocation
- VWR-97 - Several iterator bugs in llmessage
- VWR-100 - Messages form OpenJPEG only in debug mode
- VWR-105 - SConstruct improvements
- VWR-118 - Incorrect NULL pointer check
- VWR-132 - seg fault in lldrawpool.cpp
- VWR-136 - Seg fault in llpolymorph.cpp
- VWR-143 - Compiler errors in llwebbrowserctrl.h
Hoze Menges
- VWR-255 - Compile with gcc4
Ian Kas
Irene Muni
Iskar Ariantho
- VWR-1223 - Camera Controls keyboard shortcuts broke
- VWR-11759 - SVN-108641 Linux stopped playing streams
Jacek Antonelli
- VWR-165 - First Digit in the "Pay" dialog does not erase without entering more digits
- VWR-188 - Patch: Refactor options handling in SConstruct
- VWR-427 - Added new menu item: Tools > Edit Linked Parts
- VWR-597 - Abuse report tool should autofill abuser name when reporting an object
- VWR-2054 - Several scripting tooltips could be improved
- VWR-2448 - Snapshot Preview tool should respect 'Quiet Snapshots to Disk'
- VWR-3605 - Object group display not properly set for no-group objects
JB Kraft
- VWR-5283 - Line number gutter for script editor
- VWR-7802 - Save texture does not use texture name for default file name
Joghert LeSabre
- VWR-64 - Build button in toolbar doesn't get enabled on land where "Create Objects" is set to group, even when avatar is in the correct group.
Kage Pixel
- VWR-11 - Project will not compile if placed in directory with spaces.
Ken March
- CT-245 - Missing strings for Chinese Viewer up to version 1.22
Kerutsen Sellery
- VWR-1350 - Color settings do not appear to be applied to LSL default text
Khyota Wulluf
- VWR-9256 - Compiling 1.21 standalone without llmozlib fails.
Kunnis Basiat
Lisa Lowe
- CT-218 - Dutch Viewer Strings Translation: set 1
- CT-219 - Dutch Viewer Strings Translation: set 2
- CT-220 - Dutch Viewer Strings Translation: set 3
- CT-221 - Dutch Viewer Strings Translation: set 4
- CT-222 - Dutch Viewer Strings Translation: set 5
- CT-223 - Dutch Viewer Strings Translation: set 6
- CT-224 - Dutch Viewer Strings Translation: set 7 - ALERTS
- CT-319 - Dutch update to viewer 1.23
Lockhart Cordoso
- VWR-108 - Crashes during "Downloading Clothing"
maciek marksman
- CT-86 - Polish translation of the Viewer (Polska Wersja Second Life) / User Inference
Magnus Balczo
- CT-138 - Polish translation updates for viewer 1.23 (Polska Wersja Second Life)
Malwina Dollinger
- CT-138 - Polish translation updates for viewer 1.23 (Polska Wersja Second Life)
march Korda
- SVC-1020 - New search does not accept Japanese inputs
Matthew Dowd
- VWR-1344 - Reverse order of popups, so that new ones appear underneath existing ones rather than on top.
- VWR-1651 - Add ability to open a partners profile whilst viewing an avatar's profile
- VWR-1736 - Add a Invite to Group option to the Avatar Pie Menu
- VWR-1737 - Opening the Invite dialog before group information has completed downloading in the Group Information dialog results in empty role drop down box.
- VWR-1761 - Group Invite Suggestion--add 'view group info' to invite dialog box
- VWR-2681 - Populate the Resident Chooser list with avatars within chat distance
McCabe Maxsted
- VWR-1318 - Selecting Cancel while saving a snapshot to disk still triggers snapshot gesture
- VWR-4065 - Clarify non ability to hide owner role from group members list
- VWR-4826 - Add an "Ignore" button to friendship requests to keep online status private
- VWR-7827 - Allow Dimple/Profile Cut for boxes and box-based prims in the UI
- VWR-7877 - Change the default cut increment from 0.05 to 0.025
- VWR-7893 - Create a 'classic' skin for Viewer
- VWR-8080 - Improved attachment pie menu for prim-based avatars
- VWR-8689 - Change the location of "Mute" in the pie menu
- VWR-9007 - Group role tab and invite window use "Person" instead of "Resident'
Michelle2 Zenovka
- VWR-2652 - Changes needed to compile viewer against lastest libopenjpeg2000
- VWR-2662 - OpenAL support
- VWR-2834 - Builds fail on 1.18.4.0 with no mozlib
- VWR-3749 - Windlight linkage fails on standalone build due to no boost_regex linkage
- VWR-4022 - Improve image upload robustness
- VWR-4331 - Implement Wind Noise with OpenAL
- VWR-4506 - Implement a unix make install target
- VWR-4981 - Windlight environment settings save in the wrong location
- VWR-5082 - 'Set permissions on selected task inventory' feature, similar to 'recompile all scripts in object', in Tools tab.
- VWR-5659 - Implement audio streaming via gstreamer
- VWR-7831 - 1.20.10 fails to compile with gcc 4.1
- VWR-8889 - Implement ability to rename binary from cmake builds
- VWR-8310 - Cannot teleport from landmark - broken LLMsgVarData::addData()
- VWR-9499 - Cmake fails to find DBus librarys during compile.
Mm Alder
- VWR-3777 - memory leak: LLVoiceVisualizer instances are immortal
- VWR-4794 - Babble loop for voice visualization
- VWR-13578 - Show XUI Names is broken
Mr Greggan
- VWR-445 - A minimize button on the inventory list
Nicholaz Beresford
- VWR-132 - seg fault in lldrawpool.cpp
- VWR-176 - Viewer Crash "Microsoft C++ visual library - buffer overrun error" when handing server packet from "Save object back to object contents" problem and other "invalid packet received" situations
- VWR-193 - Please make the stupid electric lines toggleable.
- VWR-349 - Change keyboard shortcuts, because entering { [ ] } on German and some other international keyboards (AltGr 7, 8, 9, 0) triggers Rendering Features accelerators Ctrl-Alt-7, 8, 9, 0 (previously resulting in unstable viewer)
- VWR-353 - Rebake command - add a keyboard shortcut and put in tools menu
- VWR-364 - Viewer memory leak (over several hours) (libcurl)
- VWR-374 - Attachments sometimes move to the centre of the body after region cross/teleport
- VWR-546 - Using inspect interfers with mouse usage.
- VWR-691 - Avatar changing into AFK mode suddenly
- VWR-727 - Torn-off IM windows should be minimizable
- VWR-793 - llviewerpartsim.cpp: potential memory leaks
- VWR-794 - llviewerpartsim.cpp: potential memory leaks
- VWR-802 - small memory leak in llmessageconfig.cpp
- VWR-803 - small memory leak in llcallingcard.cpp
- VWR-804 - Quirk in llviewerwindow.cpp
- VWR-805 - LLCurl not properly cleaned up
- VWR-807 - Forgets to delete gToolInspect in lltoolmgr.cpp
- VWR-808 - Incorrect cleanup in message.cpp
- VWR-809 - Destructor fails to clean up global menus in llviewermenu.cpp
- VWR-810 - Destructor forgets to delete mFloaterContros member in llui/llview.cpp
- VWR-823 - Two unintialized variables in lltexturefetch.cpp
- VWR-849 - LLerror.cpp does not clean up global objects
- VWR-856 - llvfs.cpp: possible loss of memory blocks in LLVFS:audit()
- VWR-865 - Tiny possible memory leak in llviewerpartsource.cpp
- VWR-869 - Possible hard-loop (endless, viewer-hang) in script editor
- VWR-870 - Memory violation through uninitialized variable (invisible or unrendered flexis)
- VWR-871 - More bad f00d: Two minor (or inconsequential) misses of initializing object members
- VWR-873 - Dead members "eVertexDataMask;" in various objects
- VWR-908 - Various memory leaks in the group dialog
- VWR-966 - Minor memory leak in llfloaterpreferences.cpp and a tiny leak in llstatup.cpp
- VWR-1105 - Set internal limit of particle count to max value from GUI preferences.
- VWR-1221 - Possible crash in llfloaterland.cpp / line 1556
- VWR-1230 - Text highlighting in Chat History window is cancelled when history scrolls
- VWR-1270 - Script error window keeps reverting to a very small size
- VWR-1294 - Threads not always allowed to run out/clean up at end of program
- VWR-1296 - Minor memory leak in lltexturecache.cpp
- VWR-1354 - Possible crash in lldrawpool
- VWR-1410 - Quirk in net.cpp
- VWR-1418 - Progressive memory consumption (leak) since 1.17.1
- VWR-1436 - Possible crash when ending program (and probably through runtime on laggy conditions) when destroying LLEventPoll
- VWR-1453 - A few old-school changes for llviewerregion.cpp
- VWR-1455 - Various source cleanup patches
- VWR-1470 - Buttons (IM, Teleport, Profile, ...) in friends list are disabled when opening friends list window
- VWR-1471 - Inspect (Pie menu > More > More > Inspect) shows nothing on first use when "only select own objects" is enabled
- VWR-1566 - An attempt to fix the glDrawRangeElements crashes (refcount LLDrawInfo )
- VWR-1578 - Two quirks in IM regarding "xxxx is typing"
- VWR-1626 - Patch to avoid IM window from resizing when sessions open or close
- VWR-1646 - Possible crash when login server is unavailable.
- VWR-1655 - Script Warnings/errors window is hard to resize, resets size after closing tabs.
- VWR-1698 - More compact rewrite of code regarding parcel flags in llviewerregion
- VWR-1706 - Minor quirk (and cleanup) in llfloater.cpp
- VWR-1721 - GUI quirk in groups
- VWR-1723 - Possible crash in llvopartgroup
- VWR-1732 - Pressing Enter, with multiple inventory objects selected, crashes viewer
- VWR-1754 - Cosmetic issue: unclutter notification/confirmation about items given
- VWR-1769 - Memory bubble, clearning the keyframedata cache
- VWR-1808 - Possible crash in llviewerobjectlist
- VWR-1826 - Inventory double click: Landmarks -> Teleport
- VWR-1861 - Renaming items in inventory folders does not update item sort order
- VWR-1872 - An attempt to fix the "empty inventory trash" crashes
- VWR-1968 - Possible crash in llmultigesture.cpp
- VWR-2046 - Focus is sent to menu/money/notification window
- VWR-2142 - Parcel voice icon doesn't reflect disabled status if voice isn't used
- VWR-2152 - Possible crash in llviewerobjectlist
- VWR-2614 - gActiveChannelSpeakerMgr not deleted at end of program in viewer.cpp
- VWR-2411 - Possible crash in pipeline.cpp
- VWR-2412 - Possible crash drawpoolwater
- VWR-2682 - Possible crash accessing dead cubemap
- VWR-2684 - Minor leak in floaters using layoutstacks
Nounouch Hapmouche
- VWR-238 - Permissions of Roles and Rights messed up in all translations of official skin
Patric Mills
- VWR-2645 - Source typo RELEASE_FOR_DOWNLOAD should be LL_RELEASE_FOR_DOWNLOAD ?
Paul Churchill
- VWR-20 - IMs of type IM_BUSY_AUTO_RESPONSE ignore mute
- VWR-493 - Statistics bar, Packet Loss: % sign is doubled
- VWR-749 - Bandwidth indicator: Kbps, should not have capital k
- VWR-1567 - Change the default item name for "snapshot to inventory" to something more usefull than "snapshot"
- VWR-1647 - "Show end of last IM conversation" in Preferences/Communication automatically remains checked after OK-ing unchecked
- VWR-1880 - Modify "Ctrl-F" to call Search/Replace Dialog when invoked inside Script Window
- VWR-2072 - New Feature -> UI -> IM -> Teleport (other person) Button
Paula Innis
- VWR-30 - window (floater) minimization overlaying - Patch
- VWR-293 - Deleting a selected object causes crash in FL 1.13.3.59558
- VWR-1049 - Trivial sizeof() miscalculatuion results in incomplete copying of CPU Brand ID string in CProcessor::AnalyzeAMDProcessor()
- VWR-1562 - llassert(mNumDescendantsSelected >= 0) with crash and loop. (Debug build)
Peekay Semyorka
- VWR-7 - "Buy Land..." pie menu item broken
- VWR-19 - "World -> Buy Land..." menu failures
- VWR-49 - Buy Dialog Displays incorrect Prim Count when using prim multipliers
- VWR-79 - PNG image support submission
Peter Lameth
- VWR-7331 - llMapDestination can't TP to Skybox over 1000 meters, which was made possible in 1.20
Pf Shan
- CT-225 - Italian Viewer Strings Translation: set 1
- CT-226 - Italian Viewer Strings Translation: set 2
- CT-227 - Italian Viewer Strings Translation: set 3
- CT-228 - Italian Viewer Strings Translation: set 4
- CT-229 - Italian Viewer Strings Translation: set 5
- CT-230 - Italian Viewer Strings Translation: set 6
- CT-231 - Italian Viewer Strings Translation: alerts
- CT-321 - Italian update to viewer 1.23
princess niven
- VWR-5733 - Hungarian language pack is ready for downloading
- CT-85 - Hungarian translations for remaining strings & phrases - version 1.22
- CT-320 - Hungarian update to viewer 1.23
- CT-352 - Viewer 1.23 - 5 supplemental strings
Renault Clio
- VWR-1976 - Solaris' fprintf segfaults on NULL arguments
Ringo Tuxing
- CT-225 - Italian Viewer Strings Translation: set 1
- CT-226 - Italian Viewer Strings Translation: set 2
- CT-227 - Italian Viewer Strings Translation: set 3
- CT-228 - Italian Viewer Strings Translation: set 4
- CT-229 - Italian Viewer Strings Translation: set 5
- CT-230 - Italian Viewer Strings Translation: set 6
- CT-231 - Italian Viewer Strings Translation: alerts
- CT-321 - Italian update to viewer 1.23
Robin Cornelius
- VWR-2488 - Standalone build is almost, but not quite there.
- VWR-9557 - a standalone build fails on Fedora with NVIDIA graphics driver: 'glActiveTextureARB' was not declared in this scope
Ryozu Kojima
- VWR-53 - Inconsistency in order of AV texture layers between the upper body, lower body, and head
- VWR-287 - Inconsistent behaviour between agent_slide_left / agent_slide_right, and the rest of the movement functions.
Salahzar Stenvaag
- CT-225 - Italian Viewer Strings Translation: set 1
- CT-226 - Italian Viewer Strings Translation: set 2
- CT-227 - Italian Viewer Strings Translation: set 3
- CT-228 - Italian Viewer Strings Translation: set 4
- CT-229 - Italian Viewer Strings Translation: set 5
- CT-230 - Italian Viewer Strings Translation: set 6
- CT-231 - Italian Viewer Strings Translation: alerts
- CT-321 - Italian update to viewer 1.23
Sammy Frederix
- VWR-6186 - Second Life is leaking Objective-C objects at startup
Scrippy Scofield
- VWR-3748 - Builds fail on 1.18.6 RC if not using MOZLIB due to missing #if LL_LIBXUL_ENABLED in 3 places in indra/newview/llpanellogin.cpp
Seg Baphomet
- VWR-1475 - OpenJPEG always uploads single layer lossless images
- VWR-1525 - "Standalone" build does not actually work
- VWR-1585 - gcc 4 build failure: llstatusbar.h:130: error: extra qualification 'LLStatusBar::' on member 'MAX_DATE_STRING_LENGTH
- VWR-1586 - Mismatched delete in llviewerparcelmgr.cpp
- VWR-2662 - OpenAL support
- VWR-3206 - OpenJPEG svn478 causes slviewer to crash
- VWR-2488 - Standalone build is almost, but not quite there.
Sergen Davies
- CT-225 - Italian Viewer Strings Translation: set 1
- CT-226 - Italian Viewer Strings Translation: set 2
- CT-227 - Italian Viewer Strings Translation: set 3
- CT-228 - Italian Viewer Strings Translation: set 4
- CT-229 - Italian Viewer Strings Translation: set 5
- CT-230 - Italian Viewer Strings Translation: set 6
- CT-231 - Italian Viewer Strings Translation: alerts
- CT-321 - Italian update to viewer 1.23
SignpostMarv Martin
- VWR-153 - Group window needs increasing, and resize to be enabled.
- VWR-154 - typo in en-US/floater_mute.xml "Resident" not "resident"
- VWR-155 - typo in en-US/floater_mute.xml "Resident" not "Person"
- VWR-218 - SConstruct script makes many assumptions that are invalid outside LL
- VWR-373 - Land Holdings (World > My Land) group area is ridiculously small
- VWR-8357 - World map region text input not limited to 63 characters
Simon Nolan
- VWR-409 - New Feature -> UI -> Dialog -> Buy Copy/Contents -> Default Action -> Cancel
SpacedOut Frye
- VWR-34 - patch for correct 64 bit new allocation
- VWR-45 - trivial patch, initialize variables
- VWR-57 - trivial patch, initialize variables LLToolDragAndDrop
- VWR-94 - Buffer overflow in decoding image.
- VWR-113 - bad getMetadata return code
- VWR-121 - lltexturecache.cpp mismatched new[] delete
- VWR-123 - OpenJPEG meta decode, Second Life patches
- VWR-130 - llimagejpeg.h remove jinclude.h
- VWR-1823 - Bad typecast for 64 bit systems, llagent llfloatercustomize
Sporked Friis
- VWR-4903 - Show avatar's name in the "Eject" and "Freeze" confirmation screens
Stevex Janus
- VWR-1182 - Remove LL_USE_KDU define which is no longer used from SConstruct
Still Defiant
- VWR-207 - [EDIT] Buggy condition statement appears to cause texture related bug side effects on systems with > ~2GB RAM
- VWR-227 - If a Find/Search returns no results, the results list is still focused and an attempt is made to select the first result anyway.
- VWR-446 - Automatically start renaming new user-created assets and automatically select new user-created folders
Strife Onizuka
- SVC-9 - run_jumpif, run_jumpnif do not properly handle lists
- VWR-14 - Inconsistancy with reading binary data in llpolymesh.cpp
- VWR-74 - Typo in script tooltip, shows wrong text
- VWR-85 - lsa_cmp_lists, memory leak
- VWR-148 - llListStatistics tooltip wrong
- WEB-164 - Horizontal scroll bar fix (css)
- VWR-183 - LSO: LLScriptConstantString bug in LSCP_EMIT_ASSEMBLY mode ouputs invalid assembly
- VWR-2265 - LSL Constant Typo: OBJECT_UNKOWN_DETAIL should be OBJECT_UNKNOWN_DETAIL
- VWR-4111 - Unupdated constant in llparcelflags.h
TBBle Kurosawa
- VWR-938 - ELFIO is technically optional, make this easy to capitalise on
- VWR-941 - Reading length data for a four-byte Variable template message misstores the length
- VWR-942 - logRanOffEndOfPacket is too terse when it logs packet data, add some more info
- VWR-944 - Boost inclusion is inconsistent
- VWR-945 - htonmemcpy doesn't get the LL_BIG_ENDIAN macro, so fails on big-endian architectures
- VWR-1891 - Detect a Debian bulid-host, as is done for Fedora
- VWR-1892 - Use pkgconfig for more libraries in the standalone build
Teardrops Fall
- VWR-5366 - Dragging Custom Color to Color Swatch Overriden by grab/move dialog action
tenebrous pau
- VWR-247 - Viewer generates undesired dialog when IM comes in while minimized
Tharax Ferraris
- VWR-605 - Include the SL date & day with the time
Thickbrick Sleaford
- VWR-7109 - IM to email unchecks itself for no particular reason
Thraxis Epsilon
- SVC-371 - Fix the legibility and grammar/consistency of the new llOwnerSay implementation
- VWR-383 - Logging Chat to Disk does not include timestamps
tiamat bingyi
- CT-246 - Missing strings for the Portuguese (Brazilian) viewer, up to version 1.22
TraductoresAnonimos Alter
- CT-324 - Spanish update to viewer 1.23
Tue Torok
- CT-68 - Translation Help & Status
- CT-69 - Danish Translation Part 1
- CT-70 - Danish Translation Part 2
- CT-72 - Danish Translation Part 4
- CT-73 - Danish Translation Part 5
- CT-74 - Danish Translation Part 6
Vadim Bigbear
- VWR-2681 - Populate the Resident Chooser list with avatars within chat distance
Vixen Heron
Whoops Babii
- VWR-631 - need Second Life Viewer compiled under Solaris x86 and SPARC
- VWR-1640 - login retires cause LLFrameStatView::setup() to seg fault
- VWR-3340 - Login State change should display the definition and not the code itself
- VWR-4800 - Solaris port - Use Solaris kstats when running on Solaris
- VWR-4802 - Solaris port - add definitions for stricmp and strnicmp
- VWR-4804 - Solaris port - Add necessary includes to llsys.h
- VWR-4805 - Solaris port - add LL_SOLARIS to #if in lltimer.h
- VWR-4806 - Solaris port - patch llvfs changes
- VWR-4808 - Solaris port - patch featuretable_solaris.txt
- VWR-4809 - Solaris port - patch llappviewer.cpp
- VWR-4811 - Solaris port - add LL_SOLARIS to #if in llfilepicker.cpp
- VWR-4815 - Solaris port - add Solaris specific platform to llfloaterreporter.cpp
- VWR-4816 - Solaris port - add Solaris platform info to llstartup.cpp
- VWR-4818 - Solaris port - add LL_SOLARIS to linux #if in llxmlrpctransaction.cpp
- VWR-5659 - Implement audio streaming via gstreamer
- VWR-8291 - llgl patches for Solaris
- VWR-8292 - Solaris Port - llwindowsdl patch
- VWR-8293 - Solaris Port - llcommon/lltimer.h patch
- VWR-8294 - Solaris Port - llcommon/llmemory patch
- VWR-8295 - Solaris Port - llpreprocessor.h patch
- VWR-8296 - Solaris Port - newview/lldirpicker[.h/.cpp] patches
- VWR-8297 - Solaris Port - newview/llviewermedia.cpp patch
- VWR-8298 - Solaris Port - newview/llvoiceclient.cpp patch
Wilton Lundquist
- VWR-7682 - Typo - Teleport Failure Dialog
Zarkonnen Decosta
- VWR-253 - Building slviewer-src-FL-1.13.3.59315 fails in linux_crash_logger
Zi Ree
- VWR-423 - Selecting group charter text causes Apply/Ignore/Cancel popup even if the text wasn't changed
- VWR-671 - Line editor history for recalling previously typed lines
- VWR-682 - Text Editors should try and preserve X cursor position
- VWR-684 - German Translation of the Viewer inaccurate/dangerously wrong (corrections in patch)
- VWR-9127 - Delete key does not function when editing text in teleport, friendship offers, etc.
- VWR-1140 - About Land floater is not resizable, ban and access lists too small