TTEngine2 updated
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    Due to demand of users I've added three additional output modules to TTEngine2 (the font engine used by Sputnik). These three modules handle ARGB32, RGB24 and BGR24 CyberGraphX pixel modes and should cover all Voodoo and Permedia cards. As I have no such cards, these modes are untested (should work however). All users with "no text in Sputnik on 24-bit screen" problem should try with TTEngine2 v0.15. It can be downloaded here. Just unpack ttengine2.library and copy it over old one in LIBS:. Then reboot. Send any bugreports of TTEngine2 to krashan at teleinfo dot pb dot edu dot pl.

    [ Edited by Krashan on 2006/11/12 20:57 ]
  • »12.11.06 - 16:23
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Posts: 109 from 2006/9/10
    Thanks a lot for the fast update. Fonts are showing up now in 24bit screenmodes (Permedia 2). Only some text colors look a bit weird now (e.g. blue became brown, orange became green). I could send you some screenshots if needed.
  • »12.11.06 - 16:51
    Profile
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    Yes please, probably for some reason red and blue are swapped (copy&paste method of proramming ;-)

    [Edit]

    Hmm the code looks OK, there is no obvious copy&paste bug...

    Ha, found the bug, fixed v0.16 is here.

    [ Edited by Krashan on 2006/11/12 17:11 ]

    [ Edited by Krashan on 2006/11/12 17:28 ]
  • »12.11.06 - 17:06
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Posts: 109 from 2006/9/10
    Sorry, but the colors bug is still there in v0.16. I sent you an email with two screenshots.
  • »12.11.06 - 18:38
    Profile
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    I hope the color bug is finally gone. Try v0.17.
  • »12.11.06 - 19:34
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Posts: 109 from 2006/9/10
    Great, that finally did the trick! Dziekuje! :-)
  • »12.11.06 - 19:51
    Profile
  • JKD
  • Order of the Butterfly
    Order of the Butterfly
    JKD
    Posts: 456 from 2003/4/4
    From: South of heaven
    Yes, I get fonts on my Voodoo3 24bit screens with 0.17! :-)

    Is there any way to enable anti-aliasing?

    [ Edited by JKD on 2006/11/12 22:34 ]
  • »13.11.06 - 06:33
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    GK_LKA
    Posts: 481 from 2004/3/28
    From: Hungary
    Yes, where is anti-aliasing gone?
    [ GK / LKA Team ]
  • »13.11.06 - 08:25
    Profile Visit Website
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    Antialiasing has been temporarily turned off when moving from WriteRGBPixel() slow approach to direct bitmap rendering via DoHookClipRects() which is much faster. It will be back in two weeks :-)
  • »13.11.06 - 09:13
    Profile Visit Website