how about a patch for PPaint?
  • Paladin of the Pegasos
    Paladin of the Pegasos
    koszer
    Posts: 1255 from 2004/2/8
    From: Poland
    OK, I've finally reached the boiling point. After few modifications in Startup_1.set the program works, but there are some bugs that drive me insane.

    Here we go:

    1. any operation that requires freehand-drawn space filling ends up with "not enough memory" requester
    2. straight line drawn in magnifying mode seems to loose first pixel.
    3. editing palette in HSV is near to impossible. Tweaking the sliders easily turns every colour black/red/orange or whatever. That is, every colour except for (in 32 col. mode) 0-3, 14-15 and 30-31 (while in 8 col. mode everything seems to be fine - but as there are only the "untouchable" colours, the bug can't be seen)

    I know that's an old program, but maybe these are just some trivial issues. If a patch for DrawStudio took so little time to write... Come on, MOS-Team guys...

    P.S. I've read an old (2004) news about Cloanto sharing the PPaint source code with Genesi. I assume nothing came out of it, right?
  • »27.11.09 - 16:16
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12229 from 2003/5/22
    From: Germany
    > old (2004) news about Cloanto sharing the PPaint source code with Genesi.

    That would be that one:

    https://morph.zone/modules/news/article.php?storyid=313

    > I assume nothing came out of it, right?

    Right.
  • »27.11.09 - 21:44
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 3140 from 2003/3/5
    From: Canada
    Thanks for at least describing what's wrong. I might take a look at some of the issues one day...
  • »28.11.09 - 14:03
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    koszer
    Posts: 1255 from 2004/2/8
    From: Poland
    OK, now that I've drawn your attention... some more details:

    Testing hardware:

    1. Efika 5200B Radeon 9200 SE
    2. Krashan's Pegasos II
    3. rzookol's Pegasos II

    blit libraries:

    personal_agnes_blit.library, personal_68030_blit.library 0

    (that line in Startup_1.set means, AFAIR that PPaint tries to use the latter blit library. With 1 instead of 0 (agnes) program hangs. With personal_ppc_blit.library (from aminet) program hangs). I've tested personal_68060_blit.library too, with no difference from the 68030 one.

    On some earlier version of MorphOS (2.2?) there were some problems with screen refresh when using 3d layers. Now everything is OK.

    If you'd like me to share some more information - you know where to find me.

    Thanks in advance for your help.
  • »29.11.09 - 05:45
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12229 from 2003/5/22
    From: Germany
    > On some earlier version of MorphOS (2.2?) there were some problems with screen
    > refresh when using 3d layers. Now everything is OK.

    Reason:

    "Merged old and new layers libraries into one, MUI screens can now be configured to use Enhanced Display or the old/compatible display mode"
    http://www.morphos-team.net/releasenotes-2.3.html

    Before MorphOS 2.3 you could only switch between new and old layer mode for all screens and per boot. As of MorphOS 2.3 you cannot enable Enhanced Display for non-MUI screens (like PPaint screen) anymore.
  • »29.11.09 - 17:36
    Profile