Re: [opensource-dev] Registering a SL Review Board

2010-12-02 Thread Jonathan Welch
Will the email address we input during the registration process be visible at any point? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated

Re: [opensource-dev] Review board & lists

2010-12-02 Thread Jonathan Welch
Oz, there is a flaw in your logic about our ability to filter out review messages sent to this list. I receive this list in digest format. It's easier for me to scan through it that way, so I have no ability to filter out these review board messages. I'm with Boroondas--please set up another mai

[opensource-dev] Comments solicited -- distinguishing name vs message in chat

2010-12-05 Thread Jonathan Welch
Hey folks, This one just came to my attention -- a little change to be able to distinguish where the name in chat leaves off and where the message begins. With Display Names now active it's no longer easy to figure this out. Please take a look at this and put in a little comment on what you thin

[opensource-dev] Display song title being played

2010-12-10 Thread Jonathan Welch
I was looking over some jiras and found this one Add support for displaying the title of the song playing on the stream https://jira.secondlife.com/browse/SNOW-381 There is already an (old) patch to do this for linux. Does someone want to step up and do it for the rest of the platforms? ___

Re: [opensource-dev] STORM-797 and other ideas about Landmarks&SLURLS (was "Daily Scrum Summary - dec. 23")

2010-12-24 Thread Jonathan Welch
I've always wanted to be able to take a LM from someone's picks I am currently viewing and store it. It's often the case that I want to go to some interesting place but can't jaunt off immediately. ___ Policies and (un)subscribe information available her

Re: [opensource-dev] Very Strange occurrence...

2011-01-04 Thread Jonathan Welch
This is actually a small symptom of a larger problem. The text in those xml files is supposed to be replaced by some valid string but that does not always happen. I've often hovered over some object which would show it was for sale for L$30,000 when it was not valued at that amount--a failure to

Re: [opensource-dev] Pre-processing chat input (was Re: Review Request: STORM-829 Viewer 2 does not parse /me in object Instant Messages

2011-01-08 Thread Jonathan Welch
Yesterday it was suggested to substitute /me at some early point. In this particular case it would not work for two reasons: 1) "/me" has to pass through the communications system so when it arrives at the viewer from the server the various components that display the line can see it is a "/me" l

[opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Jonathan Welch
Hi Oz, I updated two wiki entries dealing with adding to contributions.txt and would appreciate it if you could look over what I wrote and tell me and the mailing list if this is what you would like to have done. http://wiki.secondlife.com/w/index.php?title=Preparing_Code&diff=1131640&oldid=10282

Re: [opensource-dev] Clarification on contributions.txt

2011-01-13 Thread Jonathan Welch
Oz, I updated the similar entry at https://wiki.secondlife.com/wiki/How_To_Submit_A_Viewer_Change#Readiness_Criteria with your tweak. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read th

[opensource-dev] Link times

2011-01-14 Thread Jonathan Welch
I just did a quick study on link times for various viewers on my 2Gb XP system Viewer 1st link 2nd link CV 1.220:53 0:24 SG 1.5 3:30 2:07 V2.5 6:18 6:01 I watched my memory usage during the V2.5 link and did not see it get to an extremely low value. The sizes of

[opensource-dev] Link times revisited

2011-01-21 Thread Jonathan Welch
This is a follow up to my earlier Link Times message. I just upgraded my system from 2Gb to 4Gb, though it only shows 3Gb as being available (the joys of 32-bit Windows XP). 1st2nd pass CV 0:53 0:24 2Gb (CV = Cool Rainbow Viewer, based on v1.22) 0:58 0:26 3Gb SG 3:30 2:07

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Jonathan Welch
There are approximately 1,100 entries in settings.xml, which is the list you see in the Debug Settings floater (perhaps it should be renamed to just Settings). I don't see any practical way of having all those available in any kind of sane preferences menu system. It would be good to generate a l

Re: [opensource-dev] VWR-3156

2011-01-25 Thread Jonathan Welch
This functionality was only taken away by default years ago -- you can still enable it via (for viewer 2) the debug setting ShowNetStats ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read

Re: [opensource-dev] from debug to prefences

2011-01-25 Thread Jonathan Welch
I just did a little research on what is referenced in settings.xml (aka debug settings). I scanned the source code for "gsavedsettings." and then pulled out the name of what was being accessed. There are some faults in this approach: 1) some source code lines are split, so with my simple approach

