Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | Switched main viewer font to DejaVu Sans Condensed. | Jacek Antonelli | 8 | -28/+30 | |
2010-09-10 | Added fonts package to install.xml. | Jacek Antonelli | 2 | -0/+47 | |
Contains DejaVu Sans Condensed, Liberation Sans, and Vera Mono. | |||||
2010-08-31 | 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-08-27 | Updated version to 1.3.0 RC2. | Jacek Antonelli | 4 | -6/+6 | |
2010-08-27 | Fetch voice also for linux64 | Armin Weatherwax | 1 | -0/+7 | |
2010-08-27 | Inch the avatar's age closer to the date, since certain 4 digit ages hide ↵ | McCabe Maxsted | 1 | -1/+1 | |
the ending ')' | |||||
2010-08-27 | Added Vivox files to Linux64 manifest. | Armin Weatherwax | 1 | -5/+11 | |
2010-08-27 | Finished up ability to ignore group chat from specific groups. | Jacek Antonelli | 5 | -43/+56 | |
Uncheck the "Join group chat" checkbox in the group info window. The list of ignored groups is saved per-account in ignore_groups.xml. | |||||
2010-08-27 | Wip - mute group chat | McCabe Maxsted | 7 | -0/+165 | |
2010-08-27 | Fixed terminology in VivoxLicenseAccepted help string. | Jacek Antonelli | 1 | -1/+1 | |
2010-08-27 | fetch new gstreamer plugins for linux* (both working) | Armin Weatherwax | 2 | -5/+7 | |
2010-08-27 | Added Vivox files to Linux manifest. | Jacek Antonelli | 1 | -4/+10 | |
2010-08-27 | Fixed terminology in the Vivox agreement window. | Jacek Antonelli | 1 | -6/+6 | |
It's the "Acceptable Use Policy", not the "Personal License Agreement". | |||||
2010-08-27 | Added faad2 plugin for Linux32. (But may be broken?) | Jacek Antonelli | 2 | -2/+4 | |
2010-08-27 | Revert "Fix for objects surviving kill region, ported from Emerald." since ↵ | McCabe Maxsted | 1 | -3/+0 | |
it causes issues with region loading. This reverts commit 388da31d1cdb08a25ad8ad522c7e977452ae33d6. | |||||
2010-08-27 | Fixed object scale not working at 5 decimal places (still needs fixing for ↵ | McCabe Maxsted | 1 | -3/+3 | |
position and rotation) | |||||
2010-08-27 | Removed whitespace for script dialogs since scripters rely on it not being there | McCabe Maxsted | 1 | -2/+0 | |
2010-08-26 | Added faad2 license info. | Jacek Antonelli | 2 | -1/+33 | |
2010-08-26 | Added faad2 plugin for Mac. | Jacek Antonelli | 2 | -2/+4 | |
2010-08-26 | Fixed gestures audio slider not being muted by the master mute | McCabe Maxsted | 2 | -1/+8 | |
2010-08-26 | Scratching an ooooold itch: added 'Gestures' slider and mute button to the ↵ | McCabe Maxsted | 8 | -11/+61 | |
audio controls | |||||
2010-08-26 | SG1.4: fix ressource waste in non-wl sky rendering | Armin Weatherwax | 1 | -14/+9 | |
2010-08-26 | fix leak if lightshare message not valid | Armin Weatherwax | 1 | -5/+10 | |
2010-08-26 | Potential fix for #447: llSetText text shows characters as invalid | McCabe Maxsted | 1 | -1/+1 | |
2010-08-26 | tx Oh: fix bug #415 lightshare update not fluently | Armin Weatherwax | 1 | -2/+6 | |
2010-08-26 | Added AAC decoding to GStreamer for Windows | McCabe Maxsted | 2 | -4/+8 | |
2010-08-26 | Changed Advanced > Restrained Life to Advanced > Restrained Love | McCabe Maxsted | 1 | -2/+2 | |
2010-08-26 | fix missing quotes in linux scripts | Armin Weatherwax | 2 | -2/+2 | |
2010-08-26 | Reapply 575931: Disable avatar appearance facelight when local lighting ↵ | McCabe Maxsted | 1 | -0/+5 | |
turned off. Prolly an old patch from Emerald that got lost in the last rebase | |||||
2010-08-26 | Made disable max build constraints also disable max position spinner values | McCabe Maxsted | 1 | -0/+4 | |
2010-08-26 | Fixed event names overrunning search window | McCabe Maxsted | 1 | -9/+10 | |
2010-08-26 | Store account-specific settings in folders formatted as ↵ | McCabe Maxsted | 1 | -8/+16 | |
<firstname>_<lastname>@<gridnick> | |||||
2010-08-26 | re-enabled grid specific user settings dirs | Patrick Sapinski | 1 | -8/+8 | |
2010-08-26 | Fixed minimum size of the Contacts window | McCabe Maxsted | 1 | -1/+1 | |
2010-08-26 | automatically add all XUI to solution | Patrick Sapinski | 1 | -219/+14 | |
2010-08-26 | Fixed reconnect to voice button in prefs not disabling when voice is disabled | McCabe Maxsted | 1 | -0/+1 | |
2010-08-26 | Renamed 'Reset Voice' to 'Reconnect to Voice' for clarity | McCabe Maxsted | 1 | -2/+2 | |
2010-08-26 | Added vivox license window when enabling voice or starting up for the first ↵ | McCabe Maxsted | 10 | -6/+426 | |
time (voice can now be included from here on out :) | |||||
2010-08-26 | Fixed lowercase 'c' in build window 'cut's | McCabe Maxsted | 1 | -2/+2 | |
2010-08-26 | Added grid info to the title bar along with usernames when allow multiple ↵ | McCabe Maxsted | 2 | -1/+11 | |
instances is enabled | |||||
2010-08-26 | Updated the about window to include the Cool VL Viewer and mention Kitty as ↵ | McCabe Maxsted | 1 | -1/+1 | |
the author of RLVa | |||||
2010-08-26 | Changed 'main console' to 'main chat' for showing IMs | McCabe Maxsted | 1 | -1/+1 | |
2010-08-26 | Moved 'Clear Group Cache' into the UI submenu and renamed it to 'Clear ↵ | McCabe Maxsted | 1 | -5/+5 | |
Cached Group Info' | |||||
2010-08-26 | Changed the llerrs in lltexturecache.cpp to llwarns | McCabe Maxsted | 1 | -4/+2 | |
2010-08-26 | Filled app_settings/default_grids.xml with the current online grids list. | Jacek Antonelli | 1 | -5/+218 | |
This will populate the grid list for users who can't update the list from our web site, e.g. because of a firewall or network trouble. | |||||
2010-08-26 | Added 'Teleport to Ground' option in the Advanced menu | McCabe Maxsted | 2 | -0/+22 | |
2010-08-26 | Updated windows version of openal-soft to 1.12.854 | McCabe Maxsted | 2 | -4/+4 | |