aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-03Revert the fix for http://redmine.kokuaviewer.org/issues/415 as it will be ↵David Walter Seikel1-5/+2
fixed in a more future proof way on the next commit.
2012-04-03One more water notecard refactor.David Walter Seikel1-1/+2
2012-04-03Yay for automated white space fixes.David Walter Seikel2-86/+86
2012-04-02Merge a bunch of duplicated Windlight sharing code.David Walter Seikel11-470/+150
2012-04-02More automated whitespace cleanups.David Walter Seikel4-217/+216
2012-04-01Refactor all those little checks to see if a notecard is a WindLight setting ↵David Walter Seikel7-50/+37
card.
2012-04-01More automated whitespace fixes.David Walter Seikel2-76/+76
2012-03-31Remove some left over WindLight cruft.David Walter Seikel3-216/+0
2012-03-31Comment answering a question in a previous comment.David Walter Seikel1-0/+1
2012-03-31Just some whitespace cleanup, coz my editor insists, coz I told it to insist.David Walter Seikel1-29/+29
2012-03-22Removing ancient, left over, broken and never used, hippo update code.David Walter Seikel3-106/+0
2012-03-20Let it build under gcc 4.5.2. Thanks to Lord Drakeo for fixing this.David Walter Seikel1-1/+1
2012-03-20Remove a duplicate return statement. Thanks to Nicky Perian for pointing ↵David Walter Seikel1-1/+0
this out.
2012-03-19Fix up the missing default colour.David Walter Seikel1-0/+1
2012-03-14Apply various Mac build patches from Mimika Oh and Nemurimasu Neiro to fix ↵David Walter Seikel4-6/+25
up http://redmine.kokuaviewer.org/issues/598 and http://redmine.kokuaviewer.org/issues/602
2012-03-11Fix http://redmine.kokuaviewer.org/issues/1126 and as a bonus, now using ↵David Walter Seikel4-58/+200
blowfish to encrypt passwords.
2012-03-11Just adding a TODO.David Walter Seikel1-0/+1
2012-03-05Fixes http://redmine.kokuaviewer.org/issues/585David Walter Seikel3-5/+7
2012-03-05Fixes http://redmine.kokuaviewer.org/issues/1124 and makes sure there are no ↵David Walter Seikel2-1/+22
other ways to side step the SecondLife grid checks.
2012-03-01Merge the artwork and font "prebuilt" packages into the source repo, as ↵David Walter Seikel1508-77/+6381
discussed on IRC and the mailing list, and remove some SL logos. I know, there are two slightly different LICENSE-logos.txt files. One that was originally in the source repo, one that was from the artwork package. I'm a coder, not a lawyer, and not the owner of those copyrights, so left them as is.
2012-02-28Fixes http://redmine.kokuaviewer.org/issues/1000 and remove some related ↵David Walter Seikel15-76/+2
left over cruft.
2012-02-27Fixes http://redmine.kokuaviewer.org/issues/354David Walter Seikel2-201/+99
I similar fix should be applied to Gemini and Dark, but that should wait for the decision to move artwork into the repo.
2012-02-27Fix a bug preventning seeing nearby sims, or TPing to other sims.David Walter Seikel1-1/+3
After some investigation, McCabe and I narrowed it down to this if statement. We still don't know why, but at least it fixes the problem. To be investiganted more later.
2012-02-20Adding my linux build scripts. Makes it easy to build under 32 and 64 bit ↵David Walter Seikel7-0/+545
linux.
2012-02-18Applied patch by onefang for #975: chat console interferes with login ↵McCabe Maxsted1-1/+3
controls when disable login screen is enabled
2012-02-18Fixed installer script still showing the quick launch option on Windows 7McCabe Maxsted1-1/+1
2012-02-18Fixed one of those annoying silly bugs: md5 comparison being case-sensitiveMcCabe Maxsted1-1/+2
2012-02-18Fixed chat history muted text checkbox positionMcCabe Maxsted1-1/+1
2012-02-18Fixed unnecessary border in chat prefsMcCabe Maxsted1-5/+1
2012-02-18Fixed compile error introduced in b2bc5393McCabe Maxsted1-1/+1
2012-02-18Removed google translate since the service is no longer availableMcCabe Maxsted10-209/+7
2012-02-18Added the new ISS installer template to cmakeMcCabe Maxsted1-1/+1
2012-02-18Some debugging lines for inventory skeleton loadingMcCabe Maxsted1-0/+6
2012-02-17Fixed tons of 'LLXMLTree invalid token' warnings spamming the log and made ↵McCabe Maxsted1-8/+31
the warnings we show less confusing
2012-02-17Re-commented out Inventory loggingMcCabe Maxsted1-1/+1
2012-01-20fix 3 possible memleaks in the new inventory codeArmin Weatherwax2-13/+28
2012-01-11Followup of the last commit (also Henri Beauchamp)Armin Weatherwax1-1/+1
2012-01-10New inventory categrory capability code - needs testing.Armin Weatherwax6-29/+192
* Original code from: https://bitbucket.org/lindenlab/viewer-development/changeset/d327dcc8ae51 * Port by Henri Beauchamp: https://lists.secondlife.com/pipermail/opensource-dev/2012-January/008544.html * 3 Lines of debug by /me (find the Hippos -remove after testing)
2011-12-25disable voice if ParcelVoiceInfoRequest response is malformed.Armin Weatherwax1-0/+12
Seen (empty LLSD) in OSGrid Mumble Sandbox. Without a "voice_credentials" key the client never connects to the server, but would retry in vain to do so. Note to OpenSim devs: the "channel_uri" of the ParcelVoiceInfoRequest response is parsed to identify if we are connecting to a mumble server on parcel change. The presence of "sip:" within the uri is interpreted as connecting to vivox/freeswitch, the absence as connecting to a mumble server. However it would be much better to add a "server_type" key to the response, which could hold a string like "mumble", "freeswitch", etc - the absence would indicate connecting to a legacy(like) voice server. Additional note: to detect a mumble server also of the VoiceAccountProvision response the voice_account_server_uri is parsed: If the uri starts with tcp:// the "mumble" client is loaded(by default, you can change it in the "VoiceModuleMumble" debug setting), for any other scheme "SLVoice" (default, "VoiceModuleVivox" debug setting).
2011-11-13Linux: allow cross compiling the 32bit viewer on a x86_64 platformArmin Weatherwax4-8/+54
to do so: (have anything for crosscompiling installed), export WORD_SIZE='32' before configuring and/or building. Be aware: Mixing several platforms in one root directory probably wont work (didn't try though). Cross compiling the 64bit viewer on a i686 platform isn't tested, but probably will work using export WORD_SIZE='64'
2011-11-13use qt/webkit 4.7.4 on linuxArmin Weatherwax6-67/+68
2011-11-13linux64 use gtk without libxml2 dependencyArmin Weatherwax1-6/+6
2011-11-13Linux: remove libxml2 dependency.Armin Weatherwax3-23/+16
This might also be possible on other platforms, the newer your gstreamer is, the easier to get rid of libxml2.
2011-11-13Linux: update OpenAL to 1.13.0Armin Weatherwax3-49/+21
for Linux64 the 32bit compatibility libs (32bit openal et al.) are now integrated into the openal package.
2011-11-13improve the voiceclient shutdown a bitArmin Weatherwax1-5/+14
2011-11-13Linux64: don't use -ffast-math for release builds, it didn't do anything for us.Armin Weatherwax1-1/+2
But lloctree crashes teleporting to mega regions using -ffast-math .
2011-11-132 fixes in llxmlnode: pass LLUUID& instead of LLUUID to setUUIDValue; remove ↵Armin Weatherwax2-5/+2
superfluous NULL pointer check
2011-11-13fix pass LLSD& instead LLSD to selectByValueArmin Weatherwax2-4/+4
2011-11-13fix Bug #967 memleak in llfloaterregioninfoArmin Weatherwax1-9/+2
2011-10-17Made the voice license window resizableMcCabe Maxsted1-7/+7