[opensource-dev] Exclude Home from teleport history

2011-01-02 Thread Laurent Rathle

Hello,

Would it be easy to exclude home from Teleport history ? It would make 
it easier to see what' in
___
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] Exclude Home from teleport history

2011-01-02 Thread Erin Mallory

I would really really rather not see home excluded because of the simple fact 
often home lotation can get reset if your preferences get changed or any of a 
half dozen minor bugs.  so its nice to have it in the hisotry so you can go 
back and set it back. 

> Date: Sun, 2 Jan 2011 20:25:37 +0100
> From: laurent.bec...@madonie.org
> To: opensource-dev@lists.secondlife.com
> Subject: [opensource-dev] Exclude Home from teleport history
> 
> 
> Hello,
> 
> Would it be easy to exclude home from Teleport history ? It would make 
> it easier to see what' in
> ___
> 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] Exclude Home from teleport history

2011-01-02 Thread Ricky
A method of filtering the history would give the wanted effect I presume.

Ricky
Cron Stardust

On Sun, Jan 2, 2011 at 11:39 AM, Erin Mallory
 wrote:
> I would really really rather not see home excluded because of the simple
> fact often home lotation can get reset if your preferences get changed or
> any of a half dozen minor bugs.  so its nice to have it in the hisotry so
> you can go back and set it back.
>
>> Date: Sun, 2 Jan 2011 20:25:37 +0100
>> From: laurent.bec...@madonie.org
>> To: opensource-dev@lists.secondlife.com
>> Subject: [opensource-dev] Exclude Home from teleport history
>>
>>
>> Hello,
>>
>> Would it be easy to exclude home from Teleport history ? It would make
>> it easier to see what' in
>> ___
>> 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
>
___
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] VWR-8208 Searchable "Debug Settings"

2011-01-02 Thread Ricky
I was just about to create a JIRA entry for the idea of making things
easier to find in the Debug Settings menu, when I found an existant
JIRA on the subject.  VWR-8208 "find instead of auto-complete for
Debug Settings" https://jira.secondlife.com/browse/VWR-8208
It would be great to have some attention paid to this concept, as it
should be fairly trivial to implement, and would make working with
those entries a lot easier.

Just making some noise about one of my annoyances...
Ricky
Cron Stardust
___
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] VWR-8208 Searchable "Debug Settings"

2011-01-02 Thread Marine Kelley
What I do is open my settings.xml file and search what I want with a
text editor, it works.

On 02/01/2011, Ricky  wrote:
> I was just about to create a JIRA entry for the idea of making things
> easier to find in the Debug Settings menu, when I found an existant
> JIRA on the subject.  VWR-8208 "find instead of auto-complete for
> Debug Settings" https://jira.secondlife.com/browse/VWR-8208
> It would be great to have some attention paid to this concept, as it
> should be fairly trivial to implement, and would make working with
> those entries a lot easier.
>
> Just making some noise about one of my annoyances...
> Ricky
> Cron Stardust
> ___
> 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] VWR-8208 Searchable "Debug Settings"

2011-01-02 Thread Ricky
Thank you Jonathan and Marine.  These workarounds are good, and I will
tap into them.  Hopefully an in-client solution isn't too far into the
future! :)

Ricky

On Sun, Jan 2, 2011 at 1:52 PM, Marine Kelley  wrote:
> What I do is open my settings.xml file and search what I want with a
> text editor, it works.
>
> On 02/01/2011, Ricky  wrote:
>> I was just about to create a JIRA entry for the idea of making things
>> easier to find in the Debug Settings menu, when I found an existant
>> JIRA on the subject.  VWR-8208 "find instead of auto-complete for
>> Debug Settings" https://jira.secondlife.com/browse/VWR-8208
>> It would be great to have some attention paid to this concept, as it
>> should be fairly trivial to implement, and would make working with
>> those entries a lot easier.
>>
>> Just making some noise about one of my annoyances...
>> Ricky
>> Cron Stardust
>> ___
>> 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] VWR-8208 Searchable "Debug Settings"