[opensource-dev] Automatically display mini-map after teleporting

2011-01-27 Thread Jonathan Welch
Does being able to have the mini-map automatically appear after teleporting sound like a good idea? I would appreciate your comments in: https://jira.secondlife.com/browse/VWR-24643 -Jonathan ___ Policies and (un)subscribe information available here: h

Re: [opensource-dev] Using 'autobuild' to build the viewer

2011-01-27 Thread Jonathan Welch
Oz, I mentioned this issue to you a few weeks ago and now here it is: File "e:\autobuild\autobuild\common.py", line 106, in get_default_scp_command raise AutobuildError("cannot find an appropriate scp or pscp command") autobuild.common.AutobuildError: cannot find an appropriate scp or pscp c

Re: [opensource-dev] FW: Using 'autobuild' to build the viewer

2011-01-28 Thread Jonathan Welch
How do we pass in -D parameters? I want to disable the tests, specify the location of the 3 msvc*. files, and not run the packager. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the

Re: [opensource-dev] Using 'autobuild' to build the viewer

2011-01-28 Thread Jonathan Welch
After applying the scp patch autobuild configure ran 1) I would like to see the name of each file as it is downloaded, so I can see there is some progress being made I hope these files are cached and not downloaded into each new cloned source tree. a) My internet speed is not very great b) I may

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Jonathan Welch
The viewer 2 how-to instructions are here: http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting

Re: [opensource-dev] Using 'autobuild' to build the viewer

2011-01-31 Thread Jonathan Welch
In autobuild\autobuild_tool_source_environment.py there is one reference to "devenv" and two references to "devenv.com". This should be 1) Made consistent 2) Make sure there is not a devenv.exe -- just what is supposed to be run? I cannot check for myself, but one person told me there were both .

Re: [opensource-dev] devenv.com (was Re: Using 'autobuild' to build the viewer)

