aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed 'Anyone can:' text not disabling in the build windowMcCabe Maxsted2010-08-282-1/+4
| |
| * Added 'Copy Key' button to the build general tabMcCabe Maxsted2010-08-284-0/+60
| |
| * replace hardcoded SL limits by hippolimitsArmin Weatherwax2010-08-281-8/+8
| |
| * Emerald: copy/paste buttons for prim pos/rot/scale in panelobjectArmin Weatherwax2010-08-283-0/+297
| |
| * Added grid info to the title bar along with usernames when allow multiple ↵McCabe Maxsted2010-08-282-1/+11
| | | | | | | | instances is enabled
| * Make the 'allow anyone to X' checkboxes in the edit window behave like they ↵McCabe Maxsted2010-08-281-23/+29
| | | | | | | | do in Viewer 2, which seems more straightforward
| * Removed profile buttons in the build window in favor of clickable links. ↵McCabe Maxsted2010-08-283-46/+52
| | | | | | | | Group names are now also clickable. Fixes inability to see full names when editing objects
| * Toggle between limited and sim-wide range for radarMcCabe Maxsted2010-08-284-7/+54
| |
| * Updated the about window to include the Cool VL Viewer and mention Kitty as ↵McCabe Maxsted2010-08-281-1/+1
| | | | | | | | the author of RLVa
| * extra tooltip info ported from EmeraldPatrick Sapinski2010-08-281-0/+21
| |
| * Changed 'main console' to 'main chat' for showing IMsMcCabe Maxsted2010-08-281-1/+1
| |
| * WIP: show all avatars the viewer can find if you have EM privelges on the simMcCabe Maxsted2010-08-281-1/+8
| |
| * Moved 'Clear Group Cache' into the UI submenu and renamed it to 'Clear ↵McCabe Maxsted2010-08-281-5/+5
| | | | | | | | Cached Group Info'
| * Changed the llerrs in lltexturecache.cpp to llwarnsMcCabe Maxsted2010-08-281-4/+2
| |
| * Added info about outfit changing to derender notificationMcCabe Maxsted2010-08-281-1/+1
| |
| * Changed version to Weekly: 2010-08-21McCabe Maxsted2010-08-211-1/+1
| |
| * Filled app_settings/default_grids.xml with the current online grids list.Jacek Antonelli2010-08-211-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.
| * Added 'Teleport to Ground' option in the Advanced menuMcCabe Maxsted2010-08-212-0/+22
| |
| * Updated windows version of openal-soft to 1.12.854McCabe Maxsted2010-08-212-4/+4
| |
| * Updated artwork package to include latest windows installer (and added a ↵McCabe Maxsted2010-08-204-13/+74
| | | | | | | | little easter egg while I was there ;)
| * fetch updated Linux* libndofdev (0.3.1)Armin Weatherwax2010-08-191-4/+4
| | | | | | | | bleh
| * changes to the linux parts of viewer_manifest.pyArmin Weatherwax2010-08-191-9/+9
| | | | | | | | | | * comment out SLVoice as long as we don't package it * comment out libz for 64bit (not needed)
| * Updated windows version of curl to 7.19.6McCabe Maxsted2010-08-191-2/+2
| |
| * Fixed cancel button not appearing during teleports due to RLVaMcCabe Maxsted2010-08-191-1/+1
| |
| * Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted2010-08-1941-235/+573
| |
| * Disable ParticleChat by default, as it's a privacy concern.Jacek Antonelli2010-08-191-1/+1
| |
| * Increased the size of the script editor font to 9McCabe Maxsted2010-08-171-1/+1
| |
| * Commented out SLVoiceAgent.app from viewer_manifest.py since it's no longer usedMcCabe Maxsted2010-08-171-1/+1
| |
| * Revert increased ToolTipDelay now that the tooltip bug has been (mostly) fixedMcCabe Maxsted2010-08-171-1/+1
| |
| * Fixed some missing constants in the script editor and added ↵McCabe Maxsted2010-08-167-10/+73
| | | | | | | | llGetLinkNumberOfSides
| * Load other missing UUIDs from OpenSim from file insteadMcCabe Maxsted2010-08-166-19/+32
| |
| * Load IMG_DEFAULT_SELECTED locally rather than from the server (fixes the ↵McCabe Maxsted2010-08-161-1/+2
| | | | | | | | select texture image missing on OpenSim-based grids bug)
| * Incremented LLTextureCache::sHeaderCacheVersion to 1.3 and cache_version to ↵McCabe Maxsted2010-08-162-2/+2
| | | | | | | | 7 to fix SNOW-799
| * Applied patch from #405: show avatar age in profile, Ansariel Hiller ported ↵McCabe Maxsted2010-08-152-0/+25
| | | | | | | | the Emerald feature by Chalice Yao
| * Applied patch for #424: fix proper detection of Windows 7, backport from ↵McCabe Maxsted2010-08-151-3/+39
| | | | | | | | Snowglobe 2.0 by Ansariel Hiller
| * Changed version to Weekly: 2010-08-14McCabe Maxsted2010-08-141-1/+1
| |
| * Added imprudence.url to viewer_manifest.pyMcCabe Maxsted2010-08-131-1/+3
| |
| * Updated ares to 1.6 for windows (from snowglobe)McCabe Maxsted2010-08-131-2/+2
| |
| * Added 'Reset Voice' button to Preferences > Voice from EmeraldMcCabe Maxsted2010-08-124-2/+32
| |
| * Fixed #381: using voice causes viewer crash on disconnect/quitMcCabe Maxsted2010-08-124-19/+4
| |
| * Commented out unused .config files from viewer_manifest.py and made sure it ↵McCabe Maxsted2010-08-121-3/+4
| | | | | | | | uses the right llkdu.dll.2.config
| * Re-added voice in CopyWinLibs.cmake and viewer_manifest.py--amendMcCabe Maxsted2010-08-121-1/+1
| |
| * Re-added voice in CopyWinLibs.cmake and viewer_manifest.pyMcCabe Maxsted2010-08-122-21/+54
| |
| * Added confirmation dialog to derenderMcCabe Maxsted2010-08-122-2/+70
| |
| * Don't put Derender at the 6 o'clock position in the piesMcCabe Maxsted2010-08-124-20/+20
| |
| * Fixed Derender positions in the pie menu and added them to the legacy pie menuMcCabe Maxsted2010-08-123-5/+9
| |
| * Port "Derender" pie option from Emerald. All credit due to the Emerald team.Tom Grimshaw2010-08-123-0/+38
| |
| * Fixed gestures audio slider not being muted by the master muteMcCabe Maxsted2010-08-112-1/+8
| |
| * Fixed crash when logging into a region with progress screens disabledMcCabe Maxsted2010-08-112-28/+28
| |
| * Fixed #384: build math button overlaps some UI text. This feedback is still ↵McCabe Maxsted2010-08-111-1/+1
| | | | | | | | confusing either way