mIRC Home    About    Download    Register    News    Help

Print Thread
#193386 19/01/08 03:34 AM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
this has most likely been suggested many times but, i think script events should be faster, one being the draw commands... because you cant even draw a paint brush effect with out it being bunches of dots


This is not the signature you are looking for
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
mIRC isn't designed for high FPS applications. Maybe you can use DLLs to achieve high speed effects.

-genius_at_work

Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
I note that many of the draw commands are dependent on system. For example, if a 2K OS 64 MB RAM, flying airplanes and paint are slow. Which I liked. I could take the time to appreciate. But then, in Windows XP, the art goes so fast, I could barely see it.

But I guess options for how fast or how slow could be standard per different os's and RAM.

Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
i mean like mIRC registering them faster... i have xp

like in paint(.exe) u can draw lines with the brush tool
if u use a user created mIRC version, you get a bunch of scattered dots

Last edited by foshizzle; 19/01/08 07:12 PM.

This is not the signature you are looking for
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
@foshizzle: the charm of picwins is exactly that, finding a balance between the impossible and the goal you set out whilst staying maintainable (code and speed wise) and in that regard alot of techniques have already been developed, yet certain stuff is just never going to work in mIRC. (Although StanZ and co will probably find a way). The "slowness" of mIRC internal commands might not always a delimiting factor.

@LostShadow: Thats where FPS comes into play to make sure the speed of the animation is the same on all the computers however the smoothness of the animation would be CPU dependent.


$maybe
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
This could be due to the script itself, but even if the script was written efficiently it could be due to the fact that mIRC script is an interpreted language and paint is compiled.

Interpreted languages are usually MUCH slower than compiled ones.

Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
its kind of hard to find a way but you could prob use a dll for mouse events but


This is not the signature you are looking for
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Keep in mind even if the bottleneck of mIRC is removed you'd still have the bottleneck of GDI, which is deathly slow anyway.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #193502 20/01/08 03:25 AM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
lol


This is not the signature you are looking for

Link Copied to Clipboard