fredag 18 april 2008

Balp Build EC-ae

Balp Build version of 1.19.1 (4), same as Nicholaz EC-e, with a fix for VWR-4575, as discussed in.

$ wget http://download-secondlife-com.s3.amazonaws.com/SecondLife_i686_1_19_1_4.tar.bz2
$ wget http://www.acc.umu.se/~balp/second_life/balp-build-ec-ea.tar.bz2
$ tar jxf SecondLife_i686_1_19_1_4.tar.bz2
$ tar jxf balp-build-ec-ea.tar.bz2
$ cd SecondLife_i686_1_19_1_4
$ ./balp-secondlife

The irritating IM tab bling bug still havn't been fixed. I was a hot issue 11 of feburary, on RC0, today we had two code releases after that and they still don't have a working forx for it. You can make it party work in a debug setting, but with that all tabs blink out of order making it annoying to look at.

Blinking IM tags

There will soon, really soon be a new EC-ea realeas with a patch tyo make the IM tab's flashing again appear in a sensible manner. I did have time to test the final version of the patch before leaving for work. But hopefully it will work great. I hope this will make a good patch to close VWR-4575.

The code containd three small changes that make SL so much easier.

  • Make all tabs flash at the same time. This was teh behaivour before 1.19 and the "ButtonFlashCount" could not be used as work around for this.

  • Make value less that 1 on "ButtonFlashCount" have the buttons flash for ever, not that the offical viewer took values like -1 meaing 0 flashes.

  • "ButtonFlashCount" now have default value of -1 making flashed go on forever

torsdag 17 april 2008

Balp Build EC-e

Balp Build version of 1.19.1 (4), same as Nicholaz EC-e

$ wget http://download-secondlife-com.s3.amazonaws.com/SecondLife_i686_1_19_1_4.tar.bz2
$ wget http://www.acc.umu.se/~balp/second_life/balp-build-ec-e.tar.bz2
$ tar jxf SecondLife_i686_1_19_1_4.tar.bz2
$ tar jxf balp-build-ec-e.tar.bz2
$ cd SecondLife_i686_1_19_1_4
$ ./balp-secondlife

The irritating IM tab bling bug still havn't been fixed. I was a hot issue 11 of feburary, on RC0, today we had two code releases after that and they still don't have a working forx for it. You can make it party work in a debug setting, but with that all tabs blink out of order making it annoying to look at.