aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed #381: using voice causes viewer crash on disconnect/quitMcCabe Maxsted2010-08-264-19/+4
| | |
| * | Commented out unused .config files from viewer_manifest.py and made sure it ↵McCabe Maxsted2010-08-261-3/+4
| | | | | | | | | | | | uses the right llkdu.dll.2.config
| * | Re-added voice in CopyWinLibs.cmake and viewer_manifest.py--amendMcCabe Maxsted2010-08-261-1/+1
| | |
| * | Re-added voice in CopyWinLibs.cmake and viewer_manifest.pyMcCabe Maxsted2010-08-262-21/+54
| | |
| * | Fixed crash when logging into a region with progress screens disabledMcCabe Maxsted2010-08-262-28/+28
| | |
| * | Fixed #384: build math button overlaps some UI text. This feedback is still ↵McCabe Maxsted2010-08-261-1/+1
| | | | | | | | | | | | confusing either way
| * | Re-enabled search url fetching in the grid manager and fixed up web search ↵McCabe Maxsted2010-08-265-62/+115
| | | | | | | | | | | | to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
| * | Applied patch by Altair Memo for VWR-19947: Nvidia gpu_table.txt updatedMcCabe Maxsted2010-08-261-0/+9
| | |
| * | Updated gpu_table.txt to viewer-external r3614McCabe Maxsted2010-08-261-47/+89
| | |
| * | Applied patch for SNOW-636: parse links to maps.secondlife.com in chat as ↵McCabe Maxsted2010-08-263-1/+19
| | | | | | | | | | | | slurls (viewer2 slurl format)
| * | Added meta7windlight.h file to CMakeMcCabe Maxsted2010-08-261-0/+1
| | |
| * | Added missing WL_SUN_MOON_POSITION LightShare constantMcCabe Maxsted2010-08-261-0/+1
| | |
| * | Draw stripes for area searchMcCabe Maxsted2010-08-261-6/+10
| | |
| * | remove llpanelmorphArmin Weatherwax2010-08-263-419/+0
| | |
| * | Reverted OpenSim search URLs back to Metaverse Ink.Jacek Antonelli2010-08-261-2/+2
| | | | | | | | | | | | They were unintentionally(?) changed to Avination in 521f7558.
| * | Added llkdu.dll.2.config to the repoMcCabe Maxsted2010-08-261-0/+19
| | |
| * | Applied patch by Thickbrick Sleaford for SNOW-793: Memory leak in ↵McCabe Maxsted2010-08-261-0/+1
| | | | | | | | | | | | LLImageFormatted::appendData
| * | Fixed curly quotes for jcfloaterareasearchMcCabe Maxsted2010-08-262-2/+2
| | |
| * | Removed unused LLTabContainerVertical cruftMcCabe Maxsted2010-08-2612-77/+0
| | |
| * | Removed pointless 'About' button from the preferencesMcCabe Maxsted2010-08-263-18/+1
| | |
| * | Tidied up Advanced preferences layout (client name tag options still need to ↵McCabe Maxsted2010-08-261-20/+11
| | | | | | | | | | | | be sorted out)
| * | Fixed the shadows checkbox not showing whether or not shadows were enabledMcCabe Maxsted2010-08-261-1/+4
| | |
| * | Added menu option for toggling IM auto-responses on/off underneath the Busy ↵McCabe Maxsted2010-08-267-176/+220
| | | | | | | | | | | | option
| * | Don't list clients as 'Failure' as it confuses people and isn't very niceMcCabe Maxsted2010-08-261-1/+1
| | |
| * | Don't llerrs if textures have bogus paramsMcCabe Maxsted2010-08-261-1/+3
| | |
| * | Avatar sounds now don't disable when from a region above current maturityMcCabe Maxsted2010-08-261-6/+6
| | |
| * | Imprudence 1.3.0 RC1 released.v1.3.0-RC1Jacek Antonelli2010-08-030-0/+0
| | |
| * | Use the correct setting name for LightShare.Jacek Antonelli2010-08-031-3/+3
| | |
| * | Updated version to 1.3.0 RC1.Jacek Antonelli2010-08-024-9/+9
| | |
* | | Set the real bare minimum prim size to 0.00001, as 0 sized objects cause bugs.David Seikel2011-05-161-1/+3
| | | | | | | | | | | | Fixes bug http://onefang.net/redmine/issues/29
* | | Merge branch 'libotr' into expDavid Seikel2011-05-12536-1736/+238560
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/llmessage/message.cpp linden/indra/newview/llprefsadvanced.cpp
| * | | Missed checkinJay Threeth2011-05-081-0/+2
| | | |
| * | | Windows build changes, maybe only needed for vc2005. Mostly snprintf -> ↵Chris Tuchs2011-05-0816-1732/+1732
| | | | | | | | | | | | | | | | ll_snprintf, namespace hacks confused vc2005
| * | | Windows build change I am sure ofChris Tuchs2011-05-081-0/+4
| | | |
| * | | Merge branch 'libotr' of github.com:onefang/meta-impy into libotrJay Threeth2011-04-2315-144/+304
| |\ \ \
| | * | | The next part of the UI changes for OTR.David Seikel2011-04-212-50/+33
| | | | | | | | | | | | | | | | | | | | Might be some corner cases left over, but I'm generally happy with this.
| | * | | Half finished UI clean up for OTR, but it works.David Seikel2011-04-212-49/+70
| | | | | | | | | | | | | | | | | | | | | | | | | Hence all the commented out stuff that will be sorted out soon. I have a different idea about how that will work.
| | * | | Allow changing the text on a flyout button.David Seikel2011-04-212-0/+7
| | | | | | | | | | | | | | | | | | | | Needed for the new OTR UI, and complements the same ability on combo boxes (flyout buttons inherit from combo boxes).
| | * | | Move tho OTR preferences to their own floater, with a button in the IM tab.David Seikel2011-04-1910-81/+218
| | | | | | | | | | | | | | | | | | | | This brings that part in line with the general impy look and feel.
| | * | | Apparently there is a wrong client tag for Firestorm out in the wild.David Seikel2011-04-191-0/+12
| | | | | | | | | | | | | | | | | | | | Adding both, to be sure, and I've not seen anyone using it anyway.
| * | | | Build libotr, and static link it, libgpg-error and libgcrypt into the exe ↵Jay Threeth2011-04-233-6/+42
| |/ / / | | | | | | | | | | | | (on linux)
| * | | Merge branch 'exp' of github.com:onefang/meta-impy into libotrJay Threeth2011-04-0584-510/+1974
| |\ \ \
| * | | | Gui fixJay Threeth2011-04-042-3/+2
| | | | |
| * | | | add source to libraries, and cruft for building under windowsJay Threeth2011-04-04482-0/+233473
| | | | |
| * | | | build fixes, might build on linux nowJay Threeth2011-04-046-6/+53
| | | | |
| * | | | last of the hand diff mergesJay Threeth2011-04-032-0/+52
| | | | |
| * | | | checkpoint, non functionalJay Threeth2011-04-0221-2/+1883
| | | | |
| * | | | Merge branch 'exp' of github.com:onefang/meta-impy into libotrJay Threeth2011-04-028-3/+1461
| |\ \ \ \
| * | | | | checkpoint, non functionalJay Threeth2011-04-029-4/+1187
| | | | | |
* | | | | | Temporary workaround for the "TP over 4096 sims" bug.David Seikel2011-05-121-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is temporary, since it's not the real bug, and I want to go work on something else for a while. Plus, the grid I have test regions set up for this bug is having athor problems right now.