aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 1.3.0 beta 1.Jacek Antonelli2010-02-273-5/+5
|
* Fixed Import/Export/Make Outfit button positions (#215).Jacek Antonelli2010-02-271-12/+21
|
* Some changes to help linux64.Armin Weatherwax2010-02-271-1/+2
| | | | | | | * Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14).
* Added custom search URL in Preferences > Web.Armin Weatherwax2010-02-273-0/+50
|
* Disabled spammy messages about WebFetchInventoryDescendents.Jacek Antonelli2010-02-261-1/+2
|
* Rebranded new notifications system for all languages.Jacek Antonelli2010-02-2617-715/+747
| | | | | | Changed "Second Life" to "Imprudence", etc. Some URLs and SL-specific things have not been rebranded. Added foundation for dynamically rebranding grid names later.
* Fixed a rare crash from textures with too many components.Armin Weatherwax2010-02-221-1/+1
| | | | Only seen in lbsa plaza on OSGrid, so far.
* Fixed an error at shutdown (gSavedSettings.cleanup).Armin Weatherwax2010-02-221-1/+3
|
* Fixed Linux file picker not showing WAV files.Armin Weatherwax2010-02-221-2/+7
|
* Fixed #197: Windlight toolbar can't be hidden.Jacek Antonelli2010-02-182-3/+4
|
* Fixed #184: Previewing notecards resets camera.Armin Weatherwax2010-02-181-2/+0
|
* Fixed #155: Double clicking your avatar triggers a TP request.Armin Weatherwax2010-02-181-5/+30
|
* Added missing "Set Default Permissions" menu entry. (#202)Jacek Antonelli2010-02-181-0/+4
| | | | This was accidentally left out during the SL 1.23 merge.
* SNOW-488: Malformed animation crash.Jacek Antonelli2010-02-181-1/+1
| | | | Patch by Robin Cornelius.
* Ported some minor rendering engine changes from Snowglobe.Jacek Antonelli2010-02-167-55/+51
|
* Ported some stats and texture console changes from Snowglobe.Jacek Antonelli2010-02-166-56/+508
|
* Ported many texture engine changes from Snowglobe.Jacek Antonelli2010-02-1675-1588/+3323
|
* Ported many APR changes from Snowglobe.Jacek Antonelli2010-02-086-56/+43
|
* Fixed login screen only allowing 16 chars per name.Jacek Antonelli2010-02-071-4/+4
|
* Added SliderScrollWheelMultiplier setting.Jacek Antonelli2010-02-043-0/+23
| | | | | | | Affects the direction sliders move from mouse scroll wheel. Also added LLSlider::getScrollWheelMultiplier() and LLSlider::setScrollWheelMultiplier().
* Removed pixbuf and pango from linux32 viewer_manifest.Armin Weatherwax2010-02-031-5/+5
| | | | | | They sometimes cause trouble when distributed. (Cherry-picked by Jacek from 9efbb42c)
* Merged in 'paymessage' branch.Jacek Antonelli2010-02-0331-647/+658
|\ | | | | | | | | Custom message in Pay Resident floater, and XUI cleanup. (SNOW-436, formerly VWR-9597)
| * Improved "Pay Object" floater layout and XML.Jacek Antonelli2010-02-0216-379/+382
| |
| * Improved "Pay Resident" floater layout and XML.Jacek Antonelli2010-01-3116-275/+236
| |
| * Implemented VWR-9597 (optional message when paying someone).Jacek Antonelli2010-01-042-2/+25
| |
| * Tidied up floater_pay.xml code and UI layout.Jacek Antonelli2010-01-042-48/+72
| |
* | Merge remote branch 'mccabe/next' into nextJacek Antonelli2010-01-2645-3083/+802
|\ \
| * | Fixed crash due to missing FloaterHtmlRect settingMcCabe Maxsted2010-01-201-0/+16
| | |
| * | Removed unnecessary xui files from silver skinMcCabe Maxsted2010-01-1410-2833/+2
| | |
| * | Applied patch for VWR-14267 by Aimee Trescothick: Clicking send in an IM ↵McCabe Maxsted2010-01-141-0/+2
| | | | | | | | | | | | window does not add the sent text to the line editor history
| * | Created drop-down Profile button in IM windowMcCabe Maxsted2010-01-1318-195/+254
| | |
| * | Fixed remember password checkboxMcCabe Maxsted2010-01-111-1/+1
| | |
| * | Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵McCabe Maxsted2010-01-093-38/+98
| | | | | | | | | | | | install script only works manually)
| * | Fixed options missing from Text Chat and Input & Camera preferences (see ↵McCabe Maxsted2010-01-083-10/+33
| | | | | | | | | | | | VWR-13120)
| * | Applied SNOW-378: debug setting to compile inventory scripts in MonoMcCabe Maxsted2010-01-082-1/+19
| | |
| * | Merge branch '1.3.0-clienttags' into nextMcCabe Maxsted2010-01-049-5/+377
| |\ \ | | |/ | |/|
| | * remove FIXME reminders from fixed issuesArmin Weatherwax2010-01-011-10/+3
| | | | | | | | | | | | modified: linden/indra/newview/llvoavatar.cpp
| | * Merge commit '76dd2a2c2395e50fd31' into nextMcCabe Maxsted2010-01-0110-6/+398
| | |\
| | | * Merge branch 'mimikry' into nextArmin Weatherwax2009-12-299-5/+384
| | | |\
| | | | * added our own website to fetch the client listArmin Weatherwax2009-12-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
| | | | * added our uuidArmin Weatherwax2009-12-021-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/newview/llvoavatar.cpp
| | | | * Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax2009-12-019-5/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
| | | | * commented out some cmake code that completely breaks distributed builds on ↵Patrick Sapinski2009-12-011-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows, doesn't affect other builds, seems to do nothing, and was commented out on MK years ago :) Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
| | | | * don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax2009-11-301-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
| | | * | Merge branch 'next' of git://github.com/jacek/imprudence into nextArmin Weatherwax2009-12-1315-5/+45
| | | |\ \
| | | * | | don't let the voice client spam about ParcelVoiceInfoRequest capability ↵Armin Weatherwax2009-12-131-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (SNOW-66 fix by me + SNOW-250 fix by Pixel Gausman and Aleric Inglewood ) modified: linden/indra/newview/llvoiceclient.cpp
* | | | | | Improved how opacity is displayed in color swatches.Kakurady2010-01-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
* | | | | | Merged bug fixes by Mm Alder and Admiral Admiral.Jacek Antonelli2010-01-2622-16/+123
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SNOW-376 Clean up handling of the maximum length of chat messagesMm Alder2010-01-033-4/+8
| | | | | |
| * | | | | VWR-4232 Some particles don't disappear when UI is hiddenMm Alder2010-01-037-5/+53
| | | | | |