Cameron Kaiser
Cameron Kaiser
@rmottola See comments above, if you're interested in collabourating.
Dunno about font BE tags. Whatever works for you guys that doesn't break PPC is fine with me. For plugins, couldn't you just make your own "TenSixFox" DTD and reference...
@OlgaTPark I see you have an official release. Okay to post about it on the TenFourFox blog?
I pondered this for a couple days. Ordinarily I would ask that forks use a different name if their functionality is different (I can't demand this legally, but I usually...
Okay, I tried putting the integration into 10.4Fx. It compiles, but it won't load the dylibs. Some debugging with `dlerror()` shows that you have a dependency on a later version...
I could upload the PPC `libiconv` that I know works with Tiger, but I don't have an x86 or x86_64 one.
Actually, I changed my mind here. I was able to get both 2.8 and 3.4 to compile on 10.4 PPC with full AltiVec under Xcode 2.5 (3.4 required a tiny...
Yes, this does appear to work on my 10.4 PPC machine, though I'll probably still distribute 3.4 (libavcodec.57) separately since it looks like they improved the AltiVec in it. But...
I've wrestled off and on with this for awhile and I'm blocked on a crash I can't resolve. If I may gently prod, the code that apparently needs to be...
I did notice that I got `IsRet` wrong and fixed that to be more like ARM, but that isn't the problem here. The current crash looks like this: ``` %...