Search found 6006 matches

by airsoftsoftwair
Wed Aug 12, 2026 10:02 pm
Forum: Wishlist
Topic: AROS x86_64 bit
Replies: 4
Views: 58116

Re: AROS x86_64 bit

The problem with supporting new CPU architectures is that it's not just Hollywood which would have to be ported but the ~50 plugins as well plus Hollywood Designer. And since all other Amiga platforms are 32-bit it's not a piece of cake because often all the Amiga code assumes that it's running on a...
by airsoftsoftwair
Wed Aug 12, 2026 9:58 pm
Forum: Wishlist
Topic: A way to control Plugins On/Off
Replies: 4
Views: 9192

Re: A way to control Plugins On/Off

Sorry, but it's impossible. Plugins which replace the whole window and event loop subsystem (e.g. RebelSDL or RapaGUI) can't just simply be turned off because all core objects are specifically tied to them.
by airsoftsoftwair
Wed Aug 12, 2026 9:56 pm
Forum: General plugin questions
Topic: In which order Plugins override each other?
Replies: 1
Views: 9169

Re: In which order Plugins override each other?

What will happen in these cases, as in, is in any of these cases Hollywood actually using AvCodec plugin for sounds, or will RebelSDL always override it? Whether you load avcodec or RebelSDL first doesn't matter at all because avcodec is just a decoder plugin and doesn't contain any audio driver so...
by airsoftsoftwair
Mon Aug 03, 2026 11:47 am
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 11521

Re: Can @Require be optional?

Asking for a bit of clarification for that making Circle into hardware Brush suggestion. Do you mean that it is faster to createBrush, drawCircle into that newly created brush, and then DisplayBrush, than it is to simply Draw A Circle? Or do you mean that if Circle is same sized every frame, then i...
by airsoftsoftwair
Sat Aug 01, 2026 5:18 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 8
Views: 58832

Re: ZIP plugin 2.1 released

The German documentation of the ZIP plugin has also been updated now thanks to Helmut Haake and Dominic Widmer.
by airsoftsoftwair
Sat Aug 01, 2026 5:17 pm
Forum: Hollywood bugs
Topic: Ubuntu Keypad Period
Replies: 2
Views: 10416

Re: Ubuntu Keypad Period

Thanks for the report, I'll check.
by airsoftsoftwair
Sat Aug 01, 2026 5:16 pm
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 11521

Re: Can @Require be optional?

So point here is that in case someone doesnt want to use RebelSDL, due to circles being drawn slower, then is it possible to have it on/off. This is not possible at runtime because plugins like RebelSDL or RapaGUI replace core constituents like the event loop and window handler. It's not possible t...
by airsoftsoftwair
Tue Jul 28, 2026 12:11 am
Forum: Showcase
Topic: MiraRippR V1.22
Replies: 3
Views: 7386

Re: MiraRippR V1.22

The use of ffmpeg was suggested by AI. Could be due to the functions of: - Adding ID3 tags and Cover.jpg to the ripped files I think several people have implemented ID3 tag functions in Hollywood. You’ll probably find something in the forums like RNOTags. - Ripping to .OGG files in V1.3 (new) and s...
by airsoftsoftwair
Mon Jul 27, 2026 12:25 am
Forum: Showcase
Topic: MiraRippR V1.22
Replies: 3
Views: 7386

Re: MiraRippR V1.22

Looks good though I'm wondering why it needs ffmpeg. There's an MP3 encoder plugin for Hollywood which can do the conversion from WAV to MP3 just like ffmpeg...
by airsoftsoftwair
Mon Jul 27, 2026 12:24 am
Forum: Showcase
Topic: Can't Stop - Dice board game clone
Replies: 2
Views: 8173

Re: Can't Stop - Dice board game clone

Nice, but Claude doesn't seem to know that 8SVX and WAV sounds are supported on all platforms so there's no need to use those @IFs that use 8SVX on Amiga and WAVE on the other platforms...