Re: [opensource-dev] opensource-dev Digest, Vol 11, Issue 36

2010-12-15 Thread Hitomi Tiponi


>Jonathan Yap wrote:
>
>I wrote two programs that use settings.xml to produce this massive table:
>http://wiki.secondlife.com/wiki/Debug_Settings
>
>While doing this I found 4 places with duplicate entries and 1 entry that is 
>repeated 4 times.  There is also a pair of unnecessary tags.

Thanks Jonathan - that is very useful.


  ___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] opensource-dev Digest, Vol 11, Issue 36

2010-12-15 Thread Opensource Obscure
On Wed, Dec 15, 2010 at 12:00, Hitomi Tiponi  wrote:
>
>>Jonathan Yap wrote:
>>
>>I wrote two programs that use settings.xml to produce this massive table:
>>http://wiki.secondlife.com/wiki/Debug_Settings
>>
>>While doing this I found 4 places with duplicate entries and 1 entry that
>> is repeated 4 times.  There is also a pair of unnecessary tags.
>
> Thanks Jonathan - that is very useful.

f**ing awesome! THANKS :)
I hold in-world lessons where I teach advanced use of the SL viewer,
and people really love explanations and details about Debug Settings.
This new list will be very useful indeed.

Jonathan, would you like to share some further details about what
you did to produce the list from the viewer code? Maybe share the
programs themselves?

A few months ago I managed to do something similar but I remember
I had to manually check each entry and do some correction because
my scripts weren't precise enough. It was quite tedious, and still not
very efficient: this list is bound to get quickly outdated as soon as
new features/settings get added to the viewer.
For example the current version doesn't include the Debug Settings
about Depth of Field (that's ok, since IIRC that feature is only present
in the last Mesh dev. builds).

I guess it would be good if many of us were able to create new,
up-to-date versions of the list.

-- 
Opensource Obscure
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] Review Request: Bug Fix for STORM-776 and STORM-288

2010-12-15 Thread Wolfpup Lowenhar

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/21/
---

Review request for Viewer.


Summary
---

This is actually Kitty's patch for STORM-288 but it also corrects the issue 
listed in STORM-776 as well.


This addresses bug STORM-776.
http://jira.secondlife.com/browse/STORM-776


Diffs
-

  doc/contributions.txt b0689af42a71 
  indra/newview/llsidepaneliteminfo.h b0689af42a71 
  indra/newview/llsidepaneliteminfo.cpp b0689af42a71 

Diff: http://codereview.secondlife.com/r/21/diff


Testing
---

I have built and tested this locally and was able to fully modify the next 
person permissions on object that i had full permissions also tested to see if 
I could set item in inventory for sale and I could.


Thanks,

Wolfpup

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Review Request: (STORM-771) As someone working with outfits, copy/paste in Current Outfit Folder should paste links (which are supported) rather than objects (which are not)

2010-12-15 Thread Vadim ProductEngine

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/20/#review26
---

Ship it!


Looks fine. I'm only not sure about forcing links in outfits other than the 
COF: outfit vendors won't be able to create an outfit (i.e. a folder of type 
FT_OUTFIT) for sale, consisting of original items. But this seems to be 
expected because even stock outfits in Library are actually normal folders.

- Vadim


On 2010-12-14 12:56:16, Seth ProductEngine wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/20/
> ---
> 
> (Updated 2010-12-14 12:56:16)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> Pasting wearable items from clipboard to Current Outfit or an outfit folder 
> now creates links to these items.
> 
> 
> This addresses bug STORM-771.
> http://jira.secondlife.com/browse/STORM-771
> 
> 
> Diffs
> -
> 
>   indra/newview/llinventorybridge.cpp 46a990f8296f 
> 
> Diff: http://codereview.secondlife.com/r/20/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Seth
> 
>

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] opensource-dev Digest, Vol 11, Issue 36

