aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Updated llcharacter with some bits from Emerald and SnowGlobeMcCabe Maxsted2010-06-193-10/+48
|
* Applied patch by Armin Weatherwax for #79: move AllowIdleAFK from advanced ↵McCabe Maxsted2010-06-196-36/+14
| | | | to Preferences > General
* fix: leftclick self attachment (without touch) should act like leftclick selfArmin Weatherwax2010-06-191-0/+1
| | | | | leftclick self: moves avatar, same should happen with unscriptet non-hud attachment.
* Rewrote the radar code to fix some basic issuesMcCabe Maxsted2010-06-199-339/+627
| | | | | i.e. avatars stuck as typing, appearing multiple times, or spamming the chat notify (also added a ban button while I was there)
* Make sure we only create menus once per sessionMcCabe Maxsted2010-06-191-1/+7
|
* Fix for the disappearing menu bar bug (#311)McCabe Maxsted2010-06-192-1/+18
|
* Fixed your own name being highlighted in chat historyMcCabe Maxsted2010-06-191-2/+3
|
* Fixed typo in ao templateMcCabe Maxsted2010-06-191-1/+1
|
* OpenCircuit is now UDPBlackListedMcCabe Maxsted2010-06-191-1/+1
|
* Made align planar textures apply when checked, shortened up the labelMcCabe Maxsted2010-06-192-2/+3
| | | | Was accidentally left out of a rebase
* Applied patch for SNOW-586 by Thickbrick Sleaford: Add option to align ↵McCabe Maxsted2010-06-195-2/+233
| | | | | | textures across (planar-mapped, co-planar) faces Was accidentally left out of a rebase
* Clarified the simulator version change chat message with some textMcCabe Maxsted2010-06-192-1/+4
|
* Fixed #180: Grid manager fails to autofill grid info if the port doesn't end ↵McCabe Maxsted2010-06-191-1/+7
| | | | in a backslash
* Differentiate between console and bubble chat opacity sliders in Preferences ↵McCabe Maxsted2010-06-191-4/+4
| | | | > Text Chat
* Applied patch for #315 (mRawImage.notNull() crash) by Robin CorneliusMcCabe Maxsted2010-06-191-0/+5
|
* Added client identification for the Meta7 viewerMcCabe Maxsted2010-06-191-1/+5
|
* Fixed bad indentations and tidied up some spacing in the en-us ↵McCabe Maxsted2010-06-191-6554/+6756
| | | | notifications.xml file
* Fixed llendl to llendl; in llprimitive.cppMcCabe Maxsted2010-06-191-13/+13
|
* Fixed issue with certain sit animations not loadingMcCabe Maxsted2010-06-191-2/+4
|
* fix: crash when sim crashes/disconnectsArmin Weatherwax2010-06-191-0/+3
|
* Add "Use server-side Windlight settings" to Preferences -> Advanced.Tom Grimshaw2010-06-192-0/+6
|
* LightShare: Add proper decoding of the water normal map UUIDTom Grimshaw2010-06-192-2/+27
|
* Added missing 'isOwnedSelf' option to logcontrol.xmlMcCabe Maxsted2010-06-191-0/+1
|
* Use the Imprudence color for your own nametag when client detection enabledMcCabe Maxsted2010-06-191-4/+11
|
* Fixed positioning of (?) button in About LandMcCabe Maxsted2010-06-191-1/+1
|
* Add a --cache command line flag to set cache locationTom Grimshaw2010-06-193-3/+29
|
* Fixed group creation alert showing the price as GROUPCREATEFEEMcCabe Maxsted2010-06-191-1/+0
|
* Changed the default tooltip delay from 0.69 to 1.69McCabe Maxsted2010-06-191-1/+1
| | | | (TODO: fix tooltips so they disappear after they leave their rects)
* Fixed the 'Any Category' combobox in About Land covering the show place in ↵McCabe Maxsted2010-06-191-2/+2
| | | | search label
* Workaround for not being able to set parcel voice settings on OpenSimMcCabe Maxsted2010-06-191-13/+29
|
* Added checkbox in Preferences > Input and Camera to disable the minimum zoom ↵McCabe Maxsted2010-06-194-18/+48
| | | | in distance (DisableMinZoomDist)
* Added some debug lines to llviewermessage for animationsMcCabe Maxsted2010-06-191-1/+5
|
* Updated textures.xml to include the backported alpha/tattoo inventory iconsMcCabe Maxsted2010-06-191-0/+2
|
* Updated artwork archive to include the backported the alpha/tattoo layer filesMcCabe Maxsted2010-06-191-8/+8
|
* Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers (v6)Armin Weatherwax2010-06-1926-439/+960
| | | | | | slviewer-0-v12350-AlphaAndTattooSupport-patch.zip contains the necessary avatar_lad.xml and other artwork. The new avatar_lad.xml crashes clients without alpha and tattoo support at startup.
* Applied patch by Kirstenlee Cinquetti for SNOW-493: ↵McCabe Maxsted2010-06-191-57/+156
| | | | LLDataPackerBinaryBuffer::unpack*() check for buffer overflow, then read buffer regardless
* Updated patch to SNOW-492 (76937222) to Merov Linden's SNOW-492-2.patchMcCabe Maxsted2010-06-191-13/+17
|
* Applied Armin's patch: possible-armbreaker-breaker.diffMcCabe Maxsted2010-06-191-0/+8
|
* Added getZealous to llmorticianMcCabe Maxsted2010-06-192-0/+7
|
* Changed AppearanceForceStand to AppearanceAnimate, made it toggle both ↵McCabe Maxsted2010-06-194-9/+10
| | | | standing up and animating the avatar when editing appearance
* Added button to Preferences > Advanced to reset all preferences (#272)McCabe Maxsted2010-06-196-2/+65
|
* Added 'Reload All' button to the notification console for easier debugging ↵McCabe Maxsted2010-06-193-2/+11
| | | | (reloads notifications.xml)
* Cleaned up the Emerald showlookat patchMcCabe Maxsted2010-06-195-26/+30
|
* Show names above the "look at" beacons. Ported from Emerald, full credit to ↵Tom Grimshaw2010-06-192-1/+46
| | | | them.
* Make "Show Look At" a persistent setting (Ported from Emerald, full credit ↵Tom Grimshaw2010-06-194-5/+16
| | | | due there.)
* Fixed missing Notification Console menu entry from Advanced > ConsolesMcCabe Maxsted2010-06-193-3/+14
|
* Added option Advanced > Rendering > Animate Trees to toggle linden tree swayingMcCabe Maxsted2010-06-191-0/+6
|
* Moved 'Output Debug Minidump' to Advanced > Crash menuMcCabe Maxsted2010-06-191-6/+7
|
* Changed the build math buttons from '?' to labels so they're more discoverableMcCabe Maxsted2010-06-191-7/+7
|
* Fixed #295: spinners in the build tools aren't updating after their contents ↵McCabe Maxsted2010-06-192-15/+28
| | | | are deleted