2011-01-31 Thread Jonathan Welch
I am waiting for an updated version of autobuild, one that knows how to handle Express. The only compiler program that looks promising in that installation directory is called VCExpress.exe >probably also need to add cases to handle whatever >naming conventions > VCExpress has as well (if they're

Re: [opensource-dev] devenv.com (was Re: Using 'autobuild' to build the viewer)

2011-01-31 Thread Jonathan Welch
There is no msbuild.exe for VS 2005 Express (yes, a moot point soon). On Mon, Jan 31, 2011 at 5:07 PM, Nicky Perian wrote: > I looked at this some and I think it needs to be MSbuild.exe the command > line builder for VS 2010 Express. I think it is available to use for all > versions but, I need t

[opensource-dev] UI Hints - getting them again

2011-02-03 Thread Jonathan Welch
There is a menu control for UI Hints, but as there are only 10 of them, and you only get each one once, you might want to know how to reset them from their "has already been seen" state if you are debugging or doing development work. These settings are kept in ignorable_dialogs.xml in the same dir

[opensource-dev] Need help reproducing bug report

2011-02-07 Thread Jonathan Welch
Hi, If you are using a 2.5 or a nightly build viewer could you try to reproduce this for me? https://jira.secondlife.com/browse/STORM-470 Context menu of the arrow on profiles/landmarks goes far away when clicked. I am doing a bunch of UI cleanup but can't get this to happen (and even if I could,

Re: [opensource-dev] Mesh Import Project Viewer

2011-02-07 Thread Jonathan Welch
This sounds like a classic example of not having the msvc*.dll files (Windows) installed. I am surprized that an official viewer would have this issue though. Can you search where you installed the viewer to see if they are there? Maybe someone else will give some advice about this, too. -Jonat

[opensource-dev] autobuild-built viewer - LL_RELEASE_FOR_DOWNLOAD is not set to TRUE

2011-02-11 Thread Jonathan Welch
I would like some other people who are helping test autobuild to verify if the compile-time setting LL_RELEASE_FOR_DOWNLOAD is not set to TRUE, especially if you are building on a different os/platform than I am. This seems to be the case for me in Win XP + VS2005 Express. I added my own conditi

Re: [opensource-dev] Slowdowns with Viewer 2.5.x for Linux (getting too many data?)

2011-02-12 Thread Jonathan Welch
Could this be related to recent server changes in the interest list, or does this not happen to you on an older viewer? http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.02.01.220158 ___ Policies and (un)subscribe information availab

[opensource-dev] Testers needed to repo storm-1002

2011-02-20 Thread Jonathan Welch
I started to work on Storm-1002 (Cannot delete broken links) today and _could_ delete a broken link. I tried reproducing the non-deleting issue on viewer 2.1.2 (it was reported as affecting v2.1.1) and did not have trouble there, either. If you have a few minutes could you follow the steps in htt

Re: [opensource-dev] Extended Groups broken?

2011-02-20 Thread Jonathan Welch
I was working on one of these group bugs and was joining and leaving group 42 over and over. This is on a recently compiled Windows viewer. -jonathan ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-D

[opensource-dev] VS2010 Express fails basic test

2011-02-28 Thread Jonathan Welch
I have been trying, with the help of NickyP and archer to get my VS2010 environment set up properly. After two days of work I am still getting a basic error when I try to autobuild configure. I have been able to compile the failing test.c file manually using cl.exe, so it seems there is some probl

Re: [opensource-dev] VS2010 Express fails basic test

2011-02-28 Thread Jonathan Welch
Someone suggested I call up a dos prompt from the V7.1 SDK menu and that got me past this problem. I've adjusted my setup.bat file to have all the env vars that that dos window had that were missing from my normal dos window. Once I have the time I may experiment to see which of those env vars ar

[opensource-dev] autobuild+vs2010 memory trouble

2011-03-01 Thread Jonathan Welch
Yesterday I got to the point of being able to start a compile with autobuild+vs2010 on my XP system with 3Gb of memory. After about 90 minutes it died with the usual heap overflow message. Today I edited a file in the Cmake 2.8 directory and changed Zm1000 to Zm400 which got me much further along

Re: [opensource-dev] Is 'STANDALONE' confusing?

2011-03-03 Thread Jonathan Welch
> In case where you cannot (or don't want to) use the LL prebuilt binary (e.g. > fmod) and/or do not have them in some system folder (Find.cmake > won't find them), you can (or should) specify a path using: > -D_INCLUDE_DIR= -D_LIBRARY= I tried many variations of this for Fmod, with "/" and "\" in

Re: [opensource-dev] Is 'STANDALONE' confusing?

2011-03-04 Thread Jonathan Welch
Same here--I have to drop the files in. That -D business does not work for me either. (Yes, I am using autobuild too). ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies bef

[opensource-dev] Range ring on mini-map -- VWR-25117

2011-03-10 Thread Jonathan Welch
Hi, Having a range ring on the mini-map came up at a Linden User Group meeting this week so I wrote up VWR-25117 and did a bit of coding. Right now there is only 1 ring with a radius of 20m. If you are on more or less the same level as the green/yel

Re: [opensource-dev] Review Request: Add optional range ring to the mini-map -- one centered on you with a radius of 20m to show local chat range

2011-03-11 Thread Jonathan Welch
I just attached a screenshot to the jira with cyan objects included in the minimap display. This color choice plus my word choice of "Range Ring" in the menu is why I have the jira tagged with "needs design". ___ Policies and (un)subscribe information av

[opensource-dev] viewer-autobuild2010 Ctrl-I bug

2011-03-20 Thread Jonathan Welch
Using autobuild I just built an up to date viewer of viewer-autobuild2010 and found that Ctrl-I will open the inventory sidepanel but will no longer close it. Another person verified this in a viewer build from Merov's repo. If this is not an intentional change would someone please file a jira (m

Re: [opensource-dev] PO Review build

2011-03-22 Thread Jonathan Welch
A number of people have written in saying they tested the latest PO build. I am curious about what you saw for storm-1077 -- the hint for voice chat. Did you get this hint only once or multiple times as Anya has reported? Please write back with your observation. Thank you, -jonathan __

[opensource-dev] Mac/Linux testers needed for Open-52 (Superfluous source files)

2011-03-30 Thread Jonathan Welch
Hi, If you can compile on Mac or Linux I would like you to try deleting the .cpp (and associated .h) files listed in Open-52 and report back in a comment if any files in that list are needed. You will have to update cmakelists.txt and also any files th

Re: [opensource-dev] Snowstorm PO review build

2011-04-01 Thread Jonathan Welch
A note on Storm-1108, the Hints item: Wolf wants the menu entry kept, so only where it was in Preferences has been removed. -Jonathan ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read th

[opensource-dev] Windows compiling problem

2011-04-05 Thread Jonathan Welch
I have not had much chance to compile since viewer-development took in the autobuild changes. This afternoon I gave it a try and fixed a few issues but am stumped at how to fix this, which occurs in a number of places: -- Build started: Project: llwindow, Configuration: Release Win32 --

Re: [opensource-dev] Windows compiling problem

2011-04-08 Thread Jonathan Welch
I've tried all the suggestions that people have suggested, but to no avail. I still get messages like the one below. Anyone with more ideas? -- Build started: Project: llwindow, Configuration: Release Win32 -- llwindowwin32.cpp lldxhardware.cpp e:\Microsoft SDKs\Windows\v7.1\Include\

Re: [opensource-dev] Windows compiling problem

2011-04-14 Thread Jonathan Welch
I was finally able to solve my problem. I went back to a pre viewer-development version of autobuild and tried to compile that and got an error about unable to find winres.h (see storm-859). Then it was a matter of adjusting my include list to specify where that file is for vs2010 Express and bot

Re: [opensource-dev] autobuild with VS2005

2011-04-18 Thread Jonathan Welch
VS2010 Express is limited to 1 month but once you do the free registration it will no longer expire. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep

Re: [opensource-dev] Windows compiling problem

2011-04-20 Thread Jonathan Welch
One thing I discovered is that entries in your local Microsoft.Cpp.Win32.user.props file superseed what you may have set in an environment variable. In my case I was changing INCLUDE but only was able to compile once I had modified the user.props file so it could pick up winres.h under a Samples di

[opensource-dev] svn.secondlife.com

2011-05-17 Thread Jonathan Welch
Someone on IRC just pointed out that the old source url, http://svn.secondlife.com/ now puts up web pages selling surveillance cameras/systems. Has your web site been hacked or are you now shopping out part of your domain name to third parties? ___ Polic

[opensource-dev] Repeated entries in settings.xml

2011-05-18 Thread Jonathan Welch
Five months ago I went through a drawn out process to eliminate duplicate and triplicate entries in settings.xml. Today I found two new duplicates. For a few reasons having a clean file is a good idea. Oz has suggested that this file be scanned by a unit test as part of compiling the viewer. If

[opensource-dev] Dumbly stuck on storm-899

2011-05-26 Thread Jonathan Welch
I tried to fix Storm-899 this morning and feel that it is pretty close to being fixed, but I have gotten hung up on a dumb error. If anyone would care to point out how to fix it I would appreciate a chance to improve my c++ skills (and yes, I have tried many different things to fix this but being

Re: [opensource-dev] question SL tracking data

2011-05-26 Thread Jonathan Welch
The relevant block of code for the Space Navigator and related devices seems to be bool LLViewerJoystick::isLikeSpaceNavigator() const { #if LIB_NDOF return (isJoystickInitialized() && (strncmp(mNdofDev->product, "SpaceNavigator", 14) == 0

Re: [opensource-dev] question SL tracking data

2011-05-26 Thread Jonathan Welch
See if Preferences->Move & View->Other Devices looks like what you are asking for. > we would need triggers for > 1 Primary Secondary and Tetrary "buttons" > 2 plus and minus translate for each of the X Y Z axis > 3 plus and minus rotate for each of the X Y Z axis > 4 some sort of toggle to swap fr

[opensource-dev] Search project viewer

2011-05-29 Thread Jonathan Welch
In case you have not caught the message yet a project viewer with the new search recently came out: http://wiki.secondlife.com/wiki/Search_Project_Viewer_FAQ There is mention of V1 All and Group search being turned off once it goes to full release. ___ P

[opensource-dev] Sorting table displays

2011-06-05 Thread Jonathan Welch
When you open up the information for a group and get the list of members, their role title, and their last active date none of those columns are sorted by default. Should one be and if so, which one? Are there other tables like this that you can think of which would benefit from being sorted (wit

[opensource-dev] Minimum draw distance

2011-06-06 Thread Jonathan Welch
I have been working on a draw distance slider and realized this would be a good time to have a discussion about what the lowest value you can set your draw distance to should be. If you have an opinion of why it should be lowered from what it is now, 64, please reply to this message with your reas

Re: [opensource-dev] Minimum draw distance

2011-06-10 Thread Jonathan Welch
The icon was just something I found and is a placeholder until a better-designed one can be generated. A friend testing this found what might be considered a bug which none of you advanced people would notice: when you click on the gear and am sent to the preferences window you do not see the adva

Re: [opensource-dev] Minimum draw distance

2011-06-10 Thread Jonathan Welch
For those of you who were not at yesterday's Snowstorm scrum Wolf told us this feature is being evaluated. They 1) don't want the UI to be too complicated and 2) would like to merge Basic mode in with Advanced. ___ Policies and (un)subscribe information

[opensource-dev] Review viewer -- draw distance slider

2011-06-10 Thread Jonathan Welch
In case you missed the message from Oz in a different thread here is the review viewer for the proposed draw distance slider: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_project-3/rev/232119/index.html There is a temporary binocular graphic next to volume slider where you ac

Re: [opensource-dev] Review viewer - draw distance slider

2011-06-10 Thread Jonathan Welch
Those binoculars were just something I picked up quickly not expecting they would be a permanent solution. Later I experimented with a few eyes, but 1) the color has to work in shades of grey and 2) has to be scaled down to 16px*16px, so oblong shapes don't fare very well. -jonathan _

[opensource-dev] Debug console changes -- feedback sought

2011-06-11 Thread Jonathan Welch
If you use the debug console (Ctrl+Shift+4) I would like your feedback on some changes I would like to make to it: 1) Widen the lines from 50% of the screen width to 75% 2) Reduce the spacing between lines from 8px to 1px 3) Swap the foreground and background colors (I am not sure how effective thi

Re: [opensource-dev] Debug console changes -- feedback sought

2011-06-11 Thread Jonathan Welch
The debug setting showconsoleWindow gives you a free-standing window with the same information scrolling by in it. In Windows I get a dos-type window, so copying and pasting is not as easy as it should be. > It should be copiable and pastable ! The debug console is nigh useless > without these two

Re: [opensource-dev] Debug console changes -- feedback sought

2011-06-11 Thread Jonathan Welch
You have to do a viewer restart to get showconsoleWindow to display. There's also a command line switch for it. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posti

Re: [opensource-dev] Review viewer -- draw distance slider

2011-06-11 Thread Jonathan Welch
I too am a bit worried that novice viewer users will hurt themselves with this slider in an easily accessible place. How about tying the presence of the control to only show when the Advanced menu has been enabled (in addition or instead of the warning labels Joshua has suggested)? Presumably som

Re: [opensource-dev] Review viewer -- draw distance slider

2011-06-11 Thread Jonathan Welch
I added in the labels and have been thinking about i10n issues with them. Would be better to use a graphic or else have some other window appear with a warning message? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com

Re: [opensource-dev] Review viewer -- draw distance slider

2011-06-11 Thread Jonathan Welch
While testing the updated graphic I've been looking at the cautionary wording on the slider and am not happy with it. There is no good way to align the text so it looks nice in all languages and the width of the slider would have to be wide enough to support the longest word in whatever language t

Re: [opensource-dev] Question about DD philosophy.

2011-06-16 Thread Jonathan Welch
At yesterday's meeting with Oz having a FPS auto-tune system was discussed. I am going to try to write up a description of how this could be implemented and once it is fleshed out will post it here for comments. -jonathan ___ Policies and (un)subscribe

[opensource-dev] Volunteer wanted: Wiki Skinning reorganization

2011-06-17 Thread Jonathan Welch
There are two top-level wiki entries for skinning: https://wiki.secondlife.com/wiki/Skinning_How_To https://wiki.secondlife.com/wiki/Skinning_HowTo I just created links to all the subsections in each of them and so discovered there are two categories with very similar names. There seems to be a m

Re: [opensource-dev] Review viewer -- draw distance slider

2011-06-18 Thread Jonathan Welch
There is an updated version of the draw distance review viewer here: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_project-1/rev/233253/index.html Changes include slightly better artwork, re-repositioning of the icon's location, and if you exceed 280m a notification (which you

Re: [opensource-dev] Highlight Transparent Broken?

2011-06-23 Thread Jonathan Welch
Could you also check glow (cts-644/cts-656) and windlight clouds (storm-1314) to see if either of those are non-functional for you? I have a feeling that some of these are related to each other. ___ Policies and (un)subscribe information available here:

Re: [opensource-dev] Highlight Transparent Broken?

2011-06-24 Thread Jonathan Welch
If no one files a jira on highlight transparent malfunctioning it won't be fixed. Would someone take care of this? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before p

Re: [opensource-dev] Autobuild errors

2011-07-07 Thread Jonathan Welch
Anyone can change the wiki page -- please update it if you encounter problems. > The wiki documention should really be changed to not mention any of the > configs without *OS first as only internal Linden builds can use those. ___ Policies and (un)subscr

Re: [opensource-dev] How to upload a mesh on v-d rev 20205 ?

2011-08-24 Thread Jonathan Welch
Sounds like the message handling should be improved for viewers that cannot upload. Even better would be to gray out the menu item. On Wed, Aug 24, 2011 at 3:49 PM, Marine Kelley wrote: > Thanks... I wouldn't have guessed that all by myself. lol. > > I see on that JIRA entry that I'm not the on

[opensource-dev] TPV developers -- register your viewer with Nvidia for Optimus support

2011-08-24 Thread Jonathan Welch
I just sent this to the TPV mailing list but am not sure if it will reach everyone who should see it, so here goes again: -- I just tried a TPV on my new laptop which has Optimus technology (a slow video chip and a more powerful video card) and was wondering for a moment why it was running

Re: [opensource-dev] ok wtf is this?

2011-09-05 Thread Jonathan Welch
A good way to follow what is happening in viewer-development is to subscribe to the commit mailing list: https://lists.secondlife.com/cgi-bin/mailman/listinfo/viewer-development-commits On Mon, Sep 5, 2011 at 12:32 PM, Dave Booth wrote: > On 9/5/2011 11:14 AM, Tateru Nino wrote: >> >> Indeedy. An

[opensource-dev] Feedback wanted for VWR-26858 (User-defined build icons)

2011-09-05 Thread Jonathan Welch
Partly to solve a lack of new icon space needed by Storm-49 and partly to improve in-world building I have created VWR-26858 (https://jira.secondlife.com/browse/VWR-26858) and would appreciate your comments on this proposed new feature I would like to work on. Oz and Esbee might appreciate a few "

[opensource-dev] Eliminate VS2010 LNK4099 errors

2011-10-17 Thread Jonathan Welch
I've got tired of seeing blasts of LNK4099 errors fly up the screen when I compile so I looked into how to eliminate them. It seems the only way to do this is to hack link.exe and change the 4 bytes that equal 4099 to something else. See http://www.bottledlight.com/docs/lnk4099.html In my case t

Re: [opensource-dev] FUI project just out

2011-10-19 Thread Jonathan Welch
I have good first impressions of this change, but there also need to be some tweaks made to it: Notification well at top right is always on top of floaters, so I cannot have any floater flush right any more Allow notification well to be moved to bottom right Change default of left docked buttons

Re: [opensource-dev] Eliminate VS2010 LNK4099 errors

2011-10-19 Thread Jonathan Welch
2010 LNK4099 errors > > On 2011-10-17 20:41, Jonathan Welch wrote: >> I've got tired of seeing blasts of LNK4099 errors fly up the screen >> when I compile so I looked into how to eliminate them. It seems the >> only way to do this is to hack link.exe and change

[opensource-dev] Question about speed of name cache query

2011-10-25 Thread Jonathan Welch
For my solution to Storm-1653 (Group notices sent by muted residents are still displayed) I have to call gCacheName->buildLegacyName to get the AgentID associated with a legacy name. It looks like this code may operate asynchronously if there is a cache miss. In my testing I was always able to ge

[opensource-dev] Public Land example

2011-10-27 Thread Jonathan Welch
For a viewer change I am working on I need to find a parcel that is public land. This will show up in the About Land Owner field as (public) Can anyone point me to such a spot? I have tried visiting Infohubs, Help Island, Blake Sea, abandoned mainland, etc. but so far no luck. Thanks, -Jonatha

Re: [opensource-dev] Public Land example

2011-10-27 Thread Jonathan Welch
The value in the owner field will not be a normal looking name -- it will be (public) On Thu, Oct 27, 2011 at 5:17 PM, Jonathan Welch wrote: > For a viewer change I am working on I need to find a parcel that is > public land. This will show up in the About Land Owner field as > (public

Re: [opensource-dev] Public Land example

2011-10-27 Thread Jonathan Welch
en exist any more? All the abandoned land has reverted >> to Gov. Linden since 1.9 >> >> On 10/27/2011 05:17 PM, Jonathan Welch wrote: >>> For a viewer change I am working on I need to find a parcel that is >>> public land. This will show up in the About Lan

[opensource-dev] Viewer-develop-commits emails

2011-11-01 Thread Jonathan Welch
The last few messages I have received from viewer-develop-commits in digest form have included every single diff. Could someone at LL look at what changed and restore the previous behavior of only sending the summary headers? ___ Policies and (un)subscri

[opensource-dev] Mac & Linux testers needed

2011-11-12 Thread Jonathan Welch
I need someone who has built the viewer from tip on the 11th or later on both mac and linux to perform a quick test: can you resize your viewer window below 1024x768? If so would you please comment on VWR-27482 (Unable to resize viewer window below 1024x768)? https://jira.secondlife.com/browse/VWR

Re: [opensource-dev] User input solicited picking a number...

2011-11-18 Thread Jonathan Welch
have to be handled in a new jira. On Fri, Nov 18, 2011 at 10:07 AM, Oz Linden (Scott Lawrence) wrote: > > On 2011-11-18 9:53, Jonathan Welch wrote: >> >> Any TPV that wants to pick up this new feature before the two debug >> settings are eliminated should do so quickly,

[opensource-dev] Spammy isFeatureAvailable message in secondlife.log file

2011-11-21 Thread Jonathan Welch
I've been getting this spammy message in my secondlife.log file for viewers I have been compiling from tip recently (not sure how long ago it started): WARNING: LLFeatureList::isFeatureAvailable: ONCE (164400th time seen): Feature VertexShaderEnable not on feature list! Does anyone have a clue how

[opensource-dev] Testers needed for OPEN-130 (Modify autobuild to allow control over where libraries are downloaded)

2012-01-03 Thread Jonathan Welch
I just tested this little patch on Windows. If you build on Mac or Linux it would be helpful if you could test this and report back in a jira comment. https://jira.secondlife.com/browse/OPEN-130 Thanks, -Jonathan ___ Policies and (un)subscribe informa

Re: [opensource-dev] Inventory Patch you should integrate

2012-01-06 Thread Jonathan Welch
If you do not have this patch there is a 50% chance that when you open a box with an outfit and pick Copy and Wear not all items will be worn. (If I have gotten these facts wrong please correct me Oz). On Fri, Jan 6, 2012 at 5:25 PM, Henri Beauchamp wrote: > On Fri, 06 Jan 2012 16:15:58 -0500, Oz

Re: [opensource-dev] Anim format files upload

2012-01-17 Thread Jonathan Welch
It is easy to add that code change, but what happens at the server when it receives an .anim file? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep un

Re: [opensource-dev] Changing the name

2012-01-18 Thread Jonathan Welch
There is one non-obvious place that I came across a while ago--the startup code takes out a mutex, probably so it has a way of seeing if you are trying to run more than one viewer at a time (and have the setting for that disabled). -jonathan ___ Policies

Re: [opensource-dev] Changing the name

2012-01-18 Thread Jonathan Welch
Also see strings.xml which defines APP_NAME and CAPITALIZED_APP_NAME ___ 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] mesh upload crash in recent builds...

2012-01-24 Thread Jonathan Welch
It sounds like you are running a self-compiled viewer, in which case OPEN-113 probably applies (Build > Upload > Model is not disabled in OS built viewers) https://jira.secondlife.com/browse/OPEN-113 ___ Policies and (un)subscribe information available h

Re: [opensource-dev] mesh upload crash in recent builds...

2012-01-24 Thread Jonathan Welch
Do you get the same result/crash when trying to upload via a different menu entry point? ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated

Re: [opensource-dev] Building Viewer 2, can't get audio to work

2012-01-26 Thread Jonathan Welch
> autobuild configure -c ReleaseOS FMOD=YES The only thing I can see at a quick glance that deviates from the instructions is the above line. Delete your build directory (build-vc100) and redo the configuration command with autobuild configure -c ReleaseOS -- -DLL_TESTS:BOOL=FALSE -DPACKAGE:BOOL=

Re: [opensource-dev] Building Viewer 2, can't get audio to work

2012-01-26 Thread Jonathan Welch
If you have more immediate questions look for help on IRC system Freenode, channel #opensl ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderate

Re: [opensource-dev] Review Request: STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height 2) Improve z-level accuracy

2012-01-27 Thread Jonathan Welch
> Would the client have a problem if another word was added to the message > giving - duplicating the data, but allowing newer clients to choose to use > the new word while older clients use the old byte? Yes, because the coarseupdate packet holds many positions, it is not just 1 packet per avatar

Re: [opensource-dev] Review Request: STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height 2) Improve z-level accuracy