2010-12-15 Thread Yoz Grahame
> >Jonathan Yap wrote:
> >
> >I wrote two programs that use settings.xml to produce this massive table:
> >http://wiki.secondlife.com/wiki/Debug_Settings
> >
> >While doing this I found 4 places with duplicate entries and 1 entry that
> is repeated 4 times.  There is also a pair of unnecessary tags.
>

*WILD APPLAUSE*

Thank you, Jonathan! That's fantastic!

-- Yoz
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] Review Request: Crash in LLRemoteParcelInfoProcessor::processParcelInfoReply()

2010-12-15 Thread Kitty Barnett

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/24/
---

Review request for Viewer.


Summary
---

erase() on a multimap will only invalidate iterators that point to the element 
being erased so pre-incrementing the loop iterator should prevent it from 
getting invalidated when an observer calls removeObserver() as part of its 
processParcelInfo() implementation.


This addresses bug VWR-24207.
http://jira.secondlife.com/browse/VWR-24207


Diffs
-

  indra/newview/llremoteparcelrequest.cpp UNKNOWN 

Diff: http://codereview.secondlife.com/r/24/diff


Testing
---


Thanks,

Kitty

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] Review Request: Crash in LLVivoxVoiceClient::notifyStatusObservers()

2010-12-15 Thread Kitty Barnett

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/25/
---

Review request for Viewer.


Summary
---

Moved removeObserver() out of the "if(getAvatarId().notNull()) { }" block since 
"getAvatarId()" can return the NULL UUID (i.e. if the panel hasn't been 
opened), matching the addObserver() without condition in postBuild.


This addresses bug VWR-24209.
http://jira.secondlife.com/browse/VWR-24209


Diffs
-

  indra/newview/llpanelavatar.cpp UNKNOWN 

Diff: http://codereview.secondlife.com/r/25/diff


Testing
---


Thanks,

Kitty

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] Display Name should show when using actions (/me) in Group Chat

2010-12-15 Thread Trilo Byte
As a resident, I would like to see Display Names show correctly when they use 
actions in Group Chat.

I'd mentioned this in this morning's meeting (on behalf of a couple communities 
who'd asked about it recently).  Esbee asked if I had a JIRA issue handy.  
After some looking around, I couldn't find anything that quite matched, so I 
created:

https://jira.secondlife.com/browse/VWR-24211

Cheers

TriloByte Zanzibar
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] [Idea] Display Notifications as a scrollable feed (instead of series of popups)

2010-12-15 Thread Trilo Byte
As a user, I would like to see notifications displayed as a scrollable feed 
(similar to a twitter client on desktop/smartphone) instead of as a series of 
popup boxes.

More info (and mockup pic) here -> https://jira.secondlife.com/browse/VWR-24213___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] Daily Scrum Summary - Wednesday, December 15

2010-12-15 Thread Anya Kanevsky
 Wednesday, December 15, 2010 General Notes
--

   - Merge Monkey of the Day: Oz

Team Status
--
 Merov Linden
--

*PAST*

   - STORM-453 : libcurl 7.21: Tweaked Mac and Linux build of libcurl and
   pushed changes on brad's repo. Built the viewer but was thrown on a wild
   goose chase courtesy of a mac-updater build issue. Eventually built a Mac
   viewer using libcurl 7.21.
   - OH : Interesting conversation on use of alpha channels and sculpties
   with. Lots of information for me. Thanks to folks showing up.

*FUTURE*

   - STORM-453 : libcurl: Finished cleaning up the Mac and Linux builds.
   Build on TC for all platforms.
   - STORM-151: kdu compression: Clean up. Test other settings (use of
   precincts, check premultiplication for alpha). Compare perf to baseline.

*IMPEDIMENTS*

   - none

Oz Linden
--

*PAST*

   - Documented posting code reviews
   - Triggered a bug that exposed my Bitbucket password (now changed)
   - Started TeamCity build for Wolfpup on STORM-776 (still running)
   - Merge Monkey
  - merged several fixes
  - pulled all changes back from beta

*FUTURE*

   - Merge Monkey
   - Autobbuild audits so we can publish it as open source

*IMPEDIMENTS*

   - none


Q Linden
--

   - OOO - medical