2011-01-02 Thread Marine Kelley
Yes that would be great, because the debug settings are not in any
particular order in settings.xml, while they are in alphabetical order
in the viewer. Sometimes it can be confusing (especially when you
browse all the Render* debug settings, they are all over the place).

On 02/01/2011, Ricky  wrote:
> Thank you Jonathan and Marine.  These workarounds are good, and I will
> tap into them.  Hopefully an in-client solution isn't too far into the
> future! :)
>
> Ricky
>
> On Sun, Jan 2, 2011 at 1:52 PM, Marine Kelley 
> wrote:
>> What I do is open my settings.xml file and search what I want with a
>> text editor, it works.
>>
>> On 02/01/2011, Ricky  wrote:
>>> I was just about to create a JIRA entry for the idea of making things
>>> easier to find in the Debug Settings menu, when I found an existant
>>> JIRA on the subject.  VWR-8208 "find instead of auto-complete for
>>> Debug Settings" https://jira.secondlife.com/browse/VWR-8208
>>> It would be great to have some attention paid to this concept, as it
>>> should be fairly trivial to implement, and would make working with
>>> those entries a lot easier.
>>>
>>> Just making some noise about one of my annoyances...
>>> Ricky
>>> Cron Stardust
>>> ___
>>> 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] Exclude Home from teleport history

2011-01-02 Thread laurent . bechir


Erin Mallory a écrit :
> I would really really rather not see home excluded because of the 
> simple fact often home lotation can get reset if your preferences get 
> changed or any of a half dozen minor bugs.  so its nice to have it in 
> the hisotry so you can go back and set it back.

I've never seen that. Did it happened to you already ?
___
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] Exclude Home from teleport history

2011-01-02 Thread Erin Mallory

Yes, ive had the home point reset when my age verification glitched and i 
couldnt get into my own land, and when i installed a viewer that defaulted the 
preferences to g only.  

> Date: Mon, 3 Jan 2011 02:03:45 +0100
> From: laurent.bec...@madonie.org
> To: opensource-dev@lists.secondlife.com
> Subject: Re: [opensource-dev] Exclude Home from teleport history
> 
> 
> 
> Erin Mallory a écrit :
> > I would really really rather not see home excluded because of the 
> > simple fact often home lotation can get reset if your preferences get 
> > changed or any of a half dozen minor bugs.  so its nice to have it in 
> > the hisotry so you can go back and set it back.
> 
> I've never seen that. Did it happened to you already ?
> ___
> 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: VWR-24100 Settings.xml: redundant entries and unnecessary tag

2011-01-02 Thread Aleric Inglewood

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

Ship it!


- Aleric


On Dec. 23, 2010, 12:12 p.m., Jonathan Yap wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/18/
> ---
> 
> (Updated Dec. 23, 2010, 12:12 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> 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.
> 
> Having these cleaned out would make running my program, and thus updating the 
> wiki table, easier.
> 
> I've erased all but the last entry for these redundant debug settings.
> 
> 
> This addresses bug vwr-24100.
> http://jira.secondlife.com/browse/vwr-24100
> 
> 
> Diffs
> -
> 
>   indra/newview/app_settings/settings.xml 46a990f8296f 
> 
> Diff: http://codereview.secondlife.com/r/18/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Jonathan
> 
>

___
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] Exclude Home from teleport history

2011-01-02 Thread Tateru Nino


On 3/01/2011 12:03 PM, laurent.bec...@madonie.org wrote:
>
> Erin Mallory a écrit :
>> I would really really rather not see home excluded because of the
>> simple fact often home lotation can get reset if your preferences get
>> changed or any of a half dozen minor bugs.  so its nice to have it in
>> the hisotry so you can go back and set it back.
> I've never seen that. Did it happened to you already ?
I've had it happen to me before also. There's a couple things that can 
silently reset your home location.  For a while, some people were 
triggering it intentionally as a way of evading parcel ejection and so 
on - sure the owner can try to send you home, but if your home is where 
you are, nothing happens.

At least one of the methods (which can happen unintentionally) was 
repeatedly reported as a security exploit back in 2006 - but AFAIK, it's 
still unfixed.

-- 
Tateru Nino
http://dwellonit.taterunino.net/

___
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