aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax2010-09-1311-56/+169
| | | | possible for OS
* stay away from find_library!Nemurimasu Neiro2010-09-132-10/+4
| | | | | | | | 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.
* Restored the alt-H shortcut for teleport historyMcCabe Maxsted2010-09-131-1/+2
|
* Fixed Windows compile error in autocompleteMcCabe Maxsted2010-09-131-1/+1
|
* Added the 'Add Friend' option to IMs and fixed the Group Profile button ↵McCabe Maxsted2010-09-1317-16/+95
| | | | showing the wrong profile (#514)
* Updated German translation, part 2, by Eryn GalenMcCabe Maxsted2010-09-1321-328/+535
|
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-122-6/+77
|\
| * Added ' support for punctuation matchingelektrahesse2010-09-131-1/+1
| |
| * Initial support for names autocompletion in chat using ctrl-escelektrahesse2010-09-131-5/+76
| |
| * Fixed the regexp to match commas before the nameelektrahesse2010-09-121-1/+1
| |
* | Applied patch by Makomk Makosen for #515: Uninitialized pointer ↵McCabe Maxsted2010-09-111-0/+1
| | | | | | | | mNextAudioSession in LLVoiceClient
* | When buying land check the maturity level first and inform the agent when ↵Frederick Martian2010-09-112-1/+22
|/ | | | the land does have a higher level than what he is currently set to
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-113-13/+14
|\
| * Fixed merge conflicts, propagated the _stat usage for windows in ↵elektrahesse2010-09-1137-106/+626
| |\ | | | | | | | | | floaterlocalassetbrowse.cpp
| * | Fixed Boost.cmake and removed the boost::system and boost::filesystem ↵elektrahesse2010-09-111-6/+0
| | | | | | | | | | | | dependencies
| * | Code cleanupelektrahesse2010-09-091-34/+1
| | |
| * | Switched to boost::regex and wrote a regex supporting punctuation for name ↵elektrahesse2010-09-091-2/+11
| | | | | | | | | | | | matching in both chat and group ims
| * | Fixed chat colors and added group im colorselektrahesse2010-09-091-1/+1
| | |
| * | Fixed chat colors and added group im colorselektrahesse2010-09-099-36/+117
| | |
| * | Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵elektrahesse2010-09-084-20/+112
| | | | | | | | | | | | select the colors
| * | Initial hacky release of colors in chat highlighting friend chat and when ↵elektrahesse2010-09-081-8/+34
| | | | | | | | | | | | your name is typed
| * | Made the texture fix cross platform and removed boost::filesystem dep for ↵elektrahesse2010-09-071-23/+8
| | | | | | | | | | | | loaterlocalassetbrowse.cpp
| * | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weeklyelektrahesse2010-09-0712-2/+583
| |\ \
| * | | Fixed local textures on macelektrahesse2010-09-071-6/+23
| | | |
* | | | Fixed the layout of the fonts preferences panel's font previewsMcCabe Maxsted2010-09-111-4/+4
| |_|/ |/| |
* | | Updated the artwork package to fix a few items that were out of dateMcCabe Maxsted2010-09-111-8/+8
| | |
* | | Changed version to Experimental 2010.09.11McCabe Maxsted2010-09-111-1/+1
| | |
* | | Fixed color picker size being too tiny for the labelMcCabe Maxsted2010-09-111-6/+6
| | |
* | | Made the default friend chat color the same color as friends' glyph in the ↵McCabe Maxsted2010-09-111-3/+3
| | | | | | | | | | | | mini-map
* | | Disabled highlight for own name color by default to avoid confusionMcCabe Maxsted2010-09-111-2/+2
| | |
* | | Fixed crash when right clicking a landmark and selecting 'About Landmark'. ↵McCabe Maxsted2010-09-101-3/+3
| | | | | | | | | | | | TODO: fix duplicate LM request that shouldn't happen
* | | Added the dark and gemini skins to the skins panel (note: revert before skin ↵McCabe Maxsted2010-09-103-6/+55
| | | | | | | | | | | | selection is merged in)
* | | Updated artwork package to include dark and gemini skins (also updated ↵McCabe Maxsted2010-09-101-8/+8
| | | | | | | | | | | | windows installers)
* | | Fix for crash on bad teleportsMcCabe Maxsted2010-09-101-1/+1
| | |
* | | Added libhunspell-1.2.dylib to Mac manifest.Jacek Antonelli2010-09-101-0/+1
| | |
* | | Made DroidSans the new default font.Jacek Antonelli2010-09-102-14/+14
| | |
* | | Added Delicious and DroidSans fonts to package and preferences.Jacek Antonelli2010-09-105-12/+83
| | |
* | | Added the concept of font size multiplier (size_mult).Jacek Antonelli2010-09-103-19/+38
| | | | | | | | | | | | | | | This compensates for inherent size differences in each font family, so that UI text is a consistent size, no matter which font you use.
* | | Added the concept of aliases to LLFontRegistry.Jacek Antonelli2010-09-103-9/+52
| | | | | | | | | | | | | | | SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting.
* | | Added Preferences > Fonts tab, with basic font chooser.Jacek Antonelli2010-09-109-1/+214
| | | | | | | | | | | | Choosing a font sets FontChoice setting, but no real effect yet.
* | | Changed the 'bundle identifier' to org.imprudenceviewer.viewer.Jacek Antonelli2010-09-105-5/+5
| | | | | | | | | | | | | | | This is used on Mac OS X to identify the application. Thanks to Solo Mornington for this information.
* | | linux64: move cxx flags from external script into 00-Common.cmake for ↵Armin Weatherwax2010-09-101-1/+17
| | | | | | | | | | | | | | | | | | transparency todo: do it less hacky
* | | fix Bug #240: Make Outfit crashes the viewer in OpenSimArmin Weatherwax2010-09-101-0/+2
| | | | | | | | | | | | this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn
* | | fix: 32bit libs for linux64 are not actually downloadedArmin Weatherwax2010-09-101-2/+2
| | |
* | | Fixed Boost.cmake and removed the boost::system and boost::filesystem ↵elektrahesse2010-09-101-6/+0
| | | | | | | | | | | | dependencies
* | | Code cleanupelektrahesse2010-09-101-34/+1
| | |
* | | Switched to boost::regex and wrote a regex supporting punctuation for name ↵elektrahesse2010-09-101-2/+11
| | | | | | | | | | | | matching in both chat and group ims
* | | Fixed chat colors and added group im colorselektrahesse2010-09-108-35/+117
| | |
* | | Removed Object-Object Occlusion shortcut as it interferes with the AOMcCabe Maxsted2010-09-101-2/+1
| | |
* | | Updated the formatting for group IMs to make it clear they're IMsMcCabe Maxsted2010-09-101-2/+5
| | |