Esbee Linden
--

   - OOO

Paul ProductEngine
--

   - OOO - sick

Seth Productengine
--

*PAST*

   - Story (STORM-771) As someone working with outfits, copy/paste in
   Current Outfit Folder should paste links (which are supported) rather than
   objects (which are not)
  - Fixed. Posted for review.
   - Story (STORM-28) As a User, I want the ability to send my calling card
   to others.
  - Investigated. Asked for more details.

*FUTURE*

   - BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard
   combinations
  - Estimated: 2 days
   - or pick some tasks from Sprint 9.

*IMPEDIMENTS*

   - Story (STORM-28) As a User, I want the ability to send my calling card
   to others.
  - Waiting for more details.

Andrew Productengine
--

*PAST*

   - Normal task STORM-2 (UI layout saving)
  - WIP. Implemented plain version of saving and started implementing
  loading. While implementing loading found problems in saving. In
process of
  changing it.
   - Critical bug STORM-525 (Runtime Error message from the Microsoft

Visual C++ Runtime Library eventually leads to Crash)

   -
  - Tried to reproduce on different locations where Mairead Fitzgerald
  but had no luck- teleported, waited and moved for some time, but didn't
  experience any cracks or even memory leaks. Maybe testers could
try to find
  some stable steps to reproduce this issue and than it would be
assigned back
  to me?
   - Critical bug STORM-786 (Back button, Username and Display Name are
   missing in Resident profile tab)
  - Helped Vadim at pre-review stage of the ticket.

*FUTURE*

   - STORM-2. Hope to finish implementation of save and load tomorrow.
  - Estimate - 2-2,5 days.

*IMPEDIMENTS*

   - STORM-777 (Design the file format for layout information and discuss
   it).
  - No reply from Q to letter regarding this issue.

Vadim Productengine
--

*PAST*

   - Moved tickets from the viewer-beta bug queue be moved to the v-d bug
   queue (Esbee agreed yesterday).
   - Bug STORM-494 (Message Well window is undocked while opening Side bar):
  - Investigated, reassigned to Andrew.
   - Master task STORM-684 (Floater transparency settings aren't applied for
   some floaters and/or controls inside them):
  - Resolved as fixed (all child tasks have been implemented).
   - Bug STORM-409 (Offer text isn't copied to clipboard):
  - Resolved as not reproducible.
   - Showstopper bug STORM-786 (Back button, Username and Display Name are
   missing in Resident profile tab):
  - Fixed.
   - Bug STORM-410 (Region and parcel SLApps are displayed in non-human
   readable format):
  - 
WIP 70%.

*FUTURE*

   - Complete the fix for STORM-410.
   - Bug STORM-446 (CLicking on /app/classified SLapp does not open the
   classified details).
   - Bug STORM-511 (User is not able to view full name of group in title of
   group notification).

*IMPEDIMENTS*

   - Need Esbee's answer in STORM-529 (Undo feature missing from BUILD
   menu).
   - Need feedback from Nyx/Esbee in STORM-702 (Make it possible to wear
   partial outfits).

Questions:

   - What to do with VWR tickets assigned to ProductEngine Team?

https://jira.secondlife.com/secure/IssueNavigator.jspa?mode=hide&requestId=13071
 Andrey Productengine
--

*PAST*

   - picked up release build 216507
   - smoke & integrity tests against Windows, OSX and Linux
   - smoke has been failed by S

[opensource-dev] "Changes since the last good build" part of "Build Results from snowstorm_viewer-development"

2010-12-15 Thread SuezanneC Baskerville
The "Changes since the last good build at " part of the "Build Results" page
at
http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/snowstorm_viewer-development/latest.html
seems to have a problem.

At the bottom, instead of a list of changes, like it used to have, it has a
link, and the link doesn't work.
Changes since the last good
build(2010-12-15T04:14:49.000Z):
click
here




-- 
v i r t u a l   w o r l d   e n t h u s i a s t
-- http://www.google.com/profiles/s u e z a n n e --
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] "Changes since the last good build" part of "Build Results from snowstorm_viewer-development"

