RC 1.20.5
This one didn’t compile out of the box. Notes follow…
Had to comment out the llassert to get it to run. No doubt causing a nice leak
linden/indra/llrender/llimagegl.cpp line 631 +//llassert(…
On a happier note it seems easy enough to rip the voice code out of the client completely so perhaps it won’t be too bad to trim the rest of the cruft.
I also managed to get lua embedded and run a script that popped an alert. I looked into embedding ruby but it seems its not threadable at all so thats out. Python may work, I can’t remember. Anyway, the plan is to make a lib of the network pump and have callbacks in the scripting lang and build a scripted non-visual client using the LL code. This should be way easier to maintain then doing it the other way around.