[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] XaAES v0.9



Hi

Mario Becroft wrote:


> It loads ok on my TT either in TT medium or in 16-bit mode on my graphics
> card. However in 16-bit mode the colour icons do not draw correctly; only
> a white silhouette of the icon is visible. It looks like the mask is
> getting drawn to all 1's instead of all 0's or something.

Ok. I have the same here on my NOVA. So this can be debugged.

> Sometimes it thinks I have released the mouse button when I have not. For
> example when dragging a window it will spontaniously release the window
> when I have not released the mouse button. I can't figure out any pattern
> as to when this occurs. (I did install the new moose driver and remove
> the old one.)
> 
Moving the window outline around is the only busy loop left.
Probably random but not often clashes between the moose and vq_mouse.
This will be solved in the future.

> Certain things are quite slow, but other times it seems to be as fast as
> the normal AES.
> 
Redraws are not optimized in any way. First everything must be correct.
Programs that try to execute as many AES calls per second as possible will be
the slowest. The architecture of XaAES makes it very multitasking friendly.
XaAES is completely event driven, no polling. Everything is triggered by a central
and only Fselect.

> TOSWIN2 [...]
> 
This is not finished. It is already on top of the todo list.

> I tried to load CAB and Papyrus [...]

I have Papyrus on my Milan. So this can be debugged as well.
I think it has to do with multiple appl_init call's. If you are interested
search for dynamic client pool in the history. :-)
> 
> But it is working much better than the last version which I looked at!

Thanks for trying.

-- 
Groeten; Regards.
Henk Robbers.       http://people.A2000.nl/hrobbers/Homepage.html
A free multitasking GEM for MiNT: XaAES (heavily under construction);
Interactive disassembler: TT-Digger;  Experimental text editor: AHCX;