2010-12-15 Thread CG Linden
Yeah, this is now compiled via a different process...

I really would like to redo the build results page.
--
cg

On Wed, Dec 15, 2010 at 6:32 PM, SuezanneC Baskerville
wrote:

> The "Changes since the last good build at " part of the "Build Results"
> page at
>
> http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/snowstorm_viewer-development/latest.html
> seems to have a problem.
>
> At the bottom, instead of a list of changes, like it used to have, it has a
> link, and the link doesn't work.
> Changes since the last good 
> build(2010-12-15T04:14:49.000Z):
>  click
> here
>
>
>
>
> --
> v i r t u a l   w o r l d   e n t h u s i a s t
> -- http://www.google.com/profiles/s u e z a n n e --
>
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Review Request: Bug Fix for STORM-776 and STORM-288

2010-12-15 Thread Wolfpup Lowenhar

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/21/
---

(Updated 2010-12-15 19:59:24.512762)


Review request for Viewer.


Changes
---

add link to TC builds Oz did of online repository so others can test this fix.


Summary
---

This is actually Kitty's patch for STORM-288 but it also corrects the issue 
listed in STORM-776 as well.


This addresses bug STORM-776.
http://jira.secondlife.com/browse/STORM-776


Diffs
-

  doc/contributions.txt b0689af42a71 
  indra/newview/llsidepaneliteminfo.h b0689af42a71 
  indra/newview/llsidepaneliteminfo.cpp b0689af42a71 

Diff: http://codereview.secondlife.com/r/21/diff


Testing (updated)
---

I have built and tested this locally and was able to fully modify the next 
person permissions on object that i had full permissions also tested to see if 
I could set item in inventory for sale and I could.

Test Viewers for this issue are available here:
http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_project-2/rev/216992/index.html

please test this on mac and linux to verify fix works on all platforms.


Thanks,

Wolfpup

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] "Changes since the last good build" part of "Build Results from snowstorm_viewer-development"

2010-12-15 Thread CG Linden
I restored the old code path for changes since last good build for now...
Maybe there is a way to make the new service public someday.
--
cg

On Wed, Dec 15, 2010 at 7:40 PM, CG Linden  wrote:

> Yeah, this is now compiled via a different process...
>
> I really would like to redo the build results page.
> --
> cg
>
> On Wed, Dec 15, 2010 at 6:32 PM, SuezanneC Baskerville  > wrote:
>
>> The "Changes since the last good build at " part of the "Build Results"
>> page at
>>
>> http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/snowstorm_viewer-development/latest.html
>> seems to have a problem.
>>
>> At the bottom, instead of a list of changes, like it used to have, it has
>> a link, and the link doesn't work.
>> Changes since the last good 
>> build(2010-12-15T04:14:49.000Z):
>>  click
>> here
>>
>>
>>
>>
>> --
>> v i r t u a l   w o r l d   e n t h u s i a s t
>> -- http://www.google.com/profiles/s u e z a n n e --
>>
>> ___
>> Policies and (un)subscribe information available here:
>> http://wiki.secondlife.com/wiki/OpenSource-Dev
>> Please read the policies before posting to keep unmoderated posting
>> privileges
>>
>
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] [WEB] Some Wiki pages unreadable when not logged in

2010-12-15 Thread Ricky
I was just looking up a reference in the wiki (
http://wiki.secondlife.com/wiki/LlKey2Name ) and found it to be
largely empty!  I then check history and source, all looked good. So I
browsed other functions, some were visible, some not.  Then I logged
in, and viola all were visible. Logged back out, empty again.  Maybe
some common template was messed up for anon users?

Ricky
Crons Stardust

PS: Yes, this isn't a viewer issue, but that's why I marked it [WEB].
However, I figure someone with more knowledge of the LL wiki template
architecture might be able to shed some light/fix it.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] FW: Review Request: Bug Fix for STORM-776 and STORM-288

