Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed login grid combobox not updating correctly after logout | McCabe Maxsted | 2009-11-07 | 2 | -1/+15 | |
| | ||||||
* | Applied RLVa-1.0.5e_20091107_Imprudence-1.2.0-diff.patch | McCabe Maxsted | 2009-11-07 | 20 | -528/+928 | |
| | ||||||
* | Changed default UIScaleFactor to 1.002 as a workaround to some font ↵ | McCabe Maxsted | 2009-11-07 | 3 | -2/+10 | |
| | | | | rendering issues | |||||
* | Fixed some branding issues with alerts.xml and notify.xml. | Jacek Antonelli | 2009-11-07 | 17 | -233/+259 | |
| | ||||||
* | Changed wording of double-click and autopilot prefs. | Jacek Antonelli | 2009-11-06 | 2 | -5/+12 | |
| | ||||||
* | Created our own Linux fontconfig package, 2.3.7. | Jacek Antonelli | 2009-11-04 | 3 | -10/+11 | |
| | ||||||
* | Added a bunch of Linux libs to viewer_manifest.py. | Jacek Antonelli | 2009-11-03 | 2 | -0/+22 | |
| | | | | I had forgotten to add these earlier. Oops. | |||||
* | Created our own Linux freetype package, 2.3.11. | Jacek Antonelli | 2009-11-03 | 4 | -19/+9 | |
| | ||||||
* | Updated ndofdev to the version used in SL 1.23.4. | Jacek Antonelli | 2009-11-03 | 2 | -11/+11 | |
| | ||||||
* | Added "Double-Click Action" and "Go Here By" to Input prefs panel. | Jacek Antonelli | 2009-11-02 | 3 | -0/+50 | |
| | ||||||
* | Added "DoubleClickAction" and "GoAction" settings. | Jacek Antonelli | 2009-11-02 | 4 | -43/+50 | |
| | | | | | Together they replace "DoubleClickAutopilot" and "DoubleClickTeleport". | |||||
* | "Go Here" in pie menu no longer asks for confirmation. | Jacek Antonelli | 2009-11-02 | 4 | -3/+30 | |
| | | | | Double-click still does, though. | |||||
* | Cleaned up PanelRadar class a bit. | Jacek Antonelli | 2009-10-30 | 4 | -104/+82 | |
| | | | | More privacy, better method names, generally cleaner. | |||||
* | Minimap radar can now be toggled. | Jacek Antonelli | 2009-10-30 | 3 | -0/+63 | |
| | ||||||
* | Added a button that will toggle the minimap radar. | Jacek Antonelli | 2009-10-30 | 5 | -0/+77 | |
| | ||||||
* | Added PanelRadar class, refactored from LLFloaterMap. | Jacek Antonelli | 2009-10-29 | 8 | -962/+1129 | |
| | ||||||
* | Moved radar XML to panel_radar.xml and cleaned it up. | Jacek Antonelli | 2009-10-29 | 3 | -98/+160 | |
| | | | | It had been in floater_mini_map.xml. | |||||
* | Moved Logout to Advanced menu, removed shortcut. | Jacek Antonelli | 2009-10-26 | 2 | -4/+9 | |
| | | | | We want to discourage its use until issues are fixed in 1.3. | |||||
* | Capped chat channel spinner to 1000000 (1 mil) as temp fix. | Jacek Antonelli | 2009-10-26 | 3 | -2/+11 | |
| | | | | Very high numbers cause mysterious rounding problems. | |||||
* | Merge remote branch 'mccabe/next' into next | Jacek Antonelli | 2009-10-26 | 38 | -205/+562 | |
|\ | ||||||
| * | Added Advanced menu option for AllowMultipleViewers for testing purposes | McCabe Maxsted | 2009-10-21 | 3 | -1/+46 | |
| | | ||||||
| * | Partial fix for avatar names not displaying at > 1024m (won't be fixed until ↵ | McCabe Maxsted | 2009-10-19 | 2 | -6/+25 | |
| | | | | | | | | LL actually sends height in more than one byte -_-) | |||||
| * | Clamp map teleporting at 4096 rather than 1000 | McCabe Maxsted | 2009-10-19 | 2 | -1/+6 | |
| | | ||||||
| * | Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2) | McCabe Maxsted | 2009-10-19 | 3 | -1/+26 | |
| | | ||||||
| * | Merge commit 'lilly/lilly_import-export' into next | McCabe Maxsted | 2009-10-19 | 1 | -7/+7 | |
| |\ | ||||||
| | * | Fixes VWR-12161: avatar_skeleton.xml cannot be parsed | Lilly Zenovka | 2009-10-19 | 1 | -7/+7 | |
| | | | ||||||
| * | | Updated and added some Linux libs. | Jacek Antonelli | 2009-10-18 | 5 | -51/+87 | |
| | | | | | | | | | | | | | | | Updated: glib, gstreamer, gtk-etc, ogg-vorbis, openal, libxml Added: gstreamer-plugins, theora | |||||
| * | | Ported notecard security fix from LL's 1.23.5 viewer | McCabe Maxsted | 2009-10-17 | 4 | -1/+40 | |
| | | | ||||||
| * | | Fix muting objects with same name as avatar mutes ScriptDialogs from avatar. | Kakurady | 2009-10-16 | 1 | -3/+17 | |
| | | | | | | | | | | | | ScriptDialogs from muted objects or groups will not be displayed either. | |||||
| * | | Continue to fix unable to compile on CP936 | Kakurady | 2009-10-16 | 2 | -2/+2 | |
| | | | ||||||
| * | | Fix rlvdefines.h with VC80 warning C4819 - character cannot be represented ↵ | unknown | 2009-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | in some codesets | |||||
| * | | Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patch | McCabe Maxsted | 2009-10-16 | 16 | -161/+306 | |
| | | | ||||||
| * | | Applied patch for VWR-6787 by Alissa Sabre - 'none' text in group window not ↵ | McCabe Maxsted | 2009-10-14 | 10 | -6/+46 | |
| | | | | | | | | | | | | translatable | |||||
| * | | Combine the two mini-map mute buttons into one | McCabe Maxsted | 2009-10-13 | 3 | -2/+19 | |
| | | | ||||||
| * | | Parcel highlighting when selecting a name in radar is less buggy | McCabe Maxsted | 2009-10-13 | 4 | -13/+21 | |
| | | | ||||||
* | | | Merge remote branch 'mccabe/next' into next | Jacek Antonelli | 2009-10-13 | 37 | -154/+848 | |
|\ \ \ | |/ / | ||||||
| * | | Added history button for group chat as well | McCabe Maxsted | 2009-10-13 | 2 | -0/+7 | |
| | | | ||||||
| * | | Disable IM history button for Linux and Mac users | McCabe Maxsted | 2009-10-13 | 3 | -3/+13 | |
| | | | ||||||
| * | | Applied show IM logs button from Emerald viewer and added an alert if there ↵ | McCabe Maxsted | 2009-10-13 | 8 | -1/+75 | |
| | | | | | | | | | | | | is no history | |||||
| * | | Updated inventory search to include description (from Emerald) | McCabe Maxsted | 2009-10-13 | 6 | -17/+87 | |
| | | | ||||||
| * | | Disable avatar appearance facelight when local lighting turned off | McCabe Maxsted | 2009-10-13 | 2 | -0/+12 | |
| | | | ||||||
| * | | Only enable import/export of shapes if they're full perm and you're the creator | McCabe Maxsted | 2009-10-13 | 2 | -1/+23 | |
| | | | ||||||
| * | | Removed Emerald viewer modifier for avatar height label in customize window | McCabe Maxsted | 2009-10-12 | 2 | -2/+6 | |
| | | | ||||||
| * | | Added avatar shape import and export from Meerkat viewer | McCabe Maxsted | 2009-10-12 | 6 | -15/+236 | |
| | | | ||||||
| * | | Added check/uncheck all buttons for make outfit from Meerkat viewer | McCabe Maxsted | 2009-10-12 | 3 | -0/+34 | |
| | | | ||||||
| * | | Merge branch '1.2.0-avheight' into 1.2.0-customize | McCabe Maxsted | 2009-10-12 | 3 | -1/+52 | |
| |\ \ | ||||||
| | * | | Applied avatar height in customize window from Emerald viewer | McCabe Maxsted | 2009-10-07 | 3 | -1/+52 | |
| | | | | ||||||
| * | | | Removed reference to 'Second Life' from postcard message a la Meerkat | McCabe Maxsted | 2009-10-12 | 2 | -1/+6 | |
| | | | | ||||||
| * | | | Added script load/save from Meerkat viewer | McCabe Maxsted | 2009-10-12 | 8 | -99/+100 | |
| | | | | ||||||
| * | | | Added particle count to windlight toolbar | McCabe Maxsted | 2009-10-11 | 2 | -6/+17 | |
| | | | |