aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mccabe/next' into nextJacek Antonelli2009-10-094-0/+301
|\
| * Added missing RLVa header file: rlvdefines.hMcCabe Maxsted2009-10-092-0/+208
| |
| * Applied lldialog spam throttle from Emerald viewerMcCabe Maxsted2009-10-083-1/+74
| |
| * Don't show lldialog boxes from muted avatars anymoreMcCabe Maxsted2009-10-082-0/+20
| |
* | Merge remote branch 'mccabe/next' into nextJacek Antonelli2009-10-0940-845/+1460
|\ \ | |/
| * Fixed money change notification happening after logout/loginMcCabe Maxsted2009-10-082-1/+6
| |
| * Fixed stupid error on my part that broke clickable names in chat historyMcCabe Maxsted2009-10-082-4/+8
| |
| * Fixed entering sim notification being tied to radar rangeMcCabe Maxsted2009-10-082-23/+33
| |
| * Merge branch '1.2.0-logoutbugs' into nextMcCabe Maxsted2009-10-082-3/+6
| |\
| | * Revert "er ... offtopic: add ctrl-alt-shift-d as shortcut to toggle advanced ↵McCabe Maxsted2009-10-041-4/+0
| | | | | | | | | | | | | | | | | | for linux" This reverts commit 92046e276e55b45ec281f1637a18fa176ed21587.
| | * Merge commit 'armin/logoutbugs' into 1.2.0-logoutbugsMcCabe Maxsted2009-10-043-3/+10
| | |\
| | | * er ... offtopic: add ctrl-alt-shift-d as shortcut to toggle advanced for linuxArmin Weatherwax2009-10-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | because ctrl-alt-d is minimize all windows modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
| | | * test this as a fix for logout crash #2Armin Weatherwax2009-10-042-3/+6
| | | | | | | | | | | | | | | | | | | | modified: linden/indra/newview/llviewermenu.cpp modified: linden/indra/newview/llviewerregion.cpp
| * | | Clickable IMs in chat history was causing readability problems at varying ↵McCabe Maxsted2009-10-082-1/+8
| | | | | | | | | | | | | | | | distances, decided it was a bug and fixed it
| * | | Mini-map radar now can notify you when someone enters the simMcCabe Maxsted2009-10-087-8/+126
| | | |
| * | | Added typing info to mini-map radarMcCabe Maxsted2009-10-075-4/+67
| | | |
| * | | Fixed changelog errorMcCabe Maxsted2009-10-071-1/+1
| | | |
| * | | Fixed random mouseclicks on the edge of the windowMcCabe Maxsted2009-10-072-1/+15
| | | |
| * | | Applied RLVa-1.0.3e_20091005_Imprudence-1.2.0-diff.patch by Kitty BarnettMcCabe Maxsted2009-10-0616-536/+551
| | | |
| * | | Applied RLVa-1.0.2c_20091005_Imprudence-1.2.0-diff.patchMcCabe Maxsted2009-10-069-128/+118
| | | |
| * | | Tiny improvement to radar codeMcCabe Maxsted2009-10-051-61/+62
| | | |
| * | | Renamed 'Create' in object pie to 'Build,' moved it to top right and ↵McCabe Maxsted2009-10-052-19/+27
| | | | | | | | | | | | | | | | switched 'Wear' and 'Return'
| * | | Changes that should improve sculpty LODMcCabe Maxsted2009-10-042-3/+14
| |/ /
| * | Fixed mini-map distance label and roundingMcCabe Maxsted2009-10-042-6/+11
| | |
| * | Clear list of avs in chat range when setting disabledMcCabe Maxsted2009-10-041-0/+4
| | |
| * | Mini-map radar now notifies when someone enters chat range, and how far away ↵McCabe Maxsted2009-10-047-12/+124
| | | | | | | | | | | | they are
| * | Fixed layout of debug permissions in tools windowMcCabe Maxsted2009-10-032-6/+11
| | |
| * | Reverted slviewer-0-v12100-AllowDiscardForCreator.patch (Was causing ↵McCabe Maxsted2009-10-032-3/+9
| | | | | | | | | | | | usability issues with new notecard creation)
| * | Added confirmation alerts for double-click tp and auto-pilotMcCabe Maxsted2009-10-033-28/+83
| | |
| * | Fixed extern C issue in llmediaimplgstreamer.h for WindowsMcCabe Maxsted2009-10-032-2/+8
| | |
| * | Fixed account label not showing up in profilesMcCabe Maxsted2009-10-032-4/+9
| | |
| * | Fixed an issue with llkeywords.cpp(385) and Visual StudioMcCabe Maxsted2009-10-032-2/+8
| | |
| * | Fixed search window height being too small for new profile layoutMcCabe Maxsted2009-10-032-27/+33
| | |
| * | Added new color setting for Object IMsMcCabe Maxsted2009-10-036-17/+51
| | |
| * | Fixed 1.2 beta features missing from silver skinMcCabe Maxsted2009-10-033-21/+21
| | |
| * | Object IMs are now prefixed with 'IM: '. As a side effect, names are now ↵McCabe Maxsted2009-10-033-5/+24
| | | | | | | | | | | | clickable when show IMs in chat is enabled
| * | Applied clickable object names for whisper/say/shout from Emerald viewerMcCabe Maxsted2009-10-022-0/+33
| | |
| * | Added mini-map partner dot color for future use (currently unused)McCabe Maxsted2009-10-023-0/+8
| | |
| * | Draw Imprudence developers as purple dots in the mini-map (name list in ↵McCabe Maxsted2009-10-026-1/+34
| | | | | | | | | | | | LLFloaterMap)
| * | Draw selected avatars last (and fixed silver skin missing selection color)McCabe Maxsted2009-10-024-6/+35
| | |
* | | Grid manager no longer appends "/" to URIs.Jacek Antonelli2009-10-032-8/+17
| | | | | | | | | | | | This was causing trouble with URIs that shouldn't end in "/".
* | | Merge remote branch 'mccabe/next' into nextJacek Antonelli2009-10-0323-120/+374
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed switched Buy and Create locations in object pie menu (regression)McCabe Maxsted2009-10-012-8/+13
| |
| * Fixed inability to teleport to adult regions in Imprudence 1.2 (Ugly. Only ↵McCabe Maxsted2009-10-016-12/+93
| | | | | | | | use on 1.22 code base)
| * Changed the minimum draw distance from 64m to 32mMcCabe Maxsted2009-10-013-2/+8
| |
| * Suspected partial crash fix for LogoutMcCabe Maxsted2009-10-012-18/+6
| |
| * Fixed 1.2 thinking it was on the Teen GridMcCabe Maxsted2009-10-012-5/+30
| |
| * Updated gpu_table.txt to latest version in SnowglobeMcCabe Maxsted2009-10-012-9/+22
| |
| * Fixed Unlink not enabling when Edit Linked Parts enabledMcCabe Maxsted2009-09-303-14/+80
| |
| * Fixed Join Call button truncated in group IMs (regression)McCabe Maxsted2009-09-292-2/+7
| |