2010-12-15 Thread WolfPup Lowenhar
For some reason this review request did not get posted to opensource-dev so I’m 
sending this copy.

 

From: Wolfpup Lowenhar [mailto:wolfpu...@earthlink.net] 
Sent: Wednesday, December 15, 2010 10:59 PM
To: Wolfpup Lowenhar; Viewer
Subject: Re: Review Request: Bug Fix for STORM-776 and STORM-288

 


This is an automatically generated e-mail. To reply, visit: 
http://codereview.secondlife.com/r/21/ 

 


Review request for Viewer.

By Wolfpup Lowenhar.

Updated 2010-12-15 19:59:24.512762


Changes


add link to TC builds Oz did of online repository so others can test this fix.

Description 


This is actually Kitty's patch for STORM-288 but it also corrects the issue 
listed in STORM-776 as well.

Testing (updated)


I have built and tested this locally and was able to fully modify the next 
person permissions on object that i had full permissions also tested to see if 
I could set item in inventory for sale and I could.
 
Test Viewers for this issue are available here:
http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_project-2/rev/216992/index.html
 
please test this on mac and linux to verify fix works on all platforms.

Bugs: STORM-776   


Diffs 


*   doc/contributions.txt (b0689af42a71)
*   indra/newview/llsidepaneliteminfo.h (b0689af42a71)
*   indra/newview/llsidepaneliteminfo.cpp (b0689af42a71)

View Diff  

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1170 / Virus Database: 426/3318 - Release Date: 12/15/10

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] [WEB] Some Wiki pages unreadable when not logged in

2010-12-15 Thread David Simmons
Confirmed. While looking at the page not logged in, it was empty.
The Nov 24 version is fine, but the Dec 10 is messed up.

On Wed, Dec 15, 2010 at 8:04 PM, Ricky  wrote:
> I was just looking up a reference in the wiki (
> http://wiki.secondlife.com/wiki/LlKey2Name ) and found it to be
> largely empty!  I then check history and source, all looked good. So I
> browsed other functions, some were visible, some not.  Then I logged
> in, and viola all were visible. Logged back out, empty again.  Maybe
> some common template was messed up for anon users?
>
> Ricky
> Crons Stardust
>
> PS: Yes, this isn't a viewer issue, but that's why I marked it [WEB].
> However, I figure someone with more knowledge of the LL wiki template
> architecture might be able to shed some light/fix it.
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting privileges
>



-- 
“The greatest danger in modern technology isn't that machines will
begin to think like people, but that people will begin to think like
machines” Unknown

http://www.google.com/profiles/techiedavid
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] [WEB] Some Wiki pages unreadable when not logged in

2010-12-15 Thread David Simmons
Seem that the string "SSL" caused the problem.