2012-01-27 Thread Jonathan Welch
> PS: I really want to be able to get rid of my lag-creating Sensor-based HUD > for a pure client-side system. Hence my active commentary. The server team is not going to be making changes to the current system; they have said the cost of doing that, the additional load on the servers, etc. is no

[opensource-dev] Odd disappearing vehicle

2012-01-30 Thread Jonathan Welch
Someone just reported to me that they had found a vehicle at http://slurl.com/secondlife/Fortuna/5/243/26 If you try to select it or if you try to right click on it it disappears. How can this be possible? I used the object scanner in Radegast to do a bit more sleuthing, but even in there if you

[opensource-dev] Pathfinding alpha announced

2012-02-17 Thread Jonathan Welch
In case you did not see the announcement yesterday here it is: http://community.secondlife.com/t5/Featured-News/Take-a-Sneak-Peek-at-the-Pathfinding-Experiments-Being-Conducted/ba-p/1386511 ___ Policies and (un)subscribe information available here: http:/

Re: [opensource-dev] ETA on Agni Pathfinding?

2012-02-22 Thread Jonathan Welch
I asked this at the Server meeting yesterday; no release date has been established yet. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated p

Re: [opensource-dev] Help testing needed on STORM-1812

2012-04-01 Thread Jonathan Welch
The music should fade out and, if you have autoplay enabled, fade back in when you teleport within a parcel. Please test the fix using the viewer which Oz needs to supply a link to -- no point in testing a released version which is known to have the problem. -Jonathan

Re: [opensource-dev] Help testing needed on STORM-1812

2012-04-01 Thread Jonathan Welch
thoughts on this matter please give some feedback here. Thanks, -Jonathan On 4/1/12, Jonathan Welch wrote: > The music should fade out and, if you have autoplay enabled, fade back > in when you teleport within a parcel. > > Please test the fix using the viewer which Oz needs to s

  1   2   >