Re: [opensource-dev] Is the build machine stuck?

2011-11-20 Thread Ricky
Yep. Haven't heard any response about it though. Ricky Cron Stardust On Sat, Nov 19, 2011 at 10:55 PM, Dave Booth wrote: > On 11/20/2011 12:41 AM, Hitomi Tiponi wrote: >> It does appear to be stuck still - it's not the first time this has >> happened. Also the problem with not showing changes i

Re: [opensource-dev] Camera UI in Second Life beta viewer is broken

2011-11-20 Thread Tateru Nino
The essential bug is that the elements *are* completely covered when this occurs, but when the mouse-position is matched to an on-screen element, it ends up matching the wrong thing in the stack. Sometimes. Under conditions which seem obscure and difficult to reproduce. And it may match pointing (

Re: [opensource-dev] Review Request: Allow scripts to be saved/loaded to/from files.

2011-11-20 Thread Ima Mechanique
> On Nov. 20, 2011, 6:53 a.m., Lance Corrimal wrote: > > found another glitch: > > I'm developing scripts in eclipse with lslforge. When I "compile" a script > > in eclipse and then load it using this patch, tabstops are converted into > > IDunnoWhat (it shows as little squares in the script ed

Re: [opensource-dev] Camera UI in Second Life beta viewer is broken

2011-11-20 Thread Nexii Malthus
That happens because the clicks work by going down a hierarchy, it goes down the window backgrounds first, then works through the children UI elements of that window, passing around the click message until it hits the lowest level. When you click outside the windows it passes through to the 3D wor

Re: [opensource-dev] Review Request: Allow scripts to be saved/loaded to/from files.

2011-11-20 Thread Ima Mechanique
> On Nov. 20, 2011, 6:53 a.m., Lance Corrimal wrote: > > found another glitch: > > I'm developing scripts in eclipse with lslforge. When I "compile" a script > > in eclipse and then load it using this patch, tabstops are converted into > > IDunnoWhat (it shows as little squares in the script ed

Re: [opensource-dev] Review Request: Allow scripts to be saved/loaded to/from files.

2011-11-20 Thread Ima Mechanique
> On Nov. 20, 2011, 6:53 a.m., Lance Corrimal wrote: > > found another glitch: > > I'm developing scripts in eclipse with lslforge. When I "compile" a script > > in eclipse and then load it using this patch, tabstops are converted into > > IDunnoWhat (it shows as little squares in the script ed

Re: [opensource-dev] Review Request: Allow scripts to be saved/loaded to/from files.

2011-11-20 Thread Ima Mechanique
> On Nov. 19, 2011, 5:54 a.m., Lance Corrimal wrote: > > I've put the last revision (4) in, and it still doesn't add .lsl to > > filenames on saving... I'm building on linux here, maybe that's the reason? > > Ima Mechanique wrote: > This is mostly a Window's feature, at this time. The .lsl

Re: [opensource-dev] Review Request: Allow scripts to be saved/loaded to/from files.

2011-11-20 Thread Ima Mechanique
> On Nov. 19, 2011, 5:54 a.m., Lance Corrimal wrote: > > I've put the last revision (4) in, and it still doesn't add .lsl to > > filenames on saving... I'm building on linux here, maybe that's the reason? This is mostly a Window's feature, at this time. The .lsl filter is part of a Window's on

Re: [opensource-dev] Review Request: Allow scripts to be saved/loaded to/from files.

2011-11-20 Thread Lance Corrimal
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/516/#review1082 --- found another glitch: I'm developing scripts in eclipse with lslf