aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-17fix llerrs crash "Vertex buffer destroyed while mapped!"Armin Weatherwax1-1/+1
2011-05-14Bumped version to 1.3.2.Jacek Antonelli4-8/+8
2011-05-14Package both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790)Jacek Antonelli1-0/+1
The viewer binary links against libz.so, but libvivoxsdk.so and some other libraries link against libz.so.1. (cherry picked from commit 74d6849a9730941839f00c1ec2b640958fd61cc9)
2011-05-13VWR-25479: Avatar physics causing broken shapes on other viewers.Jacek Antonelli1-7/+1
Patch by Seraph Linden.
2011-05-13Fixed vivox license appearing on other grids rather than specifically on ↵McCabe Maxsted1-1/+3
second life login when voice is enabled. (Partial cherry pick from commit a0902a050cc713f742990a09d2a610d4c135b7c7)
2011-05-13Fixed the Vivox license prompt appearing when connecting to non-SL grids on ↵McCabe Maxsted1-1/+2
startup (cherry picked from commit cea604cda04d783b989498055102674170864b5c)
2011-05-13fix: voice always on, even if told not to beArmin Weatherwax1-1/+3
introduced by 56bf45f >_> (cherry picked from commit 8f92d7925f2ba9259a6597c80584b09e023902da)
2011-05-13fix voice doesn't kick in.Armin Weatherwax1-12/+10
also fixed some LL_INFOS that should be LL_WARNS in the voice client. (cherry picked from commit 56bf45f3493689b5eb60cf99580adf11d6b02508)
2011-02-24Added a "news bar" at the bottom of the login screen.Jacek Antonelli4-21/+112
The web page to load is defined by the setting "NewsBarURL". Default is "http://app.kokuaviewer.org/news/", which will display links to the latest Imprudence/Kokua blog posts, etc.
2011-02-22gio-2.0 is not used on Mac.Jacek Antonelli1-1/+0
2011-02-22Improved warning message about SL statistics packet.Jacek Antonelli2-15/+13
2011-02-22Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli10-17/+17
2011-02-22Updated default_grids.xml from current online grids list.Jacek Antonelli1-30/+17
2011-02-22Removed getvoice.sh for Linux. It's no longer needed.Jacek Antonelli2-35/+0
(cherry-picked from commit fff44ef5ad556464a41c160ac6031c67ef40cb63)
2011-02-22Applied patch by Ansariel Hiller for #675: Keywords update to reflect ↵McCabe Maxsted1-1/+3
changes to llSensor LSL function (Partial cherry-pick of commit d13d991d2d29bd3d0cc9a0d4e5480a0705681d06)
2011-02-22re-enable statistics packet for SL, firstuse warn about itArmin Weatherwax7-21/+122
(cherry picked from commit 282cb19508dcd38039454dfe71d23bb042fe376c)
2011-01-17IMP-429: Link against prebuilt libraries / always use gtk-related system ↵Aleric Inglewood3-14/+20
libs (linux) (cherry picked from commit a3cffd06a0e7aa92e1b6c28e7bad655b7085296c)
2011-01-17Better format for channel/version string.Jacek Antonelli1-29/+18
Before, it was "Imprudence #.#.# / Second Life #.#.#.#". Now, it's just "Imprudence #.#.#".
2011-01-14postfix: new maximum number of groups in SL.Armin Weatherwax2-1/+9
2010-11-04Bumped version to 1.3.1.Jacek Antonelli4-6/+6
2010-11-04Fixed Windows compile error in impprefsfonts.cpp (unsafe mix of type 'bool' ↵McCabe Maxsted1-1/+1
and type 'BOOL' in operation)
2010-10-23Changed several Preferences modal alerts to notifications.Jacek Antonelli1-10/+10
CacheWillClear, CacheWillBeMoved, ChangeConnectionPort, ChangeSkin, and ChangeFont. There are many other alerts that should be made non-modal in the future, but this should prevent a focus fight with the Vivox policy window.
2010-10-22Changed Small font size back to 8.5.Jacek Antonelli1-1/+1
If this causes blurry fonts for a user, they should enable "Force integer font sizes" in Preferences > Fonts.
2010-10-22Added FontSizeMultiplier and FontSizeRounding controls to Font prefs.Jacek Antonelli2-4/+56
2010-10-22Added FontSizeMultiplier and FontSizeRounding settings.Jacek Antonelli2-1/+31
Gives more control over font sizes, addresses font being smaller than some users desire.
2010-10-21Fixed #629: Freeze Frame snapshot option breaks the UI.Jacek Antonelli1-1/+0
2010-10-06Fixed TOS loading and renamed corretly LLIamHere classes in TOS and Voice ↵elektrahesse2-15/+17
TOS respectively to LLIamHereTOS and LLIamHereVoice to avoid collisions.
2010-10-03Fixed RezWithLandGroup not working when shift-dragging prims (from Henri ↵McCabe Maxsted1-1/+28
Beauchamp and the Cool Viewer)
2010-10-03Removed persist for HighResSnapshot setting as it causes crash loops when ↵McCabe Maxsted1-1/+1
enabled and opening the snapshot window with bad settings
2010-10-03#489: added /LARGEADDRESSAWARE to the Windows linker command line settingsMcCabe Maxsted1-2/+2
2010-10-03SNOW-796: Debug Settings 'Reset to default' partly broken. (#581)Aleric Inglewood1-1/+1
Clicking 'Reset to default' in the Debug Settings floater doesn't update cached control values.
2010-10-03SNOW-422: Imprudence doesn't compile with g++ 4.4.x (#562)Aleric Inglewood1-1/+1
2010-10-03Fixed (again) how libjpeg is found on Mac. (#256/#464)Jacek Antonelli1-8/+1
Related information from Nemurimasu Neiro: stay away from find_library! due to an undocumented feature of find_xxx functions in CMake, no additional libraries may be found after the first call to a find_xxx function that searches the prebuilt libraries folder. CMake will request the folder contents *at most once* and libraries added by install.py will be missed.
2010-10-03Allow build under Mac OS X 10.6 SDK by removing deprecated things.Mimika Oh2-12/+11
Incorporated Snowglobe changesets: http://svn.secondlife.com/trac/linden/changeset/2823 http://svn.secondlife.com/trac/linden/changeset/2757
2010-10-03Added safety checks for when snapshot window goes out of sync with the main ↵McCabe Maxsted1-98/+121
UI, as well as a few backported changes from Viewer 2
2010-10-03Show start location on the login screen by defaultMcCabe Maxsted1-1/+1
2010-10-03Converted XUI files to unix line endings, again.Aleric Inglewood330-22144/+22144
2010-10-01Bumped version to 1.3.0.Jacek Antonelli4-6/+6
2010-10-01Removed the base SL version from the About Imprudence floater.Jacek Antonelli1-3/+1
It's not really relevant or accurate anymore, because Imprudence is assembled from so many different sources and versions.
2010-10-01Fixed #428: showcase tab shows 'all' web search in second lifeMcCabe Maxsted2-1/+20
2010-10-01Fix for "about landmark" crash when invoking it on a freshly received landmark.elektrahesse2-2/+5
2010-09-24Possible fix for an infinite loop in LLTextureCache.Jacek Antonelli1-5/+8
Backported a few changes from pre-LGPL Viewer 2.
2010-09-23Tiny layout tweaks to accomodate different font widths.Jacek Antonelli2-3/+3
2010-09-23Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli2-7/+8
2010-09-17Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning.Jacek Antonelli1-0/+0
"CMake Warning (dev) at CMakeLists.txt:36 (add_subdirectory): The source directory /home/jacek/imprudence/linden/indra/cmake does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it."
2010-09-17UI Scale Reset button finds the actual default, not hardcoded.Jacek Antonelli1-1/+2
2010-09-17Changed default UIScaleFactor from 1.002 to 1.0.McCabe Maxsted1-1/+1
Revert back if letters start showing crazy leading again
2010-09-17Applied patch by Makomk Makosen for #515: Uninitialized pointer ↵McCabe Maxsted1-0/+1
mNextAudioSession in LLVoiceClient
2010-09-17linux64: move cxx flags from external script into 00-Common.cmake for ↵Armin Weatherwax1-1/+17
transparency todo: do it less hacky
2010-09-17fix possible crash caused by hudmanagerArmin Weatherwax2-6/+7
thanks to nemurimasu for the catch