Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-10 | Fix for crash on bad teleports | McCabe Maxsted | 1 | -1/+1 | |
2010-09-10 | Added libhunspell-1.2.dylib to Mac manifest. | Jacek Antonelli | 1 | -0/+1 | |
2010-09-10 | Made DroidSans the new default font. | Jacek Antonelli | 2 | -14/+14 | |
2010-09-10 | Added Delicious and DroidSans fonts to package and preferences. | Jacek Antonelli | 5 | -12/+83 | |
2010-09-10 | Added the concept of font size multiplier (size_mult). | Jacek Antonelli | 3 | -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. | |||||
2010-09-10 | Added the concept of aliases to LLFontRegistry. | Jacek Antonelli | 3 | -9/+52 | |
SansSerif is now an alias for either "DejaVu" or "Liberation", depending on the user's FontChoice setting. | |||||
2010-09-10 | Added Preferences > Fonts tab, with basic font chooser. | Jacek Antonelli | 9 | -1/+214 | |
Choosing a font sets FontChoice setting, but no real effect yet. | |||||
2010-09-10 | Changed the 'bundle identifier' to org.imprudenceviewer.viewer. | Jacek Antonelli | 5 | -5/+5 | |
This is used on Mac OS X to identify the application. Thanks to Solo Mornington for this information. | |||||
2010-09-10 | linux64: move cxx flags from external script into 00-Common.cmake for ↵ | Armin Weatherwax | 1 | -1/+17 | |
transparency todo: do it less hacky | |||||
2010-09-10 | fix Bug #240: Make Outfit crashes the viewer in OpenSim | Armin Weatherwax | 1 | -0/+2 | |
this was due NULL wearables - todo: grey the checkboxes out then, maybe (firstuse)warn | |||||
2010-09-10 | fix: 32bit libs for linux64 are not actually downloaded | Armin Weatherwax | 1 | -2/+2 | |
2010-09-10 | Fixed Boost.cmake and removed the boost::system and boost::filesystem ↵ | elektrahesse | 1 | -6/+0 | |
dependencies | |||||
2010-09-10 | Code cleanup | elektrahesse | 1 | -34/+1 | |
2010-09-10 | Switched to boost::regex and wrote a regex supporting punctuation for name ↵ | elektrahesse | 1 | -2/+11 | |
matching in both chat and group ims | |||||
2010-09-10 | Fixed chat colors and added group im colors | elektrahesse | 8 | -35/+117 | |
2010-09-10 | Removed Object-Object Occlusion shortcut as it interferes with the AO | McCabe Maxsted | 1 | -2/+1 | |
2010-09-10 | Updated the formatting for group IMs to make it clear they're IMs | McCabe Maxsted | 1 | -2/+5 | |
2010-09-10 | Port from Emerald: allow any key for gestures | McCabe Maxsted | 1 | -3/+23 | |
2010-09-10 | Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵ | elektrahesse | 4 | -20/+112 | |
select the colors | |||||
2010-09-10 | Initial hacky release of colors in chat highlighting friend chat and when ↵ | elektrahesse | 1 | -8/+34 | |
your name is typed | |||||
2010-09-10 | Made the local asset texture boost change work on Windows as well | McCabe Maxsted | 1 | -7/+8 | |
2010-09-10 | Made the texture fix cross platform and removed boost::filesystem dep for ↵ | elektrahesse | 1 | -7/+18 | |
loaterlocalassetbrowse.cpp | |||||
2010-09-10 | Ported use group name in chat feature from Emerald | McCabe Maxsted | 2 | -1/+22 | |
2010-09-10 | Changed the menu enabled 'x' to a checkmark | McCabe Maxsted | 1 | -1/+1 | |
2010-09-10 | Ported ResetFocusOnSelfClick debug setting from Emerald, set the default to ↵ | McCabe Maxsted | 2 | -1/+15 | |
false | |||||
2010-09-10 | Increased max settable value for RenderVolumeLODFactor from 2 to 4 | McCabe Maxsted | 1 | -1/+1 | |
2010-09-10 | Replace '>' glyph in cascading menus with a proper triangle(backport from ↵ | McCabe Maxsted | 1 | -1/+1 | |
Viewer 2) | |||||
2010-09-10 | store our password in the Mac OS keychain | Nemurimasu Neiro | 2 | -3/+44 | |
much more secure than XORing against a MAC address :) | |||||
2010-09-10 | use setenv instead of putenv | Nemurimasu Neiro | 1 | -8/+4 | |
putenv requires that the string not be freed | |||||
2010-09-07 | Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵ | McCabe Maxsted | 12 | -2/+583 | |
feature originally by Zi Ree | |||||
2010-09-06 | Use solid circles instead of asterisks for password fields. | Kakurady (Geneko Nemeth) | 1 | -2/+2 | |
Regression fix for the 09.04 Experimental | |||||
2010-09-06 | Potential fix for a rare crash when creating notecards in the AO | McCabe Maxsted | 1 | -1/+8 | |
2010-09-06 | Fixed regression of #245 | McCabe Maxsted | 2 | -0/+8 | |
2010-09-06 | Fixed regression of #295 in the 09.04 experimental | McCabe Maxsted | 1 | -14/+23 | |
2010-09-06 | Added slider to control the number of avatar imposters (can't think of a ↵ | McCabe Maxsted | 3 | -7/+50 | |
better label) | |||||
2010-09-06 | Made 'notify when currency spent or received' also chat the message | McCabe Maxsted | 1 | -0/+4 | |
2010-09-06 | Removed some duplicate menu cruft | McCabe Maxsted | 1 | -7/+0 | |
2010-09-06 | Re-enable the 'Avatar Imposters' option for low-end graphics cards | McCabe Maxsted | 1 | -2/+2 | |
2010-09-06 | Ported patch by Kitty Barnett for right clicking an inventory item and ↵ | McCabe Maxsted | 3 | -5/+67 | |
editing it | |||||
2010-09-05 | Don't show region name min maturity due to different use based on different ↵ | McCabe Maxsted | 1 | -1/+2 | |
grids | |||||
2010-09-05 | Applied patch from Emerald, ported by Ansariel Hiller: #490: show access ↵ | McCabe Maxsted | 1 | -0/+21 | |
level next to region name | |||||
2010-09-05 | Updated list of viewers and contributors in Help > About Imprudence from the ↵ | McCabe Maxsted | 1 | -3/+3 | |
1.3 release notes and commits in the first Experimental release. Please add any other names we're missing | |||||
2010-09-04 | Fixed Boost.cmake to correctly find the boost_system lib on mac | Elektra Hesse | 1 | -2/+2 | |
2010-09-04 | Changed version to 'Experimental 2010.09.04'. | Jacek Antonelli | 4 | -9/+9 | |
2010-09-04 | Changed default UIScaleFactor from 1.002 to 1.0. Revert back if letters ↵ | McCabe Maxsted | 1 | -1/+1 | |
start showing crazy leading again | |||||
2010-09-04 | Added fonts package to install.xml. | Jacek Antonelli | 2 | -0/+47 | |
Contains DejaVu Sans Condensed, Liberation Sans, and Vera Mono. | |||||
2010-09-03 | Switched main viewer font to DejaVu Sans Condensed. | Jacek Antonelli | 8 | -28/+30 | |
Tweaked a few parts of the UI layout to fit the font better. Still no easy way to switch fonts yet. | |||||
2010-09-03 | Fixed several issues with the local asset browser. | Jacek Antonelli | 1 | -6/+4 | |
* Enable "Keep Updating" by default. * Fixed the "Keep Updating" checkbox not toggling correctly. * Fixed the upload fee label (it was showing currency symbol). | |||||
2010-09-03 | Preload default avatar eyes and hair textures. | Jacek Antonelli | 1 | -1/+21 | |
This is a temporary bandaid, it should not be necessary if everything was working like it should. | |||||
2010-09-03 | Fixed other instances of 'www.imprudenceviewer.org'. There is no www. | Jacek Antonelli | 4 | -5/+5 | |