On Wed, Dec 15, 2010 at 8:04 PM, Ricky  wrote:
> I was just looking up a reference in the wiki (
> http://wiki.secondlife.com/wiki/LlKey2Name ) and found it to be
> largely empty!  I then check history and source, all looked good. So I
> browsed other functions, some were visible, some not.  Then I logged
> in, and viola all were visible. Logged back out, empty again.  Maybe
> some common template was messed up for anon users?
>
> Ricky
> Crons Stardust
>
> PS: Yes, this isn't a viewer issue, but that's why I marked it [WEB].
> However, I figure someone with more knowledge of the LL wiki template
> architecture might be able to shed some light/fix it.
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting privileges
>



-- 
“The greatest danger in modern technology isn't that machines will
begin to think like people, but that people will begin to think like
machines” Unknown

http://www.google.com/profiles/techiedavid
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


[opensource-dev] Test request for STORM-453 (update libcurl 7.21.1)

2010-12-15 Thread Philippe (Merov) Bossut
Hi,

I've been working on this which is blocking Robin to complete the rest of
the work for VWR-20801 (Implement socks5 proxy).

I think I'm done but, since lots of things can go wrong when changing such a
library, I'd like to get some folks banging on the executables before moving
that to "review".

Binaries can be found at:
http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/merov_viewer-development-import/rev/217039/index.html

Please let me know which platform you test on and what the overall result.

Feedback of people building from source would also be great (see JIRA for
link to the hg repo with the changes).

Cheers,
- Merov
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Review Request: Modify Viewer to statically link to KDU v6.4.1 if available

2010-12-15 Thread Merov Linden

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/3/
---

(Updated 2010-12-15 22:21:41.258325)


Review request for Viewer.


Changes
---

Took Oz's comment into account (suppressed unused code) + code formatting 


Summary
---

This rather big patch accomplish the following:
- makes llkdu public and open source: this contains decompression and 
compression implementations using the KDU API
- links the viewer to KDU v6.4.1 statically if USE_KDU set at build time (and 
assuming you do have a licensed version of Kakadu)
- links statically to OpenJpeg otherwise


This addresses bug STORM-151.
http://jira.secondlife.com/browse/STORM-151


Diffs (updated)
-

  indra/CMakeLists.txt 22c757e8246b 
  indra/cmake/Copy3rdPartyLibs.cmake 22c757e8246b 
  indra/cmake/LLKDU.cmake 22c757e8246b 
  indra/integration_tests/llui_libtest/CMakeLists.txt 22c757e8246b 
  indra/llimage/CMakeLists.txt 22c757e8246b 
  indra/llimage/llimage.cpp 22c757e8246b 
  indra/llimage/llimagej2c.h 22c757e8246b 
  indra/llimage/llimagej2c.cpp 22c757e8246b 
  indra/llkdu/CMakeLists.txt PRE-CREATION 
  indra/llkdu/llimagej2ckdu.h PRE-CREATION 
  indra/llkdu/llimagej2ckdu.cpp PRE-CREATION 
  indra/llkdu/llkdumem.h PRE-CREATION 
  indra/llkdu/llkdumem.cpp PRE-CREATION 
  indra/newview/CMakeLists.txt 22c757e8246b 
  indra/newview/viewer_manifest.py 22c757e8246b 
  install.xml 22c757e8246b 

Diff: http://codereview.secondlife.com/r/3/diff


Testing
---


Thanks,

Merov

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] [WEB] Some Wiki pages unreadable when not logged in

2010-12-15 Thread Yoz Grahame
Could you go into more detail about the "SSL" thing? I'm still seeing this
problem.

As of Wednesday morning (Pacific), the wiki has been thoroughly rebuilt,
upgraded and moved to new hosting. (It's *much* faster now, and should be
more stable.) However, clearly we have some teething issues. This is one the
team may already be aware of, but I'll send it their way anyway.

If you find any more problems, please file a WEB issue with "
wiki.secondlife.com" component. The new infrastructure should allow us to
iterate faster on bugfixes and upgrades, so I'm hoping we can get this one
nailed quickly (as soon as we diagnose it).

Thanks for raising it!

On 15 December 2010 20:16, David Simmons  wrote:

> Seem that the string "SSL" caused the problem.
>
> On Wed, Dec 15, 2010 at 8:04 PM, Ricky  wrote:
> > I was just looking up a reference in the wiki (
> > http://wiki.secondlife.com/wiki/LlKey2Name ) and found it to be
> > largely empty!  I then check history and source, all looked good. So I
> > browsed other functions, some were visible, some not.  Then I logged
> > in, and viola all were visible. Logged back out, empty again.  Maybe
> > some common template was messed up for anon users?
> >
> > Ricky
> > Crons Stardust
> >
> > PS: Yes, this isn't a viewer issue, but that's why I marked it [WEB].
> > However, I figure someone with more knowledge of the LL wiki template
> > architecture might be able to shed some light/fix it.
> > ___
> > Policies and (un)subscribe information available here:
> > http://wiki.secondlife.com/wiki/OpenSource-Dev
> > Please read the policies before posting to keep unmoderated posting
> privileges
> >
>
>
>
> --
> “The greatest danger in modern technology isn't that machines will
> begin to think like people, but that people will begin to think like
> machines” Unknown
>
> http://www.google.com/profiles/techiedavid
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges