English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 04 March 2013, 23:00   #361
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Yeah I know my friend. I never convert this test folder of icons, to test your versions accordingly
On my GREX I'm gonna change from Ken's PNG icons to converted based on your library for ultra speedz0rz :P

You rock as always man \o/
mfilos is offline  
Old 09 March 2013, 23:03   #362
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,385
Update to icon.library 46.4.275 (274 skipped at EAB)

Some more cleanup and optimization. Removed a few useless temp-bitmaps and blitter calls and tweaked the chunkytoplanar routine a little to work without bitmaps.
PeterK is offline  
Old 10 March 2013, 09:59   #363
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
I grabbed 274 @ a1k.org 2 days ago :P
Everything works just fine as always my friend \o/
mfilos is offline  
Old 12 March 2013, 17:35   #364
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,385
Update to icon.library 46.4.276

Removed some redundant code here and there and tried to optimize GetIconRectangleA() because it's called by the Workbench very often (up to 10 times for every icon). Can anybody tell me what the reason for this behaviour is?
PeterK is offline  
Old 12 March 2013, 22:40   #365
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Thanks Peter mate. Just tested it and it works out just fine.
I think I felt a slightly speed increase but it could be my imagination
mfilos is offline  
Old 14 March 2013, 21:18   #366
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,195
Quote:
Originally Posted by mfilos View Post
I think I felt a slightly speed increase but it could be my imagination
Then it must be also my imagination, as they seem faster x4 . (large drawer with lot of icons)
This is a bomb

Last edited by Retrofan; 14 March 2013 at 21:47.
Retrofan is offline  
Old 14 March 2013, 22:26   #367
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,575
Opening a folder containing 308 drawers with icons:

46.4.272: 19.7 seconds
46.4.276: 16.8 seconds

Nice work =)

Edit: hard facts aside, it sure feels a lot faster browsing around.

Last edited by Turran; 14 March 2013 at 22:31.
Turran is offline  
Old 14 March 2013, 22:36   #368
fitzsteve
Professional slacker!
 
fitzsteve's Avatar
 
Join Date: Jul 2009
Location: Kent, UK
Age: 44
Posts: 6,685
Send a message via MSN to fitzsteve
Quote:
Originally Posted by Turran View Post
Opening a folder containing 308 drawers with icons:

46.4.272: 19.7 seconds
46.4.276: 16.8 seconds

Nice work =)

Edit: hard facts aside, it sure feels a lot faster browsing around.
Nice, we like facts
fitzsteve is offline  
Old 14 March 2013, 22:41   #369
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,385
icon.library 46.4.275/6 are causing bugs with DOpus Magellan. Please don't use or spread them.
PeterK is offline  
Old 14 March 2013, 23:09   #370
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,195
Ups! Which one? -To be faster x4? (Lol)-. I didn't notice.

Edit: Yes, it seems it hangs opening some drawers by lister -I was trying to take another icon.library inside another drawer just to change it and I coudn't open that drawer watching them by lister-.

Last edited by Retrofan; 15 March 2013 at 00:53.
Retrofan is offline  
Old 14 March 2013, 23:42   #371
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
I saw that on a1k.org.
Tbh I really don't care at all as I never use Magellan
Some people are fans though so I guess a future update will come.
mfilos is offline  
Old 15 March 2013, 02:17   #372
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,385
Update to icon.library 46.4.277

I hope the bugs with DOpus5 are fixed now.

Update to icon.library 46.4.278

With a little more optimization in GetIconRectangleA().

Last edited by PeterK; 15 March 2013 at 06:31.
PeterK is offline  
Old 15 March 2013, 09:14   #373
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,195
Thanks PeterK, but I've tried 277 and 278 with Magellan and what I see, as I told is that if I change the drawers to be shown by listers and I try to open the "Libs" drawer, I can't. If I just change icon.library (with Dopus) to version 272 and reboot, I can open the Libs drawer without problems.

Yes, rare, but as I tell.

Last edited by Retrofan; 15 March 2013 at 10:48.
Retrofan is offline  
Old 15 March 2013, 13:07   #374
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,385
Update to icon.library 46.4.279
There was a typo in my sourcecode. I hope, this was the last bug for now
MOVEM.W (A4)+,D0-D1,D5 instead of MOVEM.W (A4)+,D0-D1/D5
This typo wasn't rejected by PhxAss, but the D5, which contains the image depth, was simply suppressed.
In addition, I've reduced the limit for the rectangle values from +/- 32k to +/- 1000 pixels.
PeterK is offline  
Old 15 March 2013, 13:16   #375
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Nice one Peter mate!
Grabbed it and off my way to Remus... lol

Edit: Aye :P Works just fine... Time for Magellan lovers to report back

Last edited by mfilos; 15 March 2013 at 13:26.
mfilos is offline  
Old 15 March 2013, 15:46   #376
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,195
279 seems to work perfect. If Turran is right, then it's a 14,72% faster
Retrofan is offline  
Old 15 March 2013, 15:52   #377
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,385
Thanks Retrofan !
I'm glad if it works now, even if it's not 4x faster
PeterK is offline  
Old 15 March 2013, 15:55   #378
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,195
No, for that I should use telepatia or telequinesis instead of a mice.

Last edited by Retrofan; 15 March 2013 at 16:05.
Retrofan is offline  
Old 15 March 2013, 16:05   #379
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,575
My test was done with a stopwatch, so not exactly scientific =)
Turran is offline  
Old 15 March 2013, 18:31   #380
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
It's indeed a lot faster!
I tried it just some minutes ago in my A600@36MHz and it's really fast on Ken's Icons and MasonIcons testing. It seems like at least double the speed.
NewIcons and MagicWB icons almost load instantly.

Perfect update
mfilos is offline  
 


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ClassicWB Full and icon.library 46.4 Retroplay project.ClassicWB 8 05 August 2018 13:57
WB library conflict/versions Amiga1992 support.Apps 3 22 July 2010 18:47
PNG Icon to Color Icon Converter? Leandro Jardim request.Apps 1 24 May 2010 04:39
What's the latest version of icon.library for OS3.9? NovaCoder support.Apps 3 30 June 2009 15:43
Requesting icon.library v44+... nikvest request.Other 2 16 September 2007 01:58

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:09.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.17349 seconds with 14 queries