|
AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 15:49
#1 |
---|---|---|
Just popping in
![]() ![]() Joined:
2007/5/15 12:42 From Austria
Posts: 104
|
Just to let you know that the SDK 53.29 is released, see http://www.hyperion-entertainment.biz/
|
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 16:37
#2 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2012/8/14 12:51 From France
Posts: 1494
|
@Gazelle
Thank you for the information. Installation was easy. Except these new deprecations ;( warning: 'p96AllocBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:44) warning: 'p96LockBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:47) warning: 'p96UnlockBitMap' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:48) warning: 'p96ReadPixelArray' is deprecated (declared at /SDK/include/include_h/interfaces/Picasso96API.h:61) I will try the new menuclass ! |
|
_________________
http://apps.amistore.net/zTools |
||
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 17:12
#3 |
---|---|---|
Just popping in
![]() ![]() Joined:
2007/5/15 12:42 From Austria
Posts: 104
|
@zzd10h
Unified graphics.library API with built-in RTG support as the original Amiga designers intended. Picasso96API.library/--background-- [...] Starting with graphics.library V54, the vast majority of Picasso96 is now redundant. The graphics.library has been expanded and extended to seemlessly handle the traditional native (ECS, AGA) chip sets as well as modern graphics cards (RTG). [...] |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 17:19
#4 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2012/8/14 12:51 From France
Posts: 1494
|
@Gazelle
Yes, but I used it to handle alpha layer with p96AllocBitmap(RGBFB_ALPHA8 and/or RGBFB_A8R8G8B8) etc. I will have to search how to do the same with AllocBitmap(). |
|
_________________
http://apps.amistore.net/zTools |
||
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 17:21
#5 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2006/11/22 17:57 From Italy, Rome
Posts: 591
|
Fantastic!
I was trying some code with a native versione of gcc 4.9.1, and i was thinking about: i wonder if the new sdk would be available soon...... thank you to all involved. |
|
_________________
Retired |
||
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 17:54
#6 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 950
|
I'll be sure to check out the new AutoDocViewer later as I only recently commented on social media about the 'age' of the prior version. Hopefully the latest version makes use of the AISS set.
|
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 19:35
#7 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/11/30 11:30 From Finland
Posts: 1690
|
@zzd10h
Quote:
The graphics.library equivalents for these functions are: AllocBitMapTags() LockBitMapTags() UnlockBitMap() ReadPixelArray() |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 19:38
#8 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 950
|
AutoDocViewer still at 0.99 from 2006.
Something else, during installation there were numerous MakeLink errors. |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 19:39
#9 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/11/30 11:30 From Finland
Posts: 1690
|
@zzd10h
Quote:
Don't use the old, non-taglist AllocBitMap(). It is possible to pass RTG tags to it through an ugly API hack but there is no point in doing this when AllocBitMapTagList() is available since graphics.library 53.7. |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 19:45
#10 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/11/30 11:30 From Finland
Posts: 1690
|
@djrikki
Quote:
Did you install over an existing SDK install? If so, this is not supported. Either rename, move or delete the old SDK before installing the new one. |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 19:48
#11 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/12/4 23:15 Posts: 2145
|
@djrikki
Salass00 beat me to it, you must not overwrite an old SDK. Make a new one, then reinstall third party libs bit by bit as you needs them. |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 20:26
#12 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2012/8/14 12:51 From France
Posts: 1494
|
@salass00
Thank you very much for your advice. Changing p96AllocBitMap / p96LockBitMap / p96UnlockBitMap by AllocBitMapTags(BMATags_PixelFormat) / LockBitMapTags / UnlockBitMap works with alpha transparency ![]() |
|
_________________
http://apps.amistore.net/zTools |
||
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 20:45
#13 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 950
|
Okay I re-installed from fresh, no Make Link errors or anything, however the AutoDocViewer is still 0.99 frm 2006 so didn't see any difference there.
|
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 20:50
#14 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 950
|
Although it's now included in the distribution rather than having to go to os4depot.net it would also have been nice to see it upgraded as well.
I guess that I read the new story incorrectly. |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 21:01
#15 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/12/4 23:15 Posts: 2145
|
@djrikki
Quote:
It was never part of the SDK contributions before.... What exactly did you need feature wise? No point just bumping the version ![]() |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 21:11
#16 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2012/8/14 12:51 From France
Posts: 1494
|
@djrikki
16/0.RAM Disk:> version SDK:CodeBench/Utilities/AutoDocViewer AutoDocViewer 1.13 |
|
_________________
http://apps.amistore.net/zTools |
||
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 21:11
#17 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 950
|
Off the top of my head... keyboard support is poor, cannot use arrow keys to traverse ListViews.
|
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 21:20
#18 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 950
|
Thanks zzd10h, didn't know there was one included in Codebench.
Never mine the one in the distribution, I've gone and developed my own AutoDocViewer from scratch anyway. ![]() |
|
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 21:23
#19 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2012/8/14 12:51 From France
Posts: 1494
|
@os4 team
What is this CPU MACHINETYPE_CHUNYE in enMachineModel ? Thank you for your reply... edit : @djrikki your autodocviewer looks good. |
|
_________________
http://apps.amistore.net/zTools |
||
|
Re: AmigaOS 4.1 Final Edition SDK available for download |
Posted on: 2015/8/31 21:30
#20 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/11/30 18:43 From Norway
Posts: 2470
|
Nice to see a new sdk.
![]() |
|
_________________
Sam460 Lite |
||