Who's Online |
58 user(s) are online ( 49 user(s) are browsing Forums)
Members: 0
Guests: 58
more...
|
|
Headlines |
-
amystromwifiswitch.lha - utility/misc
Mar 29, 2023
-
nvme_driver.lha - driver/storage
Mar 26, 2023
-
amiarcadia.lha - emulation/gamesystem
Mar 26, 2023
-
animwebconverter.lha - graphics/misc
Mar 27, 2023
-
vanillara.lha - game/strategy
Mar 25, 2023
-
vanillatd.lha - game/strategy
Mar 25, 2023
-
amitube.lha - video/play
Mar 25, 2023
-
amissl-sdk.lha - development/misc
Mar 23, 2023
-
unext.lha - game/platform
Mar 23, 2023
-
mce.lha - game/utility
Mar 23, 2023
|
|
|
|
Re: AmiUpdate unarchiver question
|
|
Amigans Defender 
|
@Hypex
My comment was supposed to be aimed at Raziel 🙂
|
|
|
|
Re: AmiUpdate unarchiver question
|
|
Amigans Defender 
|
@Hypex
Tbh it's probably better to use 7-Zip with the LZMA2 (same as XZ) compression. You don't then get the confusion with unsupported Zip files.
|
|
|
|
Re: AmiUpdate unarchiver question
|
|
Amigans Defender 
|
@salass00
I was considering making a XAD Zip client using zip.library but it's a way down the list.
In the meantime, my libarchive based one should do the trick although it's a bit unstable.
|
|
|
|
Re: AmiUpdate unarchiver question
|
|
Amigans Defender 
|
@Raziel
XZ isn't seen as Zip, it's a single file archive format. There is a XAD plug-in for XZ (I wrote it) but not everybody will have it. Although I'm not sure how you're compressing a multi file archive with XZ, you'd need to put it into an uncompressed LhA or something first.
I think Zip can use LZMA compression (similar to XZ), but the built-in Zip plug-in for XAD can't decompress it.
|
|
|
|
Re: ChatGPT and Amiga Os 4
|
|
Amigans Defender 
|
@nbache
Yeah, the includes are wrong - should be proto/graphics and proto/intuition. WaitPort is in Exec which isn't even attempted to be included.
|
|
|
|
Re: Download Speed from Internet
|
|
Amigans Defender 
|
There were some Roadshow settings posted not long after OS4 was released, which improved the network throughout. They might be on aw.net.
|
|
|
|
Re: Oldschool Amiga Quiz... no prizes, but fun....
|
|
Amigans Defender 
|
Sound? You could stop the A500 modulator outputting sounds as it had a separate input. Although I don't know why that would be important here!
|
|
|
|
Re: Old AmigaOS 4 versions and new software
|
Posted on: 2022/11/19 0:38
#8
|
Amigans Defender 
|
If I've originally written something for an older OS version I will try to keep the compatibility in - unless I've had to rewrite it due to OS bugs. If an update is free it doesn't make much sense to retain compatibility with the previous update.
If in writing something new it will always be for the latest version, and then I'll work out later if it actually uses new features 😀 - if not it should be compatible with older versions but may not stay that way.
If I'm writing for OS4 and OS3 then the compatibility workarounds for OS3 tend to mean it works on old OS4 too.
It's usually not worth expending effort supporting old versions of the OS, but if you've written the code already and it's easy to do so, leave it in.
|
|
|
|
Re: Notifications and images (datatypes support?)
|
Posted on: 2022/11/11 10:09
#10
|
Amigans Defender 
|
Hmm, I wonder if I can subclass drawing.image off of picture.image to make it compatible with this sort of thing, without losing the scaling? (don't think I have the time or motivation to try this at the moment, but I can give access to the repo if anybody want to give it a try)
|
|
|
|
Re: Notifications and images (datatypes support?)
|
Posted on: 2022/11/11 9:57
#11
|
Amigans Defender 
|
@Raziel
I suspect it only supports picture class objects, not drawing class objects. It probably copies the data out rather than embedding the object.
|
|
|
|
Re: AmigaOS 4 Monthly Roundup - October 2022
|
Posted on: 2022/11/2 16:05
#12
|
Amigans Defender 
|
@AmigaOldskooler
drawing.datatype 53.7 isn't new - I just noticed it wasn't the latest version of OS4Depot so updated it. I forgot to change the version field, so it's actually 53.8 on there now. Anyway, I have just updated it (v53.9) so there is a new version appearing soon.
|
|
|
|
Re: SVG Datatype
|
Posted on: 2022/10/27 23:05
#13
|
Amigans Defender 
|
@Raziel
Hmm, yes gradients might not work properly, would definitely be interested in checking them to see if it is something I can fix or just not supported by svgtiny. PM being sent.
|
|
|
|
Re: SVG Datatype
|
Posted on: 2022/10/27 19:05
#14
|
Amigans Defender 
|
@Raziel
That is how it's meant to look - SVG is structured art! If you convert to PNG/bitmap you're losing information.
If the file isn't displaying correctly then that's a different matter and I'd like to look at the file (libsvgtiny isn't fully featured but should display most files correctly)
|
|
|
|
Re: SVG Datatype
|
Posted on: 2022/10/25 22:27
#15
|
Amigans Defender 
|
@Raziel Which one? I would recommend mine: Https://www.unsatisfactorysoftware.co. ... nload.php?file=drawing_dtThe advantage of this is it renders the files as structured art. Disadvantage is you can't load into a pixel editor via the datatype. If it won't recognise the file send it over to me on email and I'll look into it.
|
|
|
|
Re: AmigaOS 4 Monthly Roundup - August 2022
|
Posted on: 2022/9/1 9:53
#16
|
Amigans Defender 
|
Thanks for highlighting Avalanche (there's a typo - cfd should be xfd). Although I wrote it primarily for OS3.2, it seems to have gained quite some OS4 fans!
|
|
|
|
Re: NTP Server (And general conflicting/confusing TIME features)
|
Posted on: 2022/8/25 18:43
#17
|
Amigans Defender 
|
1. Use this: http://aminet.net/package/comm/tcp/mrwolf(I wrote it, it can either use timesync.library or its built-in client - I recommend the built-in as it plays nicely with the NTP pool, whereas I can't guarantee timesync.library does - neither do I have any clue what TimeGuard does, IIRC it didn't work properly when I tried it many years ago) 2. Ensure Timezone Prefs is set to the correct region for DST switching (ignore the Enhancer crap - this is the timezone database which matters) 3. That should be it - it will sync in the background. Would recommended setting SERVER to a local NTP pool though.
|
|
|
|
Re: Amigans Discord
|
Posted on: 2022/8/15 19:40
#18
|
Amigans Defender 
|
@FirstNinja How about a Discord bot which posts to the IRC and vice-versa? That should be relatively simple to do, but would need an #irc channel set up on Discord (as you obviously can't mirror all channels to one) edit - first link on Google: https://github.com/reactiflux/discord-irc
|
|
|
|
Re: AmiUpdate connection error
|
Posted on: 2022/8/12 7:26
#19
|
Amigans Defender 
|
@rjd324Quote: rjd324 wrote:
It is so easy for even an intermediate user to install something and click on proceed, proceed etc, without realising that the installer will overwrite some library, or resource with a LOWER version.
This is why I never trust clicking on "NOVICE" for installations!
This is purely down to people not knowing how to write Installer scripts. There's a copylib function which does version checking. This should *always* be used for 3rd party libraries, and can be used for executables or anything else containing a version number too. Novice mode will *never* overwrite older versions when using this function.
|
|
|
|
Re: Socket and IPPROTO_ICMP
|
Posted on: 2022/8/8 21:50
#20
|
Amigans Defender 
|
Try SOCK_RAW
|
